文章分类 -  通用技术

摘要:原文:https://software.intel.com/sites/landingpage/IntrinsicsGuide/ 阅读全文
posted @ 2015-08-09 22:02 Scan. 阅读(596) 评论(0) 推荐(0)
摘要:原文:https://en.wikipedia.org/wiki/Correlated_subqueryCorrelated subqueryFrom Wikipedia, the free encyclopediaIn aSQLdatabasequery, acorrelated subquery... 阅读全文
posted @ 2015-07-22 13:24 Scan. 阅读(383) 评论(0) 推荐(0)
摘要:原文:http://www.ruanyifeng.com/blog/2011/09/restful.html理解RESTful架构作者:阮一峰日期:2011年9月12日越来越多的人开始意识到,网站即软件,而且是一种新型的软件。这种"互联网软件"采用客户端/服务器模式,建立在分布式体系上,通过互联网通... 阅读全文
posted @ 2015-07-09 13:38 Scan. 阅读(360) 评论(0) 推荐(0)
摘要:如下,其中星号是我认为应该熟记的(可能部分是Scala插件专用): Find: Ctrl-F: Find Ctrl-R: Replace * Ctrl-Shift-F: Find in path * Ctrl-Shift-R: Replace in path Alt-F7: Find us... 阅读全文
posted @ 2014-12-31 17:19 Scan. 阅读(683) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Foreign_function_interfaceFrom Wikipedia, the free encyclopediaIt has been suggested that this article bemergedintoLan... 阅读全文
posted @ 2014-12-17 19:37 Scan. 阅读(344) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Trampoline_(computing)High-level programming[edit]Used in someLispimplementations, a trampoline is a loop that iterati... 阅读全文
posted @ 2014-12-14 01:43 Scan. 阅读(317) 评论(0) 推荐(0)
摘要:原文:http://my.oschina.net/sub/blog/181140 编程中有时候需要用到匹配中文的正则,一般用 [ \u4e00-\u9fa5]+ 即可搞定。不过这正则对一般的火星文鸟语就不太适用了,甚至全角的标点符号都不包含在内。例如游戏里面的玩家名,普通青年一般都是汉字,文艺青年... 阅读全文
posted @ 2014-11-26 15:10 Scan. 阅读(1317) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/UTF-8From Wikipedia, the free encyclopediaUTF-8(UfromUniversal Character Set+TransformationFormat—8-bit[1]) is acharac... 阅读全文
posted @ 2014-11-26 14:56 Scan. 阅读(617) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/UTF-16UTF-16From Wikipedia, the free encyclopediaUTF-16(16-bitUnicodeTransformation Format) is acharacter encodingcapa... 阅读全文
posted @ 2014-11-26 14:55 Scan. 阅读(254) 评论(0) 推荐(0)
摘要:原文:http://programmers.stackexchange.com/questions/102205/should-utf-16-be-considered-harmfulI'm going to ask what is probably quite a controversial qu... 阅读全文
posted @ 2014-11-26 14:53 Scan. 阅读(159) 评论(0) 推荐(0)
摘要:原文:http://hi.baidu.com/donghaozheng/item/6133dcc5eeaf6bbb0c0a7bfaTermsVSS- Virtual Set Size 虚拟耗用内存(包含共享库占用的内存)RSS- Resident Set Size 实际使用物理内存(包含共享库占用的... 阅读全文
posted @ 2014-09-25 14:37 Scan. 阅读(2920) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/MixinMixinFrom Wikipedia, the free encyclopediaThis article is about the programming concept. For the ice cream, seeMi... 阅读全文
posted @ 2014-09-10 14:38 Scan. 阅读(281) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Branch_predictorBranch predictorFrom Wikipedia, the free encyclopediaNot to be confused withBranch predication.Incompu... 阅读全文
posted @ 2014-07-17 17:49 Scan. 阅读(491) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Branch_target_predictorFrom Wikipedia, the free encyclopediaThis articledoes notciteanyreferences or sources.Please he... 阅读全文
posted @ 2014-07-17 17:33 Scan. 阅读(777) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Tagged_pointerFrom Wikipedia, the free encyclopediaIncomputer science, atagged pointeris apointer(concretely amemory a... 阅读全文
posted @ 2014-06-11 21:34 Scan. 阅读(196) 评论(0) 推荐(0)
摘要:原文:http://billmill.org/bloomfilter-tutorial/#footnote2This tutorial is available in Chinese thanks to miracle刘A Bloom filter is a data structure desig... 阅读全文
posted @ 2014-05-13 22:14 Scan. 阅读(264) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Fowler_Noll_Vo_hashFowler–Noll–Vois a non-cryptographichash functioncreated by Glenn Fowler,Landon Curt Noll, and Phon... 阅读全文
posted @ 2014-05-13 22:11 Scan. 阅读(719) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Jenkins_hash_functionTheJenkins hash functionsare a collection of (non-cryptographic)hash functionsfor multi-bytekeys ... 阅读全文
posted @ 2014-05-13 22:10 Scan. 阅读(1947) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/MurmurHashFrom Wikipedia, the free encyclopediaMurmurHashis a non-cryptographichash functionsuitable for general hash-... 阅读全文
posted @ 2014-05-13 22:08 Scan. 阅读(532) 评论(0) 推荐(0)
摘要:原文:http://en.wikipedia.org/wiki/Bloom_filterFrom Wikipedia, the free encyclopediaNot to be confused withBloom shader effect.This article includes alis... 阅读全文
posted @ 2014-05-13 22:06 Scan. 阅读(385) 评论(0) 推荐(0)