在将命令行下的C++程序转换成MFC窗口程序时一般会提示下面这种错误:fatal error C1010: unexpected end of file while looking for precompiled header directive解决办法:在该文件第一行(记住一定要是第一行)加入#i...
分类:
编程语言 时间:
2014-07-30 11:31:53
阅读次数:
214
解决方法如下:1.你该段源码里面是不是有include 或者require 之类的包含其他文件函数 包含的文件里已经有 函数 nw() 的定义 而这段代码里又有nv()的定义 所以出现redeclare (重复声明/定义)的错误2.php包含的两个文件有同名函数,会出现什么后果?答:(1)会报错:F...
分类:
其他好文 时间:
2014-07-30 09:52:53
阅读次数:
233
只要碰到两个比较蛋疼的问题:1.Error generating final archive: Debug certificate expired on ****从字面了解,是由于Debug证书过期所致。Android的应用程序必须经过开发者自己的自签名证书进行数字签名之后,才能安装到Android...
分类:
移动开发 时间:
2014-07-30 03:17:12
阅读次数:
436
出现这个问题,把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C/C++中precompiled header中选中automatic use of precompiled headers,并在相应through header中输入stdafx.h。
另外,把debug目录下的文件删除,然后重新编译也是一种解决...
分类:
其他好文 时间:
2014-07-30 01:07:02
阅读次数:
281
今天一个同事说在一个生产库执行某个存储过程,遇到了错误: Fatal error 605 occurred at jul 29 2014 我试着执行该存储过程,结果出现下面错误,每次执行该存储过程,得到的错误内容都不一样(page变化,还有就是allocation unit)变化 消息 605,级别...
分类:
数据库 时间:
2014-07-30 00:39:32
阅读次数:
1013
运行环境CentOS 6.5安装该版本后发现无法打开Emacs,使用yum -qa指令发现系统中已经安装了程序,然后在终端中输入emacs后还是不能打开,出现了下面的提示: emacs: error while loading shared libraries: libotf.so.0: canno...
分类:
其他好文 时间:
2014-07-29 21:07:12
阅读次数:
362
下午检查apahe的error_log的时候发现大量:[TueJul2914:35:392014][notice]childpid22397exitsignalSegmentationfault(11)[TueJul2914:35:422014][notice]childpid22548exitsignalSegmentationfault(11)[TueJul2914:35:452014][notice]childpid22540exitsignalSegmentationfaul..
分类:
其他好文 时间:
2014-07-29 18:25:23
阅读次数:
230
WARN hdfs.DFSClient: DataStreamer Exception: org.apache.hadoop.ipc.RemoteException: java.io.IOException: File /input/LICENSE.txt could only be replicated to 0 nodes, instead of 1
at org.apache...
分类:
其他好文 时间:
2014-07-29 18:13:22
阅读次数:
227
'使用方法:把ppt文件拖放到该文件上。 '机器上要安装Powerpoint程序 On Error Resume Next Set ArgObj = WScript.Arguments pptfilepath = ArgObj(0) imgType = InputBox("输入导出...
分类:
其他好文 时间:
2014-07-29 17:33:22
阅读次数:
420
今天重新進入ubuntu中,突然發現windows下D,E,F分區無法掛載,提示Error mounting /dev/sda6 at /media/gaoyuan/文檔: Command-line`mount -t "ntfs" -o"uhelper=udisks2,nodev,nosuid,ui...
分类:
其他好文 时间:
2014-07-29 17:27:32
阅读次数:
247