#!/bin/bash a='my' b='site' my_site='my site www.361way.com' echo a_b is "$a"_"$b" echo...
IP屬地:重慶
#!/bin/bash a='my' b='site' my_site='my site www.361way.com' echo a_b is "$a"_"$b" echo...
在使用變量時,字符串中包含*,那么引用變量時,使用雙引號包住,不然會變量會變更 sql='select * from test;' vsql -f $sql 會報錯。 vsq...
在使用異步執(zhí)行任務中,不要在內(nèi)部對日志進行重定向,否則可能異常退出 nohup ./test.sh & test.sh #!/bin/bash psql -f xxx.sql...
jpa: hibernate: ddl-auto: create ddl-auto:create----每次運行該程序,沒有表格會新建表格,表內(nèi)有數(shù)據(jù)會清空 ddl-...
轉(zhuǎn)發(fā)一個大神寫的線程池的文章,寫得很好。 https://mbd.baidu.com/newspage/data/landingshare?pageType=1&isBdbo...
在接口文檔上,使用yapi進行交互公示,但開發(fā)Java的過程中,需要手動維護Yapi,顯得特別麻煩。因此找了幾個Idea插件。 1、YapiIdeaUploadPlugin ...