2015年11月12日
摘要: use dwb db.createUser( { "user" : "username", "pwd": "password", "customData" : {"copyright":"dwb"}, "roles" : [ { role: "dbAdmin", db: "dwb" }, { rol 阅读全文
posted @ 2015-11-12 14:19 yeahdwb 阅读(358) 评论(0) 推荐(0) 编辑
  2015年9月8日
摘要: nginx -s stoptaskkill /F /IM nginx.exe > nul 阅读全文
posted @ 2015-09-08 16:17 yeahdwb 阅读(190) 评论(0) 推荐(0) 编辑
  2015年3月23日
摘要: http://repo.spring.io 阅读全文
posted @ 2015-03-23 13:24 yeahdwb 阅读(113) 评论(0) 推荐(0) 编辑
  2015年3月19日
摘要: Spring对Quartz作了一个封装,同时,Spring自己也提供了一个任务定时器(spring-task),现把它总结一下。 对于Quartz,我们使用的时候主要是注重两个方面,一个是定时任务的业务,另一个就是Cron表达式。定时任务跟具体的业务相关,这无需多说,这里只说明表达式含义及其写法。 ... 阅读全文
posted @ 2015-03-19 13:44 yeahdwb 阅读(2066) 评论(0) 推荐(0) 编辑
  2015年1月14日
摘要: 查询空表并导出修改空表语句select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0 or num_rows is null;如果表存在分区alter table 表名 modify... 阅读全文
posted @ 2015-01-14 09:52 yeahdwb 阅读(165) 评论(0) 推荐(0) 编辑
  2015年1月12日
摘要: >sqlplus /nolog>conn / as sysdbasql>shutdown immediatesql>startup mountsql>ALTER SYSTEM ENABLE RESTRICTED SESSION;sql>ALTER SYSTEM SET JOB_QUEUE_PROCE... 阅读全文
posted @ 2015-01-12 16:27 yeahdwb 阅读(100) 评论(0) 推荐(0) 编辑
  2015年1月5日
摘要: 阅读全文
posted @ 2015-01-05 14:05 yeahdwb 阅读(127) 评论(0) 推荐(0) 编辑
  2014年10月16日
摘要: du -h * | sort -n|head 阅读全文
posted @ 2014-10-16 10:32 yeahdwb 阅读(298) 评论(0) 推荐(0) 编辑
  2014年10月15日
摘要: 生成证书: keytool -genkey -alias cas -keyalg RSA -keystore cas.key导出证书: keytool -export -alias cas-file cas.cer -keystorecas.key导入证书: keytool -import -... 阅读全文
posted @ 2014-10-15 09:30 yeahdwb 阅读(302) 评论(0) 推荐(0) 编辑
  2013年5月29日
摘要: http://code.google.com/p/go/downloads/list?q=OpSys-Windows+Type%3DArchive 阅读全文
posted @ 2013-05-29 09:07 yeahdwb 阅读(147) 评论(0) 推荐(0) 编辑