zero-ai 0.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/CNAME +1 -0
  2. package/README.md +54 -0
  3. package/SUMMARY.md +15 -0
  4. package/_config.yml +1 -0
  5. package/_layouts/default.html +60 -0
  6. package/_sass/jekyll-theme-dinky.scss +440 -0
  7. package/_sass/rouge-github.scss +209 -0
  8. package/assets/css/style.scss +4 -0
  9. package/assets/images/arrow-down.png +0 -0
  10. package/assets/images/octocat-small.png +0 -0
  11. package/assets/js/scale.fix.js +20 -0
  12. package/configs/sorts.json +38 -0
  13. package/document/doc-config/jsdoc.json +89 -0
  14. package/document/doc-config/third-part/esdoc.json +9 -0
  15. package/document/doc-config/third-part/yuidoc-example.json +23 -0
  16. package/document/doc-config/third-part/yuidoc.json +11 -0
  17. package/document/doc-config/tpl/publish.js +778 -0
  18. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  19. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  20. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  21. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  22. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  23. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  24. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  25. package/document/doc-config/tpl/static/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  26. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  27. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
  28. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  29. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  30. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  31. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  32. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
  33. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  34. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  35. package/document/doc-config/tpl/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  36. package/document/doc-config/tpl/static/scripts/collapse.js +20 -0
  37. package/document/doc-config/tpl/static/scripts/linenumber.js +25 -0
  38. package/document/doc-config/tpl/static/scripts/nav.js +12 -0
  39. package/document/doc-config/tpl/static/scripts/polyfill.js +4 -0
  40. package/document/doc-config/tpl/static/scripts/prettify/Apache-License-2.0.txt +202 -0
  41. package/document/doc-config/tpl/static/scripts/prettify/lang-css.js +2 -0
  42. package/document/doc-config/tpl/static/scripts/prettify/prettify.js +28 -0
  43. package/document/doc-config/tpl/static/scripts/search.js +83 -0
  44. package/document/doc-config/tpl/static/styles/jsdoc.css +765 -0
  45. package/document/doc-config/tpl/static/styles/prettify.css +79 -0
  46. package/document/doc-config/tpl/static/styles/zero.css +50 -0
  47. package/document/doc-config/tpl/tmpl/augments.tmpl +10 -0
  48. package/document/doc-config/tpl/tmpl/container.tmpl +197 -0
  49. package/document/doc-config/tpl/tmpl/details.tmpl +148 -0
  50. package/document/doc-config/tpl/tmpl/example.tmpl +2 -0
  51. package/document/doc-config/tpl/tmpl/examples.tmpl +13 -0
  52. package/document/doc-config/tpl/tmpl/exceptions.tmpl +32 -0
  53. package/document/doc-config/tpl/tmpl/layout.tmpl +98 -0
  54. package/document/doc-config/tpl/tmpl/mainpage.tmpl +15 -0
  55. package/document/doc-config/tpl/tmpl/members.tmpl +38 -0
  56. package/document/doc-config/tpl/tmpl/method.tmpl +138 -0
  57. package/document/doc-config/tpl/tmpl/modifies.tmpl +14 -0
  58. package/document/doc-config/tpl/tmpl/params.tmpl +132 -0
  59. package/document/doc-config/tpl/tmpl/properties.tmpl +107 -0
  60. package/document/doc-config/tpl/tmpl/returns.tmpl +19 -0
  61. package/document/doc-config/tpl/tmpl/source.tmpl +8 -0
  62. package/document/doc-config/tpl/tmpl/tutorial.tmpl +19 -0
  63. package/document/doc-config/tpl/tmpl/type.tmpl +7 -0
  64. package/document/doc-config/tpl/zero.css +0 -0
  65. package/document/doc-web/E.html +395 -0
  66. package/document/doc-web/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  67. package/document/doc-web/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  68. package/document/doc-web/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  69. package/document/doc-web/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  70. package/document/doc-web/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  71. package/document/doc-web/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  72. package/document/doc-web/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  73. package/document/doc-web/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  74. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  75. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
  76. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  77. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  78. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  79. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  80. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
  81. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  82. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  83. package/document/doc-web/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  84. package/document/doc-web/index.html +262 -0
  85. package/document/doc-web/module-_debug.html +1104 -0
  86. package/document/doc-web/module-_epic.html +1631 -0
  87. package/document/doc-web/module-ai.html +1701 -0
  88. package/document/doc-web/module-aj.html +1081 -0
  89. package/document/doc-web/scripts/collapse.js +20 -0
  90. package/document/doc-web/scripts/linenumber.js +25 -0
  91. package/document/doc-web/scripts/nav.js +12 -0
  92. package/document/doc-web/scripts/polyfill.js +4 -0
  93. package/document/doc-web/scripts/prettify/Apache-License-2.0.txt +202 -0
  94. package/document/doc-web/scripts/prettify/lang-css.js +2 -0
  95. package/document/doc-web/scripts/prettify/prettify.js +28 -0
  96. package/document/doc-web/scripts/search.js +83 -0
  97. package/document/doc-web/styles/jsdoc.css +765 -0
  98. package/document/doc-web/styles/prettify.css +79 -0
  99. package/document/doc-web/styles/zero.css +50 -0
  100. package/document/markdown/README.md +0 -0
  101. package/document/markdown/gong-cheng-chu-shi-hua.md +79 -0
  102. package/document/markdown/t0002-uuidsheng-cheng-qi.md +142 -0
  103. package/document/markdown/t0003-shu-ju-mo-ni-qi.md +135 -0
  104. package/document/markdown/t0004-zerode-fu-wu-tong-xun-fen-xi-qi.md +64 -0
  105. package/document/markdown/t0005-liquibaseshu-ju-zhuan-huan-qi.md +68 -0
  106. package/document/markdown/zt0001-pagecardchuang-jian.md +71 -0
  107. package/document/markdown/zt0002-formchuang-jian.md +81 -0
  108. package/document/markdown/zt0003-tian-jia-card-an-niu.md +115 -0
  109. package/document/markdown/zt0004-chu-li-modal-zhe-zhao-xiao-guo.md +105 -0
  110. package/document/markdown/ztgong-ju.md +0 -0
  111. package/install-local.sh +3 -0
  112. package/package.json +53 -0
  113. package/run-authorize.sh +32 -0
  114. package/run-doc.sh +16 -0
  115. package/run-update.sh +6 -0
  116. package/script/bootstrap +6 -0
  117. package/script/cibuild +9 -0
  118. package/script/release +42 -0
  119. package/script/validate-html +28 -0
  120. package/script/zrun-doc-generate.sh +18 -0
  121. package/script/zrun-doc-server.sh +13 -0
  122. package/src/ai.js +11 -0
  123. package/src/aj.js +11 -0
  124. package/src/art.js +11 -0
  125. package/src/cab/form/UI.js.tpl +50 -0
  126. package/src/cab/form/UI.json.tpl +38 -0
  127. package/src/cab/list/Op.js.tpl +42 -0
  128. package/src/cab/list/UI.Add.json.tpl +32 -0
  129. package/src/cab/list/UI.Edit.json.tpl +34 -0
  130. package/src/cab/list/UI.Filter.json.tpl +29 -0
  131. package/src/cab/list/UI.Form.js.tpl +64 -0
  132. package/src/cab/list/UI.js.tpl +49 -0
  133. package/src/cab/list/UI.json.tpl +208 -0
  134. package/src/cab/perm/falcon.app.xlsx +0 -0
  135. package/src/cab/perm/falcon.authority.resource.perm.xlsx +0 -0
  136. package/src/cab/perm/falcon.authority.resource.resource.xlsx +0 -0
  137. package/src/cab/perm/falcon.authority.role.action.xlsx +0 -0
  138. package/src/cab/perm/falcon.authority.view.xlsx +0 -0
  139. package/src/cab/perm/falcon.battery.module.xlsx +0 -0
  140. package/src/cab/perm/falcon.epic.form.xlsx +0 -0
  141. package/src/cab/perm/falcon.epic.integration.xlsx +0 -0
  142. package/src/cab/perm/falcon.epic.modeling.entity.xlsx +0 -0
  143. package/src/cab/perm/falcon.epic.modeling.field.xlsx +0 -0
  144. package/src/cab/perm/falcon.epic.modeling.global.xlsx +0 -0
  145. package/src/cab/perm/falcon.epic.modeling.model.xlsx +0 -0
  146. package/src/cab/perm/falcon.epic.page.xlsx +0 -0
  147. package/src/cab/perm/falcon.epic.topology.xlsx +0 -0
  148. package/src/cab/perm/falcon.fm.bank.xlsx +0 -0
  149. package/src/cab/perm/falcon.fm.bill.process.xlsx +0 -0
  150. package/src/cab/perm/falcon.fm.book.xlsx +0 -0
  151. package/src/cab/perm/falcon.fm.currency.xlsx +0 -0
  152. package/src/cab/perm/falcon.fm.debt.xlsx +0 -0
  153. package/src/cab/perm/falcon.fm.settlement.xlsx +0 -0
  154. package/src/cab/perm/falcon.fm.subject.xlsx +0 -0
  155. package/src/cab/perm/falcon.fm.term.xlsx +0 -0
  156. package/src/cab/perm/falcon.i.directory.xlsx +0 -0
  157. package/src/cab/perm/falcon.i.integration.xlsx +0 -0
  158. package/src/cab/perm/falcon.lbs.city.xlsx +0 -0
  159. package/src/cab/perm/falcon.lbs.floor.xlsx +0 -0
  160. package/src/cab/perm/falcon.lbs.query.xlsx +0 -0
  161. package/src/cab/perm/falcon.lbs.state.xlsx +0 -0
  162. package/src/cab/perm/falcon.lbs.tent.xlsx +0 -0
  163. package/src/cab/perm/falcon.login.index.xlsx +0 -0
  164. package/src/cab/perm/falcon.my.menu.xlsx +0 -0
  165. package/src/cab/perm/falcon.organization.brand.xlsx +0 -0
  166. package/src/cab/perm/falcon.organization.company.xlsx +0 -0
  167. package/src/cab/perm/falcon.organization.contract.xlsx +0 -0
  168. package/src/cab/perm/falcon.organization.customer.xlsx +0 -0
  169. package/src/cab/perm/falcon.organization.dept.team.xlsx +0 -0
  170. package/src/cab/perm/falcon.organization.dept.xlsx +0 -0
  171. package/src/cab/perm/falcon.organization.employee.identity.xlsx +0 -0
  172. package/src/cab/perm/falcon.organization.employee.xlsx +0 -0
  173. package/src/cab/perm/falcon.organization.project.xlsx +0 -0
  174. package/src/cab/perm/falcon.psi.pos.xlsx +0 -0
  175. package/src/cab/perm/falcon.psi.wh.xlsx +0 -0
  176. package/src/cab/perm/falcon.rbac.group.xlsx +0 -0
  177. package/src/cab/perm/falcon.rbac.role.xlsx +0 -0
  178. package/src/cab/perm/falcon.rbac.user.xlsx +0 -0
  179. package/src/cab/perm/falcon.system.document.xlsx +0 -0
  180. package/src/cab/perm/falcon.system.job.xlsx +0 -0
  181. package/src/cab/perm/falcon.system.report.xlsx +0 -0
  182. package/src/cab/perm/falcon.system.sync_log.xlsx +0 -0
  183. package/src/cab/perm/falcon.system.todo.xlsx +0 -0
  184. package/src/cab/perm/falcon.system.workflow.xlsx +0 -0
  185. package/src/cab/perm/falcon.ui.app.xlsx +0 -0
  186. package/src/cab/perm/falcon.view.personal.xlsx +0 -0
  187. package/src/cab/perm/falcon.x.activity.xlsx +0 -0
  188. package/src/cab/perm/falcon.x.attachment.xlsx +0 -0
  189. package/src/cab/perm/falcon.x.category.xlsx +0 -0
  190. package/src/cab/perm/falcon.x.integration.xlsx +0 -0
  191. package/src/cab/perm/falcon.x.linkage.xlsx +0 -0
  192. package/src/cab/perm/falcon.x.menu.xlsx +0 -0
  193. package/src/cab/perm/falcon.x.notice.xlsx +0 -0
  194. package/src/cab/perm/falcon.x.tabular.xlsx +0 -0
  195. package/src/cab/perm/falcon.x.tag.xlsx +0 -0
  196. package/src/cab/plugin/Component.java.tpl +52 -0
  197. package/src/cab/plugin/Cv.java.tpl +21 -0
  198. package/src/cab/plugin/ErrorIo.java.tpl +26 -0
  199. package/src/cab/plugin/In.Abstract.java.tpl +30 -0
  200. package/src/cab/plugin/In.java.tpl +25 -0
  201. package/src/cab/plugin/Io.Abstract.java.tpl +36 -0
  202. package/src/cab/plugin/Io.Impl.java.tpl +21 -0
  203. package/src/cab/plugin/Io.java.tpl +73 -0
  204. package/src/cab/plugin/Plugin.After.java.tpl +22 -0
  205. package/src/cab/plugin/Plugin.Before.java.tpl +22 -0
  206. package/src/cab/plugin/Refine.Log.java.tpl +47 -0
  207. package/src/cab/plugin/Refine.Pin.java.tpl +70 -0
  208. package/src/cab/plugin/Refine.java.tpl +67 -0
  209. package/src/cab/plugin/configuration.json.tpl +3 -0
  210. package/src/cab/plugin/infix.xml.tpl +22 -0
  211. package/src/cab/plugin/integration.json.tpl +20 -0
  212. package/src/cab/resource/falcon.resource.xlsx +0 -0
  213. package/src/cab/resource/resource.json +8 -0
  214. package/src/cab/resource/resource.xlsx +0 -0
  215. package/src/commander/ai.zero +10 -0
  216. package/src/commander/aj.zero +8 -0
  217. package/src/commander/ar.zero +4 -0
  218. package/src/commander/option.zero +21 -0
  219. package/src/commander-ai/fn.csv.js +105 -0
  220. package/src/commander-ai/fn.data.js +404 -0
  221. package/src/commander-ai/fn.init.js +106 -0
  222. package/src/commander-ai/fn.key.js +81 -0
  223. package/src/commander-ai/fn.md5.js +76 -0
  224. package/src/commander-ai/fn.random.js +84 -0
  225. package/src/commander-ai/fn.uk.js +70 -0
  226. package/src/commander-ai/fn.uuid.js +80 -0
  227. package/src/commander-ai/index.js +19 -0
  228. package/src/commander-aj/bundle/specification.txt +49 -0
  229. package/src/commander-aj/fn.i.mod.js +26 -0
  230. package/src/commander-aj/fn.i.resource.js +33 -0
  231. package/src/commander-aj/fn.j.bundle.js +51 -0
  232. package/src/commander-aj/fn.j.init.js +72 -0
  233. package/src/commander-aj/fn.j.permission.js +60 -0
  234. package/src/commander-aj/fn.j.plugin.js +120 -0
  235. package/src/commander-aj/fn.j.row.js +5 -0
  236. package/src/commander-aj/index.js +16 -0
  237. package/src/commander-ar/fn.i.complex.js +112 -0
  238. package/src/commander-ar/fn.i.form.js +91 -0
  239. package/src/commander-ar/index.js +7 -0
  240. package/src/epic/ai.economy.impl.fn.excel.js +128 -0
  241. package/src/epic/ai.economy.impl.fn.execute.js +162 -0
  242. package/src/epic/ai.economy.impl.fn.java.js +140 -0
  243. package/src/epic/ai.economy.impl.fn.json.js +23 -0
  244. package/src/epic/ai.economy.impl.fn.plugin.js +160 -0
  245. package/src/epic/ai.economy.impl.fn.react.js +219 -0
  246. package/src/epic/ai.export.impl.fn.parse.js +345 -0
  247. package/src/epic/ai.export.impl.fn.seek.js +42 -0
  248. package/src/epic/ai.export.interface.fn.string.js +5 -0
  249. package/src/epic/ai.export.interface.io.js +69 -0
  250. package/src/epic/ai.export.interface.util.js +17 -0
  251. package/src/epic/ai.path.fn.dir.operation.js +87 -0
  252. package/src/epic/ai.path.fn.io.command.js +43 -0
  253. package/src/epic/ai.path.fn.io.specification.js +59 -0
  254. package/src/epic/ai.path.fn.io.typed.js +63 -0
  255. package/src/epic/ai.path.fn.out.content.js +47 -0
  256. package/src/epic/ai.string.fn.str.util.js +56 -0
  257. package/src/epic/ai.uncork.fn.element.feature.js +52 -0
  258. package/src/epic/ai.uncork.fn.it.feature.js +118 -0
  259. package/src/epic/ai.uncork.fn.to.typed.js +74 -0
  260. package/src/epic/ai.under.fn.cx.evaluate.js +81 -0
  261. package/src/epic/ai.under.fn.fx.terminal.js +143 -0
  262. package/src/epic/ai.unified.fn._.logging.js +45 -0
  263. package/src/epic/ai.unified.fn.fn.error.code.js +114 -0
  264. package/src/epic/ai.unified.fn.is.decision.js +20 -0
  265. package/src/epic/ai.unified.fn.sorter.element.js +26 -0
  266. package/src/epic/index.js +216 -0
  267. package/src/epic/zero.__.fn.find.util.js +37 -0
  268. package/src/epic/zero.__.v.constant.js +5 -0
  269. package/test/csv.json +12 -0
  270. package/test/csv.zero +2 -0
  271. package/test/data.zero +56 -0
  272. package/test/key/key1.json +15 -0
  273. package/test/key/key2.json +12 -0
  274. package/test/key/key3.json +5 -0
  275. package/test/key.json +12 -0
  276. package/test/uk.json +19 -0
