码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
iOS Swift Game Development Cookbook
"/>Book DescriptionReady to make amazing games for the iPhone, iPad, and iPod touch? With Apple’s Swift programming language, it’s never been easier. ...
分类:移动开发   时间:2015-09-03 00:33:06    阅读次数:243
LPC1800 and LPC4300 Boot
When programming and running code from the external flash, it is particularly important to make sure that you have the boot pins P2_9, P2_8, P1_2, and...
分类:其他好文   时间:2015-09-02 20:39:06    阅读次数:262
git 的常用命令集合
安装 方式 1:?> sudo apt-get install git? 方式 2:下载源码,依次执行:./config ?, ?make ?, ? ?sudo ?make ?install 命令 > git ?config ?--global ? user.name "your name" > git ?config ?-...
分类:其他好文   时间:2015-09-02 13:28:22    阅读次数:185
Address already in use: make_sock: could not bind to address 0.0.0.0:80
显示:80端口的某些进程还是存在的,可以用ps-ef|grephttpd查看进程,然后Kill-9进程号杀死进程,如果没有可能是端口冲突可以用netstat-nat|grep-i"80"|wc-l查看有多少个80端口然后查看netstat-nat|grep-i"80"终端输入:find/-nameports.conf/etc/apache2/ports.conf输入:vim‘/..
分类:其他好文   时间:2015-09-02 02:15:38    阅读次数:224
生成 Qt 文档
个人总结从命令行进入Qt安装目录 设置环境变量 set path=D:/mingw32/bin;D:/Qt/5.0.0/qtbase/bin;D:/icu/bin;D:/icu/lib 运行 mingw32-make docs 进入到qtbase/doc 将qtdoc.qch注册到as...
分类:其他好文   时间:2015-09-01 12:08:17    阅读次数:1384
linux中touch命令参数修改文件的时间戳(转)
linux中touch命令参数不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件,以下是linux中touch命令参数的使用方法:touch [-acm][-r ref_file(参照文件)|-t time(时间值)] file(文件名)example:touc...
分类:系统相关   时间:2015-09-01 10:32:49    阅读次数:160
CentOS搭建socket5代理服务器
1.安装socket5依赖包yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel2.下载ss5并安装下载官网:http://ss5.sourceforge.net/软件包:http://iweb.dl.s...
分类:其他好文   时间:2015-08-31 16:43:10    阅读次数:425
The ROI Variable
?The ROI VariableGeorge MalamidisEvERy dECiSion WE MAKE FoR ouR pRojECTS, be it technology-, process- or people-related, can be a viewed as a form of investment. Investments come associated with a cost...
分类:其他好文   时间:2015-08-31 13:41:44    阅读次数:175
快速筛素数
1 void make_prime() { 2 rst(prime, 0); 3 for(int i = 2; i < maxn; i++) { 4 if(!prime[i]) { 5 primes[++cnt ]=i; 6 ...
分类:其他好文   时间:2015-08-31 13:17:11    阅读次数:156
Linux程序包管理工具简介
一、Linux程序包管理器-RPMRPM的全称为RedhatPackageManager,是由Redhat公司提出的,用于管理Linux下软件包的软件。Linux安装时,除了几个核心模块以外,其余几乎所有的模块均通过RPM完成安装。RPM有五种操作模式,分别为:安装、卸载、升级、查询和验证。1、RPM安装操作命令..
分类:系统相关   时间:2015-08-30 23:34:18    阅读次数:390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!