- 博客(11)
- 收藏
- 关注
原创 Posic lock sem 使用
还是早些年的代码.... /******************************************************************** * Copyright * All rights reserved * * 文件名称: posix_sem.h * 文件标示: * 摘 要: 基于 posix_sem 实现的信号量 * 线程安全:
2015-11-25 17:15:00
499
原创 Posic lock API使用
都是早些年写的代码了,发上来做个纪念... /******************************************************************** * Copyright * All rights reserved * * 文件名称: posix_lock.h * 文件标示: * 摘 要: 基于 posix 实现的锁
2015-11-25 17:13:03
442
原创 ImageMagic 图片处理
composite -gravity NorthEast shade.png baidu.png baidu-1.png composite -gravity NorthWest rounded-nw.png lake-1.png lake-2.png composite -gravity SouthEast rounded-se.png lake-2.png lake-3.png c
2015-11-25 16:56:47
1087
原创 Posic IPC API使用
Posic IPC API使用/******************************************************************** * Copyright * All rights reserved * * 文件名称: posix_ipcs.h * 文件标示: * 摘 要: posix IPC * 线程安全: 是 *
2015-11-25 16:56:04
626
原创 gsoap 安装以及使用
1.安装 unzip gsoap_2.8.1.zip ./configure make make install cd /usr/local find . -name "*gsoap*" 2.编译出头文件 C++方式(使用STL) wsdl2h -o calc.h http://www.
2015-02-28 16:20:28
655
原创 Linux cvs 安装维护
.卸载CVS rpm -e cvs .检查是否已经安装CVS su - root rpm -qa |grep cvs 如果未安装,则进行安装(第二张盘) rpm -ivh cvs-1.11.22-5.el5.x86_64.rpm .安装CVAACL以方便权限控制 cvs-1.11.22-cvsacl-1.2.5-p
2015-02-28 16:18:51
818
原创 JsonCpp使用
资源下载: http://oss.metaparadigm.com/json-c/ tar -zxvf json-c-0.9.tar.gz ./configure --prefix=/usr/local/json-c-0.9(没有prefix选项,默认的是/usr/local/lib/) make && make install windows编译冲突问题
2014-05-10 10:10:30
712
原创 LAMP
####################### APACHE ########################################################## APACHE . 相关资料 http://httpd.apache.org/ http://httpd.apache.org/download.cgi#apache24 . 是否安装
2014-05-10 10:07:03
528
原创 mysql安装和使用
1.查看是否安装 rpm -qa |grep mysql 2.卸载mysql rpm -e mysql* --nodeps 3.安装mysql su - root tar -zxvf mysql-5.1.51-linux-i686-glibc23.tar.gz -C /usr/local/ cd /usr/local mv m
2014-05-10 10:03:53
567
原创 Linux as5_Oracle10G_双机_共享磁盘
#linux 双机安装redhat as5 操作系统,并安装oracle数据库软件,同时将数据库安装在磁盘阵列上 #环境: 操作系统:Read Hat Enterprise Linux 5.2 AMD/Intel64 (共6张盘) 或者 32位镜像 数据库:Oracle 10g (标准版、英文版) for linux (10201_database_linux32.zip
2014-04-19 17:18:02
1302
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人