摘要: JDK 下载地址 http://www.oracle.com/technetwork/java/javase/downloads/index.html 按照自己的情况选择不同的版本下载 阅读全文
posted @ 2016-04-26 11:05 zhaoyingnan911 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/python 2 #coding=UTF-8 3 #FileName:search.py 4 #文件搜索 5 import os; 6 import sys; 7 returnList = []; 8 def s... 阅读全文
posted @ 2016-03-17 17:32 zhaoyingnan911 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: https://docs.python.org/2/library/exceptions.html#exception-hierarchy 阅读全文
posted @ 2016-03-15 15:27 zhaoyingnan911 阅读(5571) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/python 2 #coding=UTF-8 3 # FileName:address.py 4 # Python地址簿 5 import cPickle as p; 6 import os; 7 import sys; 8 class Address: 9 '''Pyth 阅读全文
posted @ 2016-03-01 15:53 zhaoyingnan911 阅读(644) 评论(1) 推荐(1) 编辑
摘要: 1 <?php 2 // 正确地显示复数 3 if(!function_exists('_plurals_format')) 4 { 5 /** 6 * 正确的使用复数 7 * @access public 8 * @author zhaoyingnan 2016-02-17 11:53 9 * @ 阅读全文
posted @ 2016-02-17 11:37 zhaoyingnan911 阅读(1705) 评论(0) 推荐(0) 编辑
摘要: Linux 中seq 命令的用法用于产生从某个数到另外一个数之间的所有整数用法:seq [选项]... 尾数 或:seq [选项]... 首数 尾数 或:seq [选项]... 首数 增量 尾数‐f 选项 指定格式% 后面指定数字的位数 默认是"%g","%3g"那么数字位数不足部分是空格seq ‐... 阅读全文
posted @ 2016-01-03 13:35 zhaoyingnan911 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 用法:date [选项]... [+格式]-d,--date=字符串 显示指定字符串所描述的时间,而非当前时间-f,--file=日期文件 类似--date,从日期文件中按行读入时间描述-r, --reference=文件 显示文件指定文件的最后修改时间-R, --rfc... 阅读全文
posted @ 2015-12-23 21:42 zhaoyingnan911 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 摘自song4Vim 以一种近乎自然语言的方式帮助你完成文本的编辑工作。只需要熟悉几条简单的语法,你就会坐在旋转座椅上前后打转,感慨美妙的生活又回来了。好吧,开始吧。Vim 以一种近乎自然语言的方式帮助你完成文本的编辑工作。只需要熟悉几条简单的语法,你就会坐在旋转座椅上前后打转,感慨美妙的生活又回来... 阅读全文
posted @ 2015-11-23 14:29 zhaoyingnan911 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1 '127.0.0.1', 'port'=> 6379)) 10 { 11 $this->host = $arConfig['host']; 12 $this->port = $arConfig['port']; 13 ... 阅读全文
posted @ 2015-11-10 16:58 zhaoyingnan911 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 文件扩展名Content-Type文件扩展名 Content-Type.*application/octet-stream.tifimage/tiff.001application/x-001.301application/x-301.323text/h323.906application/x-9... 阅读全文
posted @ 2015-10-21 16:12 zhaoyingnan911 阅读(293) 评论(0) 推荐(0) 编辑