自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 脚本

转换空格分隔的txt文件为csv文件的shell命令 而且空格数并不确定 cat test.txt | sed 's/\t/,/g;s/[[:space:]]//g' >test.csv PS:有个简洁的方法 cat test.txt | tr "[[:space:]]" "\t...

2018-11-06 22:59:00 85

转载 脚本

http://codingstandards.iteye.com/blog/604541 https://blog.csdn.net/u013547134/article/details/38294215 https://blog.csdn.net/jclian91/article/detai...

2018-11-06 22:59:00 61

转载 process

http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=44774&forum=10 https://docs.oracle.com/javase/jp/8/docs/api/java/lang/ProcessBuilder.h...

2018-11-01 07:49:00 52

转载 进程

http://blog.sina.com.cn/s/blog_93b1f3f001013vbl.html http://ruotongsong.iteye.com/blog/1942831 ...

2018-08-16 23:55:00 61

转载 c++内存释放

https://blog.csdn.net/ltx06/article/details/17040607 https://www.cnblogs.com/acm1314/p/5632821.html https://www.cnblogs.com/chenxibobo/p/6895489....

2018-08-12 20:41:00 73

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除