搜索资源列表
server
- 这是一个兼有数据库和套接字的程序代码。数据库是通过连接ODBC里的mysql数据库。程序有两个线程,一个是网络部分,负责监听接收数据。一个是数据库部分,可以将接收到的数据入库保存-This is a program which include DB and SOCKET
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft