From 80c19baa29490232764e374292353ad7a775e449 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Thu, 24 Feb 2022 09:58:49 +0800 Subject: [PATCH] fix --- _sidebar.md | 1 + doc/go.md | 3 +++ doc/html.md | 4 ++++ doc/java.md | 41 +++++++++++++++++++++++++++++++++++++---- 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 doc/go.md diff --git a/_sidebar.md b/_sidebar.md index 0689c26..d534b94 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -17,6 +17,7 @@ - [C 语言](doc/c.md) - [Ruby](doc/ruby.md) - [Linux](doc/linux.md) + - [Go 语言](doc/go.md) - 数据库 diff --git a/doc/go.md b/doc/go.md new file mode 100644 index 0000000..6e97bd9 --- /dev/null +++ b/doc/go.md @@ -0,0 +1,3 @@ +# Go语言 + +[LeetCode Cookbook (Go)](https://books.halfrost.com/leetcode/) diff --git a/doc/html.md b/doc/html.md index 6c70c2a..b173a11 100644 --- a/doc/html.md +++ b/doc/html.md @@ -18,6 +18,10 @@ - [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) [https://www.w3.org/](https://www.w3.org/) diff --git a/doc/java.md b/doc/java.md index 85be479..b5904a6 100644 --- a/doc/java.md +++ b/doc/java.md @@ -4,18 +4,51 @@ [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) +[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 快速入门](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) -[maven+IDEA+JavaFX+JFoenix](https://www.jianshu.com/p/a01a0e027f09) \ No newline at end of file +[maven+IDEA+JavaFX+JFoenix](https://www.jianshu.com/p/a01a0e027f09) + +[第二篇 使用JavaFX图形](http://www.javafxchina.net/blog/docs/graphics/) + +## 文章 +[Java 必须掌握的 20+ 种 Spring 常用注解](https://mp.weixin.qq.com/s/b8bKuoaJAgGdFx9nTaFpgg) -- GitLab