A real story of windows DLL which does too much and without good version control
分类:
其他好文 时间:
2014-11-01 16:13:10
阅读次数:
238
报错会如下:/usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such f...
分类:
其他好文 时间:
2014-10-31 06:20:07
阅读次数:
222
Android - 警告Nested weights are bad for performance本文地址: http://blog.csdn.net/caroline_wendy原因: Layout weights require a widget to be measured twice. When a LinearLayout with non-zero weights is nested...
分类:
移动开发 时间:
2014-10-30 19:09:37
阅读次数:
312
Sometimes aliased/jagged fonts still exist after post-installation configuration. Following instructions may help to get them fixed to make characters...
分类:
系统相关 时间:
2014-10-30 01:38:11
阅读次数:
211
如果出现exc_bad_access错误,基本上是由于内存泄漏,错误释放,对一个已经释放的对象进行release操作。...
分类:
其他好文 时间:
2014-10-29 17:06:44
阅读次数:
141
在编译libvpx的时候遇到挺多的问题,
1.[STRIP] libvpx.a
strip: Bad file number
这个错误也是比较难搞的,一开始以为只是strip没有找到造成的,但是后来尝试修改strip路径也无法解决.
这个错误需要修改Makefile代码,
%.a: %_g.a
$(if $(quiet),@echo " [STRIP] $@ < $<")...
分类:
其他好文 时间:
2014-10-27 23:05:06
阅读次数:
574
公司在用opus开源库,所以遇到了一些问题。 我将新下载的opus1.1替换掉老版本之后,单独编译opus没问题,可是编译相关的文件就会报错。 错误信息如下:g++ -Wall -fPIC -shared libusc_jni.o libusc.a ../api/libopus.a ../api/libspeex.a ../api/libamrnb.a ../api/libpcre.a -o li...
分类:
系统相关 时间:
2014-10-27 21:24:38
阅读次数:
241
题目:有一种编码方式,串只有小写字母构成,每个小写字母对应一个数字,现在给你妆化后的数字串,
问有多少个原串与之对应,注意数字串里可能有一个前导0。
分析:搜索。按字母顺序存储映射表,按字母顺序匹配搜索即可。
说明:注意最多只输出前100个。
#include
#include
#include
#include
using namespace std;
...
分类:
其他好文 时间:
2014-10-27 14:27:32
阅读次数:
266
"We use Page.Cache to store temporary data, but we have recently discovered that it causes high memory consumption. The bad thing is that the memory n...
分类:
Web程序 时间:
2014-10-26 01:38:49
阅读次数:
173
My story happened in the winter of 2012, the first year I began to work in Beijing. It was a cold weekend, and I went skiing with two of my coworker.....
分类:
其他好文 时间:
2014-10-26 01:38:41
阅读次数:
142