mysql版本:5.1.30已经不记得这次是第几次安装mysql了,遇到这个问题倒是第一次。之前在tar,./configure,make,make install经典四步时,从来没有想过其中的过程,只觉得像例行公事一样,做就是了。不幸的是,这次在./configure后,make时出现以下错误:m...
分类:
其他好文 时间:
2015-03-03 18:05:25
阅读次数:
156
git提交有冲突,解决冲突之后push出现如上的提示。解决办法:git commit --amend删除掉冲突相关的提示内容保存 Conflicts: src/com/android/gallery3d/data/ImageCacheRequest.java src...
分类:
其他好文 时间:
2015-03-03 16:33:56
阅读次数:
1755
配置tomcat证书 keystore文件后启动一直报错:(tomcat版本:apache-tomcat-6.0.43)tomcat配置: tomcat.keystore所在位置:错误信息:严重: Error initializing endpointjava.lang.Exception: ...
分类:
其他好文 时间:
2015-03-03 16:33:24
阅读次数:
220
今天启动服务后后台一直报这个警告:[WARN] No configuration found for the specified action: '/fileUpload/queryExecute.do' in namespace: ''. Form action defaulting to 'ac...
分类:
其他好文 时间:
2015-03-03 14:59:18
阅读次数:
122
No matching signing identity found No signing identities (i.e. certificate and private key pair) matching the value specified in your build settings, "Mac Developer:", were found....
分类:
移动开发 时间:
2015-03-03 11:40:22
阅读次数:
140
//utility 读取内存可以是用该方法static LPSTR loadAudioBlock(char* filename, DWORD* blockSize){ HANDLE hFile= INVALID_HANDLE_VALUE; DWORD size = 0; DWORD readByt....
分类:
其他好文 时间:
2015-03-03 11:08:22
阅读次数:
170
Problem Description:
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He...
分类:
其他好文 时间:
2015-03-02 19:07:09
阅读次数:
178
过了一个春节,服务器一直运行着,今天检查发现Tomcat上发布的站点静态页面可以访问,但是连接数据的相关页面都无法访问;
以为Tomcat出了问题,于是把Tomcat重启了一下,结果重启之后还是一样。通过vi查看日志文件提示Error Write之类的错误,技术不行也搞不清状况,索性就重启一下服务器吧!
结果服务器启动后就一直停在进度条100%的位置,进不了登录界面;感觉很奇怪,按了ESC键之后...
分类:
数据库 时间:
2015-03-02 16:49:11
阅读次数:
199
环境: wampserver 系统 : win7错误 : 500 -Invalid command RewriteEngine日志 : [Tue Nov 20 22:52:24 2012] [alert] [client 127.0.0.1] D:/wamp/www/.htaccess: Inval...
分类:
Web程序 时间:
2015-03-02 14:42:28
阅读次数:
145
深入了解MyBatis参数 相信很多人可能都遇到过下面这些异常: "Parameter ‘xxx‘ not found. Available parameters are [...]" "Could not get property ‘xxx‘ from xxxClass. Cause: "The expression ‘xxx‘ evalua...
分类:
其他好文 时间:
2015-03-02 13:21:22
阅读次数:
236