雪洗中关村

导航

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)

mongo dos操作

摘要: https://www.cnblogs.com/beileixinqing/p/8241822.html 基础1 https://blog.csdn.net/superjunjin/article/details/53082995 基础2 https://blog.csdn.net/qq_21460 阅读全文

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