编程语言[总排行] [月排行] [周排行] [日排行]
以下摘自:http://www.jb51.net/article/17560.htm为什么Python使用过程中会出现各式各样的乱码问题,明明是中文字符却显示成“\xe4\xb8\xad\xe6\x96\x87”的形式?为什么会报错“UnicodeEncodeError: 'ascii' codec...
分类:编程语言 时间:2014-10-08 11:27:15 阅读:240
3.7 枚举类型除了之前我们介绍的数值数据和文字数据之外,在现实世界中,常常还会遇到这样一类数据:一道单选题的答案只能是A、B、C、D四个选项中的某一个;红绿灯的颜色只能是红色,绿色和黄色中的某一种;一个人的性别只能是男性或者女性。这种数据都只有有限的几种可能值,其值也只能是这个范围内的某一个。为了...
分类:编程语言 时间:2014-10-08 11:41:15 阅读:270
转自:http://blog.csdn.net/wwww1988600/article/details/7309070在java中可有两种方式实现多线程,一种是继承 Thread类,一种是实现Runnable接口;Thread类是在java.lang包中定义的。一个类只要继承了Thread类同时.....
分类:编程语言 时间:2014-10-08 12:47:35 阅读:218
time时间处理1.获取当前时间(时间戳)time.time()2.获取当前时间 (元组),参数是时间戳,默认是当前时间戳time.localtime(pams)3.把时间元组转换时间格式化time.strftime("%Y-%m-%d",时间元组)4.把时间格式化转换为时间元组time.strpt...
分类:编程语言 时间:2014-10-08 11:36:45 阅读:257
项目地址:http://www.freeteam.cn/ FreeCMS商业版V2.2更新功能 1.增加freecms_uploadfile表,存放信息上传的附件,使附件可以保存原文件名,并可排序。 2.增加uploadfile标签提取附件。 3.信息内容增加导入word功...
分类:编程语言 时间:2014-10-08 11:38:55 阅读:188
java 序列化和反序列化实例分析...
分类:编程语言 时间:2014-10-08 09:57:15 阅读:266
Functional JavaScript 目录 1 Get Started with FP2 First-class Functions and Applicative Programming3 Variable Scope and Closures4 High-order Functions5 Function-Building Functions6 ...
分类:编程语言 时间:2014-10-08 10:13:35 阅读:266
High Performance Python 目录 1 Understanding Performant Python2 Profiling3 Lists and Tuples4 Dictionaries and Sets5 Iterators and Generators6 Matrix and Vector Computation7 Compil...
分类:编程语言 时间:2014-10-08 11:03:25 阅读:448
原文:http://www.javaworld.com/article/2077523/build-ci-sdlc/java-tip-26--how-to-improve-java-s-i-o-performance.html JDK 1.0.2 的 java.io 包暴露了很多I/O性能问题,这里将介绍一个优化方案,附加一个关闭同步的方法。 Java的I/O性能曾经是很多Java应用...
分类:编程语言 时间:2014-10-08 10:29:25 阅读:394
1、Properties public class PropertiesTest { public static HashMap hashMap = new HashMap(); public static String filename = "my"; /** * @param args */ public static void main(String[] args) {...
分类:编程语言 时间:2014-10-08 10:28:15 阅读:170
142801428024280345345
上一页453443下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!