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 安装教程依赖软件
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 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
源码: 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中记录有文件的信息,在make时会决定在链接的时候需要重新编译哪些文件。Makefile的宗旨就是:让编译器知道要编译...
分类:
其他好文 时间:
2015-05-22 00:29:41
阅读次数:
147
Makefile是Linux下程序开发的自动化编译工具,一个好的Makefile应该准确的识别编译目标与源文件的依赖关系,并且有着高效的编译效率,即每次重新make时只需要处理那些修改过的文件即可。Makefile拥有很多复杂的功能,这里不可能也没必要一一介绍,为了简化问题的复杂性,本文仅和大家讨论...
分类:
其他好文 时间:
2015-05-22 00:28:41
阅读次数:
143
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
linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=use 只更改存取时间。-c或--no-crea...
分类:
其他好文 时间:
2015-05-21 22:12:32
阅读次数:
132
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
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