maxiaoshan 4 년 전
부모
커밋
a652b529ba
55개의 변경된 파일0개의 추가작업 그리고 38개의 파일을 삭제
  1. 0 8
      extcheck/.idea/.gitignore
  2. 0 16
      extcheck/.idea/extcheck.iml
  3. 0 8
      extcheck/.idea/modules.xml
  4. 0 6
      extcheck/.idea/vcs.xml
  5. BIN
      extcheck/pkg/linux_amd64/front.a
  6. BIN
      extcheck/pkg/linux_amd64/util.a
  7. BIN
      extcheck/pkg/windows_amd64/front.a
  8. BIN
      extcheck/pkg/windows_amd64/util.a
  9. 0 0
      src/config.json
  10. 0 0
      src/front/front.go
  11. 0 0
      src/main.go
  12. 0 0
      src/src
  13. 0 0
      src/src.exe
  14. 0 0
      src/util/config.go
  15. 0 0
      src/util/influxdb.go
  16. 0 0
      src/util/sortarrstruct.go
  17. 0 0
      src/util/sorthan.go
  18. 0 0
      src/util/util.go
  19. 0 0
      src/web/staticres/css/animate.min.css
  20. 0 0
      src/web/staticres/css/bootstrap-theme.css
  21. 0 0
      src/web/staticres/css/bootstrap-theme.css.map
  22. 0 0
      src/web/staticres/css/bootstrap-theme.min.css
  23. 0 0
      src/web/staticres/css/bootstrap-theme.min.css.map
  24. 0 0
      src/web/staticres/css/bootstrap.css
  25. 0 0
      src/web/staticres/css/bootstrap.css.map
  26. 0 0
      src/web/staticres/css/bootstrap.min.css
  27. 0 0
      src/web/staticres/css/bootstrap.min.css.map
  28. 0 0
      src/web/staticres/css/bootstrap.min_.css
  29. 0 0
      src/web/staticres/css/fonts/element-icons.ttf
  30. 0 0
      src/web/staticres/css/fonts/element-icons.woff
  31. 0 0
      src/web/staticres/css/index.css
  32. 0 0
      src/web/staticres/css/normalize.min.css
  33. 0 0
      src/web/staticres/css/zz.css
  34. 0 0
      src/web/staticres/favicon.ico
  35. 0 0
      src/web/staticres/fonts/glyphicons-halflings-regular.eot
  36. 0 0
      src/web/staticres/fonts/glyphicons-halflings-regular.svg
  37. 0 0
      src/web/staticres/fonts/glyphicons-halflings-regular.ttf
  38. 0 0
      src/web/staticres/fonts/glyphicons-halflings-regular.woff
  39. 0 0
      src/web/staticres/fonts/glyphicons-halflings-regular.woff2
  40. 0 0
      src/web/staticres/js/biaozhu.js
  41. 0 0
      src/web/staticres/js/bootstrap.js
  42. 0 0
      src/web/staticres/js/bootstrap.min.js
  43. 0 0
      src/web/staticres/js/index.js
  44. 0 0
      src/web/staticres/js/jquery.js
  45. 0 0
      src/web/staticres/js/json2.js
  46. 0 0
      src/web/staticres/js/jsonformat.js
  47. 0 0
      src/web/staticres/js/model.js
  48. 0 0
      src/web/staticres/js/npm.js
  49. 0 0
      src/web/staticres/js/util.js
  50. 0 0
      src/web/staticres/js/vue.min.js
  51. 0 0
      src/web/templates/detail.html
  52. 0 0
      src/web/templates/elist.html
  53. 0 0
      src/web/templates/finish.html
  54. 0 0
      src/web/templates/list.html
  55. 0 0
      src/web/templates/tj.html

+ 0 - 8
extcheck/.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 - 16
extcheck/.idea/extcheck.iml

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
-  <component name="GoLibraries">
-    <option name="urls">
-      <list>
-        <option value="file://$MODULE_DIR$/../qfw/common" />
-        <option value="file://$MODULE_DIR$/../mongodb" />
-      </list>
-    </option>
-  </component>
-  <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>

+ 0 - 8
extcheck/.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/extcheck.iml" filepath="$PROJECT_DIR$/.idea/extcheck.iml" />
-    </modules>
-  </component>
-</project>

+ 0 - 6
extcheck/.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>

BIN
extcheck/pkg/linux_amd64/front.a


BIN
extcheck/pkg/linux_amd64/util.a


BIN
extcheck/pkg/windows_amd64/front.a


BIN
extcheck/pkg/windows_amd64/util.a


+ 0 - 0
extcheck/src/config.json → src/config.json


+ 0 - 0
extcheck/src/front/front.go → src/front/front.go


+ 0 - 0
extcheck/src/main.go → src/main.go


+ 0 - 0
extcheck/src/src → src/src


