怎么介绍?
发布时间:2013-07-24 23:46:06
http://guiquanz.github.io/2012/12/03/facebook-folly-intro/缘由仅针对 Fedora 17 x86-64平台, g++ 4.7.2环境Folly是,Facebook于2012年6月初开源的一个基于C++11的C++组件库,提供了类似Boost库和std库的功能,包括散列、字符串、向量、内存分配、位处理等,以满足大规模高性能的需求,对Boost和std进行.........【阅读全文】
发布时间:2013-02-06 10:08:44
The directory named by the `--prefix' option will hold machine independent files such as info files.The directory named by the `--exec-prefix' option, which is normally a subdirectory of the `--prefix' directory, will hold machine dependent files such as executables.The default for `--prefix.........【阅读全文】
发布时间:2013-01-15 11:06:49
Libtool comes with a tool called libtoolize that will install libtool's supporting files into a package. Running this command will install ltmain.sh. You should execute it before aclocal and automake.People upgrading old packages to newer autotools are likely to face this issue because older Automa.........【阅读全文】
发布时间:2013-01-14 01:02:14
解决这个问题的办法是到/etc/mysql/my.cnf中查找socket,然后在connection string里加上SOCKET=。。。,省略的部分就是my.cnf里socket的值。......【阅读全文】