C primier 刚好是八月末了,原计划到月中结束的。由于工作上的许多事,忙着学习,测试等。C primier与这周末彻底结束了。加上之前的基础,算是把C又全部重新学习了一遍。在Linux环境下,配合gcc,make,gdb等也编了一些程。从七月入职以来,总共差不多完全学习时间有一个月,将C p....
分类:
其他好文 时间:
2015-08-30 23:00:16
阅读次数:
200
Make PalindromeTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 10453 1 #include 2 #include 3 #include 4 using n...
分类:
其他好文 时间:
2015-08-30 22:42:29
阅读次数:
133
实验环境:Apache服务器一台、Mysql服务器一台、PHP服务器一台步骤一:安装Apache服务器1、安装apryuminstallgcc-c++-yyum-yinstallepel-releasetarzxfapr-1.5.2.tar.gzcdapr-1.5.2./configure--prefix=/usr/local/apr;echo$?make&&makeinstall;echo$?cd..2、安装apr-u..
分类:
系统相关 时间:
2015-08-30 17:45:41
阅读次数:
281
hdu 2819 SwapDescription
Given an N*N matrix with each entry equal to 0 or 1. You can swap any two rows or any two columns. Can you find a way to make all the diagonal entries equal to 1?Input
There...
分类:
其他好文 时间:
2015-08-30 15:53:11
阅读次数:
151
1045. Favorite Color Stripe (30)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva is trying to make her own color stripe out of a given on...
分类:
其他好文 时间:
2015-08-30 15:41:21
阅读次数:
155
day01win 7系统打开DOS有趣方法:按住shift+右键,单击“在此处打开命令窗口”(注意:在此处可以是任何的文件夹,不一定是桌面)用DOS删除的文件不可以在回收站恢复?!!常用DOS命令d: 回车 盘符切换dir(directory):列出当前目录下的文件以及文件夹md (make dir...
分类:
编程语言 时间:
2015-08-30 14:07:22
阅读次数:
219
目前,绝大多数开发人员都把 Ant 当作 Java 编程项目的标准构建工具。遗憾的是,Ant 的项目管理工具(作为 make 的替代工具)不能满足绝大多数开发人员的需要。通过检查 Ant 构建文件,很难发现项目的相关性信息和其它元信息(如开发人员/拥有者、版本或站点主页)。 Maven 除了以程序构建能力为特色之外,还提供 Ant 所缺少的高级项目管理工具。由于 M...
分类:
其他好文 时间:
2015-08-30 10:02:04
阅读次数:
500
1, 第一步,下载,解压,编译,安装$ wget http://download.redis.io/releases/redis-3.0.3.tar.gz$ tar xzf redis-3.0.3.tar.gz$ cd redis-3.0.3$ make$ cd src && make instal...
分类:
其他好文 时间:
2015-08-30 06:23:51
阅读次数:
167
1, Centos系列安装GCC编译环境#yum -y install gcc automake autoconf libtool make#yum install gcc gcc-c++2, 安装依赖文件#yum -y install zlib zlib-devel openssl openssl...
分类:
其他好文 时间:
2015-08-30 00:46:50
阅读次数:
108
On the 3G shield, by default the power pin is on D8 and reset pin is on D9. Make it HIGH then it works.if you want to play this 3G shield using Softwa...
分类:
其他好文 时间:
2015-08-30 00:42:45
阅读次数:
264