本文將介紹如何使用Sun公司的最新《Java DATA Objects 》規(guī)范來進行基于數(shù)據(jù)庫的簡單應(yīng)用程序的開發(fā),從而使讀者對JDO有一個直接的感性的認識,為更深入的開發(fā)作鋪墊,同時也希望拋磚引玉,讓更多的富有經(jīng)驗的高手也參與到推廣JDO的進程中來,為讀者提供更多更精彩的文章!
* A ncurses user interface.
* Network statistics to view the amount of packets and DATA in many
different protocols, interfaces and hosts.
* View what active TCP connections are on the network.
* View UDP packets.
* View and log ICMP packets.
* View and log the 48bit arp protocol.
And also view what make of network card is in each machine
* Multithreaded so that the user interface does not interfere with any of the packet
captureing methods.
* View and log the following user space protocols
FTP, POP3, HTTP
這是數(shù)據(jù)結(jié)構(gòu)和算法的國外經(jīng)典書籍.清華大學(xué)出版社出版的<數(shù)據(jù)結(jié)構(gòu)C++語言描述-應(yīng)用模板庫STL>陳君 譯 英文名稱是DATA Structures with C++ Using STL. 作者: William Ford ,William Topp .
代碼代碼當(dāng)中包含各種經(jīng)典算法 ,比如各種排序 如選擇排序,基數(shù)排序,快速排序等等.還有各種其他經(jīng)典算法,有 8皇后問題,漢烙塔 Hanoi ,約瑟膚等了。此原文件是我們學(xué)校的一個博士從國外帶回的,花了80美元,請大家好好的利用好.
內(nèi)容如下:
1.The history of the computerized DATAbase
2.SQL DATA Statements--those used to create, manipulate, and retrieve DATA stored in your DATAbase example statements include select, update, insert, and delete
3.SQL Schema Statements--those used to create DATAbase objects, such as tables, indexes, and constraints
4.How DATA sets can interact with queries
5.The importance of subqueries
6.DATA conversion and manipulation via SQL s built-in functions
7.How conditional logic can be used in DATA Statements