- 
- 
                
					blog.rar
					 ... 中添加
 Data Source URL:		jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog
 JDBC Driver Class:	net.sourceforge.jtds.jdbc.Driver
 User Name: 			blog
 Password: 			blog
6、done!
				 
- 
                
					hsocket-0.4.0.tar.gz
					This library is intended for providing C++ Wrapper class
	for native socket api. It is tested under g++(*NIX, Linux, Cygwin),
	Visual C++ Environments, and will support vendor supported C++
	compilers.
				 
- 
                
			
- 
                
					p219__3__2.rar
					#include<iostream>
using namespace std 
class Point
{public:
	Point(int a){x=a }
	~Point(){cout< "execuing Point destructor"<<endl }
private:
	int x 
	
} 
class Circle:public Point
{public:
	Circle(int m,int n):Point(m){ ... 
				 
- 
                
					dv.rar
					#include<iostream>
using namespace std 
class Point
{public:
	Point(int a){x=a }
	~Point(){cout< "execuing Point destructor"<<endl }
private:
	int x 
	
} 
class Circle:public Point
{public:
	Circle(int m,int n):Point(m){ ... 
				 
- 
                
					webserver.rar
					一个简单web服务器的代码。运行时将编译后的class文件和html文件放在同一个文件件内。然后在浏览器内输入html文件的url
				 
- 
                
					class.rar
					实现自习教室的查询管理,方便学生妥善安排作息时间,可通过简单的选择进行
				 
- 
                
					inside_java_virtual_machine2nd.rar
					 ...  run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java class file work together with the language to make Java programs run. 
				 
- 
                
					complex.rar
					/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能
題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1,
1.必須包含一個建構子有兩個參數(double ... 
				 
- 
                
					tcm.src.tar.gz
					这个工具集提供以下结构化分析和UML分析中所用的图形化绘图工具:ER-diagrams, data and event flow diagrams and state-transition diagrams,class-diagram editor, a use-case diagram editor and an activity diagram editor
				 
-