分享两个有用的在线工具: searchcode: https://searchcode.com 比如说搜索login的php代码实现,可以看到很多example findjar工具可以帮助我们找到jar以及其相关信息。 http://www.findjar.com/ ...
阅读全文connect by的使用来用解决树形结构的表查询。可以向上根节点查询,也可以下叶子节点查询。 最简单的语法如下: //从给定的pid开始向下查询,直到叶子节点 select * from table start with pid=:bindingPID connect by prior pid=id //从给的的id开始向上查询,直到根节点 select * from table start with id=:bindingPID connect by prior id= ...
阅读全文本文收集了一些css设计的icon: http://fontawesome.io/icons/ http://v2.bootcss.com/base-css.html#icons http://glyphicons.com/ CIKONSS: http://www.bootcss.com/p/cikonss/ css3 icon: http://www.uiplayground.in/css3-icons/ ...
阅读全文参阅: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html 截屏: ...
阅读全文Raft是一种共识(consensus)算法。解决分布式系统的一致性问题的算法之一。 学习Raft算法,收集几个不错的文章和网站: raft算法动画演示: http://thesecretlivesofdata.com/raft/ raft算法官方:https://raft.github.io/ 《Zookeeper:分布式系统入门到实战》https://www.youtube.com/watch?v=BhosKsE8up8 分布式系统有一 ...
阅读全文geography 地理: Agentine Repulic 阿根廷 Agentina Austria ['ɔːstriə] 奥地利 Australia [ɔ'streljə] 澳大利亚 Brazil [brə'zɪl] 巴西 Belgium ['beldʒəm] 比利时 Cuba ['kjuːbə] 古巴 Cuban 古巴人 ...
阅读全文EGD: entropy gathering device 获取熵的设备 (熵池策略) 这些设备有: file:/dev/random (阻塞式随机设备,依赖约硬件设备) file:/dev/urandom (非阻塞式随机设备) file:/dev/./urandom(非阻塞式随机设备) https://www.baeldung.com/java-security-egd ...
阅读全文