include 和 require 是PHP中引入文件的两个基本方法。在小规模开发中直接使用 include 和 require 没哟什么不妥,但在大型项目中会造成大量的 include 和 require 堆积。这样的代码既不优雅,执行效率也很低,而且维护起来也相当困难。 为了解决这个问题,部分框 ...
分类:
Web程序 时间:
2019-01-12 16:46:58
阅读次数:
200
安装 libcurl 和 curl 重编译git客户端 ...
分类:
Web程序 时间:
2019-01-12 15:30:29
阅读次数:
451
解决步骤 来源:https://stackoverflow.com/questions/12218229/my-config-h-file-not-found-when-intall-mysql-python-on-osx-10-8/12233148 ...
分类:
数据库 时间:
2019-01-09 13:41:10
阅读次数:
196
原因看大家意思应该是 非即插即用驱动文件null.sys问题。 网上有很多方案。最后试了一个可行的。 替换 windows/system32/drivers/null.sys为网盘中的文件,之后重启电脑即可。 链接:https://pan.baidu.com/s/1x6udo42W9GiAiw3HE ...
CMD终端关于pip报错,scrapy报错的一种处理方法 如果在终端输入pip,或scrapy,报如下错误: Fatal error in launcher: Unable to create process using '"' 这通常是因为你的电脑装了两个版本的python(python2.x和p ...
分类:
其他好文 时间:
2019-01-05 22:38:47
阅读次数:
169
错误: tesserocr.cpp:653:10: fatal error: leptonica/allheaders.h: 没有那个文件或目录 #include "leptonica/allheaders.h" ^~~~~~~~~~~~~~~~~~~~~~~~ compilation termin ...
分类:
其他好文 时间:
2019-01-05 19:59:56
阅读次数:
1234
最近开始使用为windows的系统,进行git操作的时候出现了一个小问题。 使用命令: E:\IdeaProjects\mmall>git commit -am 'first commit init project' 异常: fatal: Paths with -a does not make se ...
分类:
其他好文 时间:
2019-01-05 17:16:10
阅读次数:
146
在主库上执行 show slave status\G; Slave_IO_Running: No Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find fi ...
分类:
数据库 时间:
2019-01-03 19:25:26
阅读次数:
226
boost安装:https://www.cnblogs.com/sea-stream/p/10205425.html 在vs中添加 ...
分类:
其他好文 时间:
2019-01-01 19:56:45
阅读次数:
182
在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。 问题详细解释:致命错误C1010,在寻找预编译指示头文件时,文件未预期结束。就是没有找到预编译指示信息的问文件。 顾名思义就 ...
分类:
其他好文 时间:
2019-01-01 19:18:44
阅读次数:
168