-
2019.07
15
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_5304322'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s11.cnzz.com/stat.php%3Fid%3D5304322%26online%3D1' type='text/javascript'%3E%3C/script%...
-
2018.11
14
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_5304322'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s11.cnzz.com/stat.php%3Fid%3D5304322%26online%3D1' type='text/javascript'%3E%3C/script%3E"));
...
-
2018.11
13
linux下使用find xargs sed grep查找文件及文件内容并替换
查询当前目录 含 >> 的sh文件
grep ">>" *.sh
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_5304322'%3E%3C/span%3E%3C...
-
2018.09
12
在Bash的算术运算中有以下几种方法: 名称 语法 范例 算术扩展 ...
-
2018.06
01
一. 具体每个选项对应的判断内容:
-e filename 如果 filename存在,则为真
-d filename 如果 filename为目录,则为真
-f filename 如果 filename为常规文件,则为真
-L filename 如果 filename为符号链接,则为真
-r filename 如果 filename可读,则为真
-w filename 如果 filename可写,则为真
-x filename 如果 ...
-
2018.06
01
一. 具体每个选项对应的判断内容:
-e filename 如果 filename存在,则为真
-d filename 如果 filename为目录,则为真
-f filename 如果 filename为常规文件,则为真
-L filename 如果 filename为符号链接,则为真
-r filename 如果 filename可读,则为真
-w filename 如果 filename可写,则为真
-x filename 如果...
-
2017.12
26
这里记录几种shell中从1到100的循环方法
方法
类c语言
for ((i=1; i<=100; i ++))
do
echo $i
done
in使用
for i in {1..100}
do
echo $i
done
seq使用
作用
seq – print a sequence of numbers&...
-
2017.12
26
这里记录几种shell中从1到100的循环方法
方法
类c语言
for ((i=1; i<=100; i ++))
do
echo $i
done
in使用
for i in {1..100}
do
echo $i
done
seq使用
作用
seq – print a sequence of numbers&...
-
2017.12
26
这里记录几种shell中从1到100的循环方法
方法
类c语言
[html] view plain copy
for ((i=1; i<=100; i ++))
do
echo $i
done
in使用
[html] view plain copy
for i in {1..100}
do
echo $i
done
seq使用
作用
[ht...
有实验图就更好了
厉害啊
hhh
说的很有道理!
楼主好人啊,我现在就是小时候的你
...
APK从哪来?不是免费的把?
每天睡觉以前,我都会把您的帖子再
漂亮,好方法,
楼主,请原谅我的自私!我知道无论