+ 0 - 0
extcheck/src/src.exe → src/src.exe


+ 0 - 0
extcheck/src/util/config.go → src/util/config.go


+ 0 - 0
extcheck/src/util/influxdb.go → src/util/influxdb.go


+ 0 - 0
extcheck/src/util/sortarrstruct.go → src/util/sortarrstruct.go


+ 0 - 0
extcheck/src/util/sorthan.go → src/util/sorthan.go


+ 0 - 0
extcheck/src/util/util.go → src/util/util.go


+ 0 - 0
extcheck/src/web/staticres/css/animate.min.css → src/web/staticres/css/animate.min.css


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap-theme.css → src/web/staticres/css/bootstrap-theme.css


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap-theme.css.map → src/web/staticres/css/bootstrap-theme.css.map


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap-theme.min.css → src/web/staticres/css/bootstrap-theme.min.css


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap-theme.min.css.map → src/web/staticres/css/bootstrap-theme.min.css.map


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap.css → src/web/staticres/css/bootstrap.css


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap.css.map → src/web/staticres/css/bootstrap.css.map


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap.min.css → src/web/staticres/css/bootstrap.min.css


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap.min.css.map → src/web/staticres/css/bootstrap.min.css.map


+ 0 - 0
extcheck/src/web/staticres/css/bootstrap.min_.css → src/web/staticres/css/bootstrap.min_.css


+ 0 - 0
extcheck/src/web/staticres/css/fonts/element-icons.ttf → src/web/staticres/css/fonts/element-icons.ttf


+ 0 - 0
extcheck/src/web/staticres/css/fonts/element-icons.woff → src/web/staticres/css/fonts/element-icons.woff


+ 0 - 0
extcheck/src/web/staticres/css/index.css → src/web/staticres/css/index.css


+ 0 - 0
extcheck/src/web/staticres/css/normalize.min.css → src/web/staticres/css/normalize.min.css


+ 0 - 0
extcheck/src/web/staticres/css/zz.css → src/web/staticres/css/zz.css


+ 0 - 0
extcheck/src/web/staticres/favicon.ico → src/web/staticres/favicon.ico


+ 0 - 0
extcheck/src/web/staticres/fonts/glyphicons-halflings-regular.eot → src/web/staticres/fonts/glyphicons-halflings-regular.eot


+ 0 - 0
extcheck/src/web/staticres/fonts/glyphicons-halflings-regular.svg → src/web/staticres/fonts/glyphicons-halflings-regular.svg


+ 0 - 0
extcheck/src/web/staticres/fonts/glyphicons-halflings-regular.ttf → src/web/staticres/fonts/glyphicons-halflings-regular.ttf


+ 0 - 0
extcheck/src/web/staticres/fonts/glyphicons-halflings-regular.woff → src/web/staticres/fonts/glyphicons-halflings-regular.woff


+ 0 - 0
extcheck/src/web/staticres/fonts/glyphicons-halflings-regular.woff2 → src/web/staticres/fonts/glyphicons-halflings-regular.woff2


+ 0 - 0
extcheck/src/web/staticres/js/biaozhu.js → src/web/staticres/js/biaozhu.js


+ 0 - 0
extcheck/src/web/staticres/js/bootstrap.js → src/web/staticres/js/bootstrap.js


+ 0 - 0
extcheck/src/web/staticres/js/bootstrap.min.js → src/web/staticres/js/bootstrap.min.js


+ 0 - 0
extcheck/src/web/staticres/js/index.js → src/web/staticres/js/index.js


+ 0 - 0
extcheck/src/web/staticres/js/jquery.js → src/web/staticres/js/jquery.js


+ 0 - 0
extcheck/src/web/staticres/js/json2.js → src/web/staticres/js/json2.js


+ 0 - 0
extcheck/src/web/staticres/js/jsonformat.js → src/web/staticres/js/jsonformat.js


+ 0 - 0
extcheck/src/web/staticres/js/model.js → src/web/staticres/js/model.js


+ 0 - 0
extcheck/src/web/staticres/js/npm.js → src/web/staticres/js/npm.js


+ 0 - 0
extcheck/src/web/staticres/js/util.js → src/web/staticres/js/util.js


+ 0 - 0
extcheck/src/web/staticres/js/vue.min.js → src/web/staticres/js/vue.min.js


+ 0 - 0
extcheck/src/web/templates/detail.html → src/web/templates/detail.html


+ 0 - 0
extcheck/src/web/templates/elist.html → src/web/templates/elist.html


+ 0 - 0
extcheck/src/web/templates/finish.html → src/web/templates/finish.html


+ 0 - 0
extcheck/src/web/templates/list.html → src/web/templates/list.html


+ 0 - 0
extcheck/src/web/templates/tj.html → src/web/templates/tj.html