mirror of
https://github.com/youthlql/JavaYouth.git
synced 2026-03-13 21:33:42 +08:00
补充
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
* text=auto
|
||||||
|
*.js linguist-language=java
|
||||||
|
*.css linguist-language=java
|
||||||
|
*.html linguist-language=java
|
||||||
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
.gradle
|
||||||
|
/build/
|
||||||
|
/**/build/
|
||||||
|
|
||||||
|
### STS ###
|
||||||
|
.apt_generated
|
||||||
|
.classpath
|
||||||
|
.factorypath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.springBeans
|
||||||
|
.sts4-cache
|
||||||
|
|
||||||
|
### IntelliJ IDEA ###
|
||||||
|
.idea
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
/out/
|
||||||
|
/**/out/
|
||||||
|
.shelf/
|
||||||
|
.ideaDataSources/
|
||||||
|
dataSources/
|
||||||
|
|
||||||
|
### NetBeans ###
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
/node_modules/
|
||||||
|
|
||||||
|
### OS ###
|
||||||
|
.DS_Store
|
||||||
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
|
> 1、文章会优先更新在Github和公总号里,个人博客可能会有延迟。
|
||||||
|
>
|
||||||
|
> 2、[个人博客](https://youthlql.gitee.io/)。如果想要良好的阅读体验,可以[Github在线阅读](https://blog.youthlql.vip/JavaYouth/),或者[Gitee在线阅读](https://youthlql.gitee.io/JavaYouth)。
|
||||||
|
>
|
||||||
|
> 3、转载须知:转载请注明GitHub出处,让我们一起维护一个良好的技术创作环境!
|
||||||
|
>
|
||||||
|
> 4、笔者会陆续更新,如果对你有所帮助,不妨点个star~。你的star是我创作的动力。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://cdn.jsdelivr.net/gh/youthlql/lql_img/blog/wx.png" width=80%>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [Java](#java)
|
- [Java](#java)
|
||||||
|
|||||||
Reference in New Issue
Block a user