码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
android获取系统自带浏览器书签
刚刚接手一个备份系统浏览器书签的模块,现在把代码贴出来,另外有几点疑问请路过的大神指教 1、根据官方api应该是有以下几个字段是可以获取的                  但是除了TITLE和URL能获取其他的都会报java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow.  Make su...
分类:移动开发   时间:2014-08-27 18:43:58    阅读次数:222
Centos6.4安装erlang并配置mysql数据库
在安装时,一定要使用Centos6.4光盘为yum源,否则可能使用了版本有问题的openssl1、首先要先安装GCC GCC-C++ Openssl等依赖模块: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl...
分类:数据库   时间:2014-08-27 18:10:28    阅读次数:338
redis Linux的安装方法
由于公司需要用到redis这个键值数据库,今天用了好久才把他安装了上去。具体安装方法如下:首先下载reids的压缩包 reidis-2.4.15.tar.gz,然后键入:# tar xf redis-2.4.45.tar.gz然后进入目录下键入如下命令:# make依赖包wgethttp://dow...
分类:系统相关   时间:2014-08-27 12:39:07    阅读次数:271
环境搭建2.2.5
1,版本选择2.2.52,安装cygwin,并安装Devel下的make:The GNU version of the 'make' utility3,安装python2.74,下载NDK5,环境变量设置,PATH:C:\cygwin\bin;D:\eclipse_android\sdk\platf...
分类:其他好文   时间:2014-08-27 10:47:27    阅读次数:229
qmail搭建之qmail打补丁问题二
安装qmail的补丁了#cd/var/src/netqmail-1.05/netqmail-1.05#bunzip2-c ../../tar/qmail-toaster-0.8.patch.bz2|patch-p0#makeclean#make出现如下错误:./compile tls.ctls.c:12:error:conflicting typesfor??strerror??/usr/include/string.h:256:error:previous declarationof..
分类:其他好文   时间:2014-08-27 02:47:27    阅读次数:214
[原]如何用Android NDK编译FFmpeg
\我们知道在Ubuntu下直接编译FFmpeg是很简单的,主要是先执行./configure,接着执行make命令来编译,完了紧接着执行make install执行安装。那么如何使用Android的NDK编译出来可以在Android下面可以使用的FFmpeg动态链接库呢?写下这篇文章就是学习如何裁剪...
分类:移动开发   时间:2014-08-26 22:44:56    阅读次数:353
dp题目列表
10271 - Chopsticks10739 - String to Palindrome10453 - Make Palindrome10401 - Injured Queen Problem825 - Walking on the Safe Side10617 - Again Palindro...
分类:其他好文   时间:2014-08-26 21:10:16    阅读次数:801
亲测nginx
1、把下载的这个1.4.4版本上传到服务器tar zxvf ng。。。。cd nginx-1.4.4./configure make make install2、修改端口号vi /usr/local/nginx/conf/nginx.conf3、开启/usr/local/nginx/sbin/ngi...
分类:其他好文   时间:2014-08-26 17:05:06    阅读次数:162
【BLE】蓝牙BLE 后台自动重连
关于ios BLE在后台自动重连的问题? 找到一个国外网站是这么描述的 Re: How to make the BTLE APP to auto connect with BTLE device when iPhone4S power on?沿途见识[2] When backgrounding, you can still s...
分类:其他好文   时间:2014-08-26 15:41:36    阅读次数:511
UVA - 11014 Make a Crystal
Description Problem C Make a Crystal Input: Standard Input Output: StandardOutput   A scientist is trying hard to make a very large crystal, a largecrystal of Carbon to be specific. He belie...
分类:其他好文   时间:2014-08-26 15:35:26    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!