上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页

2019年3月7日

maven的profile

摘要: https://elim.iteye.com/blog/1900568 简介:配置不同环境要使用的profile,再idea操作画面可以选 阅读全文

posted @ 2019-03-07 13:50 Kooing 阅读(148) 评论(0) 推荐(0)

2019年3月5日

web 对接 platform

摘要: 一个项目拆成web和platform,web不对接数据库,只调用各个platform,每个平台负责出一个httpclient的client-jar包,封装好curd方法给web端调用,入参和出参用jar包的d web调用platform的方法是用走controller,现在重复走了很多遍层,现在把p 阅读全文

posted @ 2019-03-05 13:58 Kooing 阅读(308) 评论(0) 推荐(0)

jdk动态代理在idea的debug模式下不断刷新tostring方法

摘要: 在jdk的动态代理下,在使用idea进入动态代理的debug模式下,单步调试会刷新idea的tostring方法,让他自己重走了一遍代理 这个问题暂时无解 阅读全文

posted @ 2019-03-05 11:45 Kooing 阅读(439) 评论(0) 推荐(0)

2019年3月2日

jdk动态代理

摘要: 先说什么是静态代理 不是正常方法,利用class的getName和getMethod方法,然后invoke,有了classname一切好办 invoke是真正execute的,然后是static可以放null,是instance要放对象。 jdk动态代理 承包了接口全部的代理,写好代理类,接口全部被 阅读全文

posted @ 2019-03-02 14:17 Kooing 阅读(106) 评论(0) 推荐(0)

springboot获得应用上下文

摘要: 有的兄弟说需要在启动类中注入,但我暂时不用 阅读全文

posted @ 2019-03-02 10:34 Kooing 阅读(425) 评论(0) 推荐(0)

2019年2月27日

数据库时间日期区别

摘要: https://blog.csdn.net/heatdeath/article/details/80299139 阅读全文

posted @ 2019-02-27 13:07 Kooing 阅读(160) 评论(0) 推荐(0)

Java的date和string互转

摘要: https://blog.csdn.net/angus_17/article/details/7656631 阅读全文

posted @ 2019-02-27 13:06 Kooing 阅读(163) 评论(0) 推荐(0)

2019年2月26日

httpclient中文乱码

摘要: https://blog.csdn.net/teamlet/article/details/8605840 阅读全文

posted @ 2019-02-26 22:52 Kooing 阅读(109) 评论(0) 推荐(0)

fastjson总结

摘要: 1,文件的转成字节数组byte[]的时候,可以直接用fastjson序列化和反序列化 2,用@RequestBody接受json的时候,content-type是否已经application/json,还有传的是不是json数据,不能再url上加parameter或者表格属性直接注入 3,简单对象 阅读全文

posted @ 2019-02-26 18:01 Kooing 阅读(273) 评论(0) 推荐(0)

2019年2月24日

mybatis 一对多,(多对一,一对一

摘要: 多对一,和一对一是同一种写法,每种写法又分在数据库关联和在mybatis关联 1,多对一,一对一数据库关联 2,多对一,一对一mybatis关联 3,一对多,数据库关联,注意,Java type改oftype 4,一对多,mybatis关联 阅读全文

posted @ 2019-02-24 18:31 Kooing 阅读(190) 评论(0) 推荐(0)

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页

导航