上一页 1 ··· 57 58 59 60 61
摘要: 除了显式地直接赋值,还可以用语句给变量赋值,如 #!/bin/bash readonly myUrl="www.google.com"#myUrl="www.baidu.com"echo $myUrl 阅读全文
posted @ 2019-01-10 13:57 MoonXu 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 3中方式 1)./1.sh 权限拒绝 2)bash 1.sh产生是个子shell / sh 1.sh 3). 1.sh whereis firefox vi 2.sh #!/bin/bash /usr/bin/firefox 执行 . 2.sh firefox被打开 阅读全文
posted @ 2019-01-10 13:36 MoonXu 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 不小心按了ctrl+s(停止向终端输入),解决办法ctrl+q(恢复向终端输入) 阅读全文
posted @ 2019-01-03 14:48 MoonXu 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 1.解决不能将参数1从“const char []”转换为“LPCTSTR” ,使用多字节字符集。 阅读全文
posted @ 2018-12-12 18:06 MoonXu 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 57 58 59 60 61