搜索

大约有 236 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1930秒)

1.xdb追加的遍历接口

发布时间:2012-06-17 13:06 t By hit

.c文件追加 [code] typedef struct xdb_tree_node { char *key; int vlen; int voff; struct xdb_tree_node* next; } xdb_tree_list, *xdb_tree_plist; int travel_index = -1; xdb_tree_plist _xdb_tree_plist = NULL; void _xdb_next_tree_read(xdb_t x, xptr_t ptr) { if (ptr->len...

2.RE: 使用工具导出xdb后出错

发布时间:2011-09-22 09:09 t By lwliangma

...件在dump导出的时候就会出现如下错误: C:\php>php dump_xdb_file.php dic2.xdb dic2.txt PHP Warning: XDB::Open(dic2.xdb), invalid xdb format. in C:\php\xdb.class.php o n line 180 Warning: XDB::Open(dic2.xdb), invalid xdb format. in C:\php\xdb.class.php on lin e 180 ERROR: in...

3.安装scws-1.2.1时遇到的问题

发布时间:2013-02-01 13:02 t By fktuli

...s --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT xdb.lo -MD -MP -MF .deps/xdb.Tpo -c -o xdb.lo xdb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT xdb.lo -MD -MP -MF .deps/xdb.Tpo -c xdb.c -DDLL_EXPORT -DPIC -o .libs/xdb.o xdb.c: In function ‘xdb_open’: ...

4.在cygwin里编译最后出现问题了,怎么办呀

发布时间:2013-05-07 16:05 t By cnaaa

xdb.c: 在函数‘xdb_open’中: xdb.c:171:21: 错误:‘LOCK_EX’未声明(在此函数内第一次使用) xdb.c:171:21: 附注:每个未声明的标识符在其出现的函数内只报告一次 xdb.c: 在函数‘xdb_create’中: xdb.c:213:20: 错误:‘LOCK_EX’未声明(在此函...

5.xdb导入时关联xdb.class.php中的key错误

发布时间:2011-06-09 10:06 t By itlong

发现,在导入make_xdb_file时,提示xdb.class.php 447行有问题。 修改xdb.class.php如下: 原来: if ($cmp == false) $cmp = create_function('$a,$b', 'return strcmp($a[key],$b[key]);');//$a[key]这种写法非常不严谨,是低级问题。真不明白定这个函数的人是...

6.特苦恼,今天想给xdb加词使劲报错。感谢帮忙看看

更新时间:2013-08-24 01:08 t By 一只死菜鸟

不停的报这个错。ERROR: output xdb file exists:后面是文件名 是从网站上面下载的XDB导入导出工具 起初我以为是我改的txt格式不对还是怎么的 后来我直接将xdb导出成txt,如下 php E:\www\dump_xdb_file.php E:\www\dict.xdb E:\www\1.txt 成功导...

7.使用工具导出xdb后出错

发布时间:2011-09-21 16:09 t By lwliangma

...帮忙看下,下面是什么错误,,这个dic1.txt 直接从可用的xdb文件用dump导出的,现在不做任何修改直接make_xdb 就会报如下错误: C:\php>php make_xdb_file.php hah11.xdb dic1.txt INFO: Loading text file data ... PHP Notice: Uninitialized string offset: 1 in...

8.RE: [特别发布] 纯PHP编写的xdb词典导入导出工具!!

更新时间:2009-07-27 09:07 t By etbobhwang

...xhausted (tried to allocate 1046898225 bytes) in /var/www/html/search/dict/xdb.class.php on line 638 我也碰到同樣的問題,換一台主機依舊有問題 謝謝 ,問題是 638 行 : $rec['value'] = fread($this->fd, $rec['vlen']); 不可能超過 1gb 我有看到 gen_dict.c 但是是...

9.RE: 使用工具导出xdb后出错

发布时间:2011-09-23 10:09 t By lwliangma

今天又在网站上重新下载了 简体utf8 xdb字典,和make_xdb 等软件,做次操作, xdb->txt 再txt->xdb 就不行了,直接报错! 麻烦版主测试一下,给一个修改字典的方法,谢谢!

10.无法打开类型为 xdb 数据文件 是什么问题?

发布时间:2010-08-28 12:08 t By luyinhu

今天换服务器上出现这个问题 [code]Warning: XDB::Open(dict.xdb) failed. in D:\99dy\include\scws\xdb_r.class.php on line 44 Fatal error: 无法打开类型为 xdb 数据文件 `include/scws/dict/dict.xdb` in D:\99dy\include\scws\dict.class.php on line 155[/code] 是什么原因?

  • 时间不限
  • 按相关性排序