码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
linux rpm 安装包制作
今天的任务是把make好的install作成rpm.大牛教我回复的邮件内容好压力啊,回邮件也是跟说话一样一样滴。例1.
分类:系统相关   时间:2014-05-09 16:13:17    阅读次数:268
Hello World FastCGI
1, Nginx 安装,http://nginx.org/en/download.html.下载解压,configure,make ,make install.安装过程中确实包,需要先下载安装依赖包2,安装lighttpd的spawn-fastcgi 下载http://www.lighttpd.net/download/lighttpd-1.4.19.tar.gz  ./configuremake...
分类:其他好文   时间:2014-05-09 01:46:02    阅读次数:358
poj 2104 K-th Number(划分树模板)
划分树模板题,敲上模板就ok了。 #include #include #include #include #include #include #include #include #include #include #define MP make_pair #define LL long long #define CLR(a, b) memset(a, b, sizeof(a)) using n...
分类:其他好文   时间:2014-05-08 17:29:39    阅读次数:398
Task的执行过程分析
Task的执行过程分析 Task的执行通过Worker启动时生成的Executor实例进行, caseRegisteredExecutor(sparkProperties)=> logInfo("Successfullyregistered with driver") //Make this host instead of hostPort ? executor= newExecuto...
分类:其他好文   时间:2014-05-08 16:01:31    阅读次数:667
Android4.2.2自增物理按键(frameworks)
当我们修改了frameworks后可能出现: make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38 解决办法:make update-api 在Android中添加物理按键:KEYCODE_HELP 1、Android 增加按键: ScanCode -> KeyCodeLabel ...
分类:移动开发   时间:2014-05-08 04:43:52    阅读次数:468
mysql主从同步验证工具
(1)、pt-table-checksum工具名称 (2)、安装pt-table-checksum #:wgetwww.percona.com/downloads/percona-toolkit/2.2.2/percona-toolkit-2.2.2.tar.gz #:tar-xvfpercona-toolkit-2.2.2.tar.gz #:perlMakefile.PL #make&&makeinstall (3)、授权 GRANTupdate,insert,de..
分类:数据库   时间:2014-05-08 02:34:32    阅读次数:501
Kernel 编译配置机制
编译kernel前需要一个配置相关的编译选项,最终的配置文件就是kernel根目录路下的 .config 文件 一:.config 这个文件里面保存的是kernel的配置选项,格式如下: CONFIG_XX_XX=y/n/m/0xFFFFFF/32/”XXXXXXX” 这个文件由/scripts/kconfig/mconf.c负责解析,然后解析该文件并将解析...
分类:其他好文   时间:2014-05-07 23:10:20    阅读次数:420
automake:从c文件到make
如果你有一个C...
分类:其他好文   时间:2014-05-07 02:53:24    阅读次数:297
emacs run multiple eshell buffers (more then one eshell)
(defun buffer-exists (bufname) (not (eq nil (get-buffer bufname)))) (defun make-shell (name) "Create a shell buffer named NAME." (interactive "sName: ") (if (buffer-exists "*eshell*")...
分类:其他好文   时间:2014-05-06 19:40:04    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!