scratch-blocks-develop.zip
大小:1MB
价格:29积分
下载量:0
评分:
5.0
上传者:2301_80488214
更新日期:2025-09-22

Scratch Blocks 是一个用于构建创意计算接口的库

资源文件列表(大概)

文件名
大小
scratch-blocks-develop/
-
scratch-blocks-develop/.editorconfig
166B
scratch-blocks-develop/.eslintignore
228B
scratch-blocks-develop/.eslintrc
2.17KB
scratch-blocks-develop/.github/
-
scratch-blocks-develop/.github/CODEOWNERS.md
39B
scratch-blocks-develop/.github/CONTRIBUTING.md
5.12KB
scratch-blocks-develop/.github/ISSUE_TEMPLATE.md
304B
scratch-blocks-develop/.github/PULL_REQUEST_TEMPLATE.md
286B
scratch-blocks-develop/.github/workflows/
-
scratch-blocks-develop/.github/workflows/commitlint.yml
401B
scratch-blocks-develop/.github/workflows/deploy.yml
1.87KB
scratch-blocks-develop/.gitignore
757B
scratch-blocks-develop/.husky/
-
scratch-blocks-develop/.husky/.gitattributes
14B
scratch-blocks-develop/.husky/commit-msg
93B
scratch-blocks-develop/.npmignore
359B
scratch-blocks-develop/.npmrc
37B
scratch-blocks-develop/.nvmrc
4B
scratch-blocks-develop/.tx/
-
scratch-blocks-develop/.tx/config
232B
scratch-blocks-develop/CHANGELOG.md
111.99KB
scratch-blocks-develop/LICENSE
9.94KB
scratch-blocks-develop/README.md
3.32KB
scratch-blocks-develop/TRADEMARK
319B
scratch-blocks-develop/blocks_common/
-
scratch-blocks-develop/blocks_common/colour.js
1.49KB
scratch-blocks-develop/blocks_common/math.js
3.86KB
scratch-blocks-develop/blocks_common/matrix.js
1.29KB
scratch-blocks-develop/blocks_common/note.js
1.46KB
scratch-blocks-develop/blocks_common/text.js
1.44KB
scratch-blocks-develop/blocks_horizontal/
-
scratch-blocks-develop/blocks_horizontal/control.js
5.8KB
scratch-blocks-develop/blocks_horizontal/default_toolbox.js
4.55KB
scratch-blocks-develop/blocks_horizontal/event.js
6.55KB
scratch-blocks-develop/blocks_horizontal/wedo.js
10.62KB
scratch-blocks-develop/blocks_vertical/
-
scratch-blocks-develop/blocks_vertical/control.js
13.67KB
scratch-blocks-develop/blocks_vertical/data.js
16.94KB
scratch-blocks-develop/blocks_vertical/default_toolbox.js
20.97KB
scratch-blocks-develop/blocks_vertical/event.js
8.25KB
scratch-blocks-develop/blocks_vertical/extensions.js
7.11KB
scratch-blocks-develop/blocks_vertical/looks.js
14.51KB
scratch-blocks-develop/blocks_vertical/motion.js
13.87KB
scratch-blocks-develop/blocks_vertical/operators.js
10.57KB
scratch-blocks-develop/blocks_vertical/procedures.js
32.92KB
scratch-blocks-develop/blocks_vertical/sensing.js
13.13KB
scratch-blocks-develop/blocks_vertical/sound.js
5.75KB
scratch-blocks-develop/blocks_vertical/vertical_extensions.js
8.99KB
scratch-blocks-develop/build.py
22.71KB
scratch-blocks-develop/build/
-
scratch-blocks-develop/build/gen_blocks.js
32B
scratch-blocks-develop/build/test_expect.js
25B
scratch-blocks-develop/build/test_input.js
32B
scratch-blocks-develop/cleanup.sh
2.46KB
scratch-blocks-develop/commitlint.config.js
152B
scratch-blocks-develop/core/
-
scratch-blocks-develop/core/block.js
55.9KB
scratch-blocks-develop/core/block_animations.js
3.5KB
scratch-blocks-develop/core/block_drag_surface.js
10.09KB
scratch-blocks-develop/core/block_dragger.js
13.67KB
scratch-blocks-develop/core/block_events.js
15.72KB
scratch-blocks-develop/core/block_render_svg_horizontal.js
28.07KB
scratch-blocks-develop/core/block_render_svg_vertical.js
58.16KB
scratch-blocks-develop/core/block_svg.js
39.88KB
scratch-blocks-develop/core/blockly.js
19.83KB
scratch-blocks-develop/core/blocks.js
1.06KB
scratch-blocks-develop/core/bubble.js
20.23KB
scratch-blocks-develop/core/bubble_dragger.js
8.95KB
scratch-blocks-develop/core/colours.js
4.57KB
scratch-blocks-develop/core/comment.js
8.81KB
scratch-blocks-develop/core/comment_events.js
15.81KB
scratch-blocks-develop/core/connection.js
25.11KB
scratch-blocks-develop/core/connection_db.js
9.46KB
scratch-blocks-develop/core/constants.js
9.08KB
scratch-blocks-develop/core/contextmenu.js
16.73KB
scratch-blocks-develop/core/css.js
33.12KB
scratch-blocks-develop/core/data_category.js
17.84KB
scratch-blocks-develop/core/dragged_connection_manager.js
8.27KB
scratch-blocks-develop/core/dropdowndiv.js
14.42KB
scratch-blocks-develop/core/events.js
11.4KB
scratch-blocks-develop/core/events_abstract.js
2.92KB
scratch-blocks-develop/core/extensions.js
16.32KB
scratch-blocks-develop/core/field.js
23.24KB
scratch-blocks-develop/core/field_angle.js
12.86KB
scratch-blocks-develop/core/field_checkbox.js
4.11KB
scratch-blocks-develop/core/field_colour.js
7.47KB
scratch-blocks-develop/core/field_colour_slider.js
13.63KB
scratch-blocks-develop/core/field_date.js
9.22KB
scratch-blocks-develop/core/field_dropdown.js
15.03KB
scratch-blocks-develop/core/field_iconmenu.js
11.39KB
scratch-blocks-develop/core/field_image.js
5.16KB
scratch-blocks-develop/core/field_label.js
3.87KB
scratch-blocks-develop/core/field_label_serializable.js
4.34KB
scratch-blocks-develop/core/field_matrix.js
16.53KB
scratch-blocks-develop/core/field_note.js
24.78KB
scratch-blocks-develop/core/field_number.js
12.85KB
scratch-blocks-develop/core/field_numberdropdown.js
2.72KB
scratch-blocks-develop/core/field_textdropdown.js
5.64KB
scratch-blocks-develop/core/field_textinput.js
22.84KB
scratch-blocks-develop/core/field_textinput_removable.js
3.77KB
scratch-blocks-develop/core/field_variable.js
12.83KB
scratch-blocks-develop/core/field_variable_getter.js
5.68KB
scratch-blocks-develop/core/field_vertical_separator.js
4.39KB
scratch-blocks-develop/core/flyout_base.js
28.14KB
scratch-blocks-develop/core/flyout_button.js
8.5KB
scratch-blocks-develop/core/flyout_dragger.js
2.52KB
scratch-blocks-develop/core/flyout_extension_category_header.js
4.82KB
scratch-blocks-develop/core/flyout_horizontal.js
15.88KB
scratch-blocks-develop/core/flyout_vertical.js
25.54KB
scratch-blocks-develop/core/generator.js
14.52KB
scratch-blocks-develop/core/gesture.js
30.31KB
scratch-blocks-develop/core/grid.js
6.35KB
scratch-blocks-develop/core/icon.js
5.27KB
scratch-blocks-develop/core/inject.js
16.8KB
scratch-blocks-develop/core/input.js
8.15KB
scratch-blocks-develop/core/insertion_marker_manager.js
22.23KB
scratch-blocks-develop/core/msg.js
1.69KB
scratch-blocks-develop/core/mutator.js
13.91KB
scratch-blocks-develop/core/names.js
6.65KB
scratch-blocks-develop/core/options.js
7.58KB
scratch-blocks-develop/core/procedures.js
19.37KB
scratch-blocks-develop/core/rendered_connection.js
13.79KB
scratch-blocks-develop/core/scratch_block_comment.js
20.79KB
scratch-blocks-develop/core/scratch_blocks_utils.js
8.34KB
scratch-blocks-develop/core/scratch_bubble.js
21.98KB
scratch-blocks-develop/core/scratch_events.js
3.77KB
scratch-blocks-develop/core/scratch_msgs.js
2.6KB
scratch-blocks-develop/core/scrollbar.js
28.68KB
scratch-blocks-develop/core/toolbox.js
22.93KB
scratch-blocks-develop/core/tooltip.js
9.85KB
scratch-blocks-develop/core/touch.js
7.17KB
scratch-blocks-develop/core/trashcan.js
9.19KB
scratch-blocks-develop/core/ui_events.js
2.66KB
scratch-blocks-develop/core/ui_menu_utils.js
2.29KB
scratch-blocks-develop/core/utils.js
30.28KB
scratch-blocks-develop/core/variable_events.js
7.31KB
scratch-blocks-develop/core/variable_map.js
13.39KB
scratch-blocks-develop/core/variable_model.js
3.49KB
scratch-blocks-develop/core/variables.js
26.46KB
scratch-blocks-develop/core/warning.js
5.48KB
scratch-blocks-develop/core/widgetdiv.js
12.62KB
scratch-blocks-develop/core/workspace.js
20.6KB
scratch-blocks-develop/core/workspace_audio.js
5.09KB
scratch-blocks-develop/core/workspace_comment.js
11.27KB
scratch-blocks-develop/core/workspace_comment_render_svg.js
23.52KB
scratch-blocks-develop/core/workspace_comment_svg.js
18.89KB
scratch-blocks-develop/core/workspace_drag_surface_svg.js
6.83KB
scratch-blocks-develop/core/workspace_dragger.js
3.92KB
scratch-blocks-develop/core/workspace_svg.js
71.6KB
scratch-blocks-develop/core/xml.js
31.51KB
scratch-blocks-develop/core/zoom_controls.js
8.08KB
scratch-blocks-develop/gh-pages/
-
scratch-blocks-develop/gh-pages/Gemfile
607B
scratch-blocks-develop/gh-pages/_config.yml
52B
scratch-blocks-develop/gh-pages/index.md
202B
scratch-blocks-develop/i18n/
-
scratch-blocks-develop/i18n/common.py
7.45KB
scratch-blocks-develop/i18n/create_messages.py
6.26KB
scratch-blocks-develop/i18n/create_scratch_msgs.js
2.34KB
scratch-blocks-develop/i18n/dedup_json.py
2.37KB
scratch-blocks-develop/i18n/js_to_json.js
1.4KB
scratch-blocks-develop/i18n/js_to_json.py
4.52KB
scratch-blocks-develop/i18n/json_to_js.js
1.61KB
scratch-blocks-develop/i18n/json_to_js.py
6.43KB
scratch-blocks-develop/i18n/sync_tx_translations.js
3.57KB
scratch-blocks-develop/i18n/test_scratch_msgs.js
2.73KB
scratch-blocks-develop/i18n/tests.py
1.72KB
scratch-blocks-develop/i18n/xliff_to_json.py
8.13KB
scratch-blocks-develop/local_build.sh
2.44KB
scratch-blocks-develop/media/
-
scratch-blocks-develop/media/1x1.gif
43B
scratch-blocks-develop/media/click.mp3
7.94KB
scratch-blocks-develop/media/click.ogg
5.32KB
scratch-blocks-develop/media/click.wav
3.12KB
scratch-blocks-develop/media/comment-arrow-down.svg
885B
scratch-blocks-develop/media/comment-arrow-up.svg
977B
scratch-blocks-develop/media/delete-x.svg
1.26KB
scratch-blocks-develop/media/delete.mp3
9.57KB
scratch-blocks-develop/media/delete.ogg
8.42KB
scratch-blocks-develop/media/delete.wav
11.66KB
scratch-blocks-develop/media/dropdown-arrow-dark.svg
573B
scratch-blocks-develop/media/dropdown-arrow.svg
569B
scratch-blocks-develop/media/extensions/
-
scratch-blocks-develop/media/extensions/microbit-block-icon.svg
4.9KB
scratch-blocks-develop/media/extensions/music-block-icon.svg
4.38KB
scratch-blocks-develop/media/extensions/pen-block-icon.svg
2.47KB
scratch-blocks-develop/media/extensions/wedo2-block-icon.svg
9.57KB
scratch-blocks-develop/media/eyedropper.svg
3.47KB
scratch-blocks-develop/media/green-flag.svg
1.16KB
scratch-blocks-develop/media/handclosed.cur
326B
scratch-blocks-develop/media/handdelete.cur
766B
scratch-blocks-develop/media/handopen.cur
198B
scratch-blocks-develop/media/icons/
-
scratch-blocks-develop/media/icons/arrow.svg
1.18KB
scratch-blocks-develop/media/icons/arrow_button.svg
1.06KB
scratch-blocks-develop/media/icons/control_forever.svg
4.57KB
scratch-blocks-develop/media/icons/control_repeat.svg
1.95KB
scratch-blocks-develop/media/icons/control_stop.svg
301B
scratch-blocks-develop/media/icons/control_wait.svg
1.11KB
scratch-blocks-develop/media/icons/event_broadcast_blue.svg
1.62KB
scratch-blocks-develop/media/icons/event_broadcast_coral.svg
1.62KB
scratch-blocks-develop/media/icons/event_broadcast_green.svg
1.62KB
scratch-blocks-develop/media/icons/event_broadcast_magenta.svg
1.62KB
scratch-blocks-develop/media/icons/event_broadcast_orange.svg
1.62KB
scratch-blocks-develop/media/icons/event_broadcast_purple.svg
1.61KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_blue.svg
1.61KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_coral.svg
1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_green.svg
1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_magenta.svg
1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_orange.svg
1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_purple.svg
1.61KB
scratch-blocks-develop/media/icons/event_whenflagclicked.svg
634B
scratch-blocks-develop/media/icons/remove.svg
1.55KB
scratch-blocks-develop/media/icons/set-led_blue.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_coral.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_green.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_magenta.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_mystery.svg
2.89KB
scratch-blocks-develop/media/icons/set-led_orange.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_purple.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_white.svg
1.99KB
scratch-blocks-develop/media/icons/set-led_yellow.svg
1.99KB
scratch-blocks-develop/media/icons/wedo_motor-clockwise.svg
3.66KB
scratch-blocks-develop/media/icons/wedo_motor-counterclockwise.svg
3.64KB
scratch-blocks-develop/media/icons/wedo_motor-speed_fast.svg
4.23KB
scratch-blocks-develop/media/icons/wedo_motor-speed_med.svg
4.24KB
scratch-blocks-develop/media/icons/wedo_motor-speed_slow.svg
4.26KB
scratch-blocks-develop/media/icons/wedo_when-distance_close.svg
4.64KB
scratch-blocks-develop/media/icons/wedo_when-tilt-backward.svg
4.8KB
scratch-blocks-develop/media/icons/wedo_when-tilt-forward.svg
4.81KB
scratch-blocks-develop/media/icons/wedo_when-tilt-left.svg
3.57KB
scratch-blocks-develop/media/icons/wedo_when-tilt-right.svg
3.57KB
scratch-blocks-develop/media/icons/wedo_when-tilt.svg
4.01KB
scratch-blocks-develop/media/repeat.svg
1.21KB
scratch-blocks-develop/media/rotate-left.svg
1.04KB
scratch-blocks-develop/media/rotate-right.svg
1.03KB
scratch-blocks-develop/media/sprites.png
4.05KB
scratch-blocks-develop/media/sprites.svg
1.73KB
scratch-blocks-develop/media/status-not-ready.svg
1.16KB
scratch-blocks-develop/media/status-ready.svg
1.09KB
scratch-blocks-develop/media/zoom-in.svg
634B
scratch-blocks-develop/media/zoom-out.svg
582B
scratch-blocks-develop/media/zoom-reset.svg
501B
scratch-blocks-develop/msg/
-
scratch-blocks-develop/msg/js/
-
scratch-blocks-develop/msg/js/en.js
14.91KB
scratch-blocks-develop/msg/json/
-
scratch-blocks-develop/msg/json/en.json
12.01KB
scratch-blocks-develop/msg/messages.js
15.51KB
scratch-blocks-develop/msg/scratch_msgs.js
1.08MB
scratch-blocks-develop/package-lock.json
528.79KB
scratch-blocks-develop/package.json
2.13KB
scratch-blocks-develop/pull_from_blockly.sh
3.7KB
scratch-blocks-develop/release.config.js
165B
scratch-blocks-develop/renovate.json5
415B
scratch-blocks-develop/shim/
-
scratch-blocks-develop/shim/blockly_compressed_horizontal-blocks_compressed.js
141B
scratch-blocks-develop/shim/blockly_compressed_horizontal.Blockly.js
69B
scratch-blocks-develop/shim/blockly_compressed_horizontal.goog.js
66B
scratch-blocks-develop/shim/blockly_compressed_horizontal.js
118B
scratch-blocks-develop/shim/blockly_compressed_vertical-blocks_compressed.js
139B
scratch-blocks-develop/shim/blockly_compressed_vertical.Blockly.js
67B
scratch-blocks-develop/shim/blockly_compressed_vertical.goog.js
64B
scratch-blocks-develop/shim/blockly_compressed_vertical.js
116B
scratch-blocks-develop/shim/blocks_compressed_horizontal-blockly_compressed_horizontal-messages.js
176B
scratch-blocks-develop/shim/blocks_compressed_horizontal.js
162B
scratch-blocks-develop/shim/blocks_compressed_vertical-blockly_compressed_vertical-messages.js
172B
scratch-blocks-develop/shim/blocks_compressed_vertical.js
203B
scratch-blocks-develop/shim/gh-pages.js
28B
scratch-blocks-develop/shim/horizontal.js
219B
scratch-blocks-develop/shim/index.js
565B
scratch-blocks-develop/shim/vertical.js
213B
scratch-blocks-develop/tests/
-
scratch-blocks-develop/tests/blocks/
-
scratch-blocks-develop/tests/blocks/index.html
812B
scratch-blocks-develop/tests/blocks/logic_ternary_test.js
13.19KB
scratch-blocks-develop/tests/custom_procedure_playground.html
8.56KB
scratch-blocks-develop/tests/horizontal_playground.html
12.89KB
scratch-blocks-develop/tests/jsunit/
-
scratch-blocks-develop/tests/jsunit/block_test.js
3.05KB
scratch-blocks-develop/tests/jsunit/connection_db_test.js
10.81KB
scratch-blocks-develop/tests/jsunit/connection_test.js
11.44KB
scratch-blocks-develop/tests/jsunit/db_test.js
2.42KB
scratch-blocks-develop/tests/jsunit/event_test.js
28.94KB
scratch-blocks-develop/tests/jsunit/extensions_test.js
18.2KB
scratch-blocks-develop/tests/jsunit/field_angle_test.js
1.55KB
scratch-blocks-develop/tests/jsunit/field_number_test.js
2.54KB
scratch-blocks-develop/tests/jsunit/field_test.js
3.31KB
scratch-blocks-develop/tests/jsunit/field_variable_getter_test.js
1.97KB
scratch-blocks-develop/tests/jsunit/field_variable_test.js
6.34KB
scratch-blocks-develop/tests/jsunit/generator_test.js
1.09KB
scratch-blocks-develop/tests/jsunit/gesture_test.js
2.5KB
scratch-blocks-develop/tests/jsunit/horizontal_tests.html
1.25KB
scratch-blocks-develop/tests/jsunit/index.html
1.04KB
scratch-blocks-develop/tests/jsunit/input_test.js
6.47KB
scratch-blocks-develop/tests/jsunit/json_test.js
7.38KB
scratch-blocks-develop/tests/jsunit/names_test.js
2.63KB
scratch-blocks-develop/tests/jsunit/procedure_test.js
10.7KB
scratch-blocks-develop/tests/jsunit/scratch_block_comment_test.js
6.16KB
scratch-blocks-develop/tests/jsunit/svg_test.js
1.99KB
scratch-blocks-develop/tests/jsunit/test_runner.js
1.68KB
scratch-blocks-develop/tests/jsunit/test_utilities.js
4.76KB
scratch-blocks-develop/tests/jsunit/utils_test.js
9.72KB
scratch-blocks-develop/tests/jsunit/variable_map_test.js
9.84KB
scratch-blocks-develop/tests/jsunit/variable_model_test.js
2.56KB
scratch-blocks-develop/tests/jsunit/vertical_tests.html
1.4KB
scratch-blocks-develop/tests/jsunit/widget_div_test.js
5.28KB
scratch-blocks-develop/tests/jsunit/workspace_comment_test.js
6.5KB
scratch-blocks-develop/tests/jsunit/workspace_test.js
12.68KB
scratch-blocks-develop/tests/jsunit/workspace_undo_redo_test.js
11.12KB
scratch-blocks-develop/tests/jsunit/xml_test.js
13.89KB
scratch-blocks-develop/tests/multi_playground.html
7.44KB
scratch-blocks-develop/tests/vertical_playground.html
18.21KB
scratch-blocks-develop/tests/vertical_playground_compressed.html
22.44KB
scratch-blocks-develop/tests/workspace_svg/
-
scratch-blocks-develop/tests/workspace_svg/index.html
1.82KB
scratch-blocks-develop/tests/workspace_svg/workspace_svg_test.js
5.12KB
scratch-blocks-develop/webpack.config.js
2.18KB

