上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 185 下一页
摘要: http://php.net/manual/en/internals2.memory.management.php Basic memory management The engine's memory management is implemented with features importan 阅读全文
posted @ 2017-05-02 12:17 papering 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 内存泄露 http://slides.com/gruizdevilla/memory#/3 What is a memory leak? Gradual loss of available computer memory when a program repeatedly fails to retu 阅读全文
posted @ 2017-05-02 09:49 papering 阅读(1202) 评论(0) 推荐(0) 编辑
摘要: w 使用 Python 进行线程编程https://www.ibm.com/developerworks/cn/aix/library/au-threadingpython/index.html url_fetch_serial.py 阅读全文
posted @ 2017-04-29 16:21 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/iamcodingmylife/article/details/79866600 1,使用python文件默认的‘ file ’属性 2,使用 sys.argv[0] print sys.argv # 输入参数列表 print sys.argv[0] # 阅读全文
posted @ 2017-04-29 14:50 papering 阅读(334) 评论(0) 推荐(0) 编辑
摘要: w 使用 Python 实现多进程https://www.ibm.com/developerworks/cn/aix/library/au-multiprocessing/ 阅读全文
posted @ 2017-04-29 14:47 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-29 14:45 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: w 期货合约(英语:Futures contract),简称期货(英语:Futures),是一种跨越时间的交易方式。买卖双方透过签订合约,同意按指定的时间、价格与其他交易条件,交收指定数量的现货。 历史上最早的期货市场是江户幕府时代的日本。由于当时的稻米价格,对经济及军事活动造成很重大的影响,米商往 阅读全文
posted @ 2017-04-29 14:26 papering 阅读(966) 评论(0) 推荐(0) 编辑
摘要: w DT security 阅读全文
posted @ 2017-04-29 13:32 papering 阅读(112) 评论(0) 推荐(0) 编辑
摘要: r 阅读全文
posted @ 2017-04-29 02:37 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Java菜鸟教程 面向对象(二)——constructor、overload与一个练习 - CSDN博客 https://blog.csdn.net/thomasli2017/article/details/77338454 Java 对象和类 | 菜鸟教程 http://www.runoob.co 阅读全文
posted @ 2017-04-29 01:31 papering 阅读(433) 评论(0) 推荐(0) 编辑
摘要: w Scala 简介 | 菜鸟教程 http://www.runoob.com/scala/scala-intro.html 阅读全文
posted @ 2017-04-29 01:15 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Scala集成了函数编程和对象编程的优点。 SEAMLESS JAVA INTEROP Scala runs on the JVM, so Java and Scala stacks can be freely mixed for totally seamless integration. TYPE 阅读全文
posted @ 2017-04-29 01:10 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 啊 阅读全文
posted @ 2017-04-29 00:49 papering 阅读(975) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/40317106/failed-to-start-redis-service-unit-redis-server-service-is-masked https://redis.io/topics/quickstart servi 阅读全文
posted @ 2017-04-28 22:58 papering 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: Makefile的工作流程 http://c.biancheng.net/view/7091.html Makefile文件是什么? 我们教程主要是讲的是 Makefile 。很多 Linux(Unix) 做开发的初学者不了解 Makefile 是什么,甚至大部分 Windows 开发工程师对 Ma 阅读全文
posted @ 2017-04-28 22:00 papering 阅读(663) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-28 20:34 papering 阅读(603) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/f59a0695b164 https://technology.amis.nl/2014/01/27/a-short-guide-to-networking-in-virtual-box-with-oracle-linux-inside/#prett 阅读全文
posted @ 2017-04-28 20:13 papering 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 def odd(): print("s1") yield print("s2") yield print("s3") yield for i in odd(): continue o=odd() next(o) next(o) next(o) next(o) # StopIterati 阅读全文
posted @ 2017-04-28 18:06 papering 阅读(504) 评论(0) 推荐(0) 编辑
摘要: Solr Deep Paging(solr 深分页) - ickes的专栏 - CSDN博客 https://blog.csdn.net/xl_ickes/article/details/42772521 问题深分页的问题是很清楚。Solr必须为返回的搜索结果准备一个列表,并返回它的一部分。如果该部 阅读全文
posted @ 2017-04-28 16:00 papering 阅读(413) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-28 15:51 papering 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 清除查询缓存 阅读全文
posted @ 2017-04-28 13:49 papering 阅读(163) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2017-04-27 20:14 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: ps -aux 查当前端口占用 w 怎样筛选出仅有num(属性?节点)的object ? 有哪些简洁的code的写法?有哪些高效的程序执行方法? collection – Collection level operations — PyMongo 3.4.0 documentationhttp:// 阅读全文
posted @ 2017-04-27 18:45 papering 阅读(746) 评论(0) 推荐(0) 编辑
摘要: Markdown 进阶技能:用代码画时序图 - 知乎 https://zhuanlan.zhihu.com/p/70261692 微信支付-开发者文档 https://pay.weixin.qq.com/wiki/doc/apiv3/open/pay/chapter2_3.shtml sequenc 阅读全文
posted @ 2017-04-27 12:20 papering 阅读(545) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/26x8O1bRzurl84e3nM6TTA CAP 一致性协议及应用解析 原创 有赞技术 有赞coder 2019-01-23 18:33 CAP一致性协议及应用解析 https://tech.youzan.com/cap-coherence- 阅读全文
posted @ 2017-04-27 12:08 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: w https://dev.mysql.com/doc/refman/5.7/en/lock-tables.html MySQL enables client sessions to acquire table locks explicitly for the purpose of cooperat 阅读全文
posted @ 2017-04-27 09:56 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Nullshttps://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements005.htm 阅读全文
posted @ 2017-04-27 02:05 papering 阅读(287) 评论(0) 推荐(0) 编辑
摘要: https://tech.youzan.com/code-coverage/ 浅谈代码覆盖率 https://www.cnblogs.com/coderzh/archive/2009/03/29/1424344.html 代码覆盖率浅谈 在做单元测试时,代码覆盖率常常被拿来作为衡量测试好坏的指标,甚 阅读全文
posted @ 2017-04-27 02:04 papering 阅读(434) 评论(0) 推荐(0) 编辑
摘要: NoSQL 数据库分类 类型 部分代表特点 列存储 HbaseCassandraHypertable顾名思义,是按列存储数据的。最大的特点是方便存储结构化和半结构化数据,方便做数据压缩,对针对某一列或者某几列的查询有非常大的IO优势。 文档存储MongoDBCouchDB文档存储一般用类似json的 阅读全文
posted @ 2017-04-27 01:52 papering 阅读(212) 评论(0) 推荐(0) 编辑
摘要: w 问题 0-新增和读取,可以忽略更新和删除; 1-被请求方的xml dom结构多层且不定,且未来可能增删某些键(dom节点),且键值长度最值可能无法确定; 3-请求过程可能出现异常exception, 3-0被请求方的api文档可能没有穷举异常; 3-1当出现异常时,可能请求脚本还可以继续执行且接 阅读全文
posted @ 2017-04-27 01:34 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: RFC 1630 - Universal Resource Identifiers in WWW: A Unifying Syntax for the Expression of Names and Addresses of Objects on the Network as used in the 阅读全文
posted @ 2017-04-26 22:27 papering 阅读(295) 评论(0) 推荐(0) 编辑
摘要: w Parse error: syntax error, unexpected '?' 阅读全文
posted @ 2017-04-26 21:00 papering 阅读(132) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Amortized_analysis In computer science, amortized analysis is a method for analyzing a given algorithm's time complexi 阅读全文
posted @ 2017-04-26 20:00 papering 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 需要对加密和解密使用相同密钥的加密算法。由于其速度快,对称性加密通常在消息发送方需要加密大量数据时使用。对称性加密也称为密钥加密。 所谓对称,就是采用这种加密方法的双方使用方式用同样的密钥进行加密和解密。密钥是控制加密及解密过程的指令。算法是一组规则,规定如何进行加密和解密。 因此加密的安全性不仅取 阅读全文
posted @ 2017-04-26 18:50 papering 阅读(251) 评论(0) 推荐(0) 编辑
摘要: class property(fget=None, fset=None, fdel=None, doc=None) 返回 property 属性。 fget 是获取属性值的函数。 fset 是用于设置属性值的函数。 fdel 是用于删除属性值的函数。并且 doc 为属性对象创建文档字符串。 一个典型 阅读全文
posted @ 2017-04-26 16:42 papering 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Underscores in Python https://shahriar.svbtle.com/underscores-in-python Underscores in Python This post discusses the use of the _ character in Python 阅读全文
posted @ 2017-04-26 16:01 papering 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Using the URLconf defined in config.urls, Django tried these URL patterns, in this order: 阅读全文
posted @ 2017-04-26 14:55 papering 阅读(502) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-26 14:28 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/欧拉定理_(数论) 费马小定理的推广 潘承洞 潘承彪. 《初等数论》. 北京大学出版社. 2003. ISBN 9787301060759. Albert H. Beiler 著,谈祥柏 译. 《数论妙趣--数学女王的盛情款待》. 上海教育 阅读全文
posted @ 2017-04-26 14:25 papering 阅读(957) 评论(0) 推荐(0) 编辑
摘要: w 忽略不影响次方数或至多升一次方的外层加法运算,即线性运算; 非线性运算估算:4+(4+4)+1=13 阅读全文
posted @ 2017-04-26 14:20 papering 阅读(562) 评论(0) 推荐(0) 编辑
上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 185 下一页