上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 50 下一页
摘要: rdb (默认打开)触发条件 In the example below the behaviour will be to save:# after 900 sec (15 min) if at least 1 key changed# after 300 sec (5 min) if at leas 阅读全文
posted @ 2018-06-19 12:00 1161588342 阅读(82) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/MattCheng/p/8629448.html 阅读全文
posted @ 2018-06-16 12:05 1161588342 阅读(71) 评论(0) 推荐(0) 编辑
摘要: #列名 select COLUMN_NAME from information_schema.columns where TABLE_SCHEMA='yunpiaobox_db' and table_name='t_announcement' #列名字符串 按,分隔 select GROUP_CONCAT(COLUMN_NAME separator ',') '逗号分隔', GROU... 阅读全文
posted @ 2018-06-14 10:06 1161588342 阅读(679) 评论(0) 推荐(0) 编辑
摘要: EQ 就是 EQUAL等于 NQ 就是 NOT EQUAL不等于GT 就是 GREATER THAN大于 LT 就是 LESS THAN小于 GE 就是 GREATER THAN OR EQUAL 大于等于 LE 就是 LESS THAN OR EQUAL 小于等于 第一种写法(1): 原符号 >= & ' " 替换符号 ... 阅读全文
posted @ 2018-06-12 16:10 1161588342 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: package other; import java.util.concurrent.Callable; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import ... 阅读全文
posted @ 2018-06-12 12:05 1161588342 阅读(997) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.spring4all.com/article/266 导出依赖的jar包: mvn dependency:copy-dependencies -DoutputDirectory=lib 阅读全文
posted @ 2018-06-12 10:32 1161588342 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 官方文档地址: http://manuals.zeroturnaround.com/jrebel/ide/intellij.html#installation 过期激活 https://blog.csdn.net/alleged/article/details/80659457 激活guid生成 h 阅读全文
posted @ 2018-06-08 18:43 1161588342 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/fsjohnhuang/p/4078659.html 阅读全文
posted @ 2018-06-06 11:01 1161588342 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 新建一个delete_svn.bat文件 丢在.svn上面一层目录, 双击执行(delete_svn.bat同级目录下的.svn文件夹都会被移除)... 阅读全文
posted @ 2018-06-04 18:45 1161588342 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 主要用到了调度线程池: ScheduleExecutorService, 一个循环方法scheduleWithFixedDelay(方法执行完之后计算下一次开始执行时间) 使用 TokenManager.setDaemon(false); TokenManager.init(apiKey, Secu 阅读全文
posted @ 2018-05-31 18:09 1161588342 阅读(5777) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 50 下一页