we win half the battle when we make up our minds to make the world as we find itincluding the thorns当我们下定决心面对世界上所有事物,包括荆棘难题,就已经打赢了半场战役we win half the ...
分类:
其他好文 时间:
2014-09-11 08:46:21
阅读次数:
245
看来从版本3.3.1基本上已经支持线程句柄的传递功能。具体限制我标记了一下。(6) Is SQLite threadsafe?SQLite is threadsafe. We make this concession since many users choose to ignore the adv...
分类:
移动开发 时间:
2014-09-10 13:54:50
阅读次数:
558
普通的例如g++、deadbeef等源中有的软件,可以用apt-get安装1 sudo apt-get install XXX还有很多直接在software center搜索下载对于下载来源代码需要编译再运行的软件先用gunzip和tar解压出来然后是经典的三步1 ./configure2 make...
分类:
其他好文 时间:
2014-09-10 09:33:30
阅读次数:
178
RPM安装:二进制格式:源程序--》编译--》二进制格式有些特性是编译选定的,如果编译未选定此特性,将无法使用RPM包的版本会落后于源码包,甚至落后很多定制:手动编译安装编译环境:开发环境。需要有开发库,开发工具Linux:CGNU:CC,C++gcc:GNUCComplier,Cg++:make:项目管..
分类:
其他好文 时间:
2014-09-10 02:47:00
阅读次数:
237
1、若要调试FFMPEG,在编译时应当在configure时,加上 --enable-debug --disable-asm注:在调试x264时就应该加上这两个配置选项,方能调试2、make install 会执行strip命令,strip命令就会去掉FFMPEG的symbols(符号表),...
分类:
其他好文 时间:
2014-09-09 21:31:39
阅读次数:
479
国内freebsd的pkg10的源都没有,因此用port的试试配置portsnapvi /etc/portsnap.conf修改SERVERNAME=portsnap.hshh.org执行portsnap fetch extract修改镜像地址vi /etc/make.conf改成MASTER_SI...
分类:
其他好文 时间:
2014-09-09 21:30:29
阅读次数:
271
本以为linux下安装apache是件很简单的过程。三命令就可以搞定,jxvf解压,make 编译,make install 安装就OK了。没想到这个过程还颇费周折。可能和环境有关吧。先说一下我的环境。---------------------------linux : cenos6.2 apa.....
分类:
系统相关 时间:
2014-09-09 19:57:19
阅读次数:
341
yum?-y?install?make?gcc-c++?cmake?bison-devel??ncurses-devel 下载MySQL 5.6.14 wget?http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.14.tar.gz
tar?xvf?mysql-5.6.14.tar.gz
cd?mysql-5.6...
分类:
数据库 时间:
2014-09-09 16:24:39
阅读次数:
271
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:
数据库 时间:
2014-09-09 15:23:08
阅读次数:
376
??
redis:
1.直接下载: wget http://download.redis.io/releases/redis-2.8.9.tar.gz
2.make编译
3.设置配置文件redis.config,在src目录去执行启动 : ./redis-server ../redis.config 后面可以加上配置文件实现让服务器后台运行,成为守护进程
4.登陆客户端,同样在src...
分类:
系统相关 时间:
2014-09-09 13:15:28
阅读次数:
258