码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
scons使用
1.概述 scons是一个Python写的自动化构建工具,和GNU make相比优点明显: A.移植性:python能运行的地方,就能运行scons B. 扩展性:理论上scons只是提供了python的类,scons使用者可以在这个类的基础上做所有python能做的事情。比如想把一个已经使用了.....
分类:其他好文   时间:2015-10-27 13:25:59    阅读次数:272
change the walltime for currently running PBS job (qalter pbs)
qalter jobid -l walltime=Xe.g.qalter 377470.manager -l walltime=2222:00:00qalter: Unauthorized Request 377470.managerNOTE:You cannot make any alterati...
分类:其他好文   时间:2015-10-26 22:39:29    阅读次数:413
ubuntu 安装nginx
sudo?apt-get?install?-y?libpcre3?libpcre3-dev?zlib1g-dev ./configure?--prefix=/usr/local/nginx????? ?make ?sudo?make?install ?sudo?ln?-s?/usr/local/nginx/sbin/nginx?/etc/init.d...
分类:系统相关   时间:2015-10-26 19:11:51    阅读次数:469
安装php的php-protobu扩展及使用
所用资源:https://github.com/allegro/php-protobuf/ 进入解压目录执行:?phpize ./configure make make install # please add following line to your php.ini extension=protobuf.so 重启PHP phpinfo() ?就可...
分类:Web程序   时间:2015-10-26 19:10:42    阅读次数:350
linux memcache 搭建
在部署生产环境时建议采用此方式memcached依赖libevent,因此必须先编译安装libevent。两者都需要安装在2.6以上内核版本的GNU/Linux系统中。编译前,请先确认gcc、make、patch等编译工具是否已安装,并可正常使用。(1)编译源代码获取libevent从libevent的官方站点(http://www...
分类:系统相关   时间:2015-10-26 13:52:44    阅读次数:284
Ubuntu开发环境构建
一. 安装C/C++程序的开发环境 1、安装主要编译工具 gcc, g++, make sudo apt-get install build-essential 二. 安装Gnome桌面程序的开发环境 sudo apt-get install gnome-core-devel三. 安装JAVA开发环...
分类:系统相关   时间:2015-10-26 09:14:03    阅读次数:162
C-socklib.c
/* socklib.c * This file contains functions used lots when writing internet Client/Server programs. The two main function here are: * -------int make_...
分类:其他好文   时间:2015-10-26 01:53:34    阅读次数:282
[POJ1003]Hangover
Time Limit:1000MSMemory Limit:10000KTotal Submissions:111811Accepted:54608DescriptionHow far can you make a stack of cards overhang a table? If you ha...
分类:其他好文   时间:2015-10-24 21:42:44    阅读次数:138
用CSS实现新闻轮播效果
CSS:/* Make it a marquee */.marquee { width: 450px;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s ....
分类:Web程序   时间:2015-10-24 15:50:06    阅读次数:273
golang map性能测试
golang map是golang的方便操作的key-value package?main import?( "fmt" "math/rand" "time" _"strconv" ) var?x?=?make(map[int]int,?100000001) //var?x?=?make(map[string]string,?100000001...
分类:其他好文   时间:2015-10-24 14:29:56    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!