“c193f82385ad5667c7c4f5457395c6692750609b”上不存在“doc/git@gitcode.net:s920243400/PaddleDetection.git”
提交 80c19baa 编写于 作者: 彭世瑜's avatar 彭世瑜

fix

上级 23703d47
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
- [C 语言](doc/c.md) - [C 语言](doc/c.md)
- [Ruby](doc/ruby.md) - [Ruby](doc/ruby.md)
- [Linux](doc/linux.md) - [Linux](doc/linux.md)
- [Go 语言](doc/go.md)
- 数据库 - 数据库
......
# Go语言
[LeetCode Cookbook (Go)](https://books.halfrost.com/leetcode/)
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
- [Web 前端导航](http://www.alloyteam.com/nav/) - [Web 前端导航](http://www.alloyteam.com/nav/)
[政采云前端团队](https://www.zoo.team/)
[AlloyTeam|腾讯全端 AlloyTeam 团队](http://www.alloyteam.com/)
[HTML 快速参考](https://www.w3school.com.cn/html/html_quick.asp) [HTML 快速参考](https://www.w3school.com.cn/html/html_quick.asp)
[https://www.w3.org/](https://www.w3.org/) [https://www.w3.org/](https://www.w3.org/)
......
...@@ -4,18 +4,51 @@ ...@@ -4,18 +4,51 @@
[Spring 系列教程](https://github.com/wuyouzhuguli/SpringAll) [Spring 系列教程](https://github.com/wuyouzhuguli/SpringAll)
[Spring Boot 指南](https://snailclimb.gitee.io/springboot-guide/) [Spring Boot 学习/面试指南](https://snailclimb.gitee.io/springboot-guide/)
[Spring Quickstart Guide](https://spring.io/quickstart)
[Spring Initializr](https://start.spring.io/)
[JavaGuide](https://snailclimb.gitee.io/javaguide/#/)
[Java 教程 | 菜鸟教程](https://www.runoob.com/java/java-tutorial.html) [Java 教程 | 菜鸟教程](https://www.runoob.com/java/java-tutorial.html)
[jsoup](https://jsoup.org/): Java HTML Parser
[尚硅谷【官网】Java培训](http://www.atguigu.com/)
[JFinal 极速开发](https://jfinal.com/)
[Thymeleaf](https://www.thymeleaf.org/) a modern server-side Java template engine for both web and standalone environments.
- [Thymeleaf 入门到吃灰 ](https://www.cnblogs.com/msi-chen/p/10974009.html)
- [在 html 中使用 thymeleaf 编写通用模块](https://www.cnblogs.com/miaoying/p/7804351.html)
[JavaLite](https://javalite.io/) - Java, light as a feather
[MyBatis-Plus](https://baomidou.com/): (简称 MP)是一个 MyBatis (opens new window)的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。
[MyBatis 工具](https://mybatis.io/): 分页插件 PageHelper、通用 Mapper
[Hutool](https://www.hutool.cn/) 一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
[WebMagic](http://webmagic.io/)是一个简单灵活的Java爬虫框架。基于WebMagic,你可以快速开发出一个高效、易维护的爬虫。
## JavaFX ## JavaFX
[JavaFX 快速入门](https://www.yiibai.com/javafx/javafx-tutorial-for-beginners.html) [JavaFX 快速入门](https://www.yiibai.com/javafx/javafx-tutorial-for-beginners.html)
[JavaFX视频教程第1课,hello world](https://www.bilibili.com/video/av32110153) [JavaFX 视频教程第 1 课,hello world](https://www.bilibili.com/video/av32110153)
[JavaFX的几个新特性,让Swing彻底过时](https://zhuanlan.zhihu.com/p/28540820) [JavaFX 的几个新特性,让 Swing 彻底过时](https://zhuanlan.zhihu.com/p/28540820)
[JavaFX Material Design Library](https://github.com/sshahine/JFoenix) [JavaFX Material Design Library](https://github.com/sshahine/JFoenix)
[maven+IDEA+JavaFX+JFoenix](https://www.jianshu.com/p/a01a0e027f09) [maven+IDEA+JavaFX+JFoenix](https://www.jianshu.com/p/a01a0e027f09)
\ No newline at end of file
[第二篇 使用JavaFX图形](http://www.javafxchina.net/blog/docs/graphics/)
## 文章
[Java 必须掌握的 20+ 种 Spring 常用注解](https://mp.weixin.qq.com/s/b8bKuoaJAgGdFx9nTaFpgg)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册