摘要: 转载: http://www.cnblogs.com/known/archive/2010/08/28/1811091.html 在前面我们已经见过一些 Python内建函数, 比如 len(), range(), input() 现在我们来看看自定义函数 函数是通过 def 关键字来定义, 后面跟 阅读全文
posted @ 2016-10-16 00:07 morningdew 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/known/archive/2010/07/31/1789648.html 1. if 语句 2. while 语句 3. for 语句 4. break continue 语句 阅读全文
posted @ 2016-10-15 23:52 morningdew 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/known/archive/2010/07/31/1789290.html 1. 常量 python 常量没有名字 2. 数 python 有 4 类 数: * 整数:2 *长整数:655535等大一些的整数 *浮点数:1.2, 1.2e-3, 阅读全文
posted @ 2016-10-15 23:43 morningdew 阅读(183) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/roilat/articles/3459488.html 阅读全文
posted @ 2016-09-25 10:59 morningdew 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov 阅读全文
posted @ 2016-07-28 08:13 morningdew 阅读(176) 评论(0) 推荐(0) 编辑
摘要: to convert a string, or a portion of a string, into an array of characters palindrome.getChars(0, len, tempCharArray, 0); Creating Format Strings You 阅读全文
posted @ 2016-07-24 13:21 morningdew 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1. storm http://www.cnblogs.com/zzl198949/articles/3545458.html 2. spark http://blog.jobbole.com/89446/ https://www.kaggle.com/c/titanic 阅读全文
posted @ 2016-07-22 14:21 morningdew 阅读(90) 评论(0) 推荐(0) 编辑
摘要: ref:https://plumbr.eu/outofmemoryerror/java-heap-space java.lang.outOfMemoryError -> heap memory used up 1. Java Heap Space Java applications are only 阅读全文
posted @ 2016-07-15 14:03 morningdew 阅读(619) 评论(0) 推荐(0) 编辑
摘要: ref: http://www.cnblogs.com/vamei/p/3603046.html Python 的设计理念: 平衡于复杂强大的 C 和简单方便的bash。 Python良好的扩展性使得其功能十分全面:web 服务器, 网络爬虫, 科学运算, 机器学习, 游戏开发.... python 阅读全文
posted @ 2016-07-03 11:21 morningdew 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1. 文件系统 2. 进程管理 3. http原理 4. socket编程 5. 数据库原理 阅读全文
posted @ 2016-07-03 11:03 morningdew 阅读(83) 评论(0) 推荐(0) 编辑