上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 57 下一页
摘要: 方式一:public static void fenye(List list,int pagesize){ int totalcount=list.size(); int pagecount=0; int m=totalcount%pagesize; if (m>0){ pagecount=tota 阅读全文
posted @ 2019-07-17 11:30 whmmm 阅读(480) 评论(0) 推荐(0)
摘要: # 1 子 iframe 获取 父 窗口下的其他 子 iframevar jqFrame = $(parent.frames[id].contentWindow.document); 阅读全文
posted @ 2019-07-16 15:59 whmmm 阅读(1787) 评论(0) 推荐(0)
摘要: server: port: 8761 host: localhost servlet: session: cookie: name: eureka-session 阅读全文
posted @ 2019-07-05 11:01 whmmm 阅读(1553) 评论(0) 推荐(0)
摘要: 方法1: 使用自带的 多数据源 方法2: 使用 aspectj aop 关键类 : AbstractRoutingDataSource, 在当前线程中绑定一个数据源 既 ThreadLocal<DataSource> 变量 参考: spring mybatis 多数据源 https://www.cn 阅读全文
posted @ 2019-07-03 10:42 whmmm 阅读(352) 评论(0) 推荐(0)
摘要: jdbc:mysql://${db.host}/${db.name}?useSSL=false&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8 阅读全文
posted @ 2019-07-01 16:04 whmmm 阅读(1154) 评论(0) 推荐(0)
摘要: public static Method getMethod(JoinPoint joinPoint) { Method method = null; String name = joinPoint.getSignature().getName(); try { // 这才是 正统! MethodS 阅读全文
posted @ 2019-06-27 18:22 whmmm 阅读(1037) 评论(0) 推荐(0)
摘要: 一般用上面的就可以了。 下面是详细配置 阅读全文
posted @ 2019-06-20 09:36 whmmm 阅读(2085) 评论(0) 推荐(0)
摘要: checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '', 阅读全文
posted @ 2019-06-19 08:55 whmmm 阅读(1463) 评论(0) 推荐(0)
摘要: 方法一: http://192.115.0.2:9000/pluginManager/advanced 页面 这个 URL 改成http://mirror.xmission.com/jenkins/updates/update-center.json 或https://mirrors.tuna.ts 阅读全文
posted @ 2019-06-17 18:29 whmmm 阅读(12486) 评论(0) 推荐(0)
摘要: ... 阅读全文
posted @ 2019-06-17 16:20 whmmm 阅读(683) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 57 下一页
//增加一段JS脚本,为目录生成使用