Tao Zhang 5 лет назад
Родитель
Сommit
fa1cfcf0ed
12 измененных файлов с 1 добавлено и 53 удалено
  1. 1 0
      .gitignore
  2. 0 8
      .idea/.gitignore
  3. 0 5
      .idea/inspectionProfiles/profiles_settings.xml
  4. 0 6
      .idea/misc.xml
  5. 0 8
      .idea/modules.xml
  6. 0 9
      .idea/servicerd.iml
  7. 0 6
      .idea/vcs.xml
  8. 0 11
      disk/README.md
  9. BIN
      disk/agent
  10. BIN
      disk/client
  11. BIN
      disk/server
  12. BIN
      disk/service

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@
 .idea
 bin
 dbtest
+disk

+ 0 - 8
.idea/.gitignore

@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/

+ 0 - 5
.idea/inspectionProfiles/profiles_settings.xml

@@ -1,5 +0,0 @@
-<component name="InspectionProjectProfileManager">
-  <settings>
-    <option name="PROJECT_PROFILE" />
-  </settings>
-</component>

+ 0 - 6
.idea/misc.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="JavaScriptSettings">
-    <option name="languageLevel" value="ES6" />
-  </component>
-</project>

+ 0 - 8
.idea/modules.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectModuleManager">
-    <modules>
-      <module fileurl="file://$PROJECT_DIR$/.idea/servicerd.iml" filepath="$PROJECT_DIR$/.idea/servicerd.iml" />
-    </modules>
-  </component>
-</project>

+ 0 - 9
.idea/servicerd.iml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
-  <component name="Go" enabled="true" />
-  <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>

+ 0 - 6
.idea/vcs.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$" vcs="Git" />
-  </component>
-</project>

+ 0 - 11
disk/README.md

@@ -1,11 +0,0 @@
-# 说明
-输出的linux文件,
-可以直接使用。
-# 文件清单
- - server   服务治理服务端
- - agent 服务提供者服务器性能监控客户端
- - service demo 服务提供者
- - client demo 服务消费者
-
-# 使用方法:
-可以自行使用 --help查看说明