Skip to content

Commit 1e9dc2a

Browse files
committed
nio学习
1 parent 221c706 commit 1e9dc2a

25 files changed

Lines changed: 121 additions & 14 deletions

.classpath

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6-
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
7-
<classpathentry kind="output" path="bin"/>
8-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
7+
<classpathentry kind="lib" path="E:/maven/repository/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar"/>
8+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/httpclient-4.5.4.jar"/>
9+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/commons-codec-1.10.jar"/>
10+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/commons-logging-1.2.jar"/>
11+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/fluent-hc-4.5.4.jar"/>
12+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/httpclient-cache-4.5.4.jar"/>
13+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/httpclient-win-4.5.4.jar"/>
14+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/httpcore-4.4.7.jar"/>
15+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/httpmime-4.5.4.jar"/>
16+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/jna-4.4.0.jar"/>
17+
<classpathentry kind="lib" path="E:/files/jar/httpcomponents-client-4.5.4-bin/httpcomponents-client-4.5.4/lib/jna-platform-4.4.0.jar"/>
18+
<classpathentry kind="output" path="bin"/>
19+
</classpath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
eclipse.preferences.version=1
2-
encoding//src/TwoChapter1StreamFile=UTF-8
3-
encoding/<project>=UTF-8
1+
eclipse.preferences.version=1
2+
encoding//src/StreamFile=UTF-8
3+
encoding/<project>=UTF-8

bin/BasicAndDontKnow/Test111.class

734 Bytes
Binary file not shown.
644 Bytes
Binary file not shown.

bin/Http/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/HttpClientTest.class

bin/NIO/SimpleUseOfBuffer.class

1.78 KB
Binary file not shown.

bin/NIO/SimpleUserOfChannel.class

1.79 KB
Binary file not shown.

bin/NIO/Test.class

2.3 KB
Binary file not shown.
1.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)