索引的原文档(Document)。为了方便说明索引创建过程,这里特意用两个文件为例:文件一:Students should be allowed to go out with their friends, but not allowed to drink beer.文件二:My friend Jer...
分类:
其他好文 时间:
2014-07-25 03:19:37
阅读次数:
201
规则处理框架 http://my.oschina.net/u/572632/blog/290351 快速匹配引擎构建 http://my.oschina.net/u/572632/blog/292514 报文采集 http://my.oschina.net/u/572632/blog/294582 其他模块分析 afpacket http://...
分类:
其他好文 时间:
2014-07-25 00:04:14
阅读次数:
248
java存数据到mysqljava保存前汉字正常显示,到mysql乱码直接在小海豚上(sqlyog)修改,网上很多人都说在dos里写语句神马的,弄了一圈也不管用,还麻烦,最后发现直接工具就能修改1,该数据库2.表把字符集改为utf8就可以了3.如果还不行,至多把mysql安装文件下my.ini文件里defa..
分类:
编程语言 时间:
2014-07-24 23:51:54
阅读次数:
291
In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:
其他好文 时间:
2014-07-24 23:15:23
阅读次数:
280
On CRM opportunity form view, i added readonly="1" for probability field. When i saved, whatever the value of my probability, it's stored with NULL va...
分类:
其他好文 时间:
2014-07-24 22:02:32
阅读次数:
233
#ifndef MY_FRAME__HH__#define MY_FRAME__HH__#include struct IDirect3D9; struct IDirect3DDevice9; class QD3DWidget : public QWidget { Q_OBJECT pub...
分类:
其他好文 时间:
2014-07-24 21:53:12
阅读次数:
228
查看接口信息 ifconfig (-a 所有 / eth0 查看特定网卡)lo接口:环回接口,操作系统自带打开关闭相应网卡接口 ifup ifdown (ifup eth0)setup命令配置 (基于命令行的文本界面),想windows配置一样,填空 (redhat only? my ubunt.....
分类:
系统相关 时间:
2014-07-24 21:35:02
阅读次数:
288
mysql bin-log 日志清理发现mysql数据库目录中bin-log中日志文件非常大[root@localhost var]# du -sh mysql-bin* | sort1020K mysql-bin.0000021.1G mysql-bin.0000211.1M my...
分类:
数据库 时间:
2014-07-24 17:24:35
阅读次数:
394
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:
Web程序 时间:
2014-07-24 17:17:55
阅读次数:
207
如何利用快捷键输出固定的代码,例如输入sysout,然后马上出现System.out.println(); 1:window—>preferences—>java—>editor—>templates,在templates中可以设置各种快捷键 2:window—>preferences—>在type...
分类:
系统相关 时间:
2014-07-24 17:10:35
阅读次数:
270