From 0b8df8c539edd54161c635f7c9c95f267ef1365a Mon Sep 17 00:00:00 2001
From: HuZhou <314691540@qq.com>
Date: Fri, 20 May 2016 12:50:45 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BD=A0=E5=A5=BD=E4=B8=80=E6=AC=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.classpath | 1 +
1 file changed, 1 insertion(+)
diff --git a/.classpath b/.classpath
index 146da89..cff8c66 100644
--- a/.classpath
+++ b/.classpath
@@ -13,5 +13,6 @@
+
--
Gitee
From 7ebc816c60a0a472b9ee72f6363222d1e0790cdb Mon Sep 17 00:00:00 2001
From: HuZhou <314691540@qq.com>
Date: Fri, 20 May 2016 12:51:54 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BD=A0=E5=A5=BD=E4=B8=80=E6=AC=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/com/zr/dao/NihaoDao.java | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 src/com/zr/dao/NihaoDao.java
diff --git a/src/com/zr/dao/NihaoDao.java b/src/com/zr/dao/NihaoDao.java
new file mode 100644
index 0000000..0a53543
--- /dev/null
+++ b/src/com/zr/dao/NihaoDao.java
@@ -0,0 +1,7 @@
+package com.zr.dao;
+
+public class NihaoDao {
+ public static void main(String[] args) {
+ System.out.println("你好");
+}
+}
--
Gitee