码迷,mamicode.com
首页 >  
搜索关键字:makefile make    ( 13182个结果
带参数的定时器
$(function(){ var make="ad"; var kaka="mon"; function show(a,b){ alert(a+"-"+b); } setInterval(function(){ show( make,kak...
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:434
转:CMake安装和使用
CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直...
分类:其他好文   时间:2014-07-22 23:14:52    阅读次数:433
redis配置文件解析
Redis是一个简单高效的内存KV数据库,基本上下载源码make install,编译完成,然后进入src目录运行redis-server即可运行。就是因为这么简单往往有朋友直接运行,将没有密码的redis暴漏外网,最终数据被泄漏。鉴于这些血泪的教训,有必要来说一下redis的配置文件,当然这也比较...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:378
Caching Tutorial
for Web Authors and WebmastersThis is an informational document. Although technical in nature, it attempts to make the concepts involved understandabl...
分类:其他好文   时间:2014-05-01 08:37:04    阅读次数:438
perl安装CPAN上的模块-windows 7下
1、从www.cpan.org搜索你所需要的模块,下载下来,一般是gz,或者tgz格式,下面以Unicode-MapUTF8模块为例。2、用winRAR之类解压缩软件接压缩3、进入CMD模式,进入到刚才解压缩的文件夹下,含有“Makefile.PL”文件的目录下:依次运行: perl Makef.....
分类:Windows程序   时间:2014-05-01 07:53:21    阅读次数:668
linux + ffmpeg + eclipse 调试
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu 12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —-> c / c++ —-> Existing Code as Make...
分类:系统相关   时间:2014-05-01 01:17:00    阅读次数:754
lfs遇到的一些问题--后续阶段
安装GPM-1.20.7,make install出错:prog/display-buttons.c:39:57: 致命错误:gpm.h:没有那个文件或目录 #include /* gpm information */ ...
分类:其他好文   时间:2014-04-30 19:17:10    阅读次数:497
Timus 1104. Don’t Ask Woman about Her Age题解
Mrs Little likes digits most of all. Every year she tries to make the best number of the year. She tries to become more and more intelligent and every year studies a new digit. And the number she make...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
makefile 学习(一)
1. 使用 makefile 的原因假如每次都手动输入, 可能会写出这样的编译命令gcc -c main.cgcc -c mytool1.cgcc -c mytool2.cgcc -o main main.o mytool1.o mytool2.o那么, 可不可以将这个命令写成 shell 脚本呢,...
分类:其他好文   时间:2014-04-29 10:48:46    阅读次数:326
Timus 1404. Easy to Hack! 有一个密码问题
When Vito Maretti writes an important letter he encrypts it. His method is not very reliable but it’s enough to make any detective understand nothing in that letter. Sheriff doesn’t like such state ...
分类:其他好文   时间:2014-04-27 21:45:00    阅读次数:459
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!