1. 问题描述

在 Terminal 执行 hexo deploy 后,报错如下:

1
2
3
4
5
6
7
8
FATAL {
err: [Error: ENOTEMPTY: directory not empty, rmdir '/Users/XXX/XXXX/XXXX/.deploy_git/page'] {
errno: -66,
code: 'ENOTEMPTY',
syscall: 'rmdir',
path: '/Users/XXX/XXXX/XXXX/.deploy_git/page'
}
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html
阅读全文 »

1. 问题描述

在搭建 Liunx 服务器时,需要在新的 Python 环境中安装项目需要的包的依赖,一条一条 pip install 太慢,有没有可以批量安装方法?

阅读全文 »

1. 书摘

读书要有所得,必须要有思考,而思考的最佳验收方式就是输出。不论是书评还是读书笔记,怎样都好,只要是经过你理解的输出,就非常有价值。

阅读全文 »

测试计划

XXX 项目测试计划

1. 引言

1.1 编写目的

根据需求文档,提炼测试功能点、制定测试策略、评估测试风险,预估编写测试用例、执行功能测试和回归测试的工作量,进行人员和进度安排。

阅读全文 »
0%