01 2018 档案
摘要:java 初级:http://blog.csdn.net/ilyluo/article/details/51528873
阅读全文
摘要:常用工具 架构图绘制工具: 在线流程图 https://www.processon.com/;jsessionid=BF203F95EAEA1245E3D2E8571CDCBEAC.jvm1 常用技术网站: https://segmentfault.com/
阅读全文
摘要:问题一: windows service 启动时需要用死循环来控制程序,如果不开启异步,死循环会导致windows sevice 程序无法启动,代码情况如下
阅读全文
摘要:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigureGOselect * into BookHouse.dbo.B_Bank
阅读全文
摘要:Windows 配置Reids集群 Redis Cluster 1. 下载安装Redis Redis官方不支持Windows,但是Microsoft Open Tech group在 GitHub上开发了一个Win64的版本,下载地址为: https://github.com/MSOpenTech/
阅读全文