原创 隨機密碼生成的方式

https://www.cnblogs.com/xyz0601/p/4445711.html

原创 記今日面試問題

聯合索引的使用問題,最新的innodb中是否有對於聯合索引的優化 分庫實現和對應的路由問題如何解決。

原创 spring 事務, 坑

第一種:實現接口的方法必須是public的,下面的代碼編譯報錯 @Component public class TestA implements A{ @Autowired StockLogRepository repo

原创 maven import scope理解

https://www.cnblogs.com/gyjx2016/p/6794893.html

原创 關於maven pom文件模塊整合和父pom,官方文檔解釋很清楚,建議看官方文檔

官方文檔參考: http://maven.apache.org/guides/introduction/introduction-to-the-pom.html 項目實例參考: https://github.com/spring-proj

原创 htop bug, 通過終端登錄服務器使用htop會出現把服務器的多線程統計爲多進程

https://askubuntu.com/questions/17047/in-htop-i-sometimes-see-lists-of-64-processes-identical-for-all-but-the-pid-w

原创 Mac 終端如何切換成管理員用戶

  方法1、打開終端輸入 sudo su  然後回車           Password:  ------(輸入root密碼即可

原创 shell判斷文件大小

#判斷大小 SIZE=8 FILE="test.sh" size=0 until [ $size -eq $SIZE ] do size=`ls -l "${FILE}" | awk '{print $5}'` echo

原创 du和ls查看文件大小的區別

https://www.tanglei.name/blog/difference-between-du-and-ls.html

原创 Makefile中的%標記和系統通配符*的區別

https://www.cnblogs.com/warren-wong/p/3979270.html

原创 shell命令行操作

http://blog.chinaunix.net/uid-361890-id-342066.html

原创 nsq本地編譯,其使用的是dep

https://studygolang.com/articles/10589

原创 重發未打包的BTC 交易

There are several approaches that may work. I'm not sure which methods are most easily available for a user of a blockc

原创 goroot和gopath

https://www.cnblogs.com/pyyu/p/8032257.html

原创 elastic mac安裝配置

brew install elasticsearch 配置: https://www.elastic.co/guide/cn/elasticsearch/guide/current/important-configuration-chan