码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
nyoj 269——VF——————【dp】
VF时间限制:1000ms | 内存限制:65535KB难度:2描述Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become famo...
分类:其他好文   时间:2015-05-22 18:51:22    阅读次数:151
ganglia安装教程
ganglia 安装教程依赖软件 http://nchc.dl.sourceforge.net/project/pcre/pcre/8.32/pcre-8.32.tar.gz tar xvzf pcre-8.32.tar.gz cd pcre-8.32 ./configure –prefix=/usr/local make && make install 2.http://...
分类:其他好文   时间:2015-05-22 15:15:36    阅读次数:167
Redis 安装报错 error: jemalloc/jemalloc.h: No such file or directory解决方法
错误描述 安装Redis 2.8.18时报错: zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory zmalloc.h:55:2: error: #error "Newer version of jemalloc required" make[1]: *** [adlist.o] Erro...
分类:其他好文   时间:2015-05-22 13:36:13    阅读次数:592
通过jQuery制作电子时钟表的代码
源码: Tutorial: How to Make a Digital Clock with jQuery & CSS3 Switch Theme 100sucai.com ...
分类:Web程序   时间:2015-05-22 11:24:05    阅读次数:147
一个通用的Makefile
一 makefile的作用 Makefile是用于自动编译和链接的,一个工程有很多文件组成,每一个文件的改变都会导致工程的重新链接,但是不是所有的文件都需要重新编译,Makefile中记录有文件的信息,在make时会决定在链接的时候需要重新编译哪些文件。Makefile的宗旨就是:让编译器知道要编译...
分类:其他好文   时间:2015-05-22 00:29:41    阅读次数:147
一个简单的通用Makefile实现
Makefile是Linux下程序开发的自动化编译工具,一个好的Makefile应该准确的识别编译目标与源文件的依赖关系,并且有着高效的编译效率,即每次重新make时只需要处理那些修改过的文件即可。Makefile拥有很多复杂的功能,这里不可能也没必要一一介绍,为了简化问题的复杂性,本文仅和大家讨论...
分类:其他好文   时间:2015-05-22 00:28:41    阅读次数:143
Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) Sites
Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) SitesByTom FitzMacken|February 17, 2014This article explains how to make site-side settin...
分类:Web程序   时间:2015-05-21 22:18:44    阅读次数:116
创建文件和修改时间戳——touch
linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=use 只更改存取时间。-c或--no-crea...
分类:其他好文   时间:2015-05-21 22:12:32    阅读次数:132
StyleCheck Tutorial
StyleCheck is an application that helps you to make sure your code comforms to the standard coding style.This tutorial will walk you through the insta...
分类:其他好文   时间:2015-05-21 22:06:49    阅读次数:152
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
First make a backup of your /var/lib/mysql/ directory just to be safe.sudo mkdir /home//mysql/cd /var/lib/mysql/sudo cp * /home//mysql/ -RNext purge M...
分类:数据库   时间:2015-05-21 19:18:08    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!