File tree Expand file tree Collapse file tree 12 files changed +38
-7
lines changed
Expand file tree Collapse file tree 12 files changed +38
-7
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ volumes:
105105## GitHub
106106
107107+ [https://github.com/github](https://github.com/github)
108+ + [https://primer.style](https://primer.style)
108109+ 预览项目HTML [https://github.com/htmlpreview/htmlpreview.github.com](https://github.com/htmlpreview/htmlpreview.github.com)
109110+ 嵌入到HTML [https://github.com/yusanshi/emgithub](https://github.com/yusanshi/emgithub)
110111+ 生成更新日志 [https://github.com/shipkit/shipkit-changelog](https://github.com/shipkit/shipkit-changelog)
Original file line number Diff line number Diff line change @@ -513,6 +513,25 @@ groovyScript("def result=\"${_1}\"; if(result == 'void'){return '';}else{return
513513
514514
515515
516+ ## GUI Designer
517+
518+ * Swing UI Designer [ https://plugins.jetbrains.com/plugin/25304-swing-ui-designer ] ( https://plugins.jetbrains.com/plugin/25304-swing-ui-designer )
519+
520+ > 从2021+版本开始,IntelliJ IDEA 的 GUI Designer 默认将表单编译为二进制 ` .form ` 资源 + 反射加载方式,不再生成 ` $$$setupUI$$$() ` 方法和组件绑定代码到 ` .java ` 源文件中。
521+
522+ - 打开` File ` -> ` Settings ` -> ` Editor ` -> ` GUI Designer ` -> ` Generate GUI into `
523+ - ` Binary class files ` 默认,无 ` $$$setupUI$$$() ` 代码
524+ - ` Java source code ` 旧模式,会生成 ` $$$setupUI$$$() `
525+
526+ > ` Build > Rebuild Project ` 重新编译项目以生成代码
527+
528+ - ` .idea/uiDesigner.xml ` 文件中包含以下配置
529+
530+ ``` xml
531+ <component name =" uidesigner-configuration" >
532+ <option name =" INSTRUMENT_CLASSES" value =" true" />
533+ </component >
534+ ```
516535
517536
518537## PyCharm
Original file line number Diff line number Diff line change 445445 ``` ini
446446 # 删除jre目录,安装jdk11或以上版本,把以下两行添加到`-vmargs`之前
447447 -vm
448- C:\Program Files\Java\jdk-17.0.2\bin
449- # 解压dbeaver-agent-latest.zip到dbeaver目录,添以下行到最后
450- -javaagent:./dbeaver-agent.jar
448+ C:\Program Files\Java\jdk-21\bin
449+ -data
450+ F:\workspace\DBeaverData
451+ # 解压dbeaver-agent-latest.zip到dbeaver同级目录,添以下行到文件末尾
452+ -javaagent:../dbeaver-agent/dbeaver-agent.jar
453+ -Xbootclasspath/a:../dbeaver-agent/dbeaver-agent.jar
454+ -javaagent:../ja-netfilter-all/ja-netfilter.jar
451455 -Dlm.debug.mode =true
452456 ```
453457* [https://github.com/shencangsheng/easydb_app](https://github.com/shencangsheng/easydb_app)
601605* [https://github.com/jgraph/drawio](https://github.com/jgraph/drawio)
602606 * [https://github.com/jgraph/drawio-desktop](https://github.com/jgraph/drawio-desktop)
603607 * [https://app.diagrams.net](https://app.diagrams.net)
608+ * [https://github.com/DayuanJiang/next-ai-draw-io](https://github.com/DayuanJiang/next-ai-draw-io)
604609* [https://github.com/umlet/umlet](https://github.com/umlet/umlet)
605610* [https://github.com/staruml](https://github.com/staruml)
606611* [https://www.processon.com](https://www.processon.com)
Original file line number Diff line number Diff line change @@ -608,6 +608,7 @@ string &operator+(const string& A,const string& B) //cpp
608608* [https: // github.com/streetwriters/notesnook](https://github.com/streetwriters/notesnook)
609609* [https: // github.com/docmost/docmost](https://github.com/docmost/docmost)
610610* [https: // github.com/codexu/note-gen](https://github.com/codexu/note-gen)
611+ * [https: // github.com/blueberrycongee/Lumina-Note](https://github.com/blueberrycongee/Lumina-Note)
611612* GitBook替代 [https: // github.com/lindeer/dartbook](https://github.com/lindeer/dartbook)
612613* 临时存储 [https: // github.com/heyman/heynote](https://github.com/heyman/heynote)
613614* 待办事项 [https: // github.com/go-vikunja/vikunja](https://github.com/go-vikunja/vikunja)
Original file line number Diff line number Diff line change 198198 * [ https://github.com/puerts ] ( https://github.com/puerts )
199199* 图片编解码 [ Codec comparison] ( https://storage.googleapis.com/demos.webmproject.org/webp/cmp/index.html )
200200 * [ https://jpeg.org ] ( https://jpeg.org )
201- * [ https://github.com/AOMediaCodec/libavif ] ( https://github.com/AOMediaCodec/libavif )
202- * [ https://aomedia.googlesource.com/aom ] ( https://aomedia.googlesource.com/aom )
203201* [ https://github.com/mirrorer/libbpg ] ( https://github.com/mirrorer/libbpg )
204202* [ https://github.com/strukturag/libheif ] ( https://github.com/strukturag/libheif )
205203* [ https://github.com/libjxl/libjxl ] ( https://github.com/libjxl/libjxl )
Original file line number Diff line number Diff line change 193193* [ https://nlnet.nl/project ] ( https://nlnet.nl/project )
194194* [ https://github.com/opentffoundation ] ( https://github.com/opentffoundation )
195195* [ https://github.com/commonhaus/foundation ] ( https://github.com/commonhaus/foundation )
196-
196+ * 开放媒体联盟 [ https://github.com/AOMediaCodec ] ( https://github.com/AOMediaCodec ) 视频编解码器
197+ * [ https://aomedia.googlesource.com/aom ] ( https://aomedia.googlesource.com/aom )
197198
198199
199200** 开源个人**
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ check-revoke = false
253253- 搜索算法 [ https://github.com/hora-search/hora ] ( https://github.com/hora-search/hora )
254254- [ https://github.com/meilisearch/MeiliSearch ] ( https://github.com/meilisearch/MeiliSearch )
255255- WEB [ https://github.com/deislabs/wagi ] ( https://github.com/deislabs/wagi )
256+ - [ https://github.com/hyperlane-dev/hyperlane-quick-start ] ( https://github.com/hyperlane-dev/hyperlane-quick-start )
256257- [ https://github.com/iron/iron ] ( https://github.com/iron/iron )
257258- [ https://github.com/longfangsong/rs-rtt ] ( https://github.com/longfangsong/rs-rtt )
258259- [ https://github.com/actix ] ( https://github.com/actix )
Original file line number Diff line number Diff line change 157157* SQL样式指南 [ https://github.com/treffynnon/sqlstyle.guide ] ( https://github.com/treffynnon/sqlstyle.guide )
158158* 加密编码标准(CCS) [ https://github.com/veorq/cryptocoding ] ( https://github.com/veorq/cryptocoding )
159159 * [ https://cryptocoding.net ] ( https://cryptocoding.net )
160+ * Git分支命名规范 [ https://github.com/conventional-branch/conventional-branch ] ( https://github.com/conventional-branch/conventional-branch )
160161
161162
162163- [ JavaScript 开发规范] ( https://www.cnblogs.com/polk6/p/4660195.html )
Original file line number Diff line number Diff line change 3636+ [ https://github.com/libbpf/libbpf-bootstrap ] ( https://github.com/libbpf/libbpf-bootstrap )
3737+ [ https://github.com/aya-rs/aya ] ( https://github.com/aya-rs/aya )
3838+ [ https://github.com/Sherlock-Holo/lycoris ] ( https://github.com/Sherlock-Holo/lycoris )
39+ + 资源管理器 [ https://gitlab.com/mission-center-devs/mission-center ] ( https://gitlab.com/mission-center-devs/mission-center )
3940
4041
4142* [ VIM键盘图形备忘单] ( http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html )
Original file line number Diff line number Diff line change 643643* [https://github.com/franklioxygen/MyTube](https://github.com/franklioxygen/MyTube)
644644* [https://github.com/HoshinoSuzumi/chronoframe](https://github.com/HoshinoSuzumi/chronoframe)
645645* [https://github.com/Afilmory/Afilmory](https://github.com/Afilmory/Afilmory)
646+ * 私人音乐服务 [https://github.com/chenqimiao/qm-music](https://github.com/chenqimiao/qm-music)
646647* 音频编辑 [https://github.com/RylanBot/melody-workshop](https://github.com/RylanBot/melody-workshop)
647648* 视频编辑 [https://github.com/OpenCut-app/OpenCut](https://github.com/OpenCut-app/OpenCut)
648649* [https://github.com/robinroy03/videoeditor](https://github.com/robinroy03/videoeditor)
799800* 计算器 [https://github.com/numworks/epsilon](https://github.com/numworks/epsilon)
800801* [https://github.com/bbodi/notecalc3](https://github.com/bbodi/notecalc3)
801802* 焦虑辅助工具 [https://github.com/alvinunreal/anxiety-aid-tools](https://github.com/alvinunreal/anxiety-aid-tools)
803+ * 英语阅读学习 [https://github.com/xckevin/magic-english-buddy](https://github.com/xckevin/magic-english-buddy)
802804
803805
804806
You can’t perform that action at this time.
0 commit comments