tomcat启动时,出现下面错误,然后tomcat不能正常关闭:九月 06, 2014 9:53:43 上午 org.apache.catalina.core.StandardServer await警告: StandardServer.await: Invalid command 'SUTDOWN...
分类:
其他好文 时间:
2014-09-06 10:52:23
阅读次数:
175
catch(Exception oEx) {#if DEBUG throw oEx;#endif return embedValue; }
分类:
其他好文 时间:
2014-09-05 23:40:22
阅读次数:
216
fopen后必须判断 FILE *p 是否返回NULLfopen打开文件后,一定要fclosefeof 判断文件是否到达最后对一个文件进行简单的加密解密操作#include #include #include #define S_KEY 10void code(const char * src , ...
分类:
其他好文 时间:
2014-09-05 15:50:31
阅读次数:
158
select A.Id,A.Email,(select C.Email from [nopCommerce].[dbo].[Customer] C left join [nopCommerce].[dbo].CustomerAddresses CA on C.Id=CA.Customer_Id wh...
分类:
其他好文 时间:
2014-09-05 12:55:51
阅读次数:
194
Firefox 32 支持 Public Key Pinning 对抗中间人攻击。8月28日消息,即将发布的Firefox 32将支持Public Key Pinning机制,以防止中间人攻击。Public Key Pinning机制允许网站详细说明网站的有效证书是哪一家CA发行的,不再随便接受F....
分类:
其他好文 时间:
2014-09-05 12:46:11
阅读次数:
182
When packaging an apk, all classes of all libraries used by the program will be included, this makes the apk very huge, even exceeds the capacity of.....
分类:
其他好文 时间:
2014-09-05 12:41:01
阅读次数:
145
windows 下,清除.svn FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"You can also issue the line below straight from the Command Pro...
Stopping - no more URLs to fetchException in thread "Thread-8523" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in th...
分类:
其他好文 时间:
2014-09-05 04:28:30
阅读次数:
241
ssh-keygen -t dsa出现提示都回车就行。cd ~/.sshcat id_dsa.pub >> authorized_keys然后ssh localhost如果不需要密码就是设置成功了。如果不成功,检查authorized_keys和.ssh目录的权限chmod 644 authoriz...
分类:
其他好文 时间:
2014-09-04 23:35:40
阅读次数:
704
1.clearNginxLog.sh#!/bin/bash#run at 2:00am everydaynginx_pid="/run/nginx.pid"logs_path="/opt/log/nginx"logs_date="$(date -d "yesterday" +"%Y%m%d")_`d...
分类:
其他好文 时间:
2014-09-04 14:52:29
阅读次数:
216