会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jhc888007的笔记
最简洁,最直观,详情都在参考文献里~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
2017年10月16日
笔记《鸟哥的Linux私房菜》9 档案与文件系统的压缩与打包
摘要: 打包压缩解压
阅读全文
posted @ 2017-10-16 20:41 jhc888007
阅读(180)
评论(0)
推荐(0)
2017年10月10日
笔记《鸟哥的Linux私房菜》8 Linux 磁盘与文件系统管理
摘要: 磁盘相关,略读
阅读全文
posted @ 2017-10-10 21:11 jhc888007
阅读(102)
评论(0)
推荐(0)
Centos 搭建 NFS
摘要: centos搭建nfs客户端,服务端配置
阅读全文
posted @ 2017-10-10 20:48 jhc888007
阅读(125)
评论(0)
推荐(0)
Python Unicode编码方式
摘要: 编译时使用--enable-unicode=ucs4 编译时使用--enable-unicode=ucs2 参考文献:http://blog.csdn.net/shuifa2008/article/details/41789043
阅读全文
posted @ 2017-10-10 20:41 jhc888007
阅读(686)
评论(0)
推荐(0)
Centos 安装 OpenCV
摘要: 安装cmake wget https://cmake.org/files/v3.6/cmake-3.6.0.tar.gz tar -xvf cmake-3.6.0.tar.gz cd cmake-3.6.0.tar.gz ./configure make -j20 make install 安装依赖
阅读全文
posted @ 2017-10-10 20:39 jhc888007
阅读(529)
评论(0)
推荐(0)
2017年9月15日
Centos 安装 Python Image PIL
摘要: 依赖库 yum install python-devel yum install libjpeg libjpeg-devel zlib zlib-devel freetype freetype-devel lcms lcms-devel yum install python-imaging 下载解压
阅读全文
posted @ 2017-09-15 13:56 jhc888007
阅读(1427)
评论(0)
推荐(0)
2017年9月6日
Linux 文件打乱顺序
摘要: cat in.txt | awk 'BEGIN{srand()}{print rand()"\t"$0}' | sort -k1,1 -n | cut -f2- > out.txt sort -R in.txt > out.txt 后者要计算每行的hash,再排序,在文件内容比较多的情况下前者要比后
阅读全文
posted @ 2017-09-06 19:21 jhc888007
阅读(412)
评论(0)
推荐(0)
2017年9月1日
CentOS 安装ffmpeg
摘要: Centos 6 yum -y install epel-release yum -y install ffmpeg ffmpeg-devel yum -y install epel-release yum -y install ffmpeg ffmpeg-devel Centos 7 yum -y
阅读全文
posted @ 2017-09-01 18:31 jhc888007
阅读(124)
评论(0)
推荐(0)
windows 环境变量立即生效
摘要: 打开cmd 输入PATH="" 关闭cmd 参考文献:http://www.cnblogs.com/zht-blog/p/4033951.html
阅读全文
posted @ 2017-09-01 17:44 jhc888007
阅读(255)
评论(0)
推荐(0)
Windows XP/2003 挂载 Linux NFS
摘要: 服务端: 待续 客户端准备 下载Microsoft Windows Services for UNIX 3.5 http://download.microsoft.com/download/a/1/c/a1ca7af1-a6e3-46e7-874a-4c5d8c0fb3b7/SFU35SEL_EN.
阅读全文
posted @ 2017-09-01 17:23 jhc888007
阅读(1607)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
公告