文件名称:Project
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-05-21
- 文件大小:
- 94kb
- 下载次数:
- 0次
- 提 供 者:
- leiya*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
包里的内容为一个在linux下的网络编程的例子,其中用到的技术包括,socket通信,连接oracle数据库,makefile生成可执行程序,以及线程池技术控制多个客户端同时访问终端带来的压力。-Contents of the bag as an example of network programming under linux, which uses techniques include, socket communication, connect oracle database, makefile to generate an executable program, as well as the thread pool technology to control multiple clients simultaneously access terminal brings pressure.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Project\cfg\processer.config
.......\Client\c.sh
.......\......\client
.......\......\client.c
.......\Include\Am_adjust_account.h
.......\.......\Am_check_balance.h
.......\.......\Am_struct.h
.......\.......\class_database.h
.......\.......\class_socket.h
.......\.......\Database.h
.......\.......\db_connect.h
.......\.......\db_info.h
.......\.......\jiemi.h
.......\.......\read_config.h
.......\.......\schedule_process.h
.......\.......\struct_thread.h
.......\Lib\Jiami\jiami
.......\...\.....\jiami.c
.......\...\.....\passwd.txt
.......\...\..emi\jiemi.c
.......\Makefile\makefile
.......\readme.txt
.......\Server\Am_adjust_account.c
.......\......\Am_check_balance.c
.......\......\Database.c
.......\......\database_server.c
.......\......\db_connect.c
.......\......\db_info.c
.......\......\jiemi.c
.......\......\libdb_info.so
.......\......\main.c
.......\......\makefile
.......\......\read_config.c
.......\......\s.sh
.......\......\schedule_process.c
.......\......\server
.......\......\server.c
.......\......\socket_server.c
.......\......\sqlnet.log
.......\......\threadpool.c
.......\Lib\Jiami
.......\...\Jiemi
.......\cfg
.......\Client
.......\DLL
.......\Include
.......\Lib
.......\Makefile
.......\Process
.......\Server
Project