首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

《Flask Web应用开发项目实战基于Python和统信UOS》配套源代码

后端 16.12MB 5 需要积分: 1
立即下载

资源介绍:

《Flask Web 应用开发项目实战——基于 Python 和统信 UOS》及其配套计算机操作指南。《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》作为一本深入介绍Flask框架与统信UOS操作系统结合应用的书籍,为开发者提供了丰富的理论知识与实践案例。然而,对于初学者而言,从源码下载到项目部署的全过程可能仍显得复杂且充满挑战。因此,《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》配套计算机操作指南应运而生,旨在为读者提供一条清晰、顺畅的学习路径,确保每位读者都能顺利上手并成功运行Flask项目。
SCAYT plugin for CKEditor 4 ===================== SpellCheckAsYouType (SCAYT) instantly underlines spelling and grammar errors while users type. To correct spelling or grammar error, a user simply needs to right-click the marked word to select from suggested corrections. ![SCAYT Plugin for CKEditor 4 View](https://webspellchecker.com/app/images/scayt_plugin_for_ckeditor4.png) This plugin brings the multi-language SCAYT functionality into CKEditor 4. It is integrated by default starting with [Standard Package of CKEditor 4](https://ckeditor.com/ckeditor-4/download/). You can find it on the CKEditor 4 toolbar panel under the ABC button (Enable SCAYT). If your version of CKEditor doesn’t have SCAYT built-in, you can easily add it by following the steps outlined in the Get Started section. The default version of SCAYT plugin for CKEditor 4 is using the free services of WebSpellChecker. It is provided with a banner ad and has some [limitations](https://docs.webspellchecker.net/display/WebSpellCheckerCloud/Free+and+Paid+WebSpellChecker+Cloud+Services+Comparison+for+CKEditor). To lift the limitations and get rid of the banner, [obtain a license](https://webspellchecker.com/wsc-scayt-ckeditor4/#pricing). Depending on your needs, you can choose a Cloud-based or Server (self-hosted) solution. Demo ------------ SCAYT plugin for CKEditor 4: https://webspellchecker.com/wsc-scayt-ckeditor4/ Supported languages ------------ The SCAYT plugin for CKEditor as a part of the free services supports the next languages for check spelling: American English, British English, Canadian English, Canadian French, Danish, Dutch, Finnish, French, German, Greek, Italian, Norwegian Bokmal, Spanish, Swedish. There are also additional languages and specialized dictionaries available for a commercial license, you can check the full list [here](https://webspellchecker.com/additional-dictionaries/). Get started ------------ 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation. 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js): config.extraPlugins = 'scayt'; That's all. SCAYT will appear on the editor toolbar under the ABC button and will be ready to use. Supported browsers ------- This is the list of officially supported browsers for the SCAYT plugin for CKEditor 4. SCAYT may also work in other browsers and environments but we unable to check all of them and guarantee proper work. * Chrome (the latest) * Firefox (the latest) * Safari (the latest) * MS Edge (the latest) * Internet Explorer 8.0 (limited support) * Internet Explorer 9.0+ (close to full support) Note: All browsers are to be supported for web pages that work in Standards Mode. Resources ------- * Demo: https://webspellchecker.com/wsc-scayt-ckeditor4/ * Documentation: https://docs.webspellchecker.net/ * YouTube video “How to Configure CKEditor 4 and SpellCheckAsYouType Plugin”: https://youtu.be/D0ahmVjYBq8 * Term of Service: https://webspellchecker.com/terms-of-service/ * CKEditor’s How-Tos for SCAYT: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_scayt.html * CKEditor’s example of SCAYT: https://ckeditor.com/docs/ckeditor4/latest/examples/spellchecker.html Technical support or questions ------- In cooperation with the CKEditor team, during the past 10 years we have simplified the installation and built the extensive amount of documentation devoted to SCAYT plugin for CKEditor 4 and less. If you are experiencing any difficulties with the setup of the plugin, please check the links provided in the Resources section. Holders of an active subscription to the services or a commercial license have access to professional technical assistance directly from the WebSpellChecker team. [Contact us here](https://webspellchecker.com/contact-us/)! Reporting issues ------- Please use the [SCAYT plugin for CKEditor 4 GitHub issue page](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues) to report bugs and feature requests. We will do our best to reply at our earliest convenience. License ------- This plugin is licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). See LICENSE.md for more information. Developed by [WebSpellChecker](https://webspellchecker.com/) in cooperation with CKSource.

资源文件列表:

《Flask Web应用开发项目实战基于Python和统信UOS》配套源代码.zip 大约有560个文件
  1. www-书码/
  2. www-书码/README.md 332B
  3. www-书码/__pycache__/
  4. www-书码/__pycache__/app.cpython-37.pyc 44.59KB
  5. www-书码/__pycache__/config.cpython-37.pyc 304B
  6. www-书码/admips.txt 41B
  7. www-书码/app.py 63.96KB
  8. www-书码/config.py 352B
  9. www-书码/data.db 100KB
  10. www-书码/db.py 195B
  11. www-书码/log/
  12. www-书码/log/access.log 102KB
  13. www-书码/log/debug.log 158.21KB
  14. www-书码/my_server.py 341B
  15. www-书码/static/
  16. www-书码/static/ckeditor/
  17. www-书码/static/ckeditor/CHANGES.md 295.97KB
  18. www-书码/static/ckeditor/LICENSE.md 76KB
  19. www-书码/static/ckeditor/README.md 1.31KB
  20. www-书码/static/ckeditor/SECURITY.md 578B
  21. www-书码/static/ckeditor/adapters/
  22. www-书码/static/ckeditor/adapters/jquery.js 3.11KB
  23. www-书码/static/ckeditor/bender-runner.config.json 246B
  24. www-书码/static/ckeditor/build-config.js 3.06KB
  25. www-书码/static/ckeditor/ckeditor.js 660.76KB
  26. www-书码/static/ckeditor/config.js 1.31KB
  27. www-书码/static/ckeditor/contents.css 3.02KB
  28. www-书码/static/ckeditor/lang/
  29. www-书码/static/ckeditor/lang/af.js 11.6KB
  30. www-书码/static/ckeditor/lang/ar.js 14.72KB
  31. www-书码/static/ckeditor/lang/az.js 12.58KB
  32. www-书码/static/ckeditor/lang/bg.js 17.82KB
  33. www-书码/static/ckeditor/lang/bn.js 15.43KB
  34. www-书码/static/ckeditor/lang/bs.js 11.68KB
  35. www-书码/static/ckeditor/lang/ca.js 12.89KB
  36. www-书码/static/ckeditor/lang/cs.js 12.84KB
  37. www-书码/static/ckeditor/lang/cy.js 11.97KB
  38. www-书码/static/ckeditor/lang/da.js 12.23KB
  39. www-书码/static/ckeditor/lang/de-ch.js 12.92KB
  40. www-书码/static/ckeditor/lang/de.js 12.91KB
  41. www-书码/static/ckeditor/lang/el.js 19.27KB
  42. www-书码/static/ckeditor/lang/en-au.js 11.62KB
  43. www-书码/static/ckeditor/lang/en-ca.js 11.61KB
  44. www-书码/static/ckeditor/lang/en-gb.js 11.63KB
  45. www-书码/static/ckeditor/lang/en.js 11.63KB
  46. www-书码/static/ckeditor/lang/eo.js 12.3KB
  47. www-书码/static/ckeditor/lang/es-mx.js 13.04KB
  48. www-书码/static/ckeditor/lang/es.js 12.99KB
  49. www-书码/static/ckeditor/lang/et.js 12.01KB
  50. www-书码/static/ckeditor/lang/eu.js 12.71KB
  51. www-书码/static/ckeditor/lang/fa.js 16.02KB
  52. www-书码/static/ckeditor/lang/fi.js 12.34KB
  53. www-书码/static/ckeditor/lang/fo.js 12.28KB
  54. www-书码/static/ckeditor/lang/fr-ca.js 12.74KB
  55. www-书码/static/ckeditor/lang/fr.js 13.45KB
  56. www-书码/static/ckeditor/lang/gl.js 12.97KB
  57. www-书码/static/ckeditor/lang/gu.js 19.37KB
  58. www-书码/static/ckeditor/lang/he.js 14.33KB
  59. www-书码/static/ckeditor/lang/hi.js 15.57KB
  60. www-书码/static/ckeditor/lang/hr.js 11.94KB
  61. www-书码/static/ckeditor/lang/hu.js 13.12KB
  62. www-书码/static/ckeditor/lang/id.js 11.94KB
  63. www-书码/static/ckeditor/lang/is.js 12.05KB
  64. www-书码/static/ckeditor/lang/it.js 13.02KB
  65. www-书码/static/ckeditor/lang/ja.js 14.29KB
  66. www-书码/static/ckeditor/lang/ka.js 20.38KB
  67. www-书码/static/ckeditor/lang/km.js 22.58KB
  68. www-书码/static/ckeditor/lang/ko.js 12.58KB
  69. www-书码/static/ckeditor/lang/ku.js 17.39KB
  70. www-书码/static/ckeditor/lang/lt.js 12.76KB
  71. www-书码/static/ckeditor/lang/lv.js 12.98KB
  72. www-书码/static/ckeditor/lang/mk.js 13.03KB
  73. www-书码/static/ckeditor/lang/mn.js 14.93KB
  74. www-书码/static/ckeditor/lang/ms.js 11.79KB
  75. www-书码/static/ckeditor/lang/nb.js 11.86KB
  76. www-书码/static/ckeditor/lang/nl.js 12.25KB
  77. www-书码/static/ckeditor/lang/no.js 11.91KB
  78. www-书码/static/ckeditor/lang/oc.js 13.18KB
  79. www-书码/static/ckeditor/lang/pl.js 12.97KB
  80. www-书码/static/ckeditor/lang/pt-br.js 12.98KB
  81. www-书码/static/ckeditor/lang/pt.js 12.9KB
  82. www-书码/static/ckeditor/lang/ro.js 13.51KB
  83. www-书码/static/ckeditor/lang/ru.js 18.23KB
  84. www-书码/static/ckeditor/lang/si.js 16.62KB
  85. www-书码/static/ckeditor/lang/sk.js 12.93KB
  86. www-书码/static/ckeditor/lang/sl.js 12.14KB
  87. www-书码/static/ckeditor/lang/sq.js 13.17KB
  88. www-书码/static/ckeditor/lang/sr-latn.js 12.21KB
  89. www-书码/static/ckeditor/lang/sr.js 16.98KB
  90. www-书码/static/ckeditor/lang/sv.js 12.02KB
  91. www-书码/static/ckeditor/lang/th.js 18.42KB
  92. www-书码/static/ckeditor/lang/tr.js 12.86KB
  93. www-书码/static/ckeditor/lang/tt.js 15.12KB
  94. www-书码/static/ckeditor/lang/ug.js 17.33KB
  95. www-书码/static/ckeditor/lang/uk.js 18.32KB
  96. www-书码/static/ckeditor/lang/vi.js 14.02KB
  97. www-书码/static/ckeditor/lang/zh-cn.js 11.36KB
  98. www-书码/static/ckeditor/lang/zh.js 11.3KB
  99. www-书码/static/ckeditor/plugins/
  100. www-书码/static/ckeditor/plugins/a11yhelp/
  101. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/
  102. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js 2.88KB
  103. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/
  104. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt 887B
  105. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/af.js 4.06KB
  106. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js 4.25KB
  107. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/az.js 4.23KB
  108. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js 4.46KB
  109. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js 4.68KB
  110. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js 4.82KB
  111. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js 4.29KB
  112. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/da.js 4.15KB
  113. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js 4.6KB
  114. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/de.js 4.55KB
  115. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/el.js 7.45KB
  116. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js 3.98KB
  117. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js 4.1KB
  118. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/en.js 4.1KB
  119. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js 4.68KB
  120. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js 4.78KB
  121. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/es.js 4.69KB
  122. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/et.js 4.31KB
  123. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js 4.4KB
  124. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js 6.01KB
  125. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js 4.65KB
  126. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js 4.1KB
  127. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js 4.81KB
  128. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js 5.18KB
  129. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js 4.47KB
  130. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js 4.31KB
  131. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/he.js 4.84KB
  132. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js 4.12KB
  133. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js 4.18KB
  134. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js 4.65KB
  135. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/id.js 3.94KB
  136. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/it.js 5.01KB
  137. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js 5.08KB
  138. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/km.js 5.1KB
  139. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js 5.47KB
  140. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js 5.89KB
  141. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js 4.11KB
  142. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js 4.72KB
  143. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js 4.48KB
  144. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js 4.11KB
  145. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js 4.35KB
  146. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js 4.43KB
  147. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/no.js 4.34KB
  148. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js 4.98KB
  149. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js 5.04KB
  150. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js 4.58KB
  151. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js 4.46KB
  152. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js 4.45KB
  153. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js 6.49KB
  154. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/si.js 6KB
  155. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js 4.66KB
  156. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js 4.44KB
  157. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js 4.82KB
  158. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js 4.36KB
  159. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js 6.57KB
  160. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js 4.27KB
  161. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/th.js 4.47KB
  162. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js 4.47KB
  163. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js 4.41KB
  164. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js 6.77KB
  165. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js 6.76KB
  166. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js 5.27KB
  167. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js 4.05KB
  168. www-书码/static/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js 4.25KB
  169. www-书码/static/ckeditor/plugins/about/
  170. www-书码/static/ckeditor/plugins/about/dialogs/
  171. www-书码/static/ckeditor/plugins/about/dialogs/about.js 1.78KB
  172. www-书码/static/ckeditor/plugins/about/dialogs/hidpi/
  173. www-书码/static/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png 11.95KB
  174. www-书码/static/ckeditor/plugins/about/dialogs/logo_ckeditor.png 5.52KB
  175. www-书码/static/ckeditor/plugins/clipboard/
  176. www-书码/static/ckeditor/plugins/clipboard/dialogs/
  177. www-书码/static/ckeditor/plugins/clipboard/dialogs/paste.js 3.72KB
  178. www-书码/static/ckeditor/plugins/dialog/
  179. www-书码/static/ckeditor/plugins/dialog/dialogDefinition.js 166B
  180. www-书码/static/ckeditor/plugins/dialog/styles/
  181. www-书码/static/ckeditor/plugins/dialog/styles/dialog.css 249B
  182. www-书码/static/ckeditor/plugins/icons.png 5.56KB
  183. www-书码/static/ckeditor/plugins/icons_hidpi.png 18.2KB
  184. www-书码/static/ckeditor/plugins/image/
  185. www-书码/static/ckeditor/plugins/image/dialogs/
  186. www-书码/static/ckeditor/plugins/image/dialogs/image.js 21.02KB
  187. www-书码/static/ckeditor/plugins/image/images/
  188. www-书码/static/ckeditor/plugins/image/images/noimage.png 1.57KB
  189. www-书码/static/ckeditor/plugins/link/
  190. www-书码/static/ckeditor/plugins/link/dialogs/
  191. www-书码/static/ckeditor/plugins/link/dialogs/anchor.js 2.06KB
  192. www-书码/static/ckeditor/plugins/link/dialogs/link.js 12.92KB
  193. www-书码/static/ckeditor/plugins/link/images/
  194. www-书码/static/ckeditor/plugins/link/images/anchor.png 752B
  195. www-书码/static/ckeditor/plugins/link/images/hidpi/
  196. www-书码/static/ckeditor/plugins/link/images/hidpi/anchor.png 1.08KB
  197. www-书码/static/ckeditor/plugins/magicline/
  198. www-书码/static/ckeditor/plugins/magicline/images/
  199. www-书码/static/ckeditor/plugins/magicline/images/hidpi/
  200. www-书码/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png 176B
  201. www-书码/static/ckeditor/plugins/magicline/images/hidpi/icon.png 199B
  202. www-书码/static/ckeditor/plugins/magicline/images/icon-rtl.png 138B
  203. www-书码/static/ckeditor/plugins/magicline/images/icon.png 133B
  204. www-书码/static/ckeditor/plugins/pastefromgdocs/
  205. www-书码/static/ckeditor/plugins/pastefromgdocs/filter/
  206. www-书码/static/ckeditor/plugins/pastefromgdocs/filter/default.js 2.16KB
  207. www-书码/static/ckeditor/plugins/pastefromlibreoffice/
  208. www-书码/static/ckeditor/plugins/pastefromlibreoffice/filter/
  209. www-书码/static/ckeditor/plugins/pastefromlibreoffice/filter/default.js 3.43KB
  210. www-书码/static/ckeditor/plugins/pastefromword/
  211. www-书码/static/ckeditor/plugins/pastefromword/filter/
  212. www-书码/static/ckeditor/plugins/pastefromword/filter/default.js 19.11KB
  213. www-书码/static/ckeditor/plugins/pastetools/
  214. www-书码/static/ckeditor/plugins/pastetools/filter/
  215. www-书码/static/ckeditor/plugins/pastetools/filter/common.js 10.14KB
  216. www-书码/static/ckeditor/plugins/pastetools/filter/image.js 3.84KB
  217. www-书码/static/ckeditor/plugins/scayt/
  218. www-书码/static/ckeditor/plugins/scayt/CHANGELOG.md 225B
  219. www-书码/static/ckeditor/plugins/scayt/LICENSE.md 1.44KB
  220. www-书码/static/ckeditor/plugins/scayt/README.md 4.46KB
  221. www-书码/static/ckeditor/plugins/scayt/dialogs/
  222. www-书码/static/ckeditor/plugins/scayt/dialogs/dialog.css 419B
  223. www-书码/static/ckeditor/plugins/scayt/dialogs/options.js 15.76KB
  224. www-书码/static/ckeditor/plugins/scayt/dialogs/toolbar.css 1.27KB
  225. www-书码/static/ckeditor/plugins/scayt/skins/
  226. www-书码/static/ckeditor/plugins/scayt/skins/moono-lisa/
  227. www-书码/static/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css 381B
  228. www-书码/static/ckeditor/plugins/specialchar/
  229. www-书码/static/ckeditor/plugins/specialchar/dialogs/
  230. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/
  231. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt 738B
  232. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/af.js 4.44KB
  233. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ar.js 4.68KB
  234. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/az.js 3.33KB
  235. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/bg.js 4.71KB
  236. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ca.js 4.91KB
  237. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/cs.js 4.87KB
  238. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/cy.js 4.79KB
  239. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/da.js 3.3KB
  240. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js 4.69KB
  241. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/de.js 4.69KB
  242. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/el.js 7.56KB
  243. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/en-au.js 4.46KB
  244. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js 4.46KB
  245. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js 4.46KB
  246. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/en.js 4.45KB
  247. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/eo.js 3.99KB
  248. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js 4.68KB
  249. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/es.js 4.84KB
  250. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/et.js 3.74KB
  251. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/eu.js 4.46KB
  252. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/fa.js 5.65KB
  253. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/fi.js 4.49KB
  254. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js 3.16KB
  255. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/fr.js 3.78KB
  256. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/gl.js 4.9KB
  257. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/he.js 4.88KB
  258. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/hr.js 4.3KB
  259. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/hu.js 4.05KB
  260. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/id.js 4.46KB
  261. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/it.js 4.92KB
  262. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ja.js 3.9KB
  263. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/km.js 4.65KB
  264. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ko.js 4.82KB
  265. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ku.js 7.4KB
  266. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/lt.js 4.5KB
  267. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/lv.js 4.92KB
  268. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/nb.js 3.37KB
  269. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/nl.js 4.63KB
  270. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/no.js 3.37KB
  271. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/oc.js 3.75KB
  272. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/pl.js 4.24KB
  273. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js 3.75KB
  274. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/pt.js 4.7KB
  275. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ro.js 4.58KB
  276. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ru.js 7.38KB
  277. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/si.js 4.79KB
  278. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sk.js 4.67KB
  279. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sl.js 4.26KB
  280. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sq.js 4.89KB
  281. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js 4.62KB
  282. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sr.js 7.35KB
  283. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/sv.js 3.42KB
  284. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/th.js 4.58KB
  285. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/tr.js 4.39KB
  286. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/tt.js 6.58KB
  287. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/ug.js 4.9KB
  288. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/uk.js 6.23KB
  289. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/vi.js 5.96KB
  290. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js 4.29KB
  291. www-书码/static/ckeditor/plugins/specialchar/dialogs/lang/zh.js 4.08KB
  292. www-书码/static/ckeditor/plugins/specialchar/dialogs/specialchar.js 4.89KB
  293. www-书码/static/ckeditor/plugins/table/
  294. www-书码/static/ckeditor/plugins/table/dialogs/
  295. www-书码/static/ckeditor/plugins/table/dialogs/table.js 8.75KB
  296. www-书码/static/ckeditor/plugins/tableselection/
  297. www-书码/static/ckeditor/plugins/tableselection/styles/
  298. www-书码/static/ckeditor/plugins/tableselection/styles/tableselection.css 1.12KB
  299. www-书码/static/ckeditor/plugins/tabletools/
  300. www-书码/static/ckeditor/plugins/tabletools/dialogs/
  301. www-书码/static/ckeditor/plugins/tabletools/dialogs/tableCell.js 6.75KB
  302. www-书码/static/ckeditor/plugins/widget/
  303. www-书码/static/ckeditor/plugins/widget/images/
  304. www-书码/static/ckeditor/plugins/widget/images/handle.png 220B
  305. www-书码/static/ckeditor/samples/
  306. www-书码/static/ckeditor/samples/css/
  307. www-书码/static/ckeditor/samples/css/samples.css 65.76KB
  308. www-书码/static/ckeditor/samples/img/
  309. www-书码/static/ckeditor/samples/img/github-top.png 383B
  310. www-书码/static/ckeditor/samples/img/header-bg.png 12.78KB
  311. www-书码/static/ckeditor/samples/img/header-separator.png 123B
  312. www-书码/static/ckeditor/samples/img/logo.png 5.5KB
  313. www-书码/static/ckeditor/samples/img/logo.svg 10.63KB
  314. www-书码/static/ckeditor/samples/img/navigation-tip.png 11.75KB
  315. www-书码/static/ckeditor/samples/index.html 7.06KB
  316. www-书码/static/ckeditor/samples/js/
  317. www-书码/static/ckeditor/samples/js/sample.js 1.56KB
  318. www-书码/static/ckeditor/samples/js/sf.js 6.28KB
  319. www-书码/static/ckeditor/samples/old/
  320. www-书码/static/ckeditor/samples/old/ajax.html 2.84KB
  321. www-书码/static/ckeditor/samples/old/api.html 7.37KB
  322. www-书码/static/ckeditor/samples/old/appendto.html 2.46KB
  323. www-书码/static/ckeditor/samples/old/assets/
  324. www-书码/static/ckeditor/samples/old/assets/inlineall/
  325. www-书码/static/ckeditor/samples/old/assets/inlineall/logo.png 4.18KB
  326. www-书码/static/ckeditor/samples/old/assets/outputxhtml/
  327. www-书码/static/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css 2.11KB
  328. www-书码/static/ckeditor/samples/old/assets/posteddata.php 1.59KB
  329. www-书码/static/ckeditor/samples/old/assets/sample.jpg 14.11KB
  330. www-书码/static/ckeditor/samples/old/assets/uilanguages/
  331. www-书码/static/ckeditor/samples/old/assets/uilanguages/languages.js 1.43KB
  332. www-书码/static/ckeditor/samples/old/datafiltering.html 46.72KB
  333. www-书码/static/ckeditor/samples/old/dialog/
  334. www-书码/static/ckeditor/samples/old/dialog/assets/
  335. www-书码/static/ckeditor/samples/old/dialog/assets/my_dialog.js 895B
  336. www-书码/static/ckeditor/samples/old/dialog/dialog.html 7.41KB
  337. www-书码/static/ckeditor/samples/old/divreplace.html 4.78KB
  338. www-书码/static/ckeditor/samples/old/enterkey/
  339. www-书码/static/ckeditor/samples/old/enterkey/enterkey.html 4.49KB
  340. www-书码/static/ckeditor/samples/old/htmlwriter/
  341. www-书码/static/ckeditor/samples/old/htmlwriter/outputhtml.html 7.39KB
  342. www-书码/static/ckeditor/samples/old/index.html 5.91KB
  343. www-书码/static/ckeditor/samples/old/inlineall.html 10.16KB
  344. www-书码/static/ckeditor/samples/old/inlinebycode.html 6.25KB
  345. www-书码/static/ckeditor/samples/old/inlinetextarea.html 5KB
  346. www-书码/static/ckeditor/samples/old/jquery.html 7.57KB
  347. www-书码/static/ckeditor/samples/old/magicline/
  348. www-书码/static/ckeditor/samples/old/magicline/magicline.html 8.38KB
  349. www-书码/static/ckeditor/samples/old/readonly.html 3.06KB
  350. www-书码/static/ckeditor/samples/old/replacebyclass.html 7.06KB
  351. www-书码/static/ckeditor/samples/old/replacebycode.html 6.95KB
  352. www-书码/static/ckeditor/samples/old/sample.css 4.99KB
  353. www-书码/static/ckeditor/samples/old/sample.js 1.65KB
  354. www-书码/static/ckeditor/samples/old/sample_posteddata.php 807B
  355. www-书码/static/ckeditor/samples/old/tabindex.html 2.55KB
  356. www-书码/static/ckeditor/samples/old/toolbar/
  357. www-书码/static/ckeditor/samples/old/toolbar/toolbar.html 8.91KB
  358. www-书码/static/ckeditor/samples/old/uicolor.html 2.74KB
  359. www-书码/static/ckeditor/samples/old/uilanguages.html 4.63KB
  360. www-书码/static/ckeditor/samples/old/wysiwygarea/
  361. www-书码/static/ckeditor/samples/old/wysiwygarea/fullpage.html 8.12KB
  362. www-书码/static/ckeditor/samples/old/xhtmlstyle.html 7.06KB
  363. www-书码/static/ckeditor/samples/toolbarconfigurator/
  364. www-书码/static/ckeditor/samples/toolbarconfigurator/css/
  365. www-书码/static/ckeditor/samples/toolbarconfigurator/css/fontello.css 1.72KB
  366. www-书码/static/ckeditor/samples/toolbarconfigurator/font/
  367. www-书码/static/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt 188B
  368. www-书码/static/ckeditor/samples/toolbarconfigurator/font/config.json 557B
  369. www-书码/static/ckeditor/samples/toolbarconfigurator/font/fontello.eot 4.87KB
  370. www-书码/static/ckeditor/samples/toolbarconfigurator/font/fontello.svg 1.66KB
  371. www-书码/static/ckeditor/samples/toolbarconfigurator/font/fontello.ttf 4.71KB
  372. www-书码/static/ckeditor/samples/toolbarconfigurator/font/fontello.woff 2.84KB
  373. www-书码/static/ckeditor/samples/toolbarconfigurator/index.html 15.44KB
  374. www-书码/static/ckeditor/samples/toolbarconfigurator/js/
  375. www-书码/static/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js 6.37KB
  376. www-书码/static/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js 3.75KB
  377. www-书码/static/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js 16.26KB
  378. www-书码/static/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js 6.69KB
  379. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/
  380. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/
  381. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE 1.07KB
  382. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css 7.91KB
  383. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js 145.38KB
  384. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js 12KB
  385. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css 851B
  386. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css 700B
  387. www-书码/static/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js 7.89KB
  388. www-书码/static/ckeditor/skins/
  389. www-书码/static/ckeditor/skins/moono-lisa/
  390. www-书码/static/ckeditor/skins/moono-lisa/dialog.css 13.31KB
  391. www-书码/static/ckeditor/skins/moono-lisa/dialog_ie.css 14.31KB
  392. www-书码/static/ckeditor/skins/moono-lisa/dialog_ie8.css 14.85KB
  393. www-书码/static/ckeditor/skins/moono-lisa/dialog_iequirks.css 14.34KB
  394. www-书码/static/ckeditor/skins/moono-lisa/editor.css 35.06KB
  395. www-书码/static/ckeditor/skins/moono-lisa/editor_gecko.css 35.14KB
  396. www-书码/static/ckeditor/skins/moono-lisa/editor_ie.css 36.04KB
  397. www-书码/static/ckeditor/skins/moono-lisa/editor_ie8.css 36.83KB
  398. www-书码/static/ckeditor/skins/moono-lisa/editor_iequirks.css 36.67KB
  399. www-书码/static/ckeditor/skins/moono-lisa/icons.png 5.56KB
  400. www-书码/static/ckeditor/skins/moono-lisa/icons_hidpi.png 18.2KB
  401. www-书码/static/ckeditor/skins/moono-lisa/images/
  402. www-书码/static/ckeditor/skins/moono-lisa/images/arrow.png 191B
  403. www-书码/static/ckeditor/skins/moono-lisa/images/close.png 615B
  404. www-书码/static/ckeditor/skins/moono-lisa/images/hidpi/
  405. www-书码/static/ckeditor/skins/moono-lisa/images/hidpi/close.png 1.21KB
  406. www-书码/static/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png 1.05KB
  407. www-书码/static/ckeditor/skins/moono-lisa/images/hidpi/lock.png 1.04KB
  408. www-书码/static/ckeditor/skins/moono-lisa/images/hidpi/refresh.png 1.58KB
  409. www-书码/static/ckeditor/skins/moono-lisa/images/lock-open.png 511B
  410. www-书码/static/ckeditor/skins/moono-lisa/images/lock.png 506B
  411. www-书码/static/ckeditor/skins/moono-lisa/images/refresh.png 757B
  412. www-书码/static/ckeditor/skins/moono-lisa/images/spinner.gif 2.91KB
  413. www-书码/static/ckeditor/skins/moono-lisa/readme.md 2.23KB
  414. www-书码/static/ckeditor/styles.js 5.45KB
  415. www-书码/static/ckeditor/vendor/
  416. www-书码/static/ckeditor/vendor/promise.js 6.15KB
  417. www-书码/static/file/
  418. www-书码/static/file/20240503221717147458479826.docx 1.16MB
  419. www-书码/static/image/
  420. www-书码/static/image/20240503200717147380504013.jpg 1.07MB
  421. www-书码/static/image/20240503211017147418421.png 74.38KB
  422. www-书码/static/image/20240503211017147418422.png 68.7KB
  423. www-书码/static/image/20240503211017147418423.png 74.38KB
  424. www-书码/static/image/20240503211017147418424.png 68.7KB
  425. www-书码/static/image/20240503211017147418425.png 68.7KB
  426. www-书码/static/image/20240503211017147418426.png 74.38KB
  427. www-书码/static/image/202405032110171474184310.png 68.7KB
  428. www-书码/static/image/202405032110171474184311.png 68.7KB
  429. www-书码/static/image/202405032110171474184312.png 74.38KB
  430. www-书码/static/image/202405032110171474184313.png 74.38KB
  431. www-书码/static/image/202405032110171474184314.png 74.38KB
  432. www-书码/static/image/202405032110171474184315.png 68.7KB
  433. www-书码/static/image/202405032110171474184316.png 74.38KB
  434. www-书码/static/image/202405032110171474184317.png 68.7KB
  435. www-书码/static/image/202405032110171474184318.png 74.38KB
  436. www-书码/static/image/202405032110171474184319.png 74.38KB
  437. www-书码/static/image/202405032110171474184320.png 68.7KB
  438. www-书码/static/image/202405032110171474184321.png 74.38KB
  439. www-书码/static/image/202405032110171474184322.png 74.38KB
  440. www-书码/static/image/202405032110171474184323.png 74.38KB
  441. www-书码/static/image/202405032110171474184324.png 68.7KB
  442. www-书码/static/image/202405032110171474184325.png 74.38KB
  443. www-书码/static/image/202405032110171474184326.png 68.7KB
  444. www-书码/static/image/202405032110171474184327.png 74.38KB
  445. www-书码/static/image/202405032110171474184328.png 68.7KB
  446. www-书码/static/image/202405032110171474184329.png 74.38KB
  447. www-书码/static/image/202405032110171474184330.png 68.7KB
  448. www-书码/static/image/202405032110171474184331.png 68.7KB
  449. www-书码/static/image/202405032110171474184332.png 74.38KB
  450. www-书码/static/image/202405032110171474184333.png 74.38KB
  451. www-书码/static/image/202405032110171474184334.png 74.38KB
  452. www-书码/static/image/202405032110171474184335.png 74.38KB
  453. www-书码/static/image/202405032110171474184336.png 68.7KB
  454. www-书码/static/image/202405032110171474184337.png 74.38KB
  455. www-书码/static/image/202405032110171474184338.png 68.7KB
  456. www-书码/static/image/202405032110171474184339.png 68.7KB
  457. www-书码/static/image/202405032110171474184340.png 68.7KB
  458. www-书码/static/image/202405032110171474184341.png 74.38KB
  459. www-书码/static/image/202405032110171474184342.png 74.38KB
  460. www-书码/static/image/202405032110171474184343.png 74.38KB
  461. www-书码/static/image/202405032110171474184344.png 74.38KB
  462. www-书码/static/image/202405032110171474184345.png 74.38KB
  463. www-书码/static/image/202405032110171474184346.png 74.38KB
  464. www-书码/static/image/202405032110171474184347.png 74.38KB
  465. www-书码/static/image/202405032110171474184348.png 68.7KB
  466. www-书码/static/image/202405032110171474184349.png 74.38KB
  467. www-书码/static/image/202405032110171474184350.png 74.38KB
  468. www-书码/static/image/202405032110171474184351.png 74.38KB
  469. www-书码/static/image/202405032110171474184352.png 74.38KB
  470. www-书码/static/image/202405032110171474184353.png 68.7KB
  471. www-书码/static/image/202405032110171474184354.png 74.38KB
  472. www-书码/static/image/202405032110171474184355.png 74.38KB
  473. www-书码/static/image/202405032110171474184356.png 68.7KB
  474. www-书码/static/image/202405032110171474184357.png 68.7KB
  475. www-书码/static/image/202405032110171474184358.png 68.7KB
  476. www-书码/static/image/202405032110171474184359.png 74.38KB
  477. www-书码/static/image/202405032110171474184360.png 68.7KB
  478. www-书码/static/image/202405032110171474184361.png 68.7KB
  479. www-书码/static/image/202405032110171474184362.png 68.7KB
  480. www-书码/static/image/202405032110171474184363.png 68.7KB
  481. www-书码/static/image/202405032110171474184364.png 74.38KB
  482. www-书码/static/image/202405032110171474184365.png 74.38KB
  483. www-书码/static/image/202405032110171474184366.png 68.7KB
  484. www-书码/static/image/202405032110171474184367.png 68.7KB
  485. www-书码/static/image/202405032110171474184368.png 74.38KB
  486. www-书码/static/image/202405032110171474184369.png 74.38KB
  487. www-书码/static/image/20240503211017147418437.png 68.7KB
  488. www-书码/static/image/202405032110171474184370.png 74.38KB
  489. www-书码/static/image/202405032110171474184371.png 68.7KB
  490. www-书码/static/image/202405032110171474184372.png 68.7KB
  491. www-书码/static/image/202405032110171474184373.png 74.38KB
  492. www-书码/static/image/202405032110171474184374.png 74.38KB
  493. www-书码/static/image/202405032110171474184375.png 68.7KB
  494. www-书码/static/image/202405032110171474184376.png 68.7KB
  495. www-书码/static/image/20240503211017147418438.png 68.7KB
  496. www-书码/static/image/20240503211017147418439.png 68.7KB
  497. www-书码/static/image/202405032110171474184477.png 68.7KB
  498. www-书码/static/image/202405032110171474184478.png 68.7KB
  499. www-书码/static/image/202405032110171474184479.png 68.7KB
  500. www-书码/static/image/202405032110171474184480.png 68.7KB
  501. www-书码/static/image/202405032110171474184481.png 74.38KB
  502. www-书码/static/image/202405032110171474184482.png 68.7KB
  503. www-书码/static/image/202405032110171474184483.png 74.38KB
  504. www-书码/static/image/202405032110171474184484.png 74.38KB
  505. www-书码/static/image/202405032110171474184485.png 68.7KB
  506. www-书码/static/image/202405032110171474184486.png 68.7KB
  507. www-书码/static/image/202405032110171474184487.png 74.38KB
  508. www-书码/static/image/202405032110171474184488.png 68.7KB
  509. www-书码/static/image/202405032110171474184489.png 68.7KB
  510. www-书码/static/image/202405032110171474184490.png 68.7KB
  511. www-书码/static/image/202405032110171474184491.png 74.38KB
  512. www-书码/static/image/202405032110171474184492.png 68.7KB
  513. www-书码/static/image/202405032110171474184493.png 68.7KB
  514. www-书码/static/image/202405032110171474184494.png 68.7KB
  515. www-书码/static/image/202405032110171474184495.png 68.7KB
  516. www-书码/static/image/202405032110171474184496.png 68.7KB
  517. www-书码/static/image/202405032110171474184497.png 68.7KB
  518. www-书码/static/image/202405032110171474184498.png 68.7KB
  519. www-书码/static/image/202405032110171474184499.png 68.7KB
  520. www-书码/static/image/20240503213617147433812282.jpg 5.07MB
  521. www-书码/static/img.png 58.46KB
  522. www-书码/static/js/
  523. www-书码/static/js/echarts-wordcloud.min.js 124.2KB
  524. www-书码/static/js/echarts.min.js 762.92KB
  525. www-书码/static/sys_Heart.jpg 16.05KB
  526. www-书码/super.json 28B
  527. www-书码/templates/
  528. www-书码/templates/admbase.html 2.43KB
  529. www-书码/templates/admin/
  530. www-书码/templates/admin.html 1.45KB
  531. www-书码/templates/admin/admined.html 2.69KB
  532. www-书码/templates/admin/album.html 2.01KB
  533. www-书码/templates/admin/index.html 886B
  534. www-书码/templates/admin/initpwd.html 333B
  535. www-书码/templates/admin/initsys.html 333B
  536. www-书码/templates/admined.html 2.6KB
  537. www-书码/templates/admined_table.html 3.66KB
  538. www-书码/templates/album.html 2.02KB
  539. www-书码/templates/base.html 3.08KB
  540. www-书码/templates/change.html 306B
  541. www-书码/templates/chartbase.html 3.98KB
  542. www-书码/templates/echart.html 560B
  543. www-书码/templates/edit.html 350B
  544. www-书码/templates/email.html 611B
  545. www-书码/templates/initpwd.html 295B
  546. www-书码/templates/initsys.html 295B
  547. www-书码/templates/login.html 406B
  548. www-书码/templates/login_modal.html 1.86KB
  549. www-书码/templates/logined.html 1.91KB
  550. www-书码/templates/regist.html 347B
  551. www-书码/templates/super.html 1.05KB
  552. www-书码/templates/super1.html 2.24KB
  553. www-书码/templates/super_table.html 2.77KB
  554. www-书码/test/
  555. www-书码/test.py 8.5KB
  556. www-书码/test/man.png 68.7KB
  557. www-书码/test/wisdom.txt 9.55KB
  558. www-书码/test/woman.png 74.38KB
  559. www-书码/tornado_server.py 231B
  560. www-书码/visit.json 15B
0评论
提交 加载更多评论
其他资源 起床战争服务端(来源:B站@73m9)
若侵权请联系删除
Marvell SWdownloader 4.8.8.2
Marvell固件下载工具
【Babylon提升】加载wms瓦片地图
【Babylon提升】加载wms瓦片地图
Arduino-INA226-程序
Arduino-INA226-程序
《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT
《Flask Web 应用开发项目实战——基于 Python 和统信 UOS》及其配套计算机操作指南。《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》作为一本深入介绍Flask框架与统信UOS操作系统结合应用的书籍,为开发者提供了丰富的理论知识与实践案例。然而,对于初学者而言,从源码下载到项目部署的全过程可能仍显得复杂且充满挑战。因此,《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》配套计算机操作指南应运而生,旨在为读者提供一条清晰、顺畅的学习路径,确保每位读者都能顺利上手并成功运行Flask项目。
《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT 《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT 《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT
Scrcpy-win-v2.6.1
有线投屏 连接设备:利用 USB 数据线,将手机与电脑连接。确保在手机上启用了 USB 调试选项。 启动 scrcpy:定位到你已解压的 scrcpy 文件夹,并双击 scrcpy.exe 文件启动投屏应用。 无线投屏 完成有线投屏的步骤后,在电脑上打开命令行工具(如 PowerShell),按序执行以下操作命令。无线投屏前,请确保电脑和手机处于同一 WiFi 网络下。 cd D:\Libraries\Desktop\scrcpy-win64-v2.6.1 在手机端开启「开发者选项」和「USB 调试」,然后使用数据线将手机和电脑连接,并允许 USB 调试,开启手机端口。如果本行显示 no device 或未启动 adb,需检查「USB 调试」是否开启,或更换数据线。此外,一些手机需选择「文件传输」模式方能使用 adb。 .\adb tcpip 5555 拔出手机数据线,开始无线投屏。当显示 cannot connect 的超时报错,则关闭设备的 WIFI 然后重新开启。 .\adb connect 192.168.2.20:5555
yolov5的模型参数pt文件
yolov5的模型参数pt文件
GD32C8T6模板工程文件
GD32C8T6模板工程文件