雪洗中关村

导航

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页

2018年9月20日 #

Spring Boot(5) 集成Hibernate 日志配置

摘要: https://blog.csdn.net/ZNG_XP/article/details/78131809 https://blog.csdn.net/u011998835/article/details/78369721 https://blog.csdn.net/zl1zl2zl3/articl 阅读全文

posted @ 2018-09-20 20:30 雪洗中关村 阅读(1193) 评论(0) 推荐(0)

FSTConfiguration 高性能序列化框架FST

摘要: 转自:https://blog.csdn.net/z69183787/article/details/53005961fst是完全兼容JDK序列化协议的系列化框架,序列化速度大概是JDK的4-10倍,大小是JDK大小的1/3左右。 首先引入pom de.ruedigermoeller fst 2.04 package zookeeper.seria; import java.io... 阅读全文

posted @ 2018-09-20 20:19 雪洗中关村 阅读(3566) 评论(0) 推荐(0)

2018年9月16日 #

java BeanUtils.copyProperties

摘要: github搜索关键词: copyPropertiesIgnore https://github.com/longyi97/GA/blob/997e9c3a467268041c186234d91c4ebac5450480/GongAnProduct_DataConvertServer/src/mai 阅读全文

posted @ 2018-09-16 00:44 雪洗中关村 阅读(132) 评论(0) 推荐(0)

2018年9月15日 #

Transformer-view java实体 转换视图 Lists.transform

摘要: 自: https://blog.csdn.net/mnmlist/article/details/53870520 meta_ws 连接: https://github.com/kse-music/demo/blob/064663ac7251285745dc915dad4a6837f723538f/ 阅读全文

posted @ 2018-09-15 23:55 雪洗中关村 阅读(926) 评论(0) 推荐(0)

shell 命令学习

摘要: https://blog.csdn.net/mnmlist/article/details/55215158 阅读全文

posted @ 2018-09-15 23:50 雪洗中关村 阅读(99) 评论(0) 推荐(0)

Immutable集合

摘要: 转自:https://blog.csdn.net/michaellufhl/article/details/6314333 大家都知道JDK提供了Collections.UnmodifiableList(),Collections.UnmodifiableSet()和Collections.unmo 阅读全文

posted @ 2018-09-15 22:48 雪洗中关村 阅读(233) 评论(0) 推荐(0)

Lists.transform的使用

摘要: // transform 实现: List<Integer> numList = Lists.transform(mapList, s -> Integer.valueOf(s.get("valueItem") + "")); //还原: List<Map<String, Object>> mapL 阅读全文

posted @ 2018-09-15 22:29 雪洗中关村 阅读(2243) 评论(0) 推荐(0)

excel导出: mac safari对application/x-msdownload的支持不佳

摘要: https://blog.csdn.net/lizeyang/article/details/8982155?locationNum=3&fps=1 http://tool.oschina.net/commons 解决: http://ju.outofmemory.cn/entry/133400 h 阅读全文

posted @ 2018-09-15 21:51 雪洗中关村 阅读(1334) 评论(0) 推荐(0)

Cassandra 数据库, python cqlsh命令

摘要: ★ cql操作数据库(cqlsh.bat: python cqlsh命令操作<优缺点:https://blog.csdn.net/vbirdbest/article/details/77662727>): https://www.cnblogs.com/piaolingzxh/p/4197833.h 阅读全文

posted @ 2018-09-15 18:57 雪洗中关村 阅读(407) 评论(0) 推荐(0)

windows dos命令

摘要: dos命令配置环境变量: path=%path%;D:\Installed software\Professional software\Python27 (https://www.cnblogs.com/huangbiquan/p/7784533.html) 阅读全文

posted @ 2018-09-15 18:33 雪洗中关村 阅读(148) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页