(一) 在Debug模式下,编译程序时,出现这样的错误:fatal error C1010: 在查找预编译头时遇到意外的文件结尾。解决方式:选择出错的.cpp文件,打开其属性,选择 c/c++ ->预编译头 -> 创建/使用预编译头 将“使用预编译头(/Yu)” 修改为 “不使用预编译头” 即可。....
分类:
其他好文 时间:
2015-05-26 18:39:44
阅读次数:
176
/hive?--service?hwi [niy@niy-computer /]$ $HIVE_HOME/bin/hive --service? hwi 13/04/26 00:21:17 INFO hwi.HWIServer: HWI is starting up 13/04/26 00:21:18 FATAL hwi.HWIServer: HWI WAR file not fou...
分类:
其他好文 时间:
2015-05-26 16:41:10
阅读次数:
166
fatal error: libxml/xmlversion.h: No such file or directory通过下面的命令安装相应的开发源文件解决:sudo apt-get install libxml2-dev libxslt1-devPython.h:No such file or d...
分类:
编程语言 时间:
2015-05-25 09:54:34
阅读次数:
120
05-24 11:38:35.884: E/AndroidRuntime(1819): FATAL EXCEPTION: main05-24 11:38:35.884: E/AndroidRuntime(1819): Process: com.example.activitytest, PID: 1...
分类:
移动开发 时间:
2015-05-25 00:46:41
阅读次数:
267
android eclipse打包 Export aborted because fatal lint errors were found
Android 下 eclipse 打签名包lint提示错误
这是由于 Android Lint 自动检测部分代码没有符合规范的缘故
解决办法如下:
打开eclipse Preferences 选择 Android 下 Lint Error Checking
去掉勾选项 "Run full error check when export...
分类:
移动开发 时间:
2015-05-24 15:46:29
阅读次数:
178
The working copy "初识tableVIew" failed to commit files.fatal: Unable to create '/Users/zjj/ios项目/UITableView/初识tableVIew/.git/index.lock': File exists....
分类:
其他好文 时间:
2015-05-24 01:18:09
阅读次数:
152
LOG显示为:
09-01 18:47:17.348 15656 15675 E AndroidRuntime: FATAL EXCEPTION: Camera Handler Thread
09-01 18:47:17.348 15656 15675 E AndroidRuntime: Process: com.android.camera, PID: 15656
09-01 18:47:...
分类:
移动开发 时间:
2015-05-21 19:40:05
阅读次数:
172
重装系统后,git访问远端被拒:Access denied.fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exis...
分类:
其他好文 时间:
2015-05-21 17:00:58
阅读次数:
139
FATAL ERROR: Could not find ./bin/my_print_defaultsIf you compiled from source, you need to run 'make install' tocopy the software into the correct lo...
分类:
其他好文 时间:
2015-05-21 12:21:41
阅读次数:
245
%m 输出代码中指定的消息 %p 输出优先级,即DEBUG,INFO,WARN,ERROR,FATAL %r 输出自应用启动到输出该log信息耗费的毫秒数 %c 输出所属的类目,通常就是所在类的全名 %t 输出产生该日志事件的线程名 %n 输出一个回车换行符,Windows平台为“\...
分类:
其他好文 时间:
2015-05-21 12:21:20
阅读次数:
150