├── .gitignore ├── LICENSE.txt ├── README.md ├── SUMMARY.md ├── docs ├── .nojekyll ├── README.md ├── _sidebar.md ├── appendix1.md ├── appendix2.md ├── chapter1.md ├── chapter2.md ├── chapter3.md ├── chapter4.md ├── chapter5.md ├── chapter6.md └── index.html └── illustrations ├── 图3.7.png ├── 图3.7.xml ├── 图1.1.png ├── 图1.1.xml ├── 图1.2.png ├── 图1.2.xml ├── 图1.3.png ├── 图1.3.xml ├── 图2.1.png ├── 图2.1.xml ├── 图2.2.png ├── 图2.2.xml ├── 图2.3.png ├── 图2.3.xml ├── 图2.4.png ├── 图2.4.xml ├── 图2.5.png ├── 图2.5.xml ├── 图3.1.png ├── 图3.1.xml ├── 图3.10.png ├── 图3.10.xml ├── 图3.11.png ├── 图3.11.xml ├── 图3.12.png ├── 图3.12.xml ├── 图3.2.png ├── 图3.2.xml ├── 图3.2xml ├── 图3.2xml.png ├── 图3.3.png ├── 图3.3.xml ├── 图3.4.png ├── 图3.4.xml ├── 图3.5.png ├── 图3.5.xml ├── 图3.6.png ├── 图3.6.xml ├── 图3.8.png ├── 图3.8.xml ├── 图3.9.png ├── 图3.9.xml ├── 图4.004.png ├── 图4.02.png ├── 图4.02.xml ├── 图4.03.png ├── 图4.03.xml ├── 图4.04.png ├── 图4.04.xml ├── 图4.05.png ├── 图4.05.xml ├── 图4.1.png ├── 图4.1.xml ├── 图4.2.png ├── 图4.2xml ├── 图4.2xml.png ├── 图4.3.png ├── 图4.3xml ├── 图4.3xml.png ├── 图4.4.png ├── 图4.4.xml └── 图6.1.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/appendix1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/appendix1.md -------------------------------------------------------------------------------- /docs/appendix2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/appendix2.md -------------------------------------------------------------------------------- /docs/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter1.md -------------------------------------------------------------------------------- /docs/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter2.md -------------------------------------------------------------------------------- /docs/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter3.md -------------------------------------------------------------------------------- /docs/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter4.md -------------------------------------------------------------------------------- /docs/chapter5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter5.md -------------------------------------------------------------------------------- /docs/chapter6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/chapter6.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/docs/index.html -------------------------------------------------------------------------------- /illustrations/ 图3.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/ 图3.7.png -------------------------------------------------------------------------------- /illustrations/ 图3.7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/ 图3.7.xml -------------------------------------------------------------------------------- /illustrations/图1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.1.png -------------------------------------------------------------------------------- /illustrations/图1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.1.xml -------------------------------------------------------------------------------- /illustrations/图1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.2.png -------------------------------------------------------------------------------- /illustrations/图1.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.2.xml -------------------------------------------------------------------------------- /illustrations/图1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.3.png -------------------------------------------------------------------------------- /illustrations/图1.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图1.3.xml -------------------------------------------------------------------------------- /illustrations/图2.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.1.png -------------------------------------------------------------------------------- /illustrations/图2.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.1.xml -------------------------------------------------------------------------------- /illustrations/图2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.2.png -------------------------------------------------------------------------------- /illustrations/图2.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.2.xml -------------------------------------------------------------------------------- /illustrations/图2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.3.png -------------------------------------------------------------------------------- /illustrations/图2.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.3.xml -------------------------------------------------------------------------------- /illustrations/图2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.4.png -------------------------------------------------------------------------------- /illustrations/图2.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.4.xml -------------------------------------------------------------------------------- /illustrations/图2.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.5.png -------------------------------------------------------------------------------- /illustrations/图2.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图2.5.xml -------------------------------------------------------------------------------- /illustrations/图3.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.1.png -------------------------------------------------------------------------------- /illustrations/图3.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.1.xml -------------------------------------------------------------------------------- /illustrations/图3.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.10.png -------------------------------------------------------------------------------- /illustrations/图3.10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.10.xml -------------------------------------------------------------------------------- /illustrations/图3.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.11.png -------------------------------------------------------------------------------- /illustrations/图3.11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.11.xml -------------------------------------------------------------------------------- /illustrations/图3.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.12.png -------------------------------------------------------------------------------- /illustrations/图3.12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.12.xml -------------------------------------------------------------------------------- /illustrations/图3.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.2.png -------------------------------------------------------------------------------- /illustrations/图3.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.2.xml -------------------------------------------------------------------------------- /illustrations/图3.2xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.2xml -------------------------------------------------------------------------------- /illustrations/图3.2xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.2xml.png -------------------------------------------------------------------------------- /illustrations/图3.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.3.png -------------------------------------------------------------------------------- /illustrations/图3.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.3.xml -------------------------------------------------------------------------------- /illustrations/图3.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.4.png -------------------------------------------------------------------------------- /illustrations/图3.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.4.xml -------------------------------------------------------------------------------- /illustrations/图3.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.5.png -------------------------------------------------------------------------------- /illustrations/图3.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.5.xml -------------------------------------------------------------------------------- /illustrations/图3.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.6.png -------------------------------------------------------------------------------- /illustrations/图3.6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.6.xml -------------------------------------------------------------------------------- /illustrations/图3.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.8.png -------------------------------------------------------------------------------- /illustrations/图3.8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.8.xml -------------------------------------------------------------------------------- /illustrations/图3.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.9.png -------------------------------------------------------------------------------- /illustrations/图3.9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图3.9.xml -------------------------------------------------------------------------------- /illustrations/图4.004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.004.png -------------------------------------------------------------------------------- /illustrations/图4.02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.02.png -------------------------------------------------------------------------------- /illustrations/图4.02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.02.xml -------------------------------------------------------------------------------- /illustrations/图4.03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.03.png -------------------------------------------------------------------------------- /illustrations/图4.03.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.03.xml -------------------------------------------------------------------------------- /illustrations/图4.04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.04.png -------------------------------------------------------------------------------- /illustrations/图4.04.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.04.xml -------------------------------------------------------------------------------- /illustrations/图4.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.05.png -------------------------------------------------------------------------------- /illustrations/图4.05.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.05.xml -------------------------------------------------------------------------------- /illustrations/图4.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.1.png -------------------------------------------------------------------------------- /illustrations/图4.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.1.xml -------------------------------------------------------------------------------- /illustrations/图4.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.2.png -------------------------------------------------------------------------------- /illustrations/图4.2xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.2xml -------------------------------------------------------------------------------- /illustrations/图4.2xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.2xml.png -------------------------------------------------------------------------------- /illustrations/图4.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.3.png -------------------------------------------------------------------------------- /illustrations/图4.3xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.3xml -------------------------------------------------------------------------------- /illustrations/图4.3xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.3xml.png -------------------------------------------------------------------------------- /illustrations/图4.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.4.png -------------------------------------------------------------------------------- /illustrations/图4.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图4.4.xml -------------------------------------------------------------------------------- /illustrations/图6.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azl397985856/automate-everything/HEAD/illustrations/图6.1.png --------------------------------------------------------------------------------