原创 table類--初步修改cpp

#include "table.hpp"#include <boost/lexical_cast.hpp>using namespace sqlpp;

原创 connection類--初步修改cpp

#include "connection.hpp"#include <boost/lexical_cast.hpp>using namespace s

原创 記錄一些優秀的網址

Linux Assembly:http://asm.sourceforge.net/phiral.net:http://www.phiral.net/GNU:http://www.gnu.org/wiki:http://en.wikibo

原创 udp併發服務器程序----初步修改

#include <pthread.h>#include <iostream>#include <errno.h>#include <sys/type

原创 測試數據庫連接類--初步修改

#include "connection.hpp"#include "table.hpp"#include <iostream>#include <string>#include <vector>#include <boost/forea

原创 整理系統調用

.equ restart,          0.equ exit,          1.equ fork,          2.equ read

原创 linux/unix文件編程---簡單例子

#include <sys/types.h>#include <fcntl.h>#include <errno.h>#include <string>

原创 udp併發服務器程序之客戶端測試----初步修改

#include <pthread.h>#include <iostream>#include <errno.h>#include <sys/sock

原创 connection類--初步修改

#ifndef CONNECTION_HPP#define CONNECTION_HPP#include <mysql/mysql.h>#includ

原创 setjmp使用例子

#include <setjmp.h>#include <iostream>jmp_buf buf;void error_one(void){  lo

原创 學習as語法at&t彙編格式--hello,world

.section .data    string:    .ascii "hello,world/n"    length = . - string.

原创 table類--初步修改

#ifndef TABLE_HPP#define TABLE_HPP#include <vector>#include <map>#include <

原创 有關4燈認定問題

轉自:http://topic.csdn.net/u/20080901/09/672a3227-98cb-45f5-8729-1f4b62c67068

原创 彙編中多進程--初始例子

.section .datamsg:    .ascii "start fork/n"    msg_len = . - msgfather_msg:

原创 C++成員函數模板特化問題

C++成員函數模板特化問題1.類似代碼寫法:#include <iostream>#include <string>class test{public