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

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

JavaScript压缩库jszip

前端 22.08MB 10 需要积分: 1
立即下载

资源介绍:

JavaScript压缩库jszip,最后一版v3.10.1
File: APPNOTE.TXT - .ZIP File Format Specification Version: 6.3.2 Revised: September 28, 2007 Copyright (c) 1989 - 2007 PKWARE Inc., All Rights Reserved. The use of certain technological aspects disclosed in the current APPNOTE is available pursuant to the below section entitled "Incorporating PKWARE Proprietary Technology into Your Product". I. Purpose ---------- This specification is intended to define a cross-platform, interoperable file storage and transfer format. Since its first publication in 1989, PKWARE has remained committed to ensuring the interoperability of the .ZIP file format through publication and maintenance of this specification. We trust that all .ZIP compatible vendors and application developers that have adopted and benefited from this format will share and support this commitment to interoperability. II. Contacting PKWARE --------------------- PKWARE, Inc. 648 N. Plankinton Avenue, Suite 220 Milwaukee, WI 53203 +1-414-289-9788 +1-414-289-9789 FAX zipformat@pkware.com III. Disclaimer --------------- Although PKWARE will attempt to supply current and accurate information relating to its file formats, algorithms, and the subject programs, the possibility of error or omission cannot be eliminated. PKWARE therefore expressly disclaims any warranty that the information contained in the associated materials relating to the subject programs and/or the format of the files created or accessed by the subject programs and/or the algorithms used by the subject programs, or any other matter, is current, correct or accurate as delivered. Any risk of damage due to any possible inaccurate information is assumed by the user of the information. Furthermore, the information relating to the subject programs and/or the file formats created or accessed by the subject programs and/or the algorithms used by the subject programs is subject to change without notice. If the version of this file is marked as a NOTIFICATION OF CHANGE, the content defines an Early Feature Specification (EFS) change to the .ZIP file format that may be subject to modification prior to publication of the Final Feature Specification (FFS). This document may also contain information on Planned Feature Specifications (PFS) defining recognized future extensions. IV. Change Log -------------- Version Change Description Date ------- ------------------ ---------- 5.2 -Single Password Symmetric Encryption 06/02/2003 storage 6.1.0 -Smartcard compatibility 01/20/2004 -Documentation on certificate storage 6.2.0 -Introduction of Central Directory 04/26/2004 Encryption for encrypting metadata -Added OS/X to Version Made By values 6.2.1 -Added Extra Field placeholder for 04/01/2005 POSZIP using ID 0x4690 -Clarified size field on "zip64 end of central directory record" 6.2.2 -Documented Final Feature Specification 01/06/2006 for Strong Encryption -Clarifications and typographical corrections 6.3.0 -Added tape positioning storage 09/29/2006 parameters -Expanded list of supported hash algorithms -Expanded list of supported compression algorithms -Expanded list of supported encryption algorithms -Added option for Unicode filename storage -Clarifications for consistent use of Data Descriptor records -Added additional "Extra Field" definitions 6.3.1 -Corrected standard hash values for 04/11/2007 SHA-256/384/512 6.3.2 -Added compression method 97 09/28/2007 -Documented InfoZIP "Extra Field" values for UTF-8 file name and file comment storage V. General Format of a .ZIP file -------------------------------- Files stored in arbitrary order. Large .ZIP files can span multiple volumes or be split into user-defined segment sizes. All values are stored in little-endian byte order unless otherwise specified. Overall .ZIP file format: [local file header 1] [file data 1] [data descriptor 1] . . . [local file header n] [file data n] [data descriptor n] [archive decryption header] [archive extra data record] [central directory] [zip64 end of central directory record] [zip64 end of central directory locator] [end of central directory record] A. Local file header: local file header signature 4 bytes (0x04034b50) version needed to extract 2 bytes general purpose bit flag 2 bytes compression method 2 bytes last mod file time 2 bytes last mod file date 2 bytes crc-32 4 bytes compressed size 4 bytes uncompressed size 4 bytes file name length 2 bytes extra field length 2 bytes file name (variable size) extra field (variable size) B. File data Immediately following the local header for a file is the compressed or stored data for the file. The series of [local file header][file data][data descriptor] repeats for each file in the .ZIP archive. C. Data descriptor: crc-32 4 bytes compressed size 4 bytes uncompressed size 4 bytes This descriptor exists only if bit 3 of the general purpose bit flag is set (see below). It is byte aligned and immediately follows the last byte of compressed data. This descriptor is used only when it was not possible to seek in the output .ZIP file, e.g., when the output .ZIP file was standard output or a non-seekable device. For ZIP64(tm) format archives, the compressed and uncompressed sizes are 8 bytes each. When compressing files, compressed and uncompressed sizes should be stored in ZIP64 format (as 8 byte values) when a files size exceeds 0xFFFFFFFF. However ZIP64 format may be used regardless of the size of a file. When extracting, if the zip64 extended information extra field is present for the file the compressed and uncompressed sizes will be 8 byte values. Although not originally assigned a signature, the value 0x08074b50 has commonly been adopted as a signature value for the data descriptor record. Implementers should be aware that ZIP files may be encountered with or without this signature marking data descriptors and should account for either case when reading ZIP files to ensure compatibility. When writing ZIP files, it is recommended to include the signature value marking the data descriptor record. When the signature is used, the fields currently defined for the data descriptor record will immediately follow the signature. An extensible data descriptor will be released in a future version of this APPNOTE. This new record is intended to resolve conflicts with the use of this record going forward, and to provide better support for streamed file processing. When the Central Directory Encryption method is used, the data descriptor record is not required, but may be used. If present, and bit 3 of the gener

