10271 - Chopsticks10739 - String to Palindrome10453 - Make Palindrome10401 - Injured Queen Problem825 - Walking on the Safe Side10617 - Again Palindro...
分类:
其他好文 时间:
2014-08-26 21:10:16
阅读次数:
801
1、把下载的这个1.4.4版本上传到服务器tar zxvf ng。。。。cd nginx-1.4.4./configure make make install2、修改端口号vi /usr/local/nginx/conf/nginx.conf3、开启/usr/local/nginx/sbin/ngi...
分类:
其他好文 时间:
2014-08-26 17:05:06
阅读次数:
162
关于ios BLE在后台自动重连的问题? 找到一个国外网站是这么描述的 Re: How to make the BTLE APP to auto connect with BTLE device when iPhone4S power on?沿途见识[2] When backgrounding, you can still s...
分类:
其他好文 时间:
2014-08-26 15:41:36
阅读次数:
511
Description
Problem C
Make a Crystal
Input: Standard Input
Output: StandardOutput
A scientist is trying hard to make a very large crystal, a largecrystal of Carbon to be specific. He belie...
分类:
其他好文 时间:
2014-08-26 15:35:26
阅读次数:
203
$ tar -zxf git-1.7.2.2.tar.gz$ cd git-1.7.2.2$ make prefix=/usr/local/gitsrv all$ make prefix=/usr/local/gitsrv install$yum install python python-setu...
分类:
其他好文 时间:
2014-08-26 15:00:46
阅读次数:
172
给你n个点,这n个点之间有m条边相连,问能不能再添加几条边,使这n个点刚好能围成一个圈 #include #include #define pii pair #define mp make_pairusing namespace std;vector > G;vector mark;vector.....
分类:
其他好文 时间:
2014-08-26 13:28:56
阅读次数:
134
在make file中找到ld,然后将其换成 gdb,如本例中LINKER = /usr/cygnus/xscale-020523/H-sparc-sun-solaris2.5/bin/xscale-elf-ld所以gdb 是/usr/cygnus/xscale-020523/H-sparc-sun...
分类:
数据库 时间:
2014-08-26 13:10:36
阅读次数:
256
在Linux操作系统下,安装MYSQL有两种方式:一种tar安装方式,另外一种是rpm安装方式。这两种安装方式有什么区别呢?尽管我们在Linux下常用tar来压缩/解压缩文件,但MYSQL的tar格式的文件其实只是mysql的文件包,并不能直接安装,需要操作configure、make、install等命令才能完成安装,是一种比较繁琐的安装方式。而rpm格式的文件是真正的安装包,相当于window...
分类:
数据库 时间:
2014-08-25 22:57:05
阅读次数:
388
时间限制:1.25s空间限制:6M题意: 给出n*n的矩阵(n#include using namespace std;int Gx[5009][2], Gy[5009][2];int color[5009];int n, m, sum;char c;void make (int p, int...
分类:
其他好文 时间:
2014-08-25 18:50:54
阅读次数:
165