So, to all exposed surface of the tile and painted. Therefore, we have compiled a list of mistakes that people make when choosing a company for their ...
分类:
其他好文 时间:
2014-09-03 13:01:56
阅读次数:
237
C++ STL make_heap, 省去我们自己创建堆的繁琐操作,使用stl库之间进行操作,节省我们大量的时间。...
分类:
其他好文 时间:
2014-09-03 11:18:36
阅读次数:
200
今天感冒了。不过还好,抵抗力强。我买了一本经典书,叫《GNU MAKE 项目管理》。有个哈尔滨的朋友说。你看完我就服你。我很诧异,这有什么啊。看了他现在读书少了。用2个月时间写了个基于LIBEVENT的C++网络库。现在只支持WIN平台。等有空在移植到LINUX下吧。这段时间太忙了。每天上班写那些代...
分类:
其他好文 时间:
2014-09-03 00:13:15
阅读次数:
335
With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf...
分类:
编程语言 时间:
2014-09-02 21:08:15
阅读次数:
338
安装keepalived#./configure--sysconf=/etc--with-kernel-dir=/usr/src/kernels/2.6.32-358.el6.x86_64/&&make&&makeinstall
#ln-s/usr/local/sbin/keepalived/sbin/
#chkconfigkeepalivedon修改网卡配置#vim/etc/sysconfig/network-scripts/ifcfg-lo:0
DEVICE..
分类:
其他好文 时间:
2014-09-02 18:08:35
阅读次数:
210
在make之前,将MAKEFILE中的do abi check注释,不要注释名字。。。mysql 5.1 编译安装分类:mysql2012-04-06 13:0117175人阅读评论(0)收藏举报mysqlfile编译器测试oracleinput---------1.install mysql--1...
分类:
数据库 时间:
2014-09-02 17:27:34
阅读次数:
240
The problem is that the folder is already under version control. Here's how I fix this type of problem when it comes up: In your local shell, make a c...
分类:
其他好文 时间:
2014-09-02 17:20:24
阅读次数:
179
环境:Ubuntu 12.04,java 1.7.0, ant 1.8.2。前言 Apache Ant 是一个软件自动化构建工具,构建过程包括编译、测试和部署等。它和 Make 工具相似,但由 Java 实现,所以要求 Java 运行环境,非常适合构建 Java 程序。 Ant 和 Make 明.....
分类:
编程语言 时间:
2014-09-02 15:30:14
阅读次数:
370
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make
the memory state within a processor visible to other processors.
...
分类:
其他好文 时间:
2014-09-02 12:29:24
阅读次数:
266
刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。1../configure出错,提示少openssl2.安装openssl3。安装.....
分类:
其他好文 时间:
2014-09-02 12:18:54
阅读次数:
258