摘要: 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) 编辑
摘要: Optimistic concurrency control https://en.wikipedia.org/wiki/Optimistic_concurrency_control Optimistic concurrency control (OCC) is a concurrency cont 阅读全文
posted @ 2017-04-26 11:03 papering 阅读(596) 评论(0) 推荐(0) 编辑
摘要: w MySQL :: MySQL 5.7 Reference Manual :: 9.2.1.19 Avoiding Full Table Scanshttps://dev.mysql.com/doc/refman/5.7/en/table-scan-avoidance.html 阅读全文
posted @ 2017-04-26 11:01 papering 阅读(119) 评论(0) 推荐(0) 编辑