In data structure Hash, hash function is used to convert a string(or any other type) into an integer smaller than hash size and bigger or equal to zer...
分类:
其他好文 时间:
2015-02-07 08:03:20
阅读次数:
244
建立索引过程用户提交数据=》solr建立索引=》调用lucene包建立索引官方建立索引和查询索引的例子如下:http://lucene.apache.org/core/4_10_3/demo/overview-summary.html#About_the_codehttp://lucene.apac...
分类:
Web程序 时间:
2015-02-06 16:28:31
阅读次数:
145
最近遇到很多问题都跟Prime有关,于是总结一下:Prime definition:Aprime number(or aprime) is anatural numbergreater than 1 that has no positivedivisorsother than 1 and itsel...
分类:
其他好文 时间:
2015-02-01 07:07:26
阅读次数:
217
时间过的好快,仿佛还沉浸在上一年的年终总结中,转眼之间又该年终总结了。一年了自己的英语学习一直在进
行,到底自己的英语水平和一年前的自己相比自己有了什么进步呢?还好前些天给11期的小朋友测试英语,和一年前
的自己形成对比让我看到了自己这一年来的英语的进步。...
分类:
其他好文 时间:
2015-01-31 22:01:45
阅读次数:
229
唔,想有更加舒爽的阅读体验请移步http://mlz000.logdown.com/posts/252433-mo-algorithm-summary
首先众所周知的是莫队算法是要把询问先按左端点属于的块排序,再按右端点排序
复杂度就先不证了,有兴趣的同学可以自己YY下或者查阅资料
下面举几个例子详细说明
1.小Z的袜子
Descripti...
分类:
编程语言 时间:
2015-01-29 14:39:02
阅读次数:
227
转自http://www.anylogic.com/anylogic/help/index.jsp?topic=/com.xj.anylogic.help/html/code/Arrays_Collections.htmlJava offers two types of constructs whe...
分类:
其他好文 时间:
2015-01-29 09:18:20
阅读次数:
228
微软近期Open的职位:SDE IIOrganization Summary:Engineering, Customer interactions & Online (ECO) is looking for a great "Software Development Engineer" to joi...
分类:
其他好文 时间:
2015-01-25 09:49:35
阅读次数:
202
方法一、利用微软的excel操作类引用:usingExcel=Microsoft.Office.Interop.Excel;代码如下:#region导出数据表:Excle(微软的excel操作类)
///<summary>
///导出数据表:Excle
///</summary>
///<paramname="myDGV"></param>
publicvoid_ToExcel(DataG..
找不到符号
找不到 ntdll.pdb。
*** ERROR: Symbolfile could not be found. Defaulted toexport symbols for ntdll.dll -
************* Symbol Loading Error Summary **************
Module name ...
分类:
其他好文 时间:
2015-01-22 15:26:06
阅读次数:
119
What is a stack overflow error?Parameters and local variables are allocated on the stack (with reference types the object lives on the heap and a vari...
分类:
其他好文 时间:
2015-01-22 06:57:13
阅读次数:
117