2021年8月31日
摘要: https://www.cnblogs.com/mgzc-1508873480/p/7866768.html 方法一:使用 . #. ./sub.sh 方法二:使用 source #source ./sub.sh 方法三:使用 sh #sh ./sub.sh 注意: 1、两个点之间,要有空格,第二个 阅读全文
posted @ 2021-08-31 20:03 51core 阅读(797) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mgzc-1508873480/p/7866915.html 方法1:while循环中执行效率最高,最常用的方法。 while read linedoecho $linedone < filename 注释:这种方式在结束的时候需要执行文件,就好像是执 阅读全文
posted @ 2021-08-31 20:02 51core 阅读(173) 评论(0) 推荐(0) 编辑
摘要: unable to create new native threadhttps://stackoverflow.com/questions/16789288/java-lang-outofmemoryerror-unable-to-create-new-native-thread/16789621 阅读全文
posted @ 2021-08-31 11:25 51core 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 写在前面:处理MySQL数据库工作中遇到关于sql_mode的情况,特学习记录一下 1.sql_modesql_mode是一组语法校验规则 2.查询sql_mode①命令:select @@GLOBAL.sql_mode或者select @@SESSION.sql_mode@@GLOBSL.sql_ 阅读全文
posted @ 2021-08-31 10:41 51core 阅读(255) 评论(0) 推荐(0) 编辑