在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例Java语言基础 → Java程序设计自学手册光盘

Java程序设计自学手册光盘

Java语言基础

下载此实例
  • 开发语言:Java
  • 实例大小:22.55M
  • 下载次数:4
  • 浏览次数:13
  • 发布时间:2023-11-13
  • 实例类别:Java语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】Java程序设计自学手册光盘
Java程序设计自学手册 王国辉,李钟尉,王毅 人民邮电出版社 本书从初学者的角度出发,通过通俗易懂的语言和大量生动典型的实例,由浅入深、循序渐进地介绍应用Java进行网络编程的常用技术和方法。全书分为3篇,共20...

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── mr
│   ├── 01
│   │   ├── lx
│   │   │   ├── JDK1.6的配置和测试.exe
│   │   │   ├── 安装JDK1.6.exe
│   │   │   └── 一个简单的Java应用程序.exe
│   │   └── sl
│   │       └── 01
│   │           ├── OneJavaApp.class
│   │           └── OneJavaApp.java
│   ├── 03
│   │   └── sl
│   │       ├── 01
│   │       │   ├── IfNest.class
│   │       │   └── IfNest.java
│   │       ├── 02
│   │       │   ├── SwitchTest.class
│   │       │   └── SwitchTest.java
│   │       ├── 03
│   │       │   ├── oddNumberSum.class
│   │       │   └── oddNumberSum.java
│   │       ├── 04
│   │       │   ├── WhileList.class
│   │       │   └── WhileList.java
│   │       ├── 05
│   │       │   ├── CompareWDoW.class
│   │       │   └── CompareWDoW.java
│   │       ├── 06
│   │       │   ├── MultiplicationTable.class
│   │       │   └── MultiplicationTable.java
│   │       └── 07
│   │           ├── TestContinue.class
│   │           └── TestContinue.java
│   ├── 04
│   │   ├── lx
│   │   │   ├── 安装Eclipse.exe
│   │   │   ├── 创建Java类.exe
│   │   │   ├── 导入Java类.exe
│   │   │   ├── 导出Java项目.exe
│   │   │   ├── 新建Java项目.exe
│   │   │   ├── 导入外部Java程序.exe
│   │   │   ├── 安装多国语言包.exe
│   │   │   ├── 视图拆离的应用.exe
│   │   │   ├── 在同一窗口打开透视图.exe
│   │   │   └── 启动已经安装了多国语言包的Eclipse.exe
│   │   └── sl
│   │       ├── 01
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Circle.class
│   │       │           └── Circle.java
│   │       └── 02
│   │           └── com
│   │               └── wsy
│   │                   ├── UseEclipse.class
│   │                   └── UseEclipse.java
│   ├── 05
│   │   └── sl
│   │       ├── 01
│   │       │   ├── Fruit.class
│   │       │   ├── Fruit.java
│   │       │   └── 程序使用说明.txt
│   │       ├── 02
│   │       │   ├── Fruit.class
│   │       │   ├── Fruit.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 03
│   │       │   ├── Circ.class
│   │       │   ├── Circ.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 04
│   │       │   ├── Animal.class
│   │       │   ├── Animal.java
│   │       │   ├── Bird.class
│   │       │   ├── Bird.java
│   │       │   ├── Zoo.class
│   │       │   ├── Zoo.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 05
│   │       │   ├── Animal.class
│   │       │   ├── Animal.java
│   │       │   ├── Cat.class
│   │       │   ├── Cat.java
│   │       │   ├── Cattle.class
│   │       │   ├── Cattle.java
│   │       │   ├── Dog.class
│   │       │   ├── Dog.java
│   │       │   ├── Zoo.class
│   │       │   ├── Zoo.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 06
│   │       │   ├── Apple.class
│   │       │   ├── Apple.java
│   │       │   ├── Farm.class
│   │       │   ├── Farm.java
│   │       │   ├── Fruit.class
│   │       │   ├── Fruit.java
│   │       │   ├── Orange.class
│   │       │   ├── Orange.java
│   │       │   └── 程序使用说明.doc
│   │       └── 07
│   │           ├── Calculate.class
│   │           ├── Calculate.java
│   │           ├── Circ.class
│   │           ├── Circ.java
│   │           ├── GeometryShape.class
│   │           ├── GeometryShape.java
│   │           └── 程序使用说明.doc
│   ├── 06
│   │   └── sl
│   │       ├── 01
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Arrays.class
│   │       │           └── Arrays.java
│   │       ├── 02
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── ArrayNew.class
│   │       │           └── ArrayNew.java
│   │       ├── 03
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Array.class
│   │       │           ├── ArraySize.class
│   │       │           └── ArraySize.java
│   │       ├── 04
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── MutiArray.class
│   │       │           └── MutiArray.java
│   │       ├── 05
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── MutiArray3.class
│   │       │           └── MutiArray3.java
│   │       ├── 06
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── MutiArray2.class
│   │       │           └── MutiArray2.java
│   │       ├── 07
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── CopyArray.class
│   │       │           └── CopyArray.java
│   │       ├── 08
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SortArray.class
│   │       │           └── SortArray.java
│   │       ├── 09
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SingleCompare.class
│   │       │           ├── SortArray2.class
│   │       │           └── SortArray2.java
│   │       ├── 10
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── ComparingArrays.class
│   │       │           └── ComparingArrays.java
│   │       ├── 11
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SearchArray.class
│   │       │           └── SearchArray.java
│   │       ├── 12
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SearchArray2.class
│   │       │           ├── SearchArray2.java
│   │       │           └── SingleCompareNew.class
│   │       ├── 13
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── FillingArrays.class
│   │       │           └── FillingArrays.java
│   │       └── 14
│   │           └── com
│   │               └── wsy
│   │                   ├── PassArray.class
│   │                   └── PassArray.java
│   ├── 07
│   │   └── sl
│   │       ├── 01
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── LinkIntStrFloat.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 02
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           ├── Apple.java
│   │       │   │           └── LinkObject.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 03
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrSearch.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 04
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrSplit.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 05
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrConversion.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 06
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrFormat.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 07
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrDateTime.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 08
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrDate.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 09
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── StrTime.java
│   │       │   └── 程序使用说明.doc
│   │       └── 10
│   │           ├── src
│   │           │   └── com
│   │           │       └── lzw
│   │           │           └── TestStringBuilder.java
│   │           └── 程序使用说明.doc
│   ├── 08
│   │   └── sl
│   │       ├── 01
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 02
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 03
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 04
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 05
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 06
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 07
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 08
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 09
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 10
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 11
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── CnToSpell.class
│   │       │               ├── CnToSpell.java
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 12
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── CnToSpell.class
│   │       │               ├── CnToSpell.java
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── PersonComparator.class
│   │       │               ├── PersonComparator.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 13
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 14
│   │       │   └── src
│   │       │       └── com
│   │       │           ├── com
│   │       │           │   └── mwq
│   │       │           │       ├── Person.class
│   │       │           │       ├── Person.java
│   │       │           │       ├── TestCollection.class
│   │       │           │       └── TestCollection.java
│   │       │           └── mwq
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 15
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── CnToSpell.class
│   │       │               ├── CnToSpell.java
│   │       │               ├── Person$PersonComparator.class
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 16
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 17
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── PK_person.class
│   │       │               ├── PK_person.java
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       ├── 18
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               ├── Person.class
│   │       │               ├── Person.java
│   │       │               ├── TestCollection.class
│   │       │               └── TestCollection.java
│   │       └── 程序使用说明.doc
│   ├── 09
│   │   └── sl
│   │       ├── 01
│   │       │   ├── com
│   │       │   │   └── yxq
│   │       │   │       └── doException
│   │       │   │           ├── MyException.class
│   │       │   │           ├── MyException.java
│   │       │   │           ├── People.class
│   │       │   │           └── People.java
│   │       │   └── 程序使用说明.doc
│   │       └── 02
│   │           ├── com
│   │           │   └── yxq
│   │           │       └── example
│   │           │           ├── Example.class
│   │           │           ├── Example.java
│   │           │           ├── MyException.class
│   │           │           └── MyException.java
│   │           └── 程序使用说明.doc
│   ├── 10
│   │   └── sl
│   │       ├── 01
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── InputStreamGetStr.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 02
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── OutputStreamWriteStr.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 03
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── ReaderStr.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 04
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── WriterStr.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 05
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── GetFileInfo.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 06
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── FileInAndOut.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 07
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── FileInAndOutChar.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 08
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           ├── ObjectSerializable.java
│   │       │   │           └── Worker.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 09
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── FileCopy.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 10
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── FolderCopy.java
│   │       │   └── 程序使用说明.doc
│   │       ├── 11
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── FileDelete.java
│   │       │   └── 程序使用说明.doc
│   │       └── 12
│   │           ├── src
│   │           │   └── com
│   │           │       └── lzw
│   │           │           └── LineWriterData.java
│   │           └── 程序使用说明.doc
│   ├── 11
│   │   └── sl
│   │       ├── 01
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Simple.class
│   │       │           └── Simple.java
│   │       ├── 02
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SimpleRunnable.class
│   │       │           └── SimpleRunnable.java
│   │       ├── 03
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SimplePriorities.class
│   │       │           └── SimplePriorities.java
│   │       ├── 04
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SleepingThread.class
│   │       │           └── SleepingThread.java
│   │       ├── 05
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Joiner.class
│   │       │           ├── SimpleJoining.class
│   │       │           ├── SimpleJoining.java
│   │       │           └── Sleeper.class
│   │       ├── 06
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SimpleAlive.class
│   │       │           └── SimpleAlive.java
│   │       ├── 07
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── TestSynchronizedThread.class
│   │       │           └── TestSynchronizedThread.java
│   │       ├── 08
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── TestSynchronizedThread2.class
│   │       │           └── TestSynchronizedThread2.java
│   │       ├── 09
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── ThreadA.class
│   │       │           ├── ThreadB.class
│   │       │           ├── TxThread.class
│   │       │           ├── TxThread.java
│   │       │           └── Water.class
│   │       └── 程序使用说明.txt
│   ├── 12
│   │   ├── database
│   │   │   ├── db_database12_Data.MDF
│   │   │   └── db_database12_Log.LDF
│   │   └── sl
│   │       ├── 01
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── mwq
│   │       │   │   │           └── TestInsert.class
│   │       │   │   └── lib
│   │       │   ├── add.jsp
│   │       │   ├── index.jsp
│   │       │   ├── show.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               └── TestInsert.java
│   │       ├── 02
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── mwq
│   │       │   │   │           └── TestSelect.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   ├── select.jsp
│   │       │   ├── show.jsp
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── mwq
│   │       │   │           └── TestSelect.java
│   │       │   └── table_info.jsp
│   │       ├── 03
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── mwq
│   │       │   │   │           └── TestUpdate.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   ├── see.jsp
│   │       │   ├── see_batch.jsp
│   │       │   ├── show.jsp
│   │       │   ├── show_batch.jsp
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── mwq
│   │       │   │           └── TestUpdate.java
│   │       │   ├── update.jsp
│   │       │   └── update_batch.jsp
│   │       ├── 04
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── mwq
│   │       │   │   │           └── TestDelete.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   ├── see.jsp
│   │       │   ├── see_batch.jsp
│   │       │   ├── show.jsp
│   │       │   ├── show_batch.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               └── TestDelete.java
│   │       ├── 05
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── mwq
│   │       │   │   │           └── database
│   │       │   │   │               ├── JDBC.class
│   │       │   │   │               └── TestJDBC.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── clue_on.jsp
│   │       │   ├── index.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── mwq
│   │       │               └── database
│   │       │                   ├── JDBC.java
│   │       │                   └── TestJDBC.java
│   │       └── 06
│   │           ├── META-INF
│   │           │   ├── MANIFEST.MF
│   │           │   └── context.xml
│   │           ├── WEB-INF
│   │           │   ├── classes
│   │           │   │   └── com
│   │           │   │       └── mwq
│   │           │   │           └── database
│   │           │   │               ├── DS.class
│   │           │   │               └── TestJNDI.class
│   │           │   ├── lib
│   │           │   └── web.xml
│   │           ├── index.jsp
│   │           ├── src
│   │           │   └── com
│   │           │       └── mwq
│   │           │           └── database
│   │           │               ├── DS.java
│   │           │               └── TestJNDI.java
│   │           └── 程序使用说明.txt
│   ├── 13
│   │   └── sl
│   │       ├── 01
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 02
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           └── Index.class
│   │       │       ├── pic
│   │       │       │   ├── MR1.JPG
│   │       │       │   ├── MR2.JPG
│   │       │       │   └── Thumbs.db
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 03
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           ├── Index$2.class
│   │       │       │           └── Index.class
│   │       │       ├── pic
│   │       │       │   ├── Thumbs.db
│   │       │       │   ├── bg1.JPG
│   │       │       │   ├── bg2.JPG
│   │       │       │   └── bg3.JPG
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 04
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           ├── Index$2.class
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 05
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 06
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 07
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 08
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           ├── Index$1.class
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 09
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 10
│   │       │   └── StudySwing
│   │       │       ├── classes
│   │       │       │   └── com
│   │       │       │       └── mwq
│   │       │       │           └── Index.class
│   │       │       └── src
│   │       │           └── com
│   │       │               └── mwq
│   │       │                   └── Index.java
│   │       ├── 11
│   │       │   ├── bin
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── Login.class
│   │       │   └── src
│   │       │       └── com
│   │       │           └── lzw
│   │       │               └── Login.java
│   │       ├── 12
│   │       │   ├── bin
│   │       │   │   └── com
│   │       │   │       └── lzw
│   │       │   │           └── BorderLayoutDemo.class
│   │       │   └── src
│   │       │       └── com
│   │       │           └── lzw
│   │       │               └── BorderLayoutDemo.java
│   │       └── 13
│   │           ├── bin
│   │           │   └── com
│   │           │       └── lzw
│   │           │           └── GridLayoutDemo.class
│   │           └── src
│   │               └── com
│   │                   └── lzw
│   │                       └── GridLayoutDemo.java
│   ├── 14
│   │   ├── database
│   │   │   ├── db_JXC_Data.MDF
│   │   │   └── db_JXC_Log.LDF
│   │   └── sl
│   │       └── 01
│   │           ├── bin
│   │           │   ├── ActionIcon
│   │           │   │   └── Thumbs.db
│   │           │   ├── Thumbs.db
│   │           │   ├── com
│   │           │   │   └── lzw
│   │           │   │       ├── Login$1.class
│   │           │   │       ├── Login$2.class
│   │           │   │       ├── Login$3.class
│   │           │   │       ├── Login.class
│   │           │   │       ├── LoginPanel.class
│   │           │   │       ├── Main$1.class
│   │           │   │       ├── Main$2.class
│   │           │   │       ├── Main$ExitAction.class
│   │           │   │       ├── Main$openFrameAction$1.class
│   │           │   │       ├── Main$openFrameAction.class
│   │           │   │       ├── Main.class
│   │           │   │       └── dao
│   │           │   │           └── Dao.class
│   │           │   ├── internalFrame
│   │           │   │   ├── CzyGL$1.class
│   │           │   │   ├── CzyGL.class
│   │           │   │   ├── GengGaiMiMa$1.class
│   │           │   │   ├── GengGaiMiMa$2.class
│   │           │   │   ├── GengGaiMiMa$3.class
│   │           │   │   ├── GengGaiMiMa.class
│   │           │   │   ├── GongYingShangChaXun$1.class
│   │           │   │   ├── GongYingShangChaXun$queryAction.class
│   │           │   │   ├── GongYingShangChaXun.class
│   │           │   │   ├── GysGuanLi$1.class
│   │           │   │   ├── GysGuanLi.class
│   │           │   │   ├── JiaGeTiaoZheng$1.class
│   │           │   │   ├── JiaGeTiaoZheng$2.class
│   │           │   │   ├── JiaGeTiaoZheng$3.class
│   │           │   │   ├── JiaGeTiaoZheng$4.class
│   │           │   │   ├── JiaGeTiaoZheng$5.class
│   │           │   │   ├── JiaGeTiaoZheng.class
│   │           │   │   ├── JinHuoDan$1.class
│   │           │   │   ├── JinHuoDan$2.class
│   │           │   │   ├── JinHuoDan$3.class
│   │           │   │   ├── JinHuoDan$4.class
│   │           │   │   ├── JinHuoDan$computeInfo.class
│   │           │   │   ├── JinHuoDan$initTasks$1.class
│   │           │   │   ├── JinHuoDan$initTasks.class
│   │           │   │   ├── JinHuoDan.class
│   │           │   │   ├── JinHuoTuiHuo$1.class
│   │           │   │   ├── JinHuoTuiHuo$2.class
│   │           │   │   ├── JinHuoTuiHuo$3.class
│   │           │   │   ├── JinHuoTuiHuo$4.class
│   │           │   │   ├── JinHuoTuiHuo$computeInfo.class
│   │           │   │   ├── JinHuoTuiHuo$initTasks$1.class
│   │           │   │   ├── JinHuoTuiHuo$initTasks.class
│   │           │   │   ├── JinHuoTuiHuo.class
│   │           │   │   ├── KeHuChaXun$1.class
│   │           │   │   ├── KeHuChaXun$queryAction.class
│   │           │   │   ├── KeHuChaXun.class
│   │           │   │   ├── KeHuGuanLi$1.class
│   │           │   │   ├── KeHuGuanLi.class
│   │           │   │   ├── KuCunPanDian$1.class
│   │           │   │   ├── KuCunPanDian.class
│   │           │   │   ├── QuanManager$1.class
│   │           │   │   ├── QuanManager$2.class
│   │           │   │   ├── QuanManager$3.class
│   │           │   │   ├── QuanManager$4.class
│   │           │   │   ├── QuanManager.class
│   │           │   │   ├── RuKuChaXun$1.class
│   │           │   │   ├── RuKuChaXun$2.class
│   │           │   │   ├── RuKuChaXun$3.class
│   │           │   │   ├── RuKuChaXun$4.class
│   │           │   │   ├── RuKuChaXun.class
│   │           │   │   ├── RuKuTuiHuoChaXun$1.class
│   │           │   │   ├── RuKuTuiHuoChaXun$2.class
│   │           │   │   ├── RuKuTuiHuoChaXun$3.class
│   │           │   │   ├── RuKuTuiHuoChaXun$4.class
│   │           │   │   ├── RuKuTuiHuoChaXun.class
│   │           │   │   ├── ShangPinChaXun$1.class
│   │           │   │   ├── ShangPinChaXun$QueryAction.class
│   │           │   │   ├── ShangPinChaXun.class
│   │           │   │   ├── ShangPinGuanLi$1.class
│   │           │   │   ├── ShangPinGuanLi$2.class
│   │           │   │   ├── ShangPinGuanLi.class
│   │           │   │   ├── XiaoShouChaXun$1.class
│   │           │   │   ├── XiaoShouChaXun$2.class
│   │           │   │   ├── XiaoShouChaXun$3.class
│   │           │   │   ├── XiaoShouChaXun$QueryAction.class
│   │           │   │   ├── XiaoShouChaXun.class
│   │           │   │   ├── XiaoShouDan$1.class
│   │           │   │   ├── XiaoShouDan$2.class
│   │           │   │   ├── XiaoShouDan$3.class
│   │           │   │   ├── XiaoShouDan$4.class
│   │           │   │   ├── XiaoShouDan$computeInfo.class
│   │           │   │   ├── XiaoShouDan$initTasks$1.class
│   │           │   │   ├── XiaoShouDan$initTasks.class
│   │           │   │   ├── XiaoShouDan.class
│   │           │   │   ├── XiaoShouPaiHang$OkAction.class
│   │           │   │   ├── XiaoShouPaiHang.class
│   │           │   │   ├── XiaoShouTuiHuo$1.class
│   │           │   │   ├── XiaoShouTuiHuo$2.class
│   │           │   │   ├── XiaoShouTuiHuo$3.class
│   │           │   │   ├── XiaoShouTuiHuo$4.class
│   │           │   │   ├── XiaoShouTuiHuo$computeInfo.class
│   │           │   │   ├── XiaoShouTuiHuo$initTasks$1.class
│   │           │   │   ├── XiaoShouTuiHuo$initTasks.class
│   │           │   │   ├── XiaoShouTuiHuo.class
│   │           │   │   ├── XiaoShouTuiHuoChaXun$1.class
│   │           │   │   ├── XiaoShouTuiHuoChaXun$2.class
│   │           │   │   ├── XiaoShouTuiHuoChaXun$3.class
│   │           │   │   ├── XiaoShouTuiHuoChaXun$QueryAction.class
│   │           │   │   ├── XiaoShouTuiHuoChaXun.class
│   │           │   │   ├── customCellEditor.class
│   │           │   │   ├── czyGl
│   │           │   │   │   ├── ShanChuCaoZuoYuan$1.class
│   │           │   │   │   ├── ShanChuCaoZuoYuan$2.class
│   │           │   │   │   ├── ShanChuCaoZuoYuan$3.class
│   │           │   │   │   ├── ShanChuCaoZuoYuan.class
│   │           │   │   │   ├── TJCzy$1.class
│   │           │   │   │   ├── TJCzy$2.class
│   │           │   │   │   └── TJCzy.class
│   │           │   │   ├── guanli
│   │           │   │   │   └── Item.class
│   │           │   │   ├── gysGuanLi
│   │           │   │   │   ├── GysTianJiaPanel$1.class
│   │           │   │   │   ├── GysTianJiaPanel$2.class
│   │           │   │   │   ├── GysTianJiaPanel.class
│   │           │   │   │   ├── GysXiuGaiPanel$1.class
│   │           │   │   │   ├── GysXiuGaiPanel$2.class
│   │           │   │   │   ├── GysXiuGaiPanel$3.class
│   │           │   │   │   └── GysXiuGaiPanel.class
│   │           │   │   ├── keHuGuanLi
│   │           │   │   │   ├── KeHuTianJiaPanel$ChongZheButtonActionListener.class
│   │           │   │   │   ├── KeHuTianJiaPanel$SaveButtonActionListener.class
│   │           │   │   │   ├── KeHuTianJiaPanel.class
│   │           │   │   │   ├── KeHuXiuGaiPanel$1.class
│   │           │   │   │   ├── KeHuXiuGaiPanel$2.class
│   │           │   │   │   ├── KeHuXiuGaiPanel$3.class
│   │           │   │   │   └── KeHuXiuGaiPanel.class
│   │           │   │   └── shangPinGuanLi
│   │           │   │       ├── ShangPinTianJiaPanel$1.class
│   │           │   │       ├── ShangPinTianJiaPanel$2.class
│   │           │   │       ├── ShangPinTianJiaPanel.class
│   │           │   │       ├── ShangPinXiuGaiPanel$1.class
│   │           │   │       ├── ShangPinXiuGaiPanel$2.class
│   │           │   │       ├── ShangPinXiuGaiPanel$3.class
│   │           │   │       └── ShangPinXiuGaiPanel.class
│   │           │   ├── keyListener
│   │           │   │   └── InputKeyListener.class
│   │           │   ├── login.jpg
│   │           │   ├── main1.PNG
│   │           │   ├── main2.PNG
│   │           │   ├── model
│   │           │   │   ├── TbGysinfo.class
│   │           │   │   ├── TbKhinfo.class
│   │           │   │   ├── TbKucun.class
│   │           │   │   ├── TbRkthDetail.class
│   │           │   │   ├── TbRkthMain.class
│   │           │   │   ├── TbRukuDetail.class
│   │           │   │   ├── TbRukuMain.class
│   │           │   │   ├── TbSellDetail.class
│   │           │   │   ├── TbSellMain.class
│   │           │   │   ├── TbSpinfo.class
│   │           │   │   ├── TbUserlist.class
│   │           │   │   ├── TbXsthDetail.class
│   │           │   │   └── TbXsthMain.class
│   │           │   ├── modeleee
│   │           │   │   └── Book.class
│   │           │   ├── welcome.jpg
│   │           │   └── welcomeB.jpg
│   │           ├── hibernate.reveng.xml
│   │           ├── res
│   │           │   ├── ActionIcon
│   │           │   │   ├── Thumbs.db
│   │           │   │   ├── 进货单.png
│   │           │   │   ├── 销售单.png
│   │           │   │   ├── 入库查询.PNG
│   │           │   │   ├── 库存盘点.PNG
│   │           │   │   ├── 权限管理.PNG
│   │           │   │   ├── 销售排行.PNG
│   │           │   │   ├── 销售退货.PNG
│   │           │   │   ├── 价格调整.png
│   │           │   │   ├── 更改密码.png
│   │           │   │   ├── 进货退货.png
│   │           │   │   ├── 退出系统.png
│   │           │   │   ├── 操作员管理.png
│   │           │   │   ├── 商品信息查询.PNG
│   │           │   │   ├── 客户信息管理.PNG
│   │           │   │   ├── 销售退货查询.PNG
│   │           │   │   ├── 入库退货查询.png
│   │           │   │   ├── 商品信息管理.png
│   │           │   │   ├── 客户信息查询.png
│   │           │   │   ├── 销售信息查询.png
│   │           │   │   ├── 供应商信息查询.png
│   │           │   │   └── 供应商信息管理.png
│   │           │   ├── Thumbs.db
│   │           │   ├── login.jpg
│   │           │   ├── main1.PNG
│   │           │   ├── main2.PNG
│   │           │   ├── welcome.jpg
│   │           │   └── welcomeB.jpg
│   │           ├── src
│   │           │   ├── com
│   │           │   │   └── lzw
│   │           │   │       ├── Login.java
│   │           │   │       ├── LoginPanel.java
│   │           │   │       ├── Main.java
│   │           │   │       └── dao
│   │           │   │           └── Dao.java
│   │           │   ├── internalFrame
│   │           │   │   ├── CzyGL.java
│   │           │   │   ├── GengGaiMiMa.java
│   │           │   │   ├── GongYingShangChaXun.java
│   │           │   │   ├── GysGuanLi.java
│   │           │   │   ├── JiaGeTiaoZheng.java
│   │           │   │   ├── JinHuoDan.java
│   │           │   │   ├── JinHuoTuiHuo.java
│   │           │   │   ├── KeHuChaXun.java
│   │           │   │   ├── KeHuGuanLi.java
│   │           │   │   ├── KuCunPanDian.java
│   │           │   │   ├── QuanManager.java
│   │           │   │   ├── RuKuChaXun.java
│   │           │   │   ├── RuKuTuiHuoChaXun.java
│   │           │   │   ├── ShangPinChaXun.java
│   │           │   │   ├── ShangPinGuanLi.java
│   │           │   │   ├── XiaoShouChaXun.java
│   │           │   │   ├── XiaoShouDan.java
│   │           │   │   ├── XiaoShouPaiHang.java
│   │           │   │   ├── XiaoShouTuiHuo.java
│   │           │   │   ├── XiaoShouTuiHuoChaXun.java
│   │           │   │   ├── customCellEditor.java
│   │           │   │   ├── czyGl
│   │           │   │   │   ├── ShanChuCaoZuoYuan.java
│   │           │   │   │   └── TJCzy.java
│   │           │   │   ├── guanli
│   │           │   │   │   └── Item.java
│   │           │   │   ├── gysGuanLi
│   │           │   │   │   ├── GysTianJiaPanel.java
│   │           │   │   │   └── GysXiuGaiPanel.java
│   │           │   │   ├── keHuGuanLi
│   │           │   │   │   ├── KeHuTianJiaPanel.java
│   │           │   │   │   └── KeHuXiuGaiPanel.java
│   │           │   │   └── shangPinGuanLi
│   │           │   │       ├── ShangPinTianJiaPanel.java
│   │           │   │       └── ShangPinXiuGaiPanel.java
│   │           │   ├── keyListener
│   │           │   │   └── InputKeyListener.java
│   │           │   ├── model
│   │           │   │   ├── TbGysinfo.java
│   │           │   │   ├── TbKhinfo.java
│   │           │   │   ├── TbKucun.java
│   │           │   │   ├── TbRkthDetail.java
│   │           │   │   ├── TbRkthMain.java
│   │           │   │   ├── TbRukuDetail.java
│   │           │   │   ├── TbRukuMain.java
│   │           │   │   ├── TbSellDetail.java
│   │           │   │   ├── TbSellMain.java
│   │           │   │   ├── TbSpinfo.java
│   │           │   │   ├── TbUserlist.java
│   │           │   │   ├── TbXsthDetail.java
│   │           │   │   └── TbXsthMain.java
│   │           │   └── modeleee
│   │           │       └── Book.java
│   │           └── 企业进销存程序使用说明.doc
│   ├── 15
│   │   └── sl
│   │       ├── 01
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   └── src
│   │       ├── 10
│   │       ├── 11
│   │       │   ├── EnumServer.aps
│   │       │   ├── EnumServer.clw
│   │       │   ├── EnumServer.cpp
│   │       │   ├── EnumServer.dsp
│   │       │   ├── EnumServer.dsw
│   │       │   ├── EnumServer.h
│   │       │   ├── EnumServer.ncb
│   │       │   ├── EnumServer.opt
│   │       │   ├── EnumServer.plg
│   │       │   ├── EnumServer.rc
│   │       │   ├── EnumServerDlg.cpp
│   │       │   ├── EnumServerDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── EnumServer.ico
│   │       │   │   ├── EnumServer.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 12
│   │       │   ├── ReadMe.txt
│   │       │   ├── RegRunKey.aps
│   │       │   ├── RegRunKey.clw
│   │       │   ├── RegRunKey.cpp
│   │       │   ├── RegRunKey.dsp
│   │       │   ├── RegRunKey.dsw
│   │       │   ├── RegRunKey.h
│   │       │   ├── RegRunKey.ncb
│   │       │   ├── RegRunKey.opt
│   │       │   ├── RegRunKey.plg
│   │       │   ├── RegRunKey.rc
│   │       │   ├── RegRunKeyDlg.cpp
│   │       │   ├── RegRunKeyDlg.h
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── RegRunKey.ico
│   │       │   │   ├── RegRunKey.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 13
│   │       │   ├── EnumServer.aps
│   │       │   ├── EnumServer.clw
│   │       │   ├── EnumServer.cpp
│   │       │   ├── EnumServer.dsp
│   │       │   ├── EnumServer.dsw
│   │       │   ├── EnumServer.h
│   │       │   ├── EnumServer.ncb
│   │       │   ├── EnumServer.opt
│   │       │   ├── EnumServer.plg
│   │       │   ├── EnumServer.rc
│   │       │   ├── EnumServerDlg.cpp
│   │       │   ├── EnumServerDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── EnumServer.ico
│   │       │   │   ├── EnumServer.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 14
│   │       │   ├── EnumServer.aps
│   │       │   ├── EnumServer.clw
│   │       │   ├── EnumServer.cpp
│   │       │   ├── EnumServer.dsp
│   │       │   ├── EnumServer.dsw
│   │       │   ├── EnumServer.h
│   │       │   ├── EnumServer.ncb
│   │       │   ├── EnumServer.opt
│   │       │   ├── EnumServer.plg
│   │       │   ├── EnumServer.rc
│   │       │   ├── EnumServerDlg.cpp
│   │       │   ├── EnumServerDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── EnumServer.ico
│   │       │   │   ├── EnumServer.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 15
│   │       │   ├── ProfileString.aps
│   │       │   ├── ProfileString.clw
│   │       │   ├── ProfileString.cpp
│   │       │   ├── ProfileString.dsp
│   │       │   ├── ProfileString.dsw
│   │       │   ├── ProfileString.h
│   │       │   ├── ProfileString.ncb
│   │       │   ├── ProfileString.opt
│   │       │   ├── ProfileString.plg
│   │       │   ├── ProfileString.rc
│   │       │   ├── ProfileStringDlg.cpp
│   │       │   ├── ProfileStringDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── ProfileString.ico
│   │       │   │   ├── ProfileString.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 16
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── WriteSection.aps
│   │       │   ├── WriteSection.clw
│   │       │   ├── WriteSection.cpp
│   │       │   ├── WriteSection.dsp
│   │       │   ├── WriteSection.dsw
│   │       │   ├── WriteSection.h
│   │       │   ├── WriteSection.ncb
│   │       │   ├── WriteSection.opt
│   │       │   ├── WriteSection.plg
│   │       │   ├── WriteSection.rc
│   │       │   ├── WriteSectionDlg.cpp
│   │       │   ├── WriteSectionDlg.h
│   │       │   ├── res
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── WriteSection.ico
│   │       │   │   └── WriteSection.rc2
│   │       │   └── resource.h
│   │       ├── 17
│   │       │   ├── ProfileStruce.aps
│   │       │   ├── ProfileStruce.clw
│   │       │   ├── ProfileStruce.cpp
│   │       │   ├── ProfileStruce.dsp
│   │       │   ├── ProfileStruce.dsw
│   │       │   ├── ProfileStruce.h
│   │       │   ├── ProfileStruce.ncb
│   │       │   ├── ProfileStruce.opt
│   │       │   ├── ProfileStruce.plg
│   │       │   ├── ProfileStruce.rc
│   │       │   ├── ProfileStruceDlg.cpp
│   │       │   ├── ProfileStruceDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── ProfileStruce.ico
│   │       │   │   ├── ProfileStruce.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 18
│   │       │   ├── ProfileStruce.aps
│   │       │   ├── ProfileStruce.clw
│   │       │   ├── ProfileStruce.cpp
│   │       │   ├── ProfileStruce.dsp
│   │       │   ├── ProfileStruce.dsw
│   │       │   ├── ProfileStruce.h
│   │       │   ├── ProfileStruce.ncb
│   │       │   ├── ProfileStruce.opt
│   │       │   ├── ProfileStruce.plg
│   │       │   ├── ProfileStruce.rc
│   │       │   ├── ProfileStruceDlg.cpp
│   │       │   ├── ProfileStruceDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── ProfileStruce.ico
│   │       │   │   ├── ProfileStruce.rc2
│   │       │   │   └── Thumbs.db
│   │       │   └── resource.h
│   │       ├── 19
│   │       │   ├── ProfileSection.aps
│   │       │   ├── ProfileSection.clw
│   │       │   ├── ProfileSection.cpp
│   │       │   ├── ProfileSection.dsp
│   │       │   ├── ProfileSection.dsw
│   │       │   ├── ProfileSection.h
│   │       │   ├── ProfileSection.ncb
│   │       │   ├── ProfileSection.opt
│   │       │   ├── ProfileSection.plg
│   │       │   ├── ProfileSection.rc
│   │       │   ├── ProfileSectionDlg.cpp
│   │       │   ├── ProfileSectionDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── res
│   │       │   │   ├── ProfileSection.ico
│   │       │   │   ├── ProfileSection.rc2
│   │       │   │   └── Thumbs.db
│   │       │   ├── resource.h
│   │       │   └── test.ini
│   │       └── 20
│   │           ├── ProfileSectionNames.aps
│   │           ├── ProfileSectionNames.clw
│   │           ├── ProfileSectionNames.cpp
│   │           ├── ProfileSectionNames.dsp
│   │           ├── ProfileSectionNames.dsw
│   │           ├── ProfileSectionNames.h
│   │           ├── ProfileSectionNames.ncb
│   │           ├── ProfileSectionNames.opt
│   │           ├── ProfileSectionNames.plg
│   │           ├── ProfileSectionNames.rc
│   │           ├── ProfileSectionNamesDlg.cpp
│   │           ├── ProfileSectionNamesDlg.h
│   │           ├── ReadMe.txt
│   │           ├── StdAfx.cpp
│   │           ├── StdAfx.h
│   │           ├── res
│   │           │   ├── ProfileSectionNames.ico
│   │           │   ├── ProfileSectionNames.rc2
│   │           │   └── Thumbs.db
│   │           ├── resource.h
│   │           └── test.ini
│   ├── 16
│   │   └── sl
│   │       ├── 01
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   ├── src
│   │       │   ├── 创建静态链接库
│   │       │   │   └── StaticLib
│   │       │   │       ├── StaticLib.cpp
│   │       │   │       ├── StaticLib.dsp
│   │       │   │       ├── StaticLib.dsw
│   │       │   │       ├── StaticLib.h
│   │       │   │       ├── StaticLib.ncb
│   │       │   │       ├── StaticLib.opt
│   │       │   │       └── StaticLib.plg
│   │       │   └── 访问静态链接库
│   │       │       └── testDLL
│   │       │           ├── StaticLib.h
│   │       │           ├── StdAfx.cpp
│   │       │           ├── StdAfx.h
│   │       │           ├── res
│   │       │           │   ├── Thumbs.db
│   │       │           │   ├── testDLL.ico
│   │       │           │   └── testDLL.rc2
│   │       │           ├── resource.h
│   │       │           ├── testDLL.clw
│   │       │           ├── testDLL.cpp
│   │       │           ├── testDLL.dsp
│   │       │           ├── testDLL.dsw
│   │       │           ├── testDLL.h
│   │       │           ├── testDLL.ncb
│   │       │           ├── testDLL.opt
│   │       │           ├── testDLL.plg
│   │       │           ├── testDLL.rc
│   │       │           ├── testDLLDlg.cpp
│   │       │           └── 程序使用说明.txt
│   │       ├── 02
│   │       │   ├── DynicDLL
│   │       │   │   ├── DynicDLL.cpp
│   │       │   │   ├── DynicDLL.def
│   │       │   │   ├── DynicDLL.dll
│   │       │   │   ├── DynicDLL.dsp
│   │       │   │   ├── DynicDLL.dsw
│   │       │   │   ├── DynicDLL.exp
│   │       │   │   ├── DynicDLL.h
│   │       │   │   ├── DynicDLL.ilk
│   │       │   │   ├── DynicDLL.lib
│   │       │   │   ├── DynicDLL.ncb
│   │       │   │   ├── DynicDLL.opt
│   │       │   │   ├── DynicDLL.pdb
│   │       │   │   ├── DynicDLL.plg
│   │       │   │   ├── DynicDLL_Def文件说明.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   ├── testDLL.ico
│   │       │   │   │   └── testDLL.rc2
│   │       │   │   ├── resource.h
│   │       │   │   ├── testDLL.clw
│   │       │   │   ├── testDLL.cpp
│   │       │   │   ├── testDLL.dsp
│   │       │   │   ├── testDLL.dsw
│   │       │   │   ├── testDLL.exe
│   │       │   │   ├── testDLL.h
│   │       │   │   ├── testDLL.ilk
│   │       │   │   ├── testDLL.ncb
│   │       │   │   ├── testDLL.opt
│   │       │   │   ├── testDLL.plg
│   │       │   │   ├── testDLL.rc
│   │       │   │   ├── testDLLDlg.cpp
│   │       │   │   └── testDLLDlg.h
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── index.jsp
│   │       │   └── src
│   │       ├── 03
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── css
│   │       │   │   └── style.css
│   │       │   ├── dologon.jsp
│   │       │   ├── false.jsp
│   │       │   ├── images
│   │       │   │   ├── Thumbs.db
│   │       │   │   ├── down.jpg
│   │       │   │   ├── sorry.jpg
│   │       │   │   ├── success.jpg
│   │       │   │   └── top.jpg
│   │       │   ├── index.jsp
│   │       │   ├── src
│   │       │   ├── success.jsp
│   │       │   └── testDLL
│   │       │       ├── DynicDLL.dll
│   │       │       ├── StdAfx.cpp
│   │       │       ├── StdAfx.h
│   │       │       ├── res
│   │       │       │   ├── Thumbs.db
│   │       │       │   ├── testDLL.ico
│   │       │       │   └── testDLL.rc2
│   │       │       ├── resource.h
│   │       │       ├── testDLL.clw
│   │       │       ├── testDLL.cpp
│   │       │       ├── testDLL.dsp
│   │       │       ├── testDLL.dsw
│   │       │       ├── testDLL.h
│   │       │       ├── testDLL.ncb
│   │       │       ├── testDLL.opt
│   │       │       ├── testDLL.plg
│   │       │       ├── testDLL.rc
│   │       │       ├── testDLLDlg.cpp
│   │       │       ├── testDLLDlg.h
│   │       │       └── 程序使用说明.txt
│   │       ├── 04
│   │       │   ├── ExportClass
│   │       │   │   ├── ExportClass.cpp
│   │       │   │   ├── ExportClass.def
│   │       │   │   ├── ExportClass.dsp
│   │       │   │   ├── ExportClass.dsw
│   │       │   │   ├── ExportClass.ncb
│   │       │   │   ├── ExportClass.opt
│   │       │   │   └── ExportClass.plg
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── Bean
│   │       │   │   │           └── UserInfo.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── css
│   │       │   │   └── style.css
│   │       │   ├── doreg.jsp
│   │       │   ├── false.jsp
│   │       │   ├── images
│   │       │   │   └── 1111.jpg
│   │       │   ├── index.jsp
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── Bean
│   │       │   │           └── UserInfo.java
│   │       │   ├── success.jsp
│   │       │   └── testDLL
│   │       │       ├── ExportClass.dll
│   │       │       ├── ExportClass.h
│   │       │       ├── ExportClass.lib
│   │       │       ├── StdAfx.cpp
│   │       │       ├── StdAfx.h
│   │       │       ├── res
│   │       │       │   ├── Thumbs.db
│   │       │       │   ├── testDLL.ico
│   │       │       │   └── testDLL.rc2
│   │       │       ├── resource.h
│   │       │       ├── testDLL.clw
│   │       │       ├── testDLL.cpp
│   │       │       ├── testDLL.dsp
│   │       │       ├── testDLL.dsw
│   │       │       ├── testDLL.h
│   │       │       ├── testDLL.ncb
│   │       │       ├── testDLL.opt
│   │       │       ├── testDLL.plg
│   │       │       ├── testDLL.rc
│   │       │       ├── testDLLDlg.cpp
│   │       │       ├── testDLLDlg.h
│   │       │       └── 程序使用说明.txt
│   │       ├── 05
│   │       │   ├── 可导出对话框窗体的链接库h
│   │       │   │   ├── DllDialog.h
│   │       │   │   ├── ExtensionDLL.aps
│   │       │   │   ├── ExtensionDLL.clw
│   │       │   │   ├── ExtensionDLL.cpp
│   │       │   │   ├── ExtensionDLL.def
│   │       │   │   ├── ExtensionDLL.dll
│   │       │   │   ├── ExtensionDLL.dsp
│   │       │   │   ├── ExtensionDLL.dsw
│   │       │   │   ├── ExtensionDLL.lib
│   │       │   │   ├── ExtensionDLL.ncb
│   │       │   │   ├── ExtensionDLL.opt
│   │       │   │   ├── ExtensionDLL.plg
│   │       │   │   ├── ExtensionDLL.rc
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   └── ExtensionDLL.rc2
│   │       │   │   └── resource.h
│   │       │   └── 测试动态链接库中导出的话框窗体
│   │       │       ├── DllDialog.h
│   │       │       ├── ExeDialog.cpp
│   │       │       ├── ExeDialog.h
│   │       │       ├── ExtensionDLL.dll
│   │       │       ├── ExtensionDLL.lib
│   │       │       ├── StdAfx.cpp
│   │       │       ├── StdAfx.h
│   │       │       ├── res
│   │       │       │   ├── Thumbs.db
│   │       │       │   ├── testMFCDLL.ico
│   │       │       │   └── testMFCDLL.rc2
│   │       │       ├── resource.h
│   │       │       ├── testMFCDLL.clw
│   │       │       ├── testMFCDLL.cpp
│   │       │       ├── testMFCDLL.dsp
│   │       │       ├── testMFCDLL.dsw
│   │       │       ├── testMFCDLL.h
│   │       │       ├── testMFCDLL.ncb
│   │       │       ├── testMFCDLL.opt
│   │       │       ├── testMFCDLL.plg
│   │       │       ├── testMFCDLL.rc
│   │       │       ├── testMFCDLLDlg.cpp
│   │       │       ├── testMFCDLLDlg.h
│   │       │       └── 程序使用说明.txt
│   │       ├── 06
│   │       │   ├── 使用资源动态链接库
│   │       │   │   ├── GetIconFromModule.clw
│   │       │   │   ├── GetIconFromModule.cpp
│   │       │   │   ├── GetIconFromModule.dsp
│   │       │   │   ├── GetIconFromModule.dsw
│   │       │   │   ├── GetIconFromModule.h
│   │       │   │   ├── GetIconFromModule.ncb
│   │       │   │   ├── GetIconFromModule.opt
│   │       │   │   ├── GetIconFromModule.plg
│   │       │   │   ├── GetIconFromModule.rc
│   │       │   │   ├── GetIconFromModuleDlg.cpp
│   │       │   │   ├── GetIconFromModuleDlg.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── GetIconFromModule.ico
│   │       │   │   │   ├── GetIconFromModule.rc2
│   │       │   │   │   └── Thumbs.db
│   │       │   │   └── resource.h
│   │       │   └── 创建资源动态链接库
│   │       │       ├── 1.ico
│   │       │       ├── 2.ico
│   │       │       ├── 3.ico
│   │       │       ├── ResourceDLL.cpp
│   │       │       ├── ResourceDLL.dsp
│   │       │       ├── ResourceDLL.dsw
│   │       │       ├── ResourceDLL.ncb
│   │       │       ├── ResourceDLL.opt
│   │       │       ├── ResourceDLL.plg
│   │       │       ├── ResourceDLL.rc
│   │       │       ├── Thumbs.db
│   │       │       └── resource.h
│   │       └── 07
│   │           ├── 钩子链接库^
│   │           │   ├── DLL.CPP
│   │           │   ├── HOODLL.dsp
│   │           │   ├── HOODLL.dsw
│   │           │   ├── HOODLL.ncb
│   │           │   ├── HOODLL.opt
│   │           │   ├── HOODLL.plg
│   │           │   └── dll.h
│   │           └── 调用钩子的应用程序
│   │               ├── HOOK.clw
│   │               ├── HOOK.cpp
│   │               ├── HOOK.dsp
│   │               ├── HOOK.dsw
│   │               ├── HOOK.h
│   │               ├── HOOK.ncb
│   │               ├── HOOK.opt
│   │               ├── HOOK.plg
│   │               ├── HOOK.rc
│   │               ├── HOOKDlg.cpp
│   │               ├── HOOKDlg.h
│   │               ├── StdAfx.cpp
│   │               ├── StdAfx.h
│   │               ├── res
│   │               │   ├── HOOK.ico
│   │               │   ├── HOOK.rc2
│   │               │   └── Thumbs.db
│   │               ├── resource.h
│   │               └── 程序使用说明.txt
│   ├── 17
│   │   └── sl
│   │       ├── 01
│   │       │   ├── SubPreocess
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── SubPreocess.aps
│   │       │   │   ├── SubPreocess.clw
│   │       │   │   ├── SubPreocess.cpp
│   │       │   │   ├── SubPreocess.dsp
│   │       │   │   ├── SubPreocess.dsw
│   │       │   │   ├── SubPreocess.h
│   │       │   │   ├── SubPreocess.ncb
│   │       │   │   ├── SubPreocess.opt
│   │       │   │   ├── SubPreocess.plg
│   │       │   │   ├── SubPreocess.rc
│   │       │   │   ├── SubPreocessDlg.cpp
│   │       │   │   ├── SubPreocessDlg.h
│   │       │   │   └── res
│   │       │   │       ├── 152.ico
│   │       │   │       ├── SubPreocess.ico
│   │       │   │       ├── SubPreocess.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── bg.gif
│   │       │   │   ├── bg1.gif
│   │       │   │   ├── board_left.gif
│   │       │   │   ├── board_right.gif
│   │       │   │   ├── button_reg.gif
│   │       │   │   └── reg.gif
│   │       │   ├── index.jsp
│   │       │   └── showInforamtion.jsp
│   │       ├── 02
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── ProcessCommunicate
│   │       │   │   ├── ProcessCommunicate.aps
│   │       │   │   ├── ProcessCommunicate.clw
│   │       │   │   ├── ProcessCommunicate.cpp
│   │       │   │   ├── ProcessCommunicate.dsp
│   │       │   │   ├── ProcessCommunicate.dsw
│   │       │   │   ├── ProcessCommunicate.h
│   │       │   │   ├── ProcessCommunicate.ncb
│   │       │   │   ├── ProcessCommunicate.opt
│   │       │   │   ├── ProcessCommunicate.plg
│   │       │   │   ├── ProcessCommunicate.rc
│   │       │   │   ├── ProcessCommunicateDlg.cpp
│   │       │   │   ├── ProcessCommunicateDlg.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 42.ico
│   │       │   │       ├── ProcessCommunicate.ico
│   │       │   │       ├── ProcessCommunicate.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── getAttribute.jsp
│   │       │   └── index.jsp
│   │       ├── 03
│   │       │   ├── ReceiveInfo
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── ReceiveInfo.aps
│   │       │   │   ├── ReceiveInfo.clw
│   │       │   │   ├── ReceiveInfo.cpp
│   │       │   │   ├── ReceiveInfo.dsp
│   │       │   │   ├── ReceiveInfo.dsw
│   │       │   │   ├── ReceiveInfo.h
│   │       │   │   ├── ReceiveInfo.ncb
│   │       │   │   ├── ReceiveInfo.opt
│   │       │   │   ├── ReceiveInfo.plg
│   │       │   │   ├── ReceiveInfo.rc
│   │       │   │   ├── ReceiveInfoDlg.cpp
│   │       │   │   ├── ReceiveInfoDlg.h
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 153.ico
│   │       │   │       ├── ReceiveInfo.ico
│   │       │   │       ├── ReceiveInfo.rc2
│   │       │   │       ├── Thumbs.db
│   │       │   │       └── flash导航页.bmp
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   └── web.xml
│   │       │   └── index.jsp
│   │       ├── 04
│   │       │   ├── ShareMem
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Resource.h
│   │       │   │   ├── ShareMem.aps
│   │       │   │   ├── ShareMem.clw
│   │       │   │   ├── ShareMem.cpp
│   │       │   │   ├── ShareMem.dsp
│   │       │   │   ├── ShareMem.dsw
│   │       │   │   ├── ShareMem.h
│   │       │   │   ├── ShareMem.ncb
│   │       │   │   ├── ShareMem.opt
│   │       │   │   ├── ShareMem.plg
│   │       │   │   ├── ShareMem.rc
│   │       │   │   ├── ShareMemDlg.cpp
│   │       │   │   ├── ShareMemDlg.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 38.ico
│   │       │   │       ├── 47.ico
│   │       │   │       ├── ShareMem.ico
│   │       │   │       ├── ShareMem.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   └── index.jsp
│   │       ├── 05
│   │       │   ├── ReceiveShareData
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── ReceiveShareData.aps
│   │       │   │   ├── ReceiveShareData.clw
│   │       │   │   ├── ReceiveShareData.cpp
│   │       │   │   ├── ReceiveShareData.dsp
│   │       │   │   ├── ReceiveShareData.dsw
│   │       │   │   ├── ReceiveShareData.h
│   │       │   │   ├── ReceiveShareData.ncb
│   │       │   │   ├── ReceiveShareData.opt
│   │       │   │   ├── ReceiveShareData.plg
│   │       │   │   ├── ReceiveShareData.rc
│   │       │   │   ├── ReceiveShareDataDlg.cpp
│   │       │   │   ├── ReceiveShareDataDlg.h
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 19.ico
│   │       │   │       ├── ReceiveShareData.ico
│   │       │   │       ├── ReceiveShareData.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── css
│   │       │   │   └── style.css
│   │       │   ├── dealwith.jsp
│   │       │   ├── forward.jsp
│   │       │   ├── images
│   │       │   │   ├── forward.gif
│   │       │   │   └── land.gif
│   │       │   └── index.jsp
│   │       ├── 06
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── OperateThread
│   │       │   │   ├── OperateThread.aps
│   │       │   │   ├── OperateThread.clw
│   │       │   │   ├── OperateThread.cpp
│   │       │   │   ├── OperateThread.dsp
│   │       │   │   ├── OperateThread.dsw
│   │       │   │   ├── OperateThread.h
│   │       │   │   ├── OperateThread.ncb
│   │       │   │   ├── OperateThread.opt
│   │       │   │   ├── OperateThread.plg
│   │       │   │   ├── OperateThread.rc
│   │       │   │   ├── OperateThreadDlg.cpp
│   │       │   │   ├── OperateThreadDlg.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 3.ico
│   │       │   │       ├── OperateThread.ico
│   │       │   │       ├── OperateThread.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   └── index.jsp
│   │       ├── 07
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── UserThread
│   │       │   │   ├── Interface.cpp
│   │       │   │   ├── Interface.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── UIThread.cpp
│   │       │   │   ├── UIThread.h
│   │       │   │   ├── UserThread.aps
│   │       │   │   ├── UserThread.clw
│   │       │   │   ├── UserThread.cpp
│   │       │   │   ├── UserThread.dsp
│   │       │   │   ├── UserThread.dsw
│   │       │   │   ├── UserThread.h
│   │       │   │   ├── UserThread.ncb
│   │       │   │   ├── UserThread.opt
│   │       │   │   ├── UserThread.plg
│   │       │   │   ├── UserThread.rc
│   │       │   │   ├── UserThreadDlg.cpp
│   │       │   │   ├── UserThreadDlg.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 108.ico
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   ├── UserThread.ico
│   │       │   │   │   ├── UserThread.rc2
│   │       │   │   │   └── 公司浮动广告.bmp
│   │       │   │   └── resource.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   └── index.jsp
│   │       ├── 08
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── MultiThread
│   │       │   │   ├── MultiThread.cpp
│   │       │   │   ├── MultiThread.dsp
│   │       │   │   ├── MultiThread.dsw
│   │       │   │   ├── MultiThread.ncb
│   │       │   │   ├── MultiThread.opt
│   │       │   │   ├── MultiThread.plg
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   └── StdAfx.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   └── index.jsp
│   │       ├── 09
│   │       │   ├── Mutex
│   │       │   │   ├── Mutex.cpp
│   │       │   │   ├── Mutex.dsp
│   │       │   │   ├── Mutex.dsw
│   │       │   │   ├── Mutex.ncb
│   │       │   │   ├── Mutex.opt
│   │       │   │   ├── Mutex.plg
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   └── StdAfx.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── OutStreamServlet.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── error.jsp
│   │       │   └── index.jsp
│   │       ├── 10
│   │       │   └── CriticalSection
│   │       │       ├── CriticalSection.cpp
│   │       │       ├── CriticalSection.dsp
│   │       │       ├── CriticalSection.dsw
│   │       │       ├── CriticalSection.ncb
│   │       │       ├── CriticalSection.opt
│   │       │       ├── CriticalSection.plg
│   │       │       ├── ReadMe.txt
│   │       │       ├── StdAfx.cpp
│   │       │       └── StdAfx.h
│   │       └── 11
│   │           └── Event
│   │               ├── Event.cpp
│   │               ├── Event.dsp
│   │               ├── Event.dsw
│   │               ├── Event.ncb
│   │               ├── Event.opt
│   │               ├── Event.plg
│   │               ├── ReadMe.txt
│   │               ├── StdAfx.cpp
│   │               └── StdAfx.h
│   ├── 18
│   │   ├── database
│   │   │   ├── db_database18_Data.MDF
│   │   │   └── db_database18_Log.LDF
│   │   └── sl
│   │       ├── 01
│   │       │   ├── NetMAC
│   │       │   │   ├── GetMAC.aps
│   │       │   │   ├── GetMAC.clw
│   │       │   │   ├── GetMAC.cpp
│   │       │   │   ├── GetMAC.dsp
│   │       │   │   ├── GetMAC.dsw
│   │       │   │   ├── GetMAC.h
│   │       │   │   ├── GetMAC.ncb
│   │       │   │   ├── GetMAC.opt
│   │       │   │   ├── GetMAC.plg
│   │       │   │   ├── GetMAC.rc
│   │       │   │   ├── GetMACDlg.cpp
│   │       │   │   ├── GetMACDlg.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 17.ico
│   │       │   │   │   ├── 62.ico
│   │       │   │   │   ├── GetMAC.ico
│   │       │   │   │   ├── GetMAC.rc2
│   │       │   │   │   └── Thumbs.db
│   │       │   │   └── resource.h
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SimpleJavaBean.class
│   │       │           └── SimpleJavaBean.java
│   │       ├── 02
│   │       │   ├── NetDisk
│   │       │   │   ├── NetDisk.aps
│   │       │   │   ├── NetDisk.clw
│   │       │   │   ├── NetDisk.cpp
│   │       │   │   ├── NetDisk.dsp
│   │       │   │   ├── NetDisk.dsw
│   │       │   │   ├── NetDisk.h
│   │       │   │   ├── NetDisk.ncb
│   │       │   │   ├── NetDisk.opt
│   │       │   │   ├── NetDisk.plg
│   │       │   │   ├── NetDisk.rc
│   │       │   │   ├── NetDiskDlg.cpp
│   │       │   │   ├── NetDiskDlg.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 16.ico
│   │       │   │   │   ├── NetDisk.ico
│   │       │   │   │   ├── NetDisk.rc2
│   │       │   │   │   └── Thumbs.db
│   │       │   │   └── resource.h
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── SimpleJavaBeanmethod.class
│   │       │           └── SimpleJavaBeanmethod.java
│   │       ├── 03
│   │       │   ├── EnumComputer
│   │       │   │   ├── NameAndIP.aps
│   │       │   │   ├── NameAndIP.clw
│   │       │   │   ├── NameAndIP.cpp
│   │       │   │   ├── NameAndIP.dsp
│   │       │   │   ├── NameAndIP.dsw
│   │       │   │   ├── NameAndIP.h
│   │       │   │   ├── NameAndIP.ncb
│   │       │   │   ├── NameAndIP.opt
│   │       │   │   ├── NameAndIP.plg
│   │       │   │   ├── NameAndIP.rc
│   │       │   │   ├── NameAndIPDlg.cpp
│   │       │   │   ├── NameAndIPDlg.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── 19.ico
│   │       │   │       ├── NameAndIP.ico
│   │       │   │       ├── NameAndIP.rc2
│   │       │   │       └── Thumbs.db
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 04
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── Share
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── ResShare.aps
│   │       │   │   ├── ResShare.clw
│   │       │   │   ├── ResShare.cpp
│   │       │   │   ├── ResShare.dsp
│   │       │   │   ├── ResShare.dsw
│   │       │   │   ├── ResShare.h
│   │       │   │   ├── ResShare.ncb
│   │       │   │   ├── ResShare.opt
│   │       │   │   ├── ResShare.plg
│   │       │   │   ├── ResShare.rc
│   │       │   │   ├── ResShareDlg.cpp
│   │       │   │   ├── ResShareDlg.h
│   │       │   │   ├── Resource.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   └── res
│   │       │   │       ├── ResShare.ico
│   │       │   │       ├── ResShare.rc2
│   │       │   │       ├── Thumbs.db
│   │       │   │       ├── 工作组.ico
│   │       │   │       ├── 计算机.ico
│   │       │   │       ├── 共享文件.ico
│   │       │   │       └── 整个网络.ico
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   ├── loginsucess.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 05
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── ShortMsg
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── SendMsg.aps
│   │       │   │   ├── SendMsg.clw
│   │       │   │   ├── SendMsg.cpp
│   │       │   │   ├── SendMsg.dsp
│   │       │   │   ├── SendMsg.dsw
│   │       │   │   ├── SendMsg.h
│   │       │   │   ├── SendMsg.ncb
│   │       │   │   ├── SendMsg.opt
│   │       │   │   ├── SendMsg.plg
│   │       │   │   ├── SendMsg.rc
│   │       │   │   ├── SendMsgDlg.cpp
│   │       │   │   ├── SendMsgDlg.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 107.ico
│   │       │   │   │   ├── 24.ico
│   │       │   │   │   ├── SendMsg.ico
│   │       │   │   │   ├── SendMsg.rc2
│   │       │   │   │   └── Thumbs.db
│   │       │   │   └── resource.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 06
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── Server
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 10.ico
│   │       │   │   │   ├── 53.ico
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   ├── server.ico
│   │       │   │   │   └── server.rc2
│   │       │   │   ├── resource.h
│   │       │   │   ├── server.aps
│   │       │   │   ├── server.clw
│   │       │   │   ├── server.cpp
│   │       │   │   ├── server.dsp
│   │       │   │   ├── server.dsw
│   │       │   │   ├── server.h
│   │       │   │   ├── server.ncb
│   │       │   │   ├── server.opt
│   │       │   │   ├── server.plg
│   │       │   │   ├── server.rc
│   │       │   │   ├── serverDlg.cpp
│   │       │   │   └── serverDlg.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 07
│   │       │   ├── Client
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── client.aps
│   │       │   │   ├── client.clw
│   │       │   │   ├── client.cpp
│   │       │   │   ├── client.dsp
│   │       │   │   ├── client.dsw
│   │       │   │   ├── client.h
│   │       │   │   ├── client.ncb
│   │       │   │   ├── client.opt
│   │       │   │   ├── client.plg
│   │       │   │   ├── client.rc
│   │       │   │   ├── clientDlg.cpp
│   │       │   │   ├── clientDlg.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 19.ico
│   │       │   │   │   ├── 4.ico
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   ├── client.ico
│   │       │   │   │   └── client.rc2
│   │       │   │   └── resource.h
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── Conn.class
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── Conn.java
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 08
│   │       │   ├── META-INF
│   │       │   │   └── MANIFEST.MF
│   │       │   ├── Server
│   │       │   │   ├── ClientSocket.cpp
│   │       │   │   ├── ClientSocket.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── Server.aps
│   │       │   │   ├── Server.clw
│   │       │   │   ├── Server.cpp
│   │       │   │   ├── Server.dsp
│   │       │   │   ├── Server.dsw
│   │       │   │   ├── Server.h
│   │       │   │   ├── Server.ncb
│   │       │   │   ├── Server.opt
│   │       │   │   ├── Server.plg
│   │       │   │   ├── Server.rc
│   │       │   │   ├── ServerDlg.cpp
│   │       │   │   ├── ServerDlg.h
│   │       │   │   ├── ServerSocket.cpp
│   │       │   │   ├── ServerSocket.h
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 91.ico
│   │       │   │   │   ├── Server.ico
│   │       │   │   │   ├── Server.rc2
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   └── 聊天系列版.bmp
│   │       │   │   └── resource.h
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wsy
│   │       │   │   │           ├── StringTrans.class
│   │       │   │   │           └── myBean.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── images
│   │       │   │   ├── 01.gif
│   │       │   │   ├── 02.gif
│   │       │   │   ├── 03.gif
│   │       │   │   ├── 04.gif
│   │       │   │   ├── 05.gif
│   │       │   │   ├── 06.gif
│   │       │   │   ├── 07.gif
│   │       │   │   ├── 08.gif
│   │       │   │   ├── 09.gif
│   │       │   │   ├── 10.gif
│   │       │   │   ├── 11.gif
│   │       │   │   ├── 12.gif
│   │       │   │   ├── 13.gif
│   │       │   │   ├── 14.gif
│   │       │   │   └── 15.gif
│   │       │   ├── login.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── wsy
│   │       │               ├── StringTrans.java
│   │       │               └── myBean.java
│   │       ├── 09
│   │       │   ├── Client
│   │       │   │   ├── Client.aps
│   │       │   │   ├── Client.clw
│   │       │   │   ├── Client.cpp
│   │       │   │   ├── Client.dsp
│   │       │   │   ├── Client.dsw
│   │       │   │   ├── Client.h
│   │       │   │   ├── Client.ncb
│   │       │   │   ├── Client.opt
│   │       │   │   ├── Client.plg
│   │       │   │   ├── Client.rc
│   │       │   │   ├── ClientDlg.cpp
│   │       │   │   ├── ClientDlg.h
│   │       │   │   ├── Mysocket.cpp
│   │       │   │   ├── Mysocket.h
│   │       │   │   ├── ReadMe.txt
│   │       │   │   ├── StdAfx.cpp
│   │       │   │   ├── StdAfx.h
│   │       │   │   ├── res
│   │       │   │   │   ├── 38.ico
│   │       │   │   │   ├── Client.ico
│   │       │   │   │   ├── Client.rc2
│   │       │   │   │   ├── Thumbs.db
│   │       │   │   │   └── 聊天系列版.bmp
│   │       │   │   └── resource.h
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── visalJavaBean.class
│   │       │           └── visalJavaBean.java
│   │       ├── 10
│   │       │   └── com
│   │       │       └── wsy
│   │       │           ├── Bean.class
│   │       │           ├── Bean.java
│   │       │           ├── visalJavaBean.class
│   │       │           └── visalJavaBean.java
│   │       └── 程序使用说明.txt
│   ├── 19
│   │   ├── database
│   │   │   ├── db_database19_Data.MDF
│   │   │   └── db_database19_Log.LDF
│   │   └── sl
│   │       ├── 01
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wy
│   │       │   │   │           └── TextServlet.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── b01.jpg
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── wy
│   │       │   │           └── TextServlet.java
│   │       │   └── 程序使用说明.txt
│   │       ├── 02
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wy
│   │       │   │   │           └── TextServlet.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── wy
│   │       │   │           └── TextServlet.java
│   │       │   └── 程序使用说明.txt
│   │       ├── 03
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── wy
│   │       │   │   │           └── InitServlet.class
│   │       │   │   ├── lib
│   │       │   │   └── web.xml
│   │       │   ├── src
│   │       │   │   └── com
│   │       │   │       └── wy
│   │       │   │           └── InitServlet.java
│   │       │   └── 程序使用说明.txt
│   │       ├── 04
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       └── FilterFlux.class
│   │       │   │   └── web.xml
│   │       │   ├── image
│   │       │   │   └── background.jpg
│   │       │   ├── index.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           └── FilterFlux.java
│   │       ├── 05
│   │       │   ├── WEB-INF
│   │       │   │   ├── classes
│   │       │   │   │   └── com
│   │       │   │   │       ├── FilterStation.class
│   │       │   │   │       └── UserInfo.class
│   │       │   │   └── web.xml
│   │       │   ├── css
│   │       │   │   └── style.css
│   │       │   ├── image
│   │       │   │   ├── background.jpg
│   │       │   │   ├── certer.jpg
│   │       │   │   ├── down.jpg
│   │       │   │   └── top.jpg
│   │       │   ├── index.jsp
│   │       │   ├── jsp
│   │       │   │   ├── back.jsp
│   │       │   │   └── showInformation.jsp
│   │       │   ├── result.jsp
│   │       │   └── src
│   │       │       └── com
│   │       │           ├── FilterStation.java
│   │       │           └── UserInfo.java
│   │       └── 06
│   │           ├── WEB-INF
│   │           │   ├── classes
│   │           │   │   └── com
│   │           │   │       └── listener
│   │           │   │           ├── UserInfoList.class
│   │           │   │           └── UserInfoTrace.class
│   │           │   └── web.xml
│   │           ├── css
│   │           │   └── style.css
│   │           ├── image
│   │           │   ├── background1.jpg
│   │           │   └── background2.jpg
│   │           ├── index.jsp
│   │           ├── loginOut.jsp
│   │           ├── showUser.jsp
│   │           └── src
│   │               └── com
│   │                   └── listener
│   │                       ├── UserInfoList.java
│   │                       └── UserInfoTrace.java
│   └── 20
│       ├── BLOG
│       │   ├── WebRoot
│       │   │   ├── CSS
│       │   │   │   └── style.css
│       │   │   ├── JS
│       │   │   │   ├── onclock.js
│       │   │   │   ├── validate.js
│       │   │   │   └── validate.js.bak
│       │   │   ├── META-INF
│       │   │   │   └── MANIFEST.MF
│       │   │   ├── WEB-INF
│       │   │   │   ├── classes
│       │   │   │   │   └── com
│       │   │   │   │       └── wy
│       │   │   │   │           ├── dao
│       │   │   │   │           │   ├── ArticleDao.class
│       │   │   │   │           │   ├── ArticleTypeDao.class
│       │   │   │   │           │   ├── ConsumerDao.class
│       │   │   │   │           │   ├── DiscussDao.class
│       │   │   │   │           │   ├── FriendDao.class
│       │   │   │   │           │   ├── PhotoDao.class
│       │   │   │   │           │   ├── RestoreDao.class
│       │   │   │   │           │   └── VoteDao.class
│       │   │   │   │           ├── form
│       │   │   │   │           │   ├── ArticleForm.class
│       │   │   │   │           │   ├── ArticleTypeForm.class
│       │   │   │   │           │   ├── ConsumerForm.class
│       │   │   │   │           │   ├── DiscussForm.class
│       │   │   │   │           │   ├── FriendForm.class
│       │   │   │   │           │   ├── PhotoForm.class
│       │   │   │   │           │   ├── RestoreForm.class
│       │   │   │   │           │   └── VoteForm.class
│       │   │   │   │           ├── tool
│       │   │   │   │           │   ├── Chinese.class
│       │   │   │   │           │   ├── CountTime.class
│       │   │   │   │           │   ├── JDBConnection.class
│       │   │   │   │           │   └── MyPagination.class
│       │   │   │   │           └── webiter
│       │   │   │   │               ├── ArticleServlet.class
│       │   │   │   │               ├── ConsumerServlet.class
│       │   │   │   │               ├── DiscussServlet.class
│       │   │   │   │               ├── FriendServlet.class
│       │   │   │   │               ├── PhotoSerlvet.class
│       │   │   │   │               └── VoteServlet.class
│       │   │   │   ├── lib
│       │   │   │   └── web.xml
│       │   │   ├── backMainPage.jsp
│       │   │   ├── back_ArticleAdd.jsp
│       │   │   ├── back_ArticleSelect.jsp
│       │   │   ├── back_ArticleTypeAdd.jsp
│       │   │   ├── back_ArticleTypeSelect.jsp
│       │   │   ├── back_ArticleUpdate.jsp
│       │   │   ├── back_DiscussAdd.jsp
│       │   │   ├── back_DiscussSelect.jsp
│       │   │   ├── back_DiscussUpdate.jsp
│       │   │   ├── back_Down.jsp
│       │   │   ├── back_FriendAdd.jsp
│       │   │   ├── back_FriendSelect.jsp
│       │   │   ├── back_FriendUpdate.jsp
│       │   │   ├── back_Left.jsp
│       │   │   ├── back_PhotoInsert.jsp
│       │   │   ├── back_PhotoSelect.jsp
│       │   │   ├── back_RestoreSelect.jsp
│       │   │   ├── back_Top.jsp
│       │   │   ├── back_VoteAdd.jsp
│       │   │   ├── back_VoteSelect.jsp
│       │   │   ├── back_consumerSelect.jsp
│       │   │   ├── back_consumerSelectForm.jsp
│       │   │   ├── back_consumerSelectHostForm.jsp
│       │   │   ├── consumer
│       │   │   │   └── accountAdd.jsp
│       │   │   ├── dealwith.jsp
│       │   │   ├── file
│       │   │   │   ├── 0.jpg
│       │   │   │   └── 20.jpg
│       │   │   ├── head_ArticleForm.jsp
│       │   │   ├── head_ArticleList.jsp
│       │   │   ├── head_Consumer.jsp
│       │   │   ├── head_VoteAdd.jsp
│       │   │   ├── head_VoteQuery.jsp
│       │   │   ├── head_consumerUpdate.jsp
│       │   │   ├── head_disussForm.jsp
│       │   │   ├── head_disussList.jsp
│       │   │   ├── head_down.jsp
│       │   │   ├── head_explain.jsp
│       │   │   ├── head_main.jsp
│       │   │   ├── head_photoSelect.jsp
│       │   │   ├── head_right.jsp
│       │   │   ├── head_top.jsp
│       │   │   ├── images
│       │   │   │   ├── Thumbs.db
│       │   │   │   ├── account.jpg
│       │   │   │   ├── article.jpg
│       │   │   │   ├── back.gif
│       │   │   │   ├── back1.gif
│       │   │   │   ├── back_noword_01.jpg
│       │   │   │   ├── back_noword_02.jpg
│       │   │   │   ├── back_noword_03.jpg
│       │   │   │   ├── back_noword_04.jpg
│       │   │   │   ├── back_noword_05.jpg
│       │   │   │   ├── back_noword_06.jpg
│       │   │   │   ├── back_noword_08.jpg
│       │   │   │   ├── back_noword_16.jpg
│       │   │   │   ├── back_noword_17.jpg
│       │   │   │   ├── back_noword_18.jpg
│       │   │   │   ├── back_noword_19.jpg
│       │   │   │   ├── back_noword_20.jpg
│       │   │   │   ├── backgg.jpg
│       │   │   │   ├── backgr.jpg
│       │   │   │   ├── bg_01.gif
│       │   │   │   ├── enrol.jpg
│       │   │   │   ├── friend.jpg
│       │   │   │   ├── front_01.jpg
│       │   │   │   ├── front_02.jpg
│       │   │   │   ├── front_03.jpg
│       │   │   │   ├── front_04.jpg
│       │   │   │   ├── front_05.jpg
│       │   │   │   ├── front_06.jpg
│       │   │   │   ├── front_07.jpg
│       │   │   │   ├── front_08.jpg
│       │   │   │   ├── front_09.jpg
│       │   │   │   ├── front_10.jpg
│       │   │   │   ├── front_11.jpg
│       │   │   │   ├── front_12.jpg
│       │   │   │   ├── front_13.jpg
│       │   │   │   ├── front_14.jpg
│       │   │   │   ├── front_15.jpg
│       │   │   │   ├── front_16.jpg
│       │   │   │   ├── front_17.jpg
│       │   │   │   ├── front_18.jpg
│       │   │   │   ├── front_19.jpg
│       │   │   │   ├── front_20.jpg
│       │   │   │   ├── head_01.jpg
│       │   │   │   ├── head_02.jpg
│       │   │   │   ├── head_03.jpg
│       │   │   │   ├── head_04.jpg
│       │   │   │   ├── head_05.jpg
│       │   │   │   ├── head_06.jpg
│       │   │   │   ├── head_07.jpg
│       │   │   │   ├── head_08.jpg
│       │   │   │   ├── head_09.jpg
│       │   │   │   ├── head_10.jpg
│       │   │   │   ├── head_11.jpg
│       │   │   │   ├── head_12.jpg
│       │   │   │   ├── head_13.jpg
│       │   │   │   ├── head_14.jpg
│       │   │   │   ├── head_15.jpg
│       │   │   │   ├── head_16.jpg
│       │   │   │   ├── head_17.jpg
│       │   │   │   ├── head_18.jpg
│       │   │   │   ├── head_19.jpg
│       │   │   │   ├── head_20.jpg
│       │   │   │   ├── head_21.jpg
│       │   │   │   ├── head_22.jpg
│       │   │   │   ├── head_23.jpg
│       │   │   │   ├── head_24.jpg
│       │   │   │   ├── head_25.jpg
│       │   │   │   ├── head_26.jpg
│       │   │   │   ├── head_27.jpg
│       │   │   │   ├── icon.gif
│       │   │   │   ├── land.gif
│       │   │   │   ├── leaveWordjpg.jpg
│       │   │   │   ├── link.jpg
│       │   │   │   ├── login.jpg
│       │   │   │   ├── manager.jpg
│       │   │   │   ├── modify.gif
│       │   │   │   ├── photo.jpg
│       │   │   │   ├── register.gif
│       │   │   │   ├── reset.gif
│       │   │   │   ├── result.swf
│       │   │   │   ├── review.jpg
│       │   │   │   ├── save.gif
│       │   │   │   ├── vote.gif
│       │   │   │   ├── vote.jpg
│       │   │   │   └── vote.swf
│       │   │   ├── index.jsp
│       │   │   └── photoSelectOne.jsp
│       │   └── src
│       │       └── com
│       │           └── wy
│       │               ├── dao
│       │               │   ├── ArticleDao.java
│       │               │   ├── ArticleTypeDao.java
│       │               │   ├── ConsumerDao.java
│       │               │   ├── DiscussDao.java
│       │               │   ├── FriendDao.java
│       │               │   ├── PhotoDao.java
│       │               │   ├── RestoreDao.java
│       │               │   └── VoteDao.java
│       │               ├── form
│       │               │   ├── ArticleForm.java
│       │               │   ├── ArticleTypeForm.java
│       │               │   ├── ConsumerForm.java
│       │               │   ├── DiscussForm.java
│       │               │   ├── FriendForm.java
│       │               │   ├── PhotoForm.java
│       │               │   ├── RestoreForm.java
│       │               │   └── VoteForm.java
│       │               ├── tool
│       │               │   ├── Chinese.java
│       │               │   ├── CountTime.java
│       │               │   ├── JDBConnection.java
│       │               │   └── MyPagination.java
│       │               └── webiter
│       │                   ├── ArticleServlet.java
│       │                   ├── ConsumerServlet.java
│       │                   ├── DiscussServlet.java
│       │                   ├── FriendServlet.java
│       │                   ├── PhotoSerlvet.java
│       │                   └── VoteServlet.java
│       ├── database
│       │   ├── db_BlodMay_Data.MDF
│       │   └── db_BlodMay_Log.LDF
│       └── 程序使用说明.doc
├── 好例子网_Java程序设计自学手册光盘.rar
└── 如何使用本书源程序
    ├── books1.files
    │   ├── filelist.xml
    │   ├── image001.jpg
    │   ├── image002.png
    │   ├── image003.jpg
    │   ├── image004.png
    │   ├── image005.jpg
    │   ├── image006.png
    │   ├── image007.jpg
    │   ├── image008.png
    │   ├── image009.jpg
    │   ├── image010.png
    │   ├── image011.jpg
    │   ├── image012.png
    │   ├── image013.jpg
    │   ├── image014.png
    │   ├── image015.jpg
    │   ├── image016.png
    │   ├── image017.jpg
    │   ├── image018.png
    │   ├── image019.jpg
    │   ├── image020.png
    │   ├── image021.jpg
    │   ├── image022.png
    │   ├── image023.jpg
    │   ├── image024.png
    │   ├── image025.jpg
    │   ├── image026.png
    │   ├── image027.jpg
    │   ├── image028.png
    │   ├── image029.jpg
    │   ├── image030.png
    │   ├── image031.jpg
    │   ├── image032.png
    │   ├── image033.jpg
    │   ├── image034.png
    │   ├── image035.jpg
    │   ├── image036.png
    │   ├── image037.jpg
    │   ├── image038.png
    │   ├── image039.jpg
    │   ├── image040.png
    │   ├── image041.jpg
    │   ├── image042.png
    │   ├── image043.jpg
    │   ├── image044.png
    │   ├── image045.jpg
    │   ├── image046.png
    │   ├── image047.jpg
    │   ├── image048.png
    │   ├── image049.jpg
    │   ├── image050.png
    │   ├── image051.jpg
    │   ├── image052.png
    │   ├── image053.jpg
    │   ├── image054.png
    │   ├── image055.jpg
    │   ├── image056.png
    │   ├── image057.jpg
    │   ├── image058.png
    │   ├── image059.jpg
    │   ├── image060.png
    │   ├── image061.jpg
    │   ├── image062.png
    │   ├── image063.jpg
    │   ├── image064.png
    │   ├── image065.jpg
    │   ├── image066.png
    │   ├── image067.jpg
    │   ├── image068.png
    │   ├── image069.jpg
    │   ├── image070.png
    │   ├── image071.jpg
    │   ├── image072.png
    │   ├── image073.jpg
    │   ├── image074.png
    │   ├── image075.jpg
    │   ├── image076.png
    │   ├── image077.jpg
    │   ├── image078.png
    │   ├── image079.jpg
    │   ├── image080.png
    │   ├── image081.jpg
    │   ├── image082.png
    │   ├── image083.jpg
    │   ├── image084.png
    │   ├── image085.jpg
    │   ├── image086.png
    │   ├── image087.jpg
    │   ├── image088.png
    │   ├── image089.jpg
    │   ├── image090.png
    │   ├── image091.jpg
    │   ├── image092.png
    │   ├── image093.jpg
    │   ├── image094.png
    │   ├── image095.jpg
    │   ├── image096.wmz
    │   ├── image097.gif
    │   ├── image098.png
    │   ├── image099.jpg
    │   ├── image100.png
    │   ├── image101.jpg
    │   ├── image102.png
    │   ├── image103.jpg
    │   ├── image104.png
    │   ├── image105.jpg
    │   ├── image106.png
    │   ├── image107.jpg
    │   ├── image108.png
    │   ├── image109.jpg
    │   └── oledata.mso
    ├── books1.htm
    ├── help.files
    │   ├── filelist.xml
    │   ├── header.htm
    │   ├── image001.jpg
    │   ├── image002.png
    │   ├── image003.jpg
    │   ├── image004.png
    │   ├── image005.gif
    │   ├── image006.wmz
    │   ├── image007.gif
    │   ├── image008.gif
    │   ├── image009.gif
    │   ├── image010.gif
    │   ├── image011.gif
    │   ├── image012.png
    │   ├── image013.jpg
    │   ├── image014.gif
    │   ├── image015.gif
    │   ├── image016.png
    │   ├── image017.jpg
    │   ├── image018.png
    │   ├── image019.jpg
    │   ├── image020.png
    │   ├── image021.jpg
    │   ├── image022.png
    │   ├── image023.jpg
    │   ├── image024.png
    │   ├── image025.jpg
    │   ├── image026.png
    │   ├── image027.jpg
    │   ├── image028.png
    │   ├── image029.jpg
    │   ├── image030.jpg
    │   ├── image031.jpg
    │   ├── image032.png
    │   ├── image033.jpg
    │   ├── image034.emz
    │   ├── image035.png
    │   ├── image036.png
    │   └── oledata.mso
    ├── help.htm
    ├── newbooks.files
    │   ├── Thumbs.db
    │   ├── filelist.xml
    │   ├── image001.jpg
    │   ├── image002.jpg
    │   └── image003.gif
    └── newbooks.htm

825 directories, 1958 files


实例下载地址

Java程序设计自学手册光盘

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警