资源内容介绍

Scratch Blocks 是一个用于构建创意计算接口的库Scratch Blocks 是 Google Blockly项目的一个分支,它提供了用于构建创意计算界面的设计规范和代码库。与Scratch 虚拟机 (VM)结合使用,此代码库可以快速设计和开发可视化编程界面。与Blockly不同,Scratch Blocks 不使用代码生成器,而是利用 Scratch 虚拟机来创建高度动态、交互式的编程环境。
# scratch-blocksScratch Blocks is a library for building creative computing interfaces.[![CircleCI](https://dl.circleci.com/status-badge/img/gh/LLK/scratch-blocks/tree/develop.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/LLK/scratch-blocks/tree/develop)![An image of Scratch Blocks running on a tablet](https://cloud.githubusercontent.com/assets/747641/15227351/c37c09da-1854-11e6-8dc7-9a298f2b1f01.jpg)## IntroductionScratch Blocks is a fork of Google's [Blockly](https://github.com/google/blockly) project that provides a designspecification and codebase for building creative computing interfaces. Together with the [Scratch Virtual Machine(VM)](https://github.com/scratchfoundation/scratch-vm) this codebase allows for the rapid design and development of visualprogramming interfaces. Unlike [Blockly](https://github.com/google/blockly), Scratch Blocks does not use [codegenerators](https://developers.google.com/blockly/guides/configure/web/code-generators), but rather leverages the[Scratch Virtual Machine](https://github.com/scratchfoundation/scratch-vm) to create highly dynamic, interactive programmingenvironments.*This project is in active development and should be considered a "developer preview" at this time.*## Two Types of Blocks![A divided image showing horizontal blocks on the left and vertical blocks on the right](https://cloud.githubusercontent.com/assets/747641/15255731/dad4d028-190b-11e6-9c16-8df7445adc96.png)Scratch Blocks brings together two different programming "grammars" that the Scratch Team has designed and continuedto refine over the past decade. The standard [Scratch](https://scratch.mit.edu) grammar uses blocks that snap togethervertically, much like LEGO bricks. For our [ScratchJr](https://scratchjr.org) software, intended for younger children,we developed blocks that are labelled with icons rather than words, and snap together horizontally rather thanvertically. We have found that the horizontal grammar is not only friendlier for beginning programmers but also bettersuited for devices with small screens.## DocumentationThe "getting started" guide including [FAQ](https://scratch.mit.edu/developers#faq) and [designdocumentation](https://github.com/scratchfoundation/scratch-blocks/wiki/Design) can be found in the[wiki](https://github.com/scratchfoundation/scratch-blocks/wiki).## DonateWe provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a[donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community,and resource development efforts. Donations of any size are appreciated. Thank you!## CommittingThis project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumpsfollow semver so that projects depending on it don't break unexpectedly.In order to automatically determine version updates, semantic release expects commit messages to follow the[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md)specification.You can use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way:```bashnpm install -g commitizen@latest cz-conventional-changelog@latest```Now you're ready to make commits using `git cz`.

