会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
whmmm
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
57
下一页
2019年7月17日
list 集合 分页
摘要: 方式一: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)
2019年7月16日
jquery 获取frame document 对象
摘要: # 1 子 iframe 获取 父 窗口下的其他 子 iframevar jqFrame = $(parent.frames[id].contentWindow.document);
阅读全文
posted @ 2019-07-16 15:59 whmmm
阅读(1787)
评论(0)
推荐(0)
2019年7月5日
spring boot 自带的 session 配置
摘要: server: port: 8761 host: localhost servlet: session: cookie: name: eureka-session
阅读全文
posted @ 2019-07-05 11:01 whmmm
阅读(1553)
评论(0)
推荐(0)
2019年7月3日
spring mybatis 多数据源配置
摘要: 方法1: 使用自带的 多数据源 方法2: 使用 aspectj aop 关键类 : AbstractRoutingDataSource, 在当前线程中绑定一个数据源 既 ThreadLocal<DataSource> 变量 参考: spring mybatis 多数据源 https://www.cn
阅读全文
posted @ 2019-07-03 10:42 whmmm
阅读(352)
评论(0)
推荐(0)
2019年7月1日
jdbc mysql driver 8.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)
2019年6月27日
aspectj 获取 连接点 方法!
摘要: 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)
2019年6月20日
java web.xml session 配置
摘要: 一般用上面的就可以了。 下面是详细配置
阅读全文
posted @ 2019-06-20 09:36 whmmm
阅读(2085)
评论(0)
推荐(0)
2019年6月19日
jenkins pipline svn检出配置
摘要: checkout([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', excludedUsers: '',
阅读全文
posted @ 2019-06-19 08:55 whmmm
阅读(1463)
评论(0)
推荐(0)
2019年6月17日
Jenkins 配置代理。
摘要: 方法一: 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)
Ant 打包 web 项目 xml 模板
摘要: ...
阅读全文
posted @ 2019-06-17 16:20 whmmm
阅读(683)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
57
下一页
公告
//增加一段JS脚本,为目录生成使用