./Makefile 是总makefile文件, 入口ServerList:= BattleSvr/src GameSvr/src TestClient/src //在此添加要生成的目标./BattleSvr/src/makefile 象征性入口文件,会包含./makefiles/main.make...
分类:
其他好文 时间:
2015-11-03 16:05:30
阅读次数:
303
Before moving beyong locks, we will first describe how to use locks in some common datastructures. Adding locks to a data structure to make it usable ...
分类:
其他好文 时间:
2015-11-03 08:04:03
阅读次数:
270
学习目标:复习前面的Linux命令,Linux编程基础,教材前七章的内容学习资源:书学习任务:1.复习Linux命令,特别是man-k,cheat,grep-nrxxx/usr/include2.复习vi,gcc,gdb,make的使用3.复习教材内容ch01ch02ch03ch04ch06ch07...
分类:
其他好文 时间:
2015-11-02 19:25:21
阅读次数:
321
熟知任务:1. 复习Linux命令,特别是man -k, cheat, grep -nr xxx /usr/include2. 复习vi, gcc, gdb,make的使用3. 复习教材内容ch01 ch02 ch03 ch04 ch06 ch074. 复习前面的考题(答案解析见http://gro...
分类:
其他好文 时间:
2015-11-01 19:15:03
阅读次数:
231
熟知任务:1. 复习Linux命令,特别是man -k, cheat, grep -nr xxx /usr/include2. 复习vi, gcc, gdb,make的使用3. 复习教材内容ch01 ch02 ch03 ch04 ch06 ch074. 复习前面的考题(答案解析见http://gro...
分类:
其他好文 时间:
2015-11-01 17:49:55
阅读次数:
192
下载、解压、重命名并且编译安装Redis wget?http://download.redis.io/releases/redis-3.0.5.tar.gz?
tar?xzf?redis-3.0.5.tar.gz
mv?redis-3.0.5?redis
cd?redis
make
make?test
make?install 配置文件...
分类:
系统相关 时间:
2015-11-01 16:44:43
阅读次数:
216
今天启动apache时,报了“(OS 10013)以一种访问权限不允许的方式做了一个访问套接字的尝试。 : make_sock: could not bind to address 0.0.0.0:80”的错误。从网上查是是端口冲突,仔细检查发现80端口被IIS占用了。解决方法:改端口号,打开.\a...
分类:
Web程序 时间:
2015-11-01 16:40:33
阅读次数:
315
一、安装sysbench1.软件版本sysbench-0.4.12.72.编译安装1)编译配置#./configure--with-mysql-includes=/opt/mysql/include/--with-mysql-libs=/opt/mysql/lib/2)编译#make......../bin/sh../libtool--tag=CC--mode=linkgcc-pthread-g-O2-osysbenchsysbench.osb_timer.osb_op..
分类:
数据库 时间:
2015-11-01 11:28:33
阅读次数:
764
Explaining how Pipes only change by default when your Pipe input parameters change and not when your data changes. It also shows you how to make an “u...
分类:
其他好文 时间:
2015-11-01 06:53:35
阅读次数:
307
题意:有N个点,给定M个集合,集合Si里面的点两两之间的距离都为Ti,集合里面的所有点数之和using namespace std;#define X first#define Y second#define pb(x) push_back(x)#define mp(x, y) make_pair(...
分类:
其他好文 时间:
2015-10-31 22:47:53
阅读次数:
327