码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
[Java] Apache Ant 构建基础教程
环境:Ubuntu 12.04,java 1.7.0, ant 1.8.2。前言 Apache Ant 是一个软件自动化构建工具,构建过程包括编译、测试和部署等。它和 Make 工具相似,但由 Java 实现,所以要求 Java 运行环境,非常适合构建 Java 程序。 Ant 和 Make 明.....
分类:编程语言   时间:2014-09-02 15:30:14    阅读次数:370
Memory Barriers/Fences(内存关卡/栅栏 —原文)
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make the memory state within a processor visible to other processors. ...
分类:其他好文   时间:2014-09-02 12:29:24    阅读次数:266
实习之bii--源码安装bind9
刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。1../configure出错,提示少openssl2.安装openssl3。安装.....
分类:其他好文   时间:2014-09-02 12:18:54    阅读次数:258
make the innerText in the html element can not be selected
approach style="-moz-user-select:none;" onselectstart="javascript:return false;"onselectstart event is for ie
分类:Web程序   时间:2014-09-02 11:56:44    阅读次数:181
shellinabox网页版的putty
shellinabox可以在网页上访问控制服务器安装wgethttp://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz#tar-zxvfshellinabox-2.10.tar.gz#cdshellinabox#./configure--preifx=/usr/local/shellinabox#make&&makeinstall默认监听的端口是4200关闭防火墙或者..
分类:Web程序   时间:2014-09-02 02:43:54    阅读次数:267
android获取系统自带浏览器书签
刚刚接手一个备份系统浏览器书签的模块,现在把代码贴出来,另外有几点疑问请路过的大神指教 1、根据官方api应该是有以下几个字段是可以获取的   但是除了TITLE和URL能获取其他的都会报java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow.  Make ...
分类:移动开发   时间:2014-09-01 19:37:23    阅读次数:297
Nginx配置详解
安装nginx:yum-yinstallpcre*tar-zxvfnginx-1.6.0.tar.gzcdnginx-1.6.0/mkdir/usr/local/nginx/./configure--prefix=/usr/local/nginx/--with-http_stub_status_module#开启NginxStatus功能,监控nginx当前状态make&&makeinstall至此,安装完成配置nginx:usernobodyno..
分类:其他好文   时间:2014-09-01 15:49:04    阅读次数:285
网页浏览远程网络视频
平台:MINI2440 系统:Linux-2.6.32.2 开发:Ubuntu 摄像头:USB摄像头 浏览器:谷歌浏览器 1.编译mjpeg-stream: 源码下载地址:http://download.csdn.net/detail/wu20093346/7848285 解压mjpg-streamer.zip,进入文件夹mjpg-streamer: # make CC=a...
分类:Web程序   时间:2014-09-01 01:40:42    阅读次数:419
DBMS客户端是否安装:Make sure DBMS client is installed and this required library is available for dynamic loading
SymptomThe full error message is as follows:Error logging in. Unable to process the database transaction. Error:DBMS API library 'oci.dll' loading fai...
分类:数据库   时间:2014-08-31 15:47:11    阅读次数:585
centos6.2下安装redis和phpredis扩展,亲测好用
安装redis:下载:http://www.redis.io/downloadredis-2.6.2.tar.gz]# tar -zxfredis-2.6.2.tar.gz]# cd redis-2.6.2直接编译,无需配置]#make进入src目录进行安装]#cd src && make inst...
分类:Web程序   时间:2014-08-31 15:46:21    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!