EasySpider/Readme.md
2020-07-18 10:42:11 +08:00

932 B
Raw Blame History

发布版本

Windows版本可执行程序http://naibo.wang/exe/ServiceWrapper.7z

打开压缩包内的ServiceWrapper.exe即可在Windows10系统执行无需配置环境。 数据存储后放在Data/文件夹内

视频教程:http://naibo.wang/exe/tutorial.mp4

服务包装手动版程序结构

Chrome插件部分

  • Extension/app内的文件

后台流程图部分

  • ServiceGrid/frontEnd/FlowChart.html
  • ServiceGrid/frontEnd/FlowChart.js
  • ServiceGrid/frontEnd/FlowChart.css
  • ServiceGrid/frontEnd/logic.css

服务展示部分

  • 服务列表ServiceGrid/frontEnd/serviceList.html
  • 服务信息ServiceGrid/frontEnd/serviceInfo.html
  • 新服务ServiceGrid/frontEnd/newService.html
  • 调用服务ServiceGrid/frontEnd/invokeService.html

C#部分

  • C#/内的文件

后台服务页面

  • Django后台ServiceGrid/backEnd/*

服务执行

  • ExcuteStage/ServiceWrapper_ExcuteStage.py