今天用C++Builder6.0 调用三方lib文件时,编译的时候出现如下错误:“contains invalid OMF record, type 0x21 (possibly COFF)”才知道这个lib文件是别人用VC做的,要在C++Builder下面使用的,必须转换成CB格式的这才想起调用C...
分类:
其他好文 时间:
2015-05-05 18:41:13
阅读次数:
267
今天写完代码运行时,出现了程序安装失败的对话框:Installation failed since the device possibly has stale dexed jars that don't match the current version (dexopt error). In ord...
分类:
移动开发 时间:
2015-04-08 21:16:18
阅读次数:
337
/* Add an arc of a circle to the context's path, possibly preceded by a straight line segment. `(x, y)' is the center of the arc; `radius' is its radi...
分类:
移动开发 时间:
2015-03-17 11:59:04
阅读次数:
165
Default (and possibly architecture dependents) HAL modules go here. libhardware.so eventually should contain *just* the HAL hub(hardware.c), everythin...
分类:
移动开发 时间:
2015-03-05 16:33:38
阅读次数:
160
configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf docu...
分类:
其他好文 时间:
2015-02-27 01:29:58
阅读次数:
150
Scipy中引入包错误:
...
scipy.misc.imsave(filename, numpy.kron(doc, zoom))
...
AttributeError: 'module' object has no attribute 'misc'
发生错误的原因:
Most possibly because scipy is a library (package...
分类:
编程语言 时间:
2015-01-29 21:07:54
阅读次数:
697
原网页链接
http://www.gnu.org/software/libc/manual/html_node/Directory-Entries.html
原文及翻译
混在一起写了
unsigned char d_type
This is the type of the file, possibly unknown. The following constants ar...
分类:
其他好文 时间:
2015-01-15 20:28:18
阅读次数:
500
glob 是python 提供的一个支持正则表达式的查找文件的模块。实现上采用了os.listdir() 和 fnmatch.fnmatch(). 但是没有真的invoking a subshell.glob.glob(pathname) Return a possibly-empty lis...
分类:
编程语言 时间:
2015-01-13 19:25:25
阅读次数:
201
为什么有些GPIO可以在/sys/class/gpio中控制,而有些不行呢?先来看一看普通的控制方法:ath79_gpio_function_disable这个的作用是? /* Enable GPIO15 and GPIO16 and possibly GPIO26 and GPIO27 */ at...
分类:
其他好文 时间:
2015-01-06 19:42:26
阅读次数:
282
提高性能
短语和邻近度查询比简单的match查询在性能上更昂贵。match查询只是查看词条是否存在于倒排索引(Inverted Index)中,而match_phrase查询则需要计算和比较多个可能重复词条(Multiple possibly repeated)的位置。
在Lucene Nightly Benchmarks中,显示了一个简单的term查询比一个短语查询快大概10倍,比一...
分类:
其他好文 时间:
2014-12-17 12:54:34
阅读次数:
290