- 博客(23)
- 资源 (8)
- 问答 (1)
- 收藏
- 关注
原创 Gson源码必读先看
https://www.jianshu.com/p/9306406d069a
2018-05-27 18:50:42
284
转载 Gson 泛型做法
//规范化类型 public static Type canonicalize(Type type) { if (type instanceof Class) {//class Class<?> c = (Class<?>) type; return c.isArray() ? new GenericArrayTypeImpl(cano...
2018-05-27 18:21:52
257
原创 Gson使用心得
IPTS(税务监控平台)是根据各个外围服务(rest Service和Web Service)来组装的税务元素查询平台。在开发系统中遇到过的情况就是 一个合同号 有各种写法,但是最后又要更具数据库中配置的字段来进行排序展现。服务中的合同字段有“ContractNo”和 “contractNo”、"“contractNumber“等等。但是数据库中配置了contractNo为字段的服务,所以最终转...
2018-05-08 17:33:09
212
转载 运用VSCode读源码以及解读Gson源码解析相关链接
http://www.cnblogs.com/ningboliuwei/p/6980376.htmlhttps://code.visualstudio.com/docs/languages/javahttps://www.zhihu.com/question/49417633https://blog.csdn.net/bat67/article/details/78289602https://bl...
2018-05-08 16:43:07
658
原创 Jdeveloper 安装与问题修复以及如何支持Maven和解决中文乱码和版本兼容
http://download.oracle.com/otn_hosted_doc/jdeveloper/12cdemos/Maven_in_12c/Maven_in_12c.htmlhttp://bbs.csdn.net/topics/390892045?page=1http://blog.csdn.net/u012280953/article/details/490
2018-01-23 20:52:12
443
原创 watchService 监控文件生产数量的思路
http://www.demoso.net/taview/3656看懂这篇http://ju.outofmemory.cn/entry/312941
2017-12-10 17:07:15
481
原创 多线程可读博文
http://www.importnew.com/11590.html
2017-11-29 23:41:06
187
原创 解析NULL 为 空字符
https://www.baidu.com/s?wd=JSON%20document%20was%20not%20fully%20consumed.&rsv_spt=1&rsv_iqid=0x92fdf06b000038ba&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&rqlang=cn&tn=98012088_5_dg&ch=12&rsv_enter=0&oq=
2017-11-27 22:48:13
734
原创 Gson 版本注解 理解
http://blog.csdn.net/wuyou1336/article/details/52046633http://blog.csdn.net/a249900679/article/details/51386509http://blog.csdn.net/recordgrowth/article/details/70338227https://www.cnblogs.c
2017-11-25 11:56:09
270
原创 Gson
http://www.importnew.com/16786.htmlhttps://www.cnblogs.com/wanqieddy/p/4920451.htmlhttp://geek.csdn.net/news/detail/160168https://www.cnblogs.com/lupeng0527/archive/2011/08/06/2129547.html
2017-11-25 11:48:15
182
原创 一些有用的链接
http://www.cnblogs.com/goody9807/p/4244862.htmlhttp://blog.csdn.net/a249900679/article/details/51386509https://segmentfault.com/q/1010000010436869/a-1020000010438200http://www.jianshu.com/p/
2017-11-25 11:38:22
275
原创 利用Gson 是序列化Json可以自定义key值的几种方案
1.第一种方案就是 把 转化好的json 字符串 在放进 map里面进行替换。http://lianglaiyang.iteye.com/blog/2123624 2.自定义注解 我想定义一个注解 有两个属性, @FieldComment(value=“”,source=“”) value 就是json的 key值, source是指在每个系统中显示的值。 http://xi
2017-11-25 11:27:16
4041
原创 11月24号 Gson
http://blog.csdn.net/cpfdpzc/article/details/53509341http://blog.csdn.net/a249900679/article/details/51386509http://blog.csdn.net/a249900679/article/details/51386509https://zhidao.baidu.com/
2017-11-24 17:44:58
183
原创 Jersey
http://lib.csdn.net/article/71/53588?knId=1901http://www.bijishequ.com/detail/370568https://github.com/jax-rshttps://waylau.gitbooks.io/jersey-2-user-guide/content/Chapter%203.%2
2017-11-23 18:38:15
300
原创 2017年11月12日所看链接(GSON 泛型 下载)
http://blog.csdn.net/shandian534/article/details/54586419http://blog.csdn.net/furongkang/article/details/6779395http://blog.csdn.net/zhousenshan/article/details/52929358http://ww
2017-11-22 18:54:45
213
原创 Eclipse 快捷键
http://www.open-open.com/solution/view/1320934157953
2017-11-22 11:54:21
157
原创 POI导入导出 字段值问题
http://blog.csdn.net/ghsau/article/details/10163043
2017-11-21 17:41:23
522
原创 POI学习很好的网站
http://blog.csdn.net/youyou_yo/article/details/48493117http://blog.csdn.net/revivedsun/article/details/53982574
2017-11-21 15:42:47
2327
原创 关于tomcat的两个额外jar包中的问题
http://www.softown.cn/post/196.html 很好的网站
2017-11-17 17:43:25
802
原创 大神博客积累
http://www.ticmy.com/?tag=java 多线程 JVM
2017-10-20 15:25:07
341
原创 Java 并发编程入门URL
http://wiki.jikexueyuan.com/project/java-concurrency/thread-hanging.htmlhttp://ifeve.com/java-concurrency-thread/http://www.cnblogs.com/Mainz/archive/2008/04/13/1151565.htmlhttp://mingyangsh
2017-10-19 18:06:16
197
关于Oracle的异常处理
2015-03-02
TA创建的收藏夹 TA关注的收藏夹
TA关注的人