# level : 是日志记录的优先级,分为OFF、FATAL、ERROR、WARN、INFO、DEBUG、ALL或者您定义的级别。Log4j建议只使用四个级别,优先级从高到低分别是ERROR、WARN、INFO、DEBUG。log4j.rootLogger=DEBUG,CONSOLE,DATABA ...
分类:
其他好文 时间:
2016-10-31 13:41:47
阅读次数:
280
使用pip的时候报错Fatal error in launcher: Unable to create process using pip.exe 解决办法,升级pip python -m pip install -U pip 或者 python -m pip install --upgrade p ...
分类:
其他好文 时间:
2016-10-28 03:34:11
阅读次数:
387
当报如下错误时候 fatal: unable to stat 'node_modules/gulp-connect/node_modules/gulp-util/node_modules/dateformat/node_modules/meow/node_modules/normalize-pack ...
分类:
其他好文 时间:
2016-10-27 19:55:37
阅读次数:
910
“fatal error: hdf5.h: 没有那个文件或目录”解决方法 参考自http://blog.csdn.net/hongye000000/article/details/51043913 Step 1 在Makefile.config文件的第85行,添加/usr/include/hdf5/ ...
分类:
其他好文 时间:
2016-10-26 22:09:41
阅读次数:
532
这个错误是因为没有安装依赖; 执行 如果没有composer,那么需要安装composer, 执行命令: 好了 过程大概十几分钟吧; ok!!!!!!!!!!!!! ...
分类:
Web程序 时间:
2016-10-22 17:36:26
阅读次数:
3817
Parse Fatal Error at line 4 column 43: 已经为元素 "web-app" 指定属性 "xmlns"。 org.xml.sax.SAXParseException; systemId: jndi:/localhost/party68/WEB-INF/web.xml; ...
分类:
移动开发 时间:
2016-10-22 17:15:46
阅读次数:
287
Git push origin master报错 fatal: could not read Username for 'https://github.com': No such file or directo 原因使用https方式的时候 在git remote add origin 的https ...
分类:
Web程序 时间:
2016-10-21 19:49:08
阅读次数:
385
问题现象:Checking project dependencies...Compiling Project1.dproj (Debug, Android)dcc command line for "Project1.dpr"[DCC Fatal Error] Project1.dpr(1): F1 ...
分类:
移动开发 时间:
2016-10-21 13:04:40
阅读次数:
468
一、坑之初始化(不初始化没法添加远程仓库) 1、你要是不进行初始化,git会报错:fatal: Not a git repository (or any of the parent directories): .git 如图: 2、要在代码文件夹的根目录下进行初始化 >$ git init 3、出现 ...
分类:
Web程序 时间:
2016-10-20 21:39:11
阅读次数:
583
http://stackoverflow.com/questions/22478387/call-to-undefined-function-oci-connect Download Oracle Client from Download From here Paste it in C:\insta ...
分类:
其他好文 时间:
2016-10-19 09:41:42
阅读次数:
338