资源文件列表:

Stuk-jszip-v3.10.1-1-g2ceb998.zip 大约有229个文件
  1. Stuk-jszip-2ceb998/
  2. Stuk-jszip-2ceb998/.codeclimate.yml 208B
  3. Stuk-jszip-2ceb998/.editorconfig 115B
  4. Stuk-jszip-2ceb998/.eslintrc.js 896B
  5. Stuk-jszip-2ceb998/.github/
  6. Stuk-jszip-2ceb998/.github/FUNDING.yml 13B
  7. Stuk-jszip-2ceb998/.github/workflows/
  8. Stuk-jszip-2ceb998/.github/workflows/pr.yaml 1.39KB
  9. Stuk-jszip-2ceb998/.gitignore 80B
  10. Stuk-jszip-2ceb998/.npmignore 86B
  11. Stuk-jszip-2ceb998/.travis.yml 668B
  12. Stuk-jszip-2ceb998/CHANGES.md 11.76KB
  13. Stuk-jszip-2ceb998/Gruntfile.js 1.44KB
  14. Stuk-jszip-2ceb998/LICENSE.markdown 32.96KB
  15. Stuk-jszip-2ceb998/README.markdown 678B
  16. Stuk-jszip-2ceb998/_config.yml 427B
  17. Stuk-jszip-2ceb998/bower.json 439B
  18. Stuk-jszip-2ceb998/component.json 319B
  19. Stuk-jszip-2ceb998/dist/
  20. Stuk-jszip-2ceb998/dist/jszip.js 365.42KB
  21. Stuk-jszip-2ceb998/dist/jszip.min.js 95.34KB
  22. Stuk-jszip-2ceb998/docs/
  23. Stuk-jszip-2ceb998/docs/APPNOTE.TXT 141.82KB
  24. Stuk-jszip-2ceb998/docs/ZIP spec.txt 2.52KB
  25. Stuk-jszip-2ceb998/docs/references.txt 577B
  26. Stuk-jszip-2ceb998/documentation/
  27. Stuk-jszip-2ceb998/documentation/.eslintrc.js 201B
  28. Stuk-jszip-2ceb998/documentation/_layouts/
  29. Stuk-jszip-2ceb998/documentation/_layouts/default.html 9.45KB
  30. Stuk-jszip-2ceb998/documentation/api_jszip.md 606B
  31. Stuk-jszip-2ceb998/documentation/api_jszip/
  32. Stuk-jszip-2ceb998/documentation/api_jszip/constructor.md 222B
  33. Stuk-jszip-2ceb998/documentation/api_jszip/external.md 603B
  34. Stuk-jszip-2ceb998/documentation/api_jszip/file_data.md 8.21KB
  35. Stuk-jszip-2ceb998/documentation/api_jszip/file_name.md 1.23KB
  36. Stuk-jszip-2ceb998/documentation/api_jszip/file_regex.md 1.15KB
  37. Stuk-jszip-2ceb998/documentation/api_jszip/filter.md 1.01KB
  38. Stuk-jszip-2ceb998/documentation/api_jszip/folder_name.md 741B
  39. Stuk-jszip-2ceb998/documentation/api_jszip/folder_regex.md 852B
  40. Stuk-jszip-2ceb998/documentation/api_jszip/for_each.md 1.13KB
  41. Stuk-jszip-2ceb998/documentation/api_jszip/generate_async.md 8.2KB
  42. Stuk-jszip-2ceb998/documentation/api_jszip/generate_internal_stream.md 924B
  43. Stuk-jszip-2ceb998/documentation/api_jszip/generate_node_stream.md 1.19KB
  44. Stuk-jszip-2ceb998/documentation/api_jszip/load_async.md 6.5KB
  45. Stuk-jszip-2ceb998/documentation/api_jszip/load_async_object.md 441B
  46. Stuk-jszip-2ceb998/documentation/api_jszip/remove.md 556B
  47. Stuk-jszip-2ceb998/documentation/api_jszip/support.md 690B
  48. Stuk-jszip-2ceb998/documentation/api_jszip/version.md 163B
  49. Stuk-jszip-2ceb998/documentation/api_streamhelper.md 560B
  50. Stuk-jszip-2ceb998/documentation/api_streamhelper/
  51. Stuk-jszip-2ceb998/documentation/api_streamhelper/accumulate.md 1006B
  52. Stuk-jszip-2ceb998/documentation/api_streamhelper/on.md 1.26KB
  53. Stuk-jszip-2ceb998/documentation/api_streamhelper/pause.md 501B
  54. Stuk-jszip-2ceb998/documentation/api_streamhelper/resume.md 354B
  55. Stuk-jszip-2ceb998/documentation/api_zipobject.md 1.66KB
  56. Stuk-jszip-2ceb998/documentation/api_zipobject/
  57. Stuk-jszip-2ceb998/documentation/api_zipobject/async.md 2.35KB
  58. Stuk-jszip-2ceb998/documentation/api_zipobject/internal_stream.md 673B
  59. Stuk-jszip-2ceb998/documentation/api_zipobject/node_stream.md 1001B
  60. Stuk-jszip-2ceb998/documentation/contributing.md 2.69KB
  61. Stuk-jszip-2ceb998/documentation/css/
  62. Stuk-jszip-2ceb998/documentation/css/main.css 810B
  63. Stuk-jszip-2ceb998/documentation/css/pygments.css 3.19KB
  64. Stuk-jszip-2ceb998/documentation/examples.md 3.17KB
  65. Stuk-jszip-2ceb998/documentation/examples/
  66. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.html 2.69KB
  67. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.inc/
  68. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.inc/blob.html 167B
  69. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.inc/blob.js 367B
  70. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.inc/data_uri.html 134B
  71. Stuk-jszip-2ceb998/documentation/examples/download-zip-file.inc/data_uri.js 331B
  72. Stuk-jszip-2ceb998/documentation/examples/downloader.html 2.36KB
  73. Stuk-jszip-2ceb998/documentation/examples/downloader.inc/
  74. Stuk-jszip-2ceb998/documentation/examples/downloader.inc/downloader.html 1.19KB
  75. Stuk-jszip-2ceb998/documentation/examples/downloader.inc/downloader.js 1.52KB
  76. Stuk-jszip-2ceb998/documentation/examples/downloader.inc/helpers.js 1019B
  77. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.html 3.32KB
  78. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.inc/
  79. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.inc/fetch_api.html 23B
  80. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.inc/fetch_api.js 966B
  81. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.inc/jszip_utils.html 29B
  82. Stuk-jszip-2ceb998/documentation/examples/get-binary-files-ajax.inc/jszip_utils.js 916B
  83. Stuk-jszip-2ceb998/documentation/examples/read-local-file-api.html 1.51KB
  84. Stuk-jszip-2ceb998/documentation/examples/read-local-file-api.inc/
  85. Stuk-jszip-2ceb998/documentation/examples/read-local-file-api.inc/read.html 292B
  86. Stuk-jszip-2ceb998/documentation/examples/read-local-file-api.inc/read.js 1.41KB
  87. Stuk-jszip-2ceb998/documentation/faq.md 1.7KB
  88. Stuk-jszip-2ceb998/documentation/howto/
  89. Stuk-jszip-2ceb998/documentation/howto/read_zip.md 5.23KB
  90. Stuk-jszip-2ceb998/documentation/howto/write_zip.md 3.41KB
  91. Stuk-jszip-2ceb998/documentation/limitations.md 4.27KB
  92. Stuk-jszip-2ceb998/documentation/upgrade_guide.md 4.75KB
  93. Stuk-jszip-2ceb998/index.d.ts 10.76KB
  94. Stuk-jszip-2ceb998/index.html 3.86KB
  95. Stuk-jszip-2ceb998/lib/
  96. Stuk-jszip-2ceb998/lib/base64.js 3.3KB
  97. Stuk-jszip-2ceb998/lib/compressedObject.js 2.82KB
  98. Stuk-jszip-2ceb998/lib/compressions.js 350B
  99. Stuk-jszip-2ceb998/lib/crc32.js 1.88KB
  100. Stuk-jszip-2ceb998/lib/defaults.js 284B
  101. Stuk-jszip-2ceb998/lib/external.js 438B
  102. Stuk-jszip-2ceb998/lib/flate.js 2.31KB
  103. Stuk-jszip-2ceb998/lib/generate/
  104. Stuk-jszip-2ceb998/lib/generate/ZipFileWorker.js 17.53KB
  105. Stuk-jszip-2ceb998/lib/generate/index.js 1.99KB
  106. Stuk-jszip-2ceb998/lib/index.js 1.5KB
  107. Stuk-jszip-2ceb998/lib/license_header.js 388B
  108. Stuk-jszip-2ceb998/lib/load.js 3.12KB
  109. Stuk-jszip-2ceb998/lib/nodejs/
  110. Stuk-jszip-2ceb998/lib/nodejs/NodejsStreamInputAdapter.js 1.89KB
  111. Stuk-jszip-2ceb998/lib/nodejs/NodejsStreamOutputAdapter.js 1.05KB
  112. Stuk-jszip-2ceb998/lib/nodejsUtils.js 1.84KB
  113. Stuk-jszip-2ceb998/lib/object.js 12.15KB
  114. Stuk-jszip-2ceb998/lib/readable-stream-browser.js 441B
  115. Stuk-jszip-2ceb998/lib/reader/
  116. Stuk-jszip-2ceb998/lib/reader/ArrayReader.js 1.55KB
  117. Stuk-jszip-2ceb998/lib/reader/DataReader.js 3.62KB
  118. Stuk-jszip-2ceb998/lib/reader/NodeBufferReader.js 519B
  119. Stuk-jszip-2ceb998/lib/reader/StringReader.js 1020B
  120. Stuk-jszip-2ceb998/lib/reader/Uint8ArrayReader.js 652B
  121. Stuk-jszip-2ceb998/lib/reader/readerFor.js 904B
  122. Stuk-jszip-2ceb998/lib/signature.js 294B
  123. Stuk-jszip-2ceb998/lib/stream/
  124. Stuk-jszip-2ceb998/lib/stream/ConvertWorker.js 648B
  125. Stuk-jszip-2ceb998/lib/stream/Crc32Probe.js 599B
  126. Stuk-jszip-2ceb998/lib/stream/DataLengthProbe.js 829B
  127. Stuk-jszip-2ceb998/lib/stream/DataWorker.js 2.68KB
  128. Stuk-jszip-2ceb998/lib/stream/GenericWorker.js 8.01KB
  129. Stuk-jszip-2ceb998/lib/stream/StreamHelper.js 6.72KB
  130. Stuk-jszip-2ceb998/lib/support.js 1.06KB
  131. Stuk-jszip-2ceb998/lib/utf8.js 7.91KB
  132. Stuk-jszip-2ceb998/lib/utils.js 16.16KB
  133. Stuk-jszip-2ceb998/lib/zipEntries.js 11.59KB
  134. Stuk-jszip-2ceb998/lib/zipEntry.js 11.05KB
  135. Stuk-jszip-2ceb998/lib/zipObject.js 4.42KB
  136. Stuk-jszip-2ceb998/package-lock.json 300.86KB
  137. Stuk-jszip-2ceb998/package.json 1.75KB
  138. Stuk-jszip-2ceb998/sponsors.md 704B
  139. Stuk-jszip-2ceb998/test/
  140. Stuk-jszip-2ceb998/test/.eslintrc.js 161B
  141. Stuk-jszip-2ceb998/test/asserts/
  142. Stuk-jszip-2ceb998/test/asserts/constructor.js 427B
  143. Stuk-jszip-2ceb998/test/asserts/delete.js 4.81KB
  144. Stuk-jszip-2ceb998/test/asserts/deprecated.js 1.09KB
  145. Stuk-jszip-2ceb998/test/asserts/external.js 4KB
  146. Stuk-jszip-2ceb998/test/asserts/file.js 37.79KB
  147. Stuk-jszip-2ceb998/test/asserts/filter.js 1.84KB
  148. Stuk-jszip-2ceb998/test/asserts/foreach.js 1.38KB
  149. Stuk-jszip-2ceb998/test/asserts/generate.js 15.06KB
  150. Stuk-jszip-2ceb998/test/asserts/load.js 36.87KB
  151. Stuk-jszip-2ceb998/test/asserts/permissions.js 6.44KB
  152. Stuk-jszip-2ceb998/test/asserts/stream.js 12.39KB
  153. Stuk-jszip-2ceb998/test/asserts/unicode.js 7.79KB
  154. Stuk-jszip-2ceb998/test/asserts/utils.js 899B
  155. Stuk-jszip-2ceb998/test/asserts/version.js 256B
  156. Stuk-jszip-2ceb998/test/benchmark/
  157. Stuk-jszip-2ceb998/test/benchmark/.eslintrc.js 128B
  158. Stuk-jszip-2ceb998/test/benchmark/benchmark.js 1.32KB
  159. Stuk-jszip-2ceb998/test/benchmark/index.html 479B
  160. Stuk-jszip-2ceb998/test/benchmark/node.js 175B
  161. Stuk-jszip-2ceb998/test/helpers/
  162. Stuk-jszip-2ceb998/test/helpers/browser-test-utils.js 158B
  163. Stuk-jszip-2ceb998/test/helpers/node-test-utils.js 503B
  164. Stuk-jszip-2ceb998/test/helpers/test-utils.js 7.82KB
  165. Stuk-jszip-2ceb998/test/index.html 3.29KB
  166. Stuk-jszip-2ceb998/test/jquery-1.8.3.min.js 91.44KB
  167. Stuk-jszip-2ceb998/test/ref/
  168. Stuk-jszip-2ceb998/test/ref/all-stream.zip 399B
  169. Stuk-jszip-2ceb998/test/ref/all.7zip.zip 367B
  170. Stuk-jszip-2ceb998/test/ref/all.windows.zip 273B
  171. Stuk-jszip-2ceb998/test/ref/all.zip 367B
  172. Stuk-jszip-2ceb998/test/ref/all_appended_bytes.zip 379B
  173. Stuk-jszip-2ceb998/test/ref/all_missing_bytes.zip 335B
  174. Stuk-jszip-2ceb998/test/ref/all_prepended_bytes.zip 379B
  175. Stuk-jszip-2ceb998/test/ref/archive_comment.zip 153B
  176. Stuk-jszip-2ceb998/test/ref/backslash.zip 130B
  177. Stuk-jszip-2ceb998/test/ref/complex_files/
  178. Stuk-jszip-2ceb998/test/ref/complex_files/AntarcticaTemps.ods 39.59KB
  179. Stuk-jszip-2ceb998/test/ref/complex_files/AntarcticaTemps.xlsx 30.94KB
  180. Stuk-jszip-2ceb998/test/ref/complex_files/Franz Kafka - The Metamorphosis.epub 271.5KB
  181. Stuk-jszip-2ceb998/test/ref/complex_files/Outlook2007_Calendar.xps 184.4KB
  182. Stuk-jszip-2ceb998/test/ref/data_descriptor.zip 196B
  183. Stuk-jszip-2ceb998/test/ref/deflate-stream.zip 205B
  184. Stuk-jszip-2ceb998/test/ref/deflate.zip 189B
  185. Stuk-jszip-2ceb998/test/ref/empty.zip 22B
  186. Stuk-jszip-2ceb998/test/ref/encrypted.zip 156B
  187. Stuk-jszip-2ceb998/test/ref/extra_attributes.zip 180B
  188. Stuk-jszip-2ceb998/test/ref/extra_filed_non_standard.zip 22.53MB
  189. Stuk-jszip-2ceb998/test/ref/folder.zip 112B
  190. Stuk-jszip-2ceb998/test/ref/image.zip 157B
  191. Stuk-jszip-2ceb998/test/ref/invalid/
  192. Stuk-jszip-2ceb998/test/ref/invalid/bad_decompressed_size.zip 128B
  193. Stuk-jszip-2ceb998/test/ref/invalid/bad_offset.zip 128B
  194. Stuk-jszip-2ceb998/test/ref/invalid/compression.zip 189B
  195. Stuk-jszip-2ceb998/test/ref/invalid/crc32.zip 128B
  196. Stuk-jszip-2ceb998/test/ref/local_encoding_in_name.zip 350B
  197. Stuk-jszip-2ceb998/test/ref/nested.zip 368B
  198. Stuk-jszip-2ceb998/test/ref/nested_data_descriptor.zip 400B
  199. Stuk-jszip-2ceb998/test/ref/nested_zip64.zip 564B
  200. Stuk-jszip-2ceb998/test/ref/permissions/
  201. Stuk-jszip-2ceb998/test/ref/permissions/linux_7z.zip 666B
  202. Stuk-jszip-2ceb998/test/ref/permissions/linux_ark.zip 1.01KB
  203. Stuk-jszip-2ceb998/test/ref/permissions/linux_file_roller-ubuntu.zip 666B
  204. Stuk-jszip-2ceb998/test/ref/permissions/linux_file_roller-xubuntu.zip 1.01KB
  205. Stuk-jszip-2ceb998/test/ref/permissions/linux_zip.zip 1.01KB
  206. Stuk-jszip-2ceb998/test/ref/permissions/mac_finder.zip 862B
  207. Stuk-jszip-2ceb998/test/ref/permissions/windows_7z.zip 1.06KB
  208. Stuk-jszip-2ceb998/test/ref/permissions/windows_compressed_folders.zip 612B
  209. Stuk-jszip-2ceb998/test/ref/permissions/windows_izarc.zip 612B
  210. Stuk-jszip-2ceb998/test/ref/permissions/windows_winrar.zip 1.06KB
  211. Stuk-jszip-2ceb998/test/ref/pile_of_poo.zip 276B
  212. Stuk-jszip-2ceb998/test/ref/pollution.zip 480B
  213. Stuk-jszip-2ceb998/test/ref/slashes_and_izarc.zip 139B
  214. Stuk-jszip-2ceb998/test/ref/store-stream.zip 226B
  215. Stuk-jszip-2ceb998/test/ref/store.zip 210B
  216. Stuk-jszip-2ceb998/test/ref/subfolder.zip 222B
  217. Stuk-jszip-2ceb998/test/ref/text.zip 128B
  218. Stuk-jszip-2ceb998/test/ref/utf8.zip 124B
  219. Stuk-jszip-2ceb998/test/ref/utf8_in_name.zip 122B
  220. Stuk-jszip-2ceb998/test/ref/winrar_utf8_in_name.zip 154B
  221. Stuk-jszip-2ceb998/test/ref/zip64.zip 288B
  222. Stuk-jszip-2ceb998/test/ref/zip64_appended_bytes.zip 300B
  223. Stuk-jszip-2ceb998/test/ref/zip64_missing_bytes.zip 256B
  224. Stuk-jszip-2ceb998/test/ref/zip64_prepended_bytes.zip 300B
  225. Stuk-jszip-2ceb998/test/run.js 2.79KB
  226. Stuk-jszip-2ceb998/test/smile.gif 41B
  227. Stuk-jszip-2ceb998/tsconfig.json 10.74KB
  228. Stuk-jszip-2ceb998/vendor/
  229. Stuk-jszip-2ceb998/vendor/FileSaver.js 7.56KB