@@ -0,0 +1,1701 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+
5
+ <meta charset="utf-8">
6
+ <title>ai - Zero UI框架专用前端文档</title>
7
+
8
+ <meta name="description" content="前端开发框架,官方地址:http://www.vertx-ui.cn" />
9
+
10
+ <meta name="keywords" content="zero,zero-ui,vert.x" />
11
+ <meta name="keyword" content="zero,zero-ui,vert.x" />
12
+
13
+
14
+
15
+ <script src="scripts/prettify/prettify.js"></script>
16
+ <script src="scripts/prettify/lang-css.js"></script>
17
+ <!--[if lt IE 9]>
18
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
19
+ <![endif]-->
20
+ <link type="text/css" rel="stylesheet" href="styles/prettify.css">
21
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
22
+ <link type="text/css" rel="stylesheet" href="styles/zero.css">
23
+ <script src="scripts/nav.js" defer></script>
24
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
25
+ </head>
26
+ <body>
27
+
28
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
29
+ <label for="nav-trigger" class="navicon-button x">
30
+ <div class="navicon"></div>
31
+ </label>
32
+
33
+ <label for="nav-trigger" class="overlay"></label>
34
+
35
+ <nav >
36
+
37
+ <input type="text" id="nav-search" placeholder="Search" />
38
+
39
+ <h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.jinit">jinit</a></li><li data-type='method'><a href="module-aj.html#.jperm">jperm</a></li><li data-type='method'><a href="module-aj.html#.jplugin">jplugin</a></li></ul></li></ul>
40
+ </nav>
41
+
42
+ <div id="main">
43
+
44
+ <h1 class="page-title">ai</h1>
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+ <section>
53
+
54
+ <header>
55
+
56
+ </header>
57
+
58
+ <article>
59
+
60
+ <div class="container-overview">
61
+
62
+
63
+
64
+ <dl class="details">
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ </dl>
98
+
99
+
100
+
101
+
102
+
103
+ <div class="description usertext"><h2>ai命令</h2>
104
+ <h3>1. 基本使用</h3>
105
+ <p>ai命令的专用语法如下:</p>
106
+ <pre class="prettyprint source lang-shell"><code>ai &lt;command> [options1|options2|options3...]
107
+ </code></pre>
108
+ <h3>2. 命令列表</h3>
109
+ <table>
110
+ <thead>
111
+ <tr>
112
+ <th>命令执行</th>
113
+ <th style="text-align:left">含义</th>
114
+ </tr>
115
+ </thead>
116
+ <tbody>
117
+ <tr>
118
+ <td>ai csv</td>
119
+ <td style="text-align:left">读取数据文件中的Array数组数据转换成csv的文件格式并输出。</td>
120
+ </tr>
121
+ <tr>
122
+ <td>ai data</td>
123
+ <td style="text-align:left">专用数据生成器,可生成<code>Object/Array</code>两种数据格式。</td>
124
+ </tr>
125
+ <tr>
126
+ <td>ai key</td>
127
+ <td style="text-align:left">为输入数据中的Array或Object追加<code>UUID</code>格式的字段,字段可配置,默认为<code>field = key</code>属性。</td>
128
+ </tr>
129
+ <tr>
130
+ <td>ai uk</td>
131
+ <td style="text-align:left">检查输入数据中是否包含了<code>field1,field2,field3</code>属性中的重复数据,直接输出结果。</td>
132
+ </tr>
133
+ <tr>
134
+ <td>ai uuid</td>
135
+ <td style="text-align:left">随机生成一定数量的UUID字符串,并且拷贝到剪切板中(MacOs)。</td>
136
+ </tr>
137
+ </tbody>
138
+ </table>
139
+ <h3>3. 数据通用格式</h3>
140
+ <p><strong>带data节点</strong></p>
141
+ <pre class="prettyprint source lang-json"><code>{
142
+ &quot;data&quot;: [
143
+ {
144
+ &quot;name&quot;: &quot;Lang1&quot;,
145
+ &quot;email&quot;: &quot;lang.yu1@hpe.com&quot;
146
+ },
147
+ {
148
+ &quot;name&quot;: &quot;Lang2&quot;,
149
+ &quot;email&quot;: &quot;lang.yu2@hpe.com&quot;
150
+ }
151
+ ]
152
+ }
153
+ </code></pre>
154
+ <p><strong>直接格式</strong></p>
155
+ <pre class="prettyprint source lang-json"><code>[
156
+ {
157
+ &quot;name&quot;: &quot;Lang1&quot;,
158
+ &quot;email&quot;: &quot;lang.yu1@hpe.com&quot;
159
+ },
160
+ {
161
+ &quot;name&quot;: &quot;Lang2&quot;,
162
+ &quot;email&quot;: &quot;lang.yu2@hpe.com&quot;
163
+ }
164
+ ]
165
+ </code></pre></div>
166
+
167
+
168
+
169
+
170
+ </div>
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+ <h3 class="subsection-title">Methods</h3>
189
+
190
+
191
+
192
+
193
+
194
+
195
+ <h4 class="name" id=".csv"><span class="type-signature">(static) </span>csv<span class="signature">()</span><span class="type-signature"></span></h4>
196
+
197
+
198
+
199
+
200
+
201
+
202
+ <dl class="details">
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+ </dl>
236
+
237
+
238
+
239
+
240
+
241
+ <div class="description usertext">
242
+ <h2><code>ai csv</code></h2>
243
+ <h3>1. 命令</h3>
244
+ <p>使用该命令将读取的Array数组数据转换成csv的文件格式</p>
245
+ <h3>2. 执行</h3>
246
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
247
+ ai csv -p &lt;path>
248
+
249
+ # 2.2. 执行测试
250
+ ai csv -p csv.json
251
+ # ...省略部分...
252
+ [Zero AI] Zero AI 系统启动......
253
+ [Zero AI] Zero AI 加载输入参数:
254
+ {
255
+ &quot;path&quot;: &quot;csv.json&quot;,
256
+ &quot;config&quot;: null,
257
+ &quot;separator&quot;: &quot;,&quot;
258
+ }
259
+ [Zero AI] 使用分隔符:,
260
+ [Zero AI] (Async)成功将数据写入到文件:./9bfe660a-d1be-48af-914f-97d996278086.csv!
261
+ </code></pre>
262
+ <p>输出的格式如下</p>
263
+ <pre class="prettyprint source lang-csv"><code>name,email
264
+ Lang1,lang.yu1@hpe.com
265
+ Lang2,lang.yu2@hpe.com
266
+ </code></pre>
267
+ <h3>3. 选项</h3>
268
+ <table>
269
+ <thead>
270
+ <tr>
271
+ <th>短参</th>
272
+ <th>全参</th>
273
+ <th>类型</th>
274
+ <th>默认</th>
275
+ <th style="text-align:left">含义</th>
276
+ </tr>
277
+ </thead>
278
+ <tbody>
279
+ <tr>
280
+ <td>-p</td>
281
+ <td>--path</td>
282
+ <td>String</td>
283
+ <td>(无)</td>
284
+ <td style="text-align:left">「统一格式」数据文件路径。</td>
285
+ </tr>
286
+ <tr>
287
+ <td>-c</td>
288
+ <td>--config</td>
289
+ <td>String</td>
290
+ <td>null</td>
291
+ <td style="text-align:left">配置文件路径。</td>
292
+ </tr>
293
+ <tr>
294
+ <td>-s</td>
295
+ <td>--separator</td>
296
+ <td>String</td>
297
+ <td><code>,</code></td>
298
+ <td style="text-align:left">Csv文件的分隔符设置。</td>
299
+ </tr>
300
+ </tbody>
301
+ </table>
302
+ <h3>4. 特殊说明</h3>
303
+ <h4>4.1. 数据文件格式</h4>
304
+ <p>「通用(略)」数据部分必须对等,从第一个元素开始执行所有的字段解析,如果字段不匹配则直接跳过。</p>
305
+ <h4>4.2. 带mapping配置文件</h4>
306
+ <p><strong>csv.zero</strong></p>
307
+ <pre class="prettyprint source lang-shell"><code># KV; 为文件前缀
308
+ KV;
309
+ name=Name,email=Email
310
+ </code></pre>
311
+ <p><strong>多余的输出</strong></p>
312
+ <pre class="prettyprint source lang-shell"><code>.......
313
+ [Zero AI] 映射配置数据:
314
+ {
315
+ &quot;name&quot;: &quot;Name&quot;,
316
+ &quot;email&quot;: &quot;Email&quot;
317
+ }
318
+ [Zero AI] 使用分隔符:,
319
+ [Zero AI] 字段执行转换:name -> Name
320
+ [Zero AI] 字段执行转换:email -> Email
321
+ .......
322
+ </code></pre>
323
+ <p><strong>最终数据</strong></p>
324
+ <pre class="prettyprint source lang-csv"><code>Name,Email
325
+ Lang1,lang.yu1@hpe.com
326
+ Lang2,lang.yu2@hpe.com
327
+ </code></pre>
328
+ </div>
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+ <h4 class="name" id=".data"><span class="type-signature">(static) </span>data<span class="signature">()</span><span class="type-signature"></span></h4>
363
+
364
+
365
+
366
+
367
+
368
+
369
+ <dl class="details">
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+ </dl>
403
+
404
+
405
+
406
+
407
+
408
+ <div class="description usertext">
409
+ <h2><code>ai data</code></h2>
410
+ <h3>1. 命令</h3>
411
+ <p>根据规则随机生成数据Object/Array的专用命令。</p>
412
+ <h3>2. 执行</h3>
413
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
414
+ ai data -c &lt;config>
415
+
416
+ # 2.2. 执行测试
417
+ ai data -c data.zero -j true
418
+ # ...省略部分...
419
+ [Zero AI] Zero AI 系统启动......
420
+ [Zero AI] Zero AI 加载输入参数:
421
+ {
422
+ &quot;config&quot;: &quot;data.zero&quot;,
423
+ &quot;out&quot;: &quot;.&quot;,
424
+ &quot;json&quot;: &quot;true&quot;,
425
+ &quot;number&quot;: 23
426
+ }
427
+ [Zero AI] 处理过后的完整配置信息:
428
+ {
429
+ &quot;number&quot;: 23,
430
+ &quot;json&quot;: &quot;true&quot;,
431
+ &quot;config&quot;: {
432
+ &quot;key&quot;: &quot;Guid&quot;,
433
+ &quot;code&quot;: &quot;Code&quot;,
434
+ &quot;array1&quot;: [
435
+ &quot;A&quot;,
436
+ &quot;B&quot;,
437
+ &quot;C&quot;
438
+ ],
439
+ &quot;fixed&quot;: &quot;$FIXED:测试值&quot;,
440
+ &quot;date1&quot;: &quot;ISO&quot;
441
+ }
442
+ }
443
+ [Zero AI] (Async)成功将数据写入到文件:./4f945df8-9d27-4169-9b18-d6d6385a310c.json!
444
+ </code></pre>
445
+ <h3>3. 选项</h3>
446
+ <table>
447
+ <thead>
448
+ <tr>
449
+ <th>短参</th>
450
+ <th>全参</th>
451
+ <th>类型</th>
452
+ <th>默认</th>
453
+ <th style="text-align:left">含义</th>
454
+ </tr>
455
+ </thead>
456
+ <tbody>
457
+ <tr>
458
+ <td>-c</td>
459
+ <td>--config</td>
460
+ <td>String</td>
461
+ <td>(无)</td>
462
+ <td style="text-align:left">配置文件路径。</td>
463
+ </tr>
464
+ <tr>
465
+ <td>-o</td>
466
+ <td>--out</td>
467
+ <td>String</td>
468
+ <td><code>.</code></td>
469
+ <td style="text-align:left">输出目录文件路径,文件名随机UUID。</td>
470
+ </tr>
471
+ <tr>
472
+ <td>-j</td>
473
+ <td>--json</td>
474
+ <td>Boolean</td>
475
+ <td>false</td>
476
+ <td style="text-align:left">是否生成Object数据格式,true则生成,否则生成Array格式。</td>
477
+ </tr>
478
+ <tr>
479
+ <td>-n</td>
480
+ <td>--number</td>
481
+ <td>Number</td>
482
+ <td>23</td>
483
+ <td style="text-align:left">只有<code>json = false</code>时生效,生成Array的数据条数。</td>
484
+ </tr>
485
+ </tbody>
486
+ </table>
487
+ <h3>4. 生成器设置</h3>
488
+ <h4>4.1. 生成器说明</h4>
489
+ <table>
490
+ <thead>
491
+ <tr>
492
+ <th>生成规则</th>
493
+ <th style="text-align:left">说明</th>
494
+ </tr>
495
+ </thead>
496
+ <tbody>
497
+ <tr>
498
+ <td>[]</td>
499
+ <td style="text-align:left">从数组中随机读取一个元素执行赋值。</td>
500
+ </tr>
501
+ <tr>
502
+ <td>$FIX:X</td>
503
+ <td style="text-align:left">生成固定值<code>X</code>赋值给记录中的属性。</td>
504
+ </tr>
505
+ <tr>
506
+ <td>Guid</td>
507
+ <td style="text-align:left">随机生成UUID字符串。</td>
508
+ </tr>
509
+ <tr>
510
+ <td>Code</td>
511
+ <td style="text-align:left">系统编码字符串(只支持大写和点操作符27个字符),生成长度为6。</td>
512
+ </tr>
513
+ <tr>
514
+ <td>HeadCount</td>
515
+ <td style="text-align:left">企业内部员工数量。</td>
516
+ </tr>
517
+ <tr>
518
+ <td>Mobile</td>
519
+ <td style="text-align:left">手机号码。</td>
520
+ </tr>
521
+ <tr>
522
+ <td>Phone</td>
523
+ <td style="text-align:left">座机号码。</td>
524
+ </tr>
525
+ <tr>
526
+ <td>Http</td>
527
+ <td style="text-align:left">生成<code>http://</code>链接。</td>
528
+ </tr>
529
+ <tr>
530
+ <td>Https</td>
531
+ <td style="text-align:left">生成<code>https://</code>链接。</td>
532
+ </tr>
533
+ <tr>
534
+ <td>Ftp</td>
535
+ <td style="text-align:left">生成<code>ftp://</code>链接。</td>
536
+ </tr>
537
+ <tr>
538
+ <td>Domain</td>
539
+ <td style="text-align:left">生成随机域名。</td>
540
+ </tr>
541
+ <tr>
542
+ <td>Protocol</td>
543
+ <td style="text-align:left">随机生成协议。</td>
544
+ </tr>
545
+ <tr>
546
+ <td>IP</td>
547
+ <td style="text-align:left">随机生成IP地址。</td>
548
+ </tr>
549
+ <tr>
550
+ <td>Bool</td>
551
+ <td style="text-align:left">随机布尔值。</td>
552
+ </tr>
553
+ <tr>
554
+ <td>Color</td>
555
+ <td style="text-align:left">随机Web色彩:<code>#xxxxxx</code>格式。</td>
556
+ </tr>
557
+ <tr>
558
+ <td>Version</td>
559
+ <td style="text-align:left">生成版本号(通常是软件版本号)。</td>
560
+ </tr>
561
+ <tr>
562
+ <td>Percent</td>
563
+ <td style="text-align:left">随机百分数。</td>
564
+ </tr>
565
+ <tr>
566
+ <td>Zip</td>
567
+ <td style="text-align:left">随机邮编。</td>
568
+ </tr>
569
+ <tr>
570
+ <td>Email</td>
571
+ <td style="text-align:left">随机电子信箱。</td>
572
+ </tr>
573
+ <tr>
574
+ <td>Region</td>
575
+ <td style="text-align:left">随机区域信息。</td>
576
+ </tr>
577
+ <tr>
578
+ <td>Province</td>
579
+ <td style="text-align:left">随机省会信息。</td>
580
+ </tr>
581
+ <tr>
582
+ <td>City</td>
583
+ <td style="text-align:left">随机城市信息。</td>
584
+ </tr>
585
+ <tr>
586
+ <td>CityFull</td>
587
+ <td style="text-align:left">随机城市全称,带区域。</td>
588
+ </tr>
589
+ <tr>
590
+ <td>County</td>
591
+ <td style="text-align:left">随机二级县。</td>
592
+ </tr>
593
+ <tr>
594
+ <td>CountyFull</td>
595
+ <td style="text-align:left">随机二级县全称。</td>
596
+ </tr>
597
+ <tr>
598
+ <td>Tld</td>
599
+ <td style="text-align:left">随机顶级域名。</td>
600
+ </tr>
601
+ <tr>
602
+ <td>CnName</td>
603
+ <td style="text-align:left">随机姓名。</td>
604
+ </tr>
605
+ <tr>
606
+ <td>CnFirst</td>
607
+ <td style="text-align:left">随机姓。</td>
608
+ </tr>
609
+ <tr>
610
+ <td>CnCompany</td>
611
+ <td style="text-align:left">随机公司。</td>
612
+ </tr>
613
+ <tr>
614
+ <td>CnDept</td>
615
+ <td style="text-align:left">随机部门。</td>
616
+ </tr>
617
+ <tr>
618
+ <td>CnSection</td>
619
+ <td style="text-align:left">随机科室。</td>
620
+ </tr>
621
+ <tr>
622
+ <td>CnScope</td>
623
+ <td style="text-align:left">随机范围。</td>
624
+ </tr>
625
+ <tr>
626
+ <td>CnAddress</td>
627
+ <td style="text-align:left">随机地址。</td>
628
+ </tr>
629
+ <tr>
630
+ <td>CnText</td>
631
+ <td style="text-align:left">随机段落文字。</td>
632
+ </tr>
633
+ <tr>
634
+ <td>CnSentence</td>
635
+ <td style="text-align:left">随机句子。</td>
636
+ </tr>
637
+ <tr>
638
+ <td>CnTitle</td>
639
+ <td style="text-align:left">随机标题。</td>
640
+ </tr>
641
+ <tr>
642
+ <td>CnGender</td>
643
+ <td style="text-align:left">随机性别。</td>
644
+ </tr>
645
+ <tr>
646
+ <td>EnName</td>
647
+ <td style="text-align:left">随机姓名。</td>
648
+ </tr>
649
+ <tr>
650
+ <td>EnFirst</td>
651
+ <td style="text-align:left">随机 First Name。</td>
652
+ </tr>
653
+ <tr>
654
+ <td>EnLast</td>
655
+ <td style="text-align:left">随机 Last Name。</td>
656
+ </tr>
657
+ <tr>
658
+ <td>EnCompany</td>
659
+ <td style="text-align:left">随机公司。</td>
660
+ </tr>
661
+ <tr>
662
+ <td>EnDept</td>
663
+ <td style="text-align:left">随机部门。</td>
664
+ </tr>
665
+ <tr>
666
+ <td>EnSection</td>
667
+ <td style="text-align:left">随机科室。</td>
668
+ </tr>
669
+ <tr>
670
+ <td>EnScope</td>
671
+ <td style="text-align:left">随机范围。</td>
672
+ </tr>
673
+ <tr>
674
+ <td>EnAddress</td>
675
+ <td style="text-align:left">随机地址。</td>
676
+ </tr>
677
+ <tr>
678
+ <td>EnText</td>
679
+ <td style="text-align:left">随机段落文字。</td>
680
+ </tr>
681
+ <tr>
682
+ <td>EnSentence</td>
683
+ <td style="text-align:left">随机句子。</td>
684
+ </tr>
685
+ <tr>
686
+ <td>EnTitle</td>
687
+ <td style="text-align:left">随机标题。</td>
688
+ </tr>
689
+ <tr>
690
+ <td>EnGender</td>
691
+ <td style="text-align:left">随机性别。</td>
692
+ </tr>
693
+ <tr>
694
+ <td>Iso</td>
695
+ <td style="text-align:left">ISO时间格式。</td>
696
+ </tr>
697
+ <tr>
698
+ <td>Now</td>
699
+ <td style="text-align:left">当前时间格式。</td>
700
+ </tr>
701
+ <tr>
702
+ <td>Date</td>
703
+ <td style="text-align:left">日期。</td>
704
+ </tr>
705
+ <tr>
706
+ <td>DateTime</td>
707
+ <td style="text-align:left">日期/时间。</td>
708
+ </tr>
709
+ <tr>
710
+ <td>Time</td>
711
+ <td style="text-align:left">时间。</td>
712
+ </tr>
713
+ <tr>
714
+ <td>NumberX</td>
715
+ <td style="text-align:left">随机数字。</td>
716
+ </tr>
717
+ <tr>
718
+ <td>EnStringX</td>
719
+ <td style="text-align:left">随机字符串。</td>
720
+ </tr>
721
+ <tr>
722
+ <td>CnStringX</td>
723
+ <td style="text-align:left">随机字符串。</td>
724
+ </tr>
725
+ </tbody>
726
+ </table>
727
+ <ul>
728
+ <li><code>En/Cn</code>前缀分别代表中文和英文。</li>
729
+ <li><code>NumberX, EnStringX, CnStringX</code>可使用数字当后缀,数值表示长度,从<code>1 - 10</code>。</li>
730
+ </ul>
731
+ <h4>4.2. data.zero例子</h4>
732
+ <p><strong>配置文件</strong></p>
733
+ <pre class="prettyprint source lang-shell"><code>P;
734
+ key=Guid
735
+ noArray=[&quot;A&quot;,&quot;B&quot;,&quot;C&quot;]
736
+ noFixed=$FIXED:测试值
737
+ code=Code
738
+ headCount=HeadCount
739
+ mobile=Mobile
740
+ phone=Phone
741
+ http=Http
742
+ https=Https
743
+ ftp=Ftp
744
+ domain=Domain
745
+ protocol=Protocol
746
+ ip=IP
747
+ bool=Bool
748
+ color=Color
749
+ version=Version
750
+ percent=Percent
751
+ zip=Zip
752
+ email=Email
753
+ region=Region
754
+ province=Province
755
+ city=City
756
+ city2=CityFull
757
+ county=County
758
+ countyFull=CountyFull
759
+ tld=Tld
760
+ cnName=CnName
761
+ cnFirst=CnFirst
762
+ cnCompany=CnCompany
763
+ cnDept=CnDept
764
+ cnSection=CnSection
765
+ cnScope=CnScope
766
+ cnAddress=CnAddress
767
+ cnText=CnText
768
+ cnSentence=CnSentence
769
+ cnTitle=CnTitle
770
+ cnGender=CnGender
771
+ enName=EnName
772
+ enFirst=EnFirst
773
+ enLast=EnLast
774
+ enCompany=EnCompany
775
+ enDept=EnDept
776
+ enSection=EnSection
777
+ enScope=EnScope
778
+ enAddress=EnAddress
779
+ enText=EnText
780
+ enSentence=EnSentence
781
+ enTitle=EnTitle
782
+ enGender=EnGender
783
+ iso=Iso
784
+ now=Now
785
+ date=Date
786
+ datetime=DateTime
787
+ time=Time
788
+ </code></pre>
789
+ <p><strong>数据内容</strong></p>
790
+ <pre class="prettyprint source lang-json"><code>{
791
+ &quot;data&quot;: {
792
+ &quot;key&quot;: &quot;23121742-2dab-4ac6-b578-2f6720410cfb&quot;,
793
+ &quot;noArray&quot;: &quot;C&quot;,
794
+ &quot;noFixed&quot;: &quot;测试值&quot;,
795
+ &quot;code&quot;: &quot;KPEX.T&quot;,
796
+ &quot;headCount&quot;: 929,
797
+ &quot;mobile&quot;: &quot;18488562585&quot;,
798
+ &quot;phone&quot;: &quot;(012) 4610 1140&quot;,
799
+ &quot;http&quot;: &quot;http://atrtyq.lu/oqkpau&quot;,
800
+ &quot;https&quot;: &quot;https://qpvpuuvfk.do/hrfmjfp&quot;,
801
+ &quot;ftp&quot;: &quot;ftp://osonkoesp.bf/tzghunec&quot;,
802
+ &quot;domain&quot;: &quot;vqjxomib.hk&quot;,
803
+ &quot;protocol&quot;: &quot;mid&quot;,
804
+ &quot;ip&quot;: &quot;64.198.160.131&quot;,
805
+ &quot;bool&quot;: false,
806
+ &quot;color&quot;: &quot;#f2d779&quot;,
807
+ &quot;version&quot;: &quot;3.569&quot;,
808
+ &quot;percent&quot;: &quot;0.09&quot;,
809
+ &quot;zip&quot;: &quot;664855&quot;,
810
+ &quot;email&quot;: &quot;w.omwjnhtfyg@ydjyl.ml&quot;,
811
+ &quot;region&quot;: &quot;华南&quot;,
812
+ &quot;province&quot;: &quot;山东省&quot;,
813
+ &quot;city&quot;: &quot;来宾市&quot;,
814
+ &quot;city2&quot;: &quot;台湾 基隆市&quot;,
815
+ &quot;county&quot;: &quot;普兰店市&quot;,
816
+ &quot;countyFull&quot;: &quot;吉林省 辽源市 东辽县&quot;,
817
+ &quot;tld&quot;: &quot;gi&quot;,
818
+ &quot;cnName&quot;: &quot;梁桂英&quot;,
819
+ &quot;cnFirst&quot;: &quot;何&quot;,
820
+ &quot;cnCompany&quot;: &quot;除成地界记头布公司&quot;,
821
+ &quot;cnDept&quot;: &quot;形东严克部&quot;,
822
+ &quot;cnSection&quot;: &quot;及着系科室&quot;,
823
+ &quot;cnScope&quot;: &quot;范围效教对&quot;,
824
+ &quot;cnAddress&quot;: &quot;华南湖南省 郴州市 临武县克加头被&quot;,
825
+ &quot;cnText&quot;: &quot;地量好和儿县国主然格作提阶行。见快油个革想除当术取且可强地及至接院......&quot;,
826
+ &quot;cnSentence&quot;: &quot;每光越主识比习接问织眼导社连且到教。&quot;,
827
+ &quot;cnTitle&quot;: &quot;来却后市定越下较&quot;,
828
+ &quot;cnGender&quot;: &quot;男&quot;,
829
+ &quot;enName&quot;: &quot;Matthew Clark&quot;,
830
+ &quot;enFirst&quot;: &quot;Frank&quot;,
831
+ &quot;enLast&quot;: &quot;Allen&quot;,
832
+ &quot;enCompany&quot;: &quot;Rvo Ynfg Ickxlfloy Vuux Company&quot;,
833
+ &quot;enDept&quot;: &quot;Wnqxdzhse Ysericfry Vfewslfgdf Wqlxd Department&quot;,
834
+ &quot;enSection&quot;: &quot;Vxdialugp Rdwicyvh Section&quot;,
835
+ &quot;enScope&quot;: &quot;Scope: 持太&quot;,
836
+ &quot;enAddress&quot;: &quot;Sandra, State Hinp, Street Martinez&quot;,
837
+ &quot;enText&quot;: &quot;Nlebzn thwuouuth holdtxltqm npqb fzlsr smhjohs .......&quot;,
838
+ &quot;enSentence&quot;: &quot;Ufhnqddg eikesnc xawwb vsmuvop qhorlgvel .......&quot;,
839
+ &quot;enTitle&quot;: &quot;Feyv Apareaaif Ygnddotmr Jryvw&quot;,
840
+ &quot;enGender&quot;: &quot;Female&quot;,
841
+ &quot;iso&quot;: &quot;2021-03-16T09:54:43.442Z&quot;,
842
+ &quot;now&quot;: &quot;2021-03-16 17:54:43&quot;,
843
+ &quot;date&quot;: &quot;1988-11-05&quot;,
844
+ &quot;datetime&quot;: &quot;1989-04-05 17:40:52&quot;,
845
+ &quot;time&quot;: &quot;23:16:00&quot;
846
+ }
847
+ }
848
+ </code></pre>
849
+ </div>
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+ <h4 class="name" id=".init"><span class="type-signature">(static) </span>init<span class="signature">()</span><span class="type-signature"></span></h4>
884
+
885
+
886
+
887
+
888
+
889
+
890
+ <dl class="details">
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+ </dl>
924
+
925
+
926
+
927
+
928
+
929
+ <div class="description usertext">
930
+ <h2><code>ai init</code></h2>
931
+ <h3>1. 命令</h3>
932
+ <p>vertx-ui项目脚手架初始化专用命令。</p>
933
+ <h3>2. 执行</h3>
934
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
935
+ ai init -name &lt;name>
936
+
937
+ # 2.2. 执行测试
938
+ ai init -name test-demo
939
+ [Zero AI] Zero AI 代码生成工具 : &lt;标准工具>
940
+ [Zero AI] HomePage : http://www.vertxai.cn
941
+ [Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
942
+ [Zero AI] Version : 0.3.2 「确认您的Node版本 ( >= 14.x ) 支持ES6, ES7.」
943
+ [Zero AI] Zero AI 系统启动......
944
+ [Zero AI] Zero AI 加载输入参数:
945
+ {
946
+ &quot;name&quot;: &quot;test-demo&quot;
947
+ }
948
+ [Zero AI] 工程构建目录:test-demo
949
+ Cloning into 'test-demo'...
950
+ remote: Enumerating objects: 888, done.
951
+ remote: Counting objects: 100% (888/888), done.
952
+ remote: Compressing objects: 100% (538/538), done.
953
+ remote: Total 36593 (delta 445), reused 610 (delta 339), pack-reused 35705
954
+ Receiving objects: 100% (36593/36593), 29.09 MiB | 151.00 KiB/s, done.
955
+ Resolving deltas: 100% (24009/24009), done.
956
+ [Zero AI] 执行工程初始化:test-demo
957
+ [Zero AI] (Sync)成功将数据写入到文件:test-demo/package.json!
958
+ [Zero AI] 执行后期处理:......
959
+ [Zero AI] 资源清理中:rm -rf test-demo/.zero/*
960
+ [Zero AI] 资源清理中:rm -rf test-demo/document/doc-web/*
961
+ [Zero AI] 资源清理中:rm -rf test-demo/document/doc-web-extension/*
962
+ [Zero AI] 资源清理中:rm -rf test-demo/guide/
963
+ [Zero AI] 资源清理中:rm -rf test-demo/_config.yml
964
+ [Zero AI] 资源清理中:rm -rf test-demo/CNAME
965
+ [Zero AI] 资源清理中:rm -rf test-demo/data.json
966
+ [Zero AI] 资源清理中:rm -rf test-demo/LICENSE
967
+ [Zero AI] 资源清理中:rm -rf test-demo/package-lock.json
968
+ [Zero AI] 资源清理中:rm -rf test-demo/yarn.lock
969
+ [Zero AI] 工程初始化完成:test-demo,您可以开始您的Zero Ui之行了!
970
+ </code></pre>
971
+ <h3>3. 选项</h3>
972
+ <table>
973
+ <thead>
974
+ <tr>
975
+ <th>短参</th>
976
+ <th>全参</th>
977
+ <th>类型</th>
978
+ <th>默认</th>
979
+ <th style="text-align:left">含义</th>
980
+ </tr>
981
+ </thead>
982
+ <tbody>
983
+ <tr>
984
+ <td>-n</td>
985
+ <td>--name</td>
986
+ <td>String</td>
987
+ <td>(无)</td>
988
+ <td style="text-align:left">项目名称以及目录名称。</td>
989
+ </tr>
990
+ </tbody>
991
+ </table>
992
+ </div>
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ <h4 class="name" id=".key"><span class="type-signature">(static) </span>key<span class="signature">()</span><span class="type-signature"></span></h4>
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ <dl class="details">
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+ </dl>
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ <div class="description usertext">
1073
+ <h2><code>ai key</code></h2>
1074
+ <h3>1. 命令</h3>
1075
+ <p>使用该命令针对数据中的所有节点追加<code>field = key</code>的UUID值。</p>
1076
+ <h3>2. 执行</h3>
1077
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
1078
+ ai key -p &lt;path>
1079
+
1080
+ # 2.2. 执行测试
1081
+ ai key -p key
1082
+ # ...省略部分...
1083
+ [Zero AI] Zero AI 系统启动......
1084
+ [Zero AI] Zero AI 加载输入参数:
1085
+ {
1086
+ &quot;path&quot;: &quot;key&quot;,
1087
+ &quot;field&quot;: &quot;key&quot;
1088
+ }
1089
+ [Zero AI] (Async)成功将数据写入到文件:key/key2.json!
1090
+ [Zero AI] (Async)成功将数据写入到文件:key/key3.json!
1091
+ [Zero AI] (Async)成功将数据写入到文件:key/key1.json!
1092
+ </code></pre>
1093
+ <h3>3. 选项</h3>
1094
+ <table>
1095
+ <thead>
1096
+ <tr>
1097
+ <th>短参</th>
1098
+ <th>全参</th>
1099
+ <th>类型</th>
1100
+ <th>默认</th>
1101
+ <th style="text-align:left">含义</th>
1102
+ </tr>
1103
+ </thead>
1104
+ <tbody>
1105
+ <tr>
1106
+ <td>-p</td>
1107
+ <td>--path</td>
1108
+ <td>String</td>
1109
+ <td>(无)</td>
1110
+ <td style="text-align:left">「统一格式」数据文件路径。</td>
1111
+ </tr>
1112
+ <tr>
1113
+ <td>-f</td>
1114
+ <td>--field</td>
1115
+ <td>String</td>
1116
+ <td>key</td>
1117
+ <td style="text-align:left">追加的UUID的字段名。</td>
1118
+ </tr>
1119
+ </tbody>
1120
+ </table>
1121
+ </div>
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ <h4 class="name" id=".md5"><span class="type-signature">(static) </span>md5<span class="signature">()</span><span class="type-signature"></span></h4>
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+ <dl class="details">
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+ </dl>
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+ <div class="description usertext">
1202
+ <h2><code>ai md5</code></h2>
1203
+ <h3>1. 命令</h3>
1204
+ <p>使用该命令加密输入字符串,如果平台支持还会拷贝到剪切板中,目前支持的操作系统:</p>
1205
+ <ul>
1206
+ <li><code>darwin</code>:MacOs苹果操作系统</li>
1207
+ </ul>
1208
+ <h3>2. 执行</h3>
1209
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
1210
+ ai md5 -i &lt;Input>
1211
+
1212
+ # 2.2. 执行测试
1213
+ ai md5 -i smaveapp lang@LangYus-MacBook-Pro
1214
+ [Zero AI] Zero AI 代码生成工具 : &lt;标准工具>
1215
+ [Zero AI] HomePage : http://www.vertxai.cn
1216
+ [Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
1217
+ [Zero AI] Version : 0.3.19 「确认您的Node版本 ( >= 14.x ) 支持ES6, ES7.」
1218
+ [Zero AI] Zero AI 系统启动......
1219
+ [Zero AI] Zero AI 加载输入参数:
1220
+ {
1221
+ &quot;input&quot;: &quot;smaveapp&quot;
1222
+ }
1223
+ [Zero AI] 当前操作系统:darwin
1224
+ 443196C59BF602102141607D992702EE
1225
+ [Zero AI] 加密的字符串已经成功拷贝到剪切板中!
1226
+ </code></pre>
1227
+ <h3>3. 选项</h3>
1228
+ <table>
1229
+ <thead>
1230
+ <tr>
1231
+ <th>短参</th>
1232
+ <th>全参</th>
1233
+ <th>类型</th>
1234
+ <th>默认</th>
1235
+ <th style="text-align:left">含义</th>
1236
+ </tr>
1237
+ </thead>
1238
+ <tbody>
1239
+ <tr>
1240
+ <td>-i</td>
1241
+ <td>--input</td>
1242
+ <td>String</td>
1243
+ <td>无</td>
1244
+ <td style="text-align:left">输入需要MD5加密的原始字符串。</td>
1245
+ </tr>
1246
+ </tbody>
1247
+ </table>
1248
+ </div>
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+ <h4 class="name" id=".str"><span class="type-signature">(static) </span>str<span class="signature">()</span><span class="type-signature"></span></h4>
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+ <dl class="details">
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+ </dl>
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+ <div class="description usertext">
1329
+ <h2><code>ai str</code></h2>
1330
+ <h3>1. 命令</h3>
1331
+ <p>使用该命令生成指定数量的随机字符串,如果平台支持还会拷贝到剪切板中,目前支持的操作系统:</p>
1332
+ <ul>
1333
+ <li><code>darwin</code>:MacOs苹果操作系统</li>
1334
+ </ul>
1335
+ <h3>2. 执行</h3>
1336
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
1337
+ ai str -n &lt;N> -l &lt;N>
1338
+
1339
+ # 2.2. 执行测试
1340
+ ai str lang@LangYus-MacBook-Pro
1341
+ [Zero AI] Zero AI 代码生成工具 : &lt;标准工具>
1342
+ [Zero AI] HomePage : http://www.vertxai.cn
1343
+ [Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
1344
+ [Zero AI] Version : 0.3.5 「确认您的Node版本 ( >= 14.x ) 支持ES6, ES7.」
1345
+ [Zero AI] Zero AI 系统启动......
1346
+ [Zero AI] Zero AI 加载输入参数:
1347
+ {
1348
+ &quot;number&quot;: 1,
1349
+ &quot;length&quot;: 64
1350
+ }
1351
+ [Zero AI] 随机字符串,生成数量:1,长度:64
1352
+ [Zero AI] 当前操作系统:darwin
1353
+ 5lTe8OsBsi8bw6PbVlS0aftyAfjsmEGjiwXXWpL5IEM3px6ZiM8Vz2nKnnqHFDnv
1354
+ [Zero AI] 生成的随机字符串已经全部成功拷贝到剪切板中!
1355
+ </code></pre>
1356
+ <h3>3. 选项</h3>
1357
+ <table>
1358
+ <thead>
1359
+ <tr>
1360
+ <th>短参</th>
1361
+ <th>全参</th>
1362
+ <th>类型</th>
1363
+ <th>默认</th>
1364
+ <th style="text-align:left">含义</th>
1365
+ </tr>
1366
+ </thead>
1367
+ <tbody>
1368
+ <tr>
1369
+ <td>-n</td>
1370
+ <td>--number</td>
1371
+ <td>Number</td>
1372
+ <td>1</td>
1373
+ <td style="text-align:left">指定需要生成随机字符串的数量,默认生成1个随机字符串值,<code>\n</code>符号分割。</td>
1374
+ </tr>
1375
+ <tr>
1376
+ <td>-l</td>
1377
+ <td>--length</td>
1378
+ <td>Number</td>
1379
+ <td>64</td>
1380
+ <td style="text-align:left">指定随机字符串长度,默认长度64。</td>
1381
+ </tr>
1382
+ </tbody>
1383
+ </table>
1384
+ </div>
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ <h4 class="name" id=".uk"><span class="type-signature">(static) </span>uk<span class="signature">()</span><span class="type-signature"></span></h4>
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+ <dl class="details">
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+ </dl>
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+ <div class="description usertext">
1465
+ <h2><code>ai uk</code></h2>
1466
+ <h3>1. 命令</h3>
1467
+ <p>使用该命令检查数据文件中的数据是否包含重复属性<code>field = value</code>键值对。</p>
1468
+ <h3>2. 执行</h3>
1469
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
1470
+ ai uk -p &lt;path> -f &lt;field>
1471
+
1472
+ # 2.2. 执行测试
1473
+ ai uk -p uk.json -f name
1474
+ # ...省略部分...
1475
+ [Zero AI] Zero AI 系统启动......
1476
+ [Zero AI] Zero AI 加载输入参数:
1477
+ {
1478
+ &quot;path&quot;: &quot;uk.json&quot;,
1479
+ &quot;field&quot;: &quot;name&quot;
1480
+ }
1481
+ [Zero AI] 检查字段:[&quot;name&quot;]
1482
+ [Zero AI] 字段出现重复值:name = Lang2
1483
+ [Zero AI] 系统检查重复值完成!
1484
+ </code></pre>
1485
+ <h3>3. 选项</h3>
1486
+ <table>
1487
+ <thead>
1488
+ <tr>
1489
+ <th>短参</th>
1490
+ <th>全参</th>
1491
+ <th>类型</th>
1492
+ <th>默认</th>
1493
+ <th style="text-align:left">含义</th>
1494
+ </tr>
1495
+ </thead>
1496
+ <tbody>
1497
+ <tr>
1498
+ <td>-p</td>
1499
+ <td>--path</td>
1500
+ <td>String</td>
1501
+ <td>(无)</td>
1502
+ <td style="text-align:left">「统一格式」数据文件路径。</td>
1503
+ </tr>
1504
+ <tr>
1505
+ <td>-f</td>
1506
+ <td>--field</td>
1507
+ <td>String</td>
1508
+ <td>(无)</td>
1509
+ <td style="text-align:left">待检查的字段名,字段可使用<code>field1,field2,field3</code>格式检查多个字段。</td>
1510
+ </tr>
1511
+ </tbody>
1512
+ </table>
1513
+ </div>
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+ <h4 class="name" id=".uuid"><span class="type-signature">(static) </span>uuid<span class="signature">()</span><span class="type-signature"></span></h4>
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+ <dl class="details">
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ </dl>
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+ <div class="description usertext">
1594
+ <h2><code>ai uuid</code></h2>
1595
+ <h3>1. 命令</h3>
1596
+ <p>使用该命令生成指定数量的UUID字符串,如果平台支持还会拷贝到剪切板中,目前支持的操作系统:</p>
1597
+ <ul>
1598
+ <li><code>darwin</code>:MacOs苹果操作系统</li>
1599
+ </ul>
1600
+ <h3>2. 执行</h3>
1601
+ <pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
1602
+ ai uuid -n &lt;N>
1603
+
1604
+ # 2.2. 执行测试
1605
+ ai uuid -n 3
1606
+ # ...省略部分...
1607
+ [Zero AI] Zero AI 系统启动......
1608
+ [Zero AI] 命令参数:
1609
+ {
1610
+ &quot;number&quot;: &quot;3&quot;
1611
+ }
1612
+ [Zero AI] UUID生成器,生成数量:3
1613
+ [Zero AI] 当前操作系统:darwin
1614
+ 14ea44ed-5d9a-406a-9912-d95d8f6a8411
1615
+ 5d27ca30-3e74-4a8a-a149-e8d40677d542
1616
+ a1ddb2ce-eabf-4a95-968d-8e4655207f44
1617
+ [Zero AI] 生成的UUID已经全部成功拷贝到剪切板中!
1618
+ </code></pre>
1619
+ <h3>3. 选项</h3>
1620
+ <table>
1621
+ <thead>
1622
+ <tr>
1623
+ <th>短参</th>
1624
+ <th>全参</th>
1625
+ <th>类型</th>
1626
+ <th>默认</th>
1627
+ <th style="text-align:left">含义</th>
1628
+ </tr>
1629
+ </thead>
1630
+ <tbody>
1631
+ <tr>
1632
+ <td>-n</td>
1633
+ <td>--number</td>
1634
+ <td>Number</td>
1635
+ <td>20</td>
1636
+ <td style="text-align:left">指定需要生成UUID值的数量,默认生成20个UUID字符串值,<code>\n</code>符号分割。</td>
1637
+ </tr>
1638
+ </tbody>
1639
+ </table>
1640
+ </div>
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+ </article>
1676
+
1677
+ </section>
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+ </div>
1685
+
1686
+ <br class="clear">
1687
+
1688
+ <footer>
1689
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Mon Mar 13 2023 17:39:25 GMT+0800 (中国标准时间) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1690
+ </footer>
1691
+
1692
+ <script>prettyPrint();</script>
1693
+ <script src="scripts/polyfill.js"></script>
1694
+ <script src="scripts/linenumber.js"></script>
1695
+
1696
+ <script src="scripts/search.js" defer></script>
1697
+
1698
+
1699
+
1700
+ </body>
1701
+ </html>