用户评论 (0)

发表评论

captcha

相关资源

空间推理验证码数据集,用于YOLO训练空间推理验证码的目标检测模型

内容概要:空间推理验证码数据集适用场景:适用于训练空间推理验证码的目标检测模型, 我自己也基于此数据集训练出了识别率90%以上的安某客空间推理验证码的识别模型更多建议:如果你是刚接触yolo目标检测模型,建议先移步我的博客主页,博客内有手把手训练的教学。

10.24MB35积分

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集当前搜集了 580 多个 Linux 命令,生成了一个 web 网站方便使用,目前网站没有任何广告,内容包含 Linux 命令手册、详解、学习,内容来自网络和网友的补充,非常值得收藏的 Linux 命令速查手册。你可以随意部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了。你也可以将 command 目录中的 Markdown 文件拿去自己生成 HTML。还可以使用下方 docker 方法部署 web 版。你们拿过去部署的静态网站,还是希望挂个 GitHub 地址,这样大家共同维护命令文档,让文档更加完善,更加丰富,当然你删除本站所有信息相关信息,其实我也不太在意,默认允许你们随意搞,我不负任何负责。如果您也部署了一份,可以将网址放到下面 :)。推荐使用的镜像 web 版本srebro.cn,getaifun.com,linux.devonline.net,man.zch.ooo,linux.mmoke.com,bqrdh.com,linux.zyi

2.84MB32积分

【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】

【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子书籍+分词+数据结构+设计模式+去html tag标签等+go学习+go面试+计算机网络基础+图解网络+操作系统面试题+数据库面试题+面试题合集

38.92KB12积分

基于java spring boot 面向对象建模的低代码快速开发框架

配置步骤1、 打开mysql 新建数据库 执行 sql 文件夹 db_light.sql 文件2、 修改 application.yml 文件 配置数据库,前端路径,系统包 等等信息3、 执行 test下 LightInitTest.autoAppliaction() 测试函数 自动化生成相关代码4、 运行spring boot 启动main5、 前端 文件夹 admin-ui 配置好 vue.config.js 相关的代理(模式直接可以使用) npm run serve 运行账号: admin 密码: 1234566、 新增功能新增 entity 文件 完事 运行第二步生成相关代码,再运行 3,4 步骤7、 配置好后台权限 使菜单能正确显示出来开发代码结构规范(简单、实用、高效、规范)Controller 里面可以处理数据一般操作 Repostiory 操作常规简单数据逻辑Service 操作通用复杂的业务处理逻辑数据库操作只用JPA 做到SQL 放JPA接口

537.36KB33积分