0评论
提交 加载更多评论
其他资源 遇到ISP耍流氓,我就非暴力不合作 编译好的程序!
占用带宽的小区,不写硬盘,只存内存,随存随消! ISP用我们的光猫、用我们的电力、用我们的算力来封锁我们! 我们就用这个小程序来消耗它的带宽!可以随时调节带宽占用程序,不影响个人上网体验、玩游戏。 如果调整到一个数字,发现网断了!马上查看路由器,如果能正常响应,哪是光猫超负载了。如果是路由器不响应,哪是路由器超负载了。 光猫超负载解决方案:将光猫由路由器模式改成桥接模式。个人改不了,因为isp不会给你光猫的超级用户口令,你可以电话客服,让他们给你改!如果不给你改,只有投诉了,渠道很多。坚持投诉,基本能给你改! 路由器超负载解决方案:路由器改成AP模式,然后用电脑拨号,怎么刷网络都刷不死!只会给你限速,不会断网!路由器改成AP模式【这是常用光猫拨号,个人路由器常用设置方式,这样设置效率较高,但绝大数还是把个人路由器设置成路由模式,双层路由,效率低下】,大概率会光猫超负荷,此时只要改光猫为桥接方式,电脑拨号,百刷不死,愉快的旅程开始!
2024年数学建模国赛LaTeX模板
cumcmthesis 是为全国大学生数学建模竞赛编写的LaTeX模板, 旨在让大家专注于论文的内容写作, 而不用花费过多精力在格式的定制和调整上. 本手册是相应的参考, 其 中提供了一些环境和命令可以让模板的使用更为方便. 同时需要注意, 使用者需要有一 定的LaTeX的使用经验, 至少要会使用常用宏包的一些功能, 比如参考文献,数学公式,图片使用,列表环境等等. 今年的格式变化主要就是一个地方,如下: 参赛论文电子版内容必须与纸质版内容及格式(包括附录)完全一致;必须是一个单独的文件,文件格式为PDF或者Word格式之一(建议使用PDF格式);文件大小不超过20MB。注意参赛论文电子版文件不要压缩,承诺书和编号专用页不要放在电子版论文中,即电子版论文的第一页必须为摘要专用页。
2024年数学建模国赛LaTeX模板
基于 Express + Three.js的 3D 球体抽奖程序
年会抽奖程序,基于 Express + Three.js的 3D 球体抽奖程序,奖品,文字,图片,抽奖规则均可配置,抽奖人员信息Excel一键导入,抽奖结果Excel导出,给你的抽奖活动带来全新酷炫体验 可将抽奖结果进行保存实时下载到 excel 中 已抽取人员不在参与抽取,抽中的人员不在现场可以重新抽取 刷新或者关掉服务器,会保存当前已抽取的数据,不会进行数据重置,只有点击界面上的重置按钮,才能重置抽奖数据 每次抽取的奖品数目可配置 抽取完所有奖品后还可以继续抽取特别奖(例如:现在抽取红包,追加的奖品等),此时默认一次抽取一个 安装 cd lottery # 服务端插件安装 cd server npm install # 前端插件安装 cd ../product npm install # 打包 npm run build # 运行 npm run serve # 开发调试 npm run dev
【自动阅读】自动挂机浏览广告新闻赚钱APP+赚积分系统+带支付宝提现+3级团队.zip
【自动阅读】自动挂机浏览广告新闻赚钱APP+赚积分系统+带支付宝提现+3级团队.zip
2020-2026年中国人工智能行业发展趋势研判及战略投资深度研究报告
2020-2026年中国人工智能行业发展趋势研判及战略投资深度研究报告
2020-2026年中国人工智能行业发展趋势研判及战略投资深度研究报告 2020-2026年中国人工智能行业发展趋势研判及战略投资深度研究报告 2020-2026年中国人工智能行业发展趋势研判及战略投资深度研究报告
vb6+sp5,最方便的VB6开发环境
用于VB6开发的最少环境,很方便。如果 不用它,可能直接用ms office 中的vba开发区环境,随手可取,太方便了,可以用于99%的开发需要,当然要配合windows api。 VB6可以完成100%!用VC开发最方便,API全部给包装,使用方便!但是开发环境太复杂、庞大。 每次编译让人心焦!
Rainbow.zip
Rainbow.zip
赛博朋克2077全武器存档
赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克2077全武器存档赛博朋克20