上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: 原文链接地址:http://www.cnblogs.com/superit/p/3832327.html#undefinedTrueCrypt可能很多人没用过,它是一个加密软件,能够对磁盘进行加密。还在担心自己电脑中的重要文件、私密档案被人查看。什么,你以为把文件设置了隐藏属性别人就看不到了?:) ... 阅读全文
posted @ 2015-10-26 11:06 Flyoung 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.2cto.com/os/201110/106895.html 阅读全文
posted @ 2015-10-19 16:53 Flyoung 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Failed to create the part's controls解决方法: 在文件上右键:openwith 阅读全文
posted @ 2015-10-16 17:43 Flyoung 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 原文链接地址:http://www.cnphp6.com/archives/57930tar -zcvf /home/xahot.tar.gz /xahottar -zcvf 打包后生成的文件名全路径 要打包的目录例子:把/xahot文件夹打包后生成一个/home/xahot.tar.gz的文件。z... 阅读全文
posted @ 2015-10-15 17:16 Flyoung 阅读(5237) 评论(0) 推荐(0) 编辑
摘要: 原文链接地址:http://longluo.github.io/blog/20141031/master-XML-JSON-and-how-to-aprse-them-in-10-minutes/By Long Luo引言NOKIA 有句著名的广告语:“科技以人为本”。任何技术都是为了满足人的生产生... 阅读全文
posted @ 2015-10-15 17:03 Flyoung 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/bo083/articles/2170189.html 阅读全文
posted @ 2015-10-15 15:10 Flyoung 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://jingyan.baidu.com/article/380abd0a71a1061d90192cfd.html修改过程中可能会出现一些别的小问题,自行解决就好,多个包名需要修改的话,可以逐个进行修改!!!!!在我们android项目开发到一定的程度时由于需要,我们必须修改一下... 阅读全文
posted @ 2015-10-15 12:22 Flyoung 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 1, 主板信息-查看主板的序列号使用命令dmidecode | grep -i 'serial number'查看板卡信息cat /proc/pci2, cpu信息通过/proc文件系统1) cat /proc/cpuinfo通过查看开机信息2) dmesg | grep -i 'cpu'3)dmi... 阅读全文
posted @ 2015-10-14 12:34 Flyoung 阅读(560) 评论(0) 推荐(0) 编辑
摘要: PDF文档免费下载地址:http://pan.baidu.com/s/1r2CR8 阅读全文
posted @ 2015-10-14 11:24 Flyoung 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1) 重启后生效开启: chkconfig iptables on关闭: chkconfig iptables off2) 即时生效,重启后失效开启: service iptables start关闭: service iptables stop需要说明的是对于Linux下的其它服务都可以用以上命令... 阅读全文
posted @ 2015-10-14 11:10 Flyoung 阅读(302) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页