Giter VIP home page Giter VIP logo

cunyu1943 / javapark Goto Github PK

View Code? Open in Web Editor NEW
507.0 507.0 45.0 228.05 MB

☕️「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。

Home Page: https://cunyu1943.github.io/

License: Apache License 2.0

SCSS 6.34% TypeScript 93.66%
algorithm interview java jvm linux mybatis mysql redis spring spring-boot spring-cloud spring-mvc

javapark's Introduction

👨‍💻 我是村雨遥

☁️ 云产品优惠

需要云产品的大家可以点击下面的注册地址或者扫描二维码注册,然后添加我微信获取优惠!

📈 目前的总结

     
     

javapark's People

Contributors

cunyu1943 avatar pxgo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

javapark's Issues

[Docs improvement]

Spending some times checking your docs, here are some suggestions.

Never use deprecated tags

Tags like <center> are already deprecated and being removed in HTML5. In markdown with align: true, you can use:

::: center

contents

:::

to achieve this.

Attrs and image size support

with attrs: true and imgSize: true, <img src="/personal/wechat.png" alt="微信群" width="150" style="zoom: 70%“ /> can be wriiten as:

![微信群](/personal/wechat.png =150x) {style=zoom:70%}

Use relative links in markdown or absolute links when img is in public

You should never use relative path to reference public images as contents in that folder will be copied to dest folder. By doing this, two copies of the same image will be in the final production.

To make better writting, place markdown images next to markdown (e.g.: in a fodler named assets). then use ./assets/image-name.png to reference it.

Do not enable markdown enhance features you do not use

Enabling all features will slow down render speed, increase build memory usage and largen output size.

Do not place raw text in tex equations

In tex when you want to render a text XXX, you should use \text{XXX}

优秀资源推荐

如果你有任何资源,欢迎自荐,直接在本项目提 Issue 即可,格式如下:

  • 资源名:xxx
  • 资源链接:xxx
  • 资源类型:网站/资料/软件/插件/项目

编程资源推荐

已有资源

欢迎各位推荐未收录的编程学习资源,最好是大家看过的,推荐格式如下

  • 资源名字:书籍、视频、教程、项目都可以
  • 资源分类:Java、C、Python……
  • 资源简介:资源的相关简介
  • 资源链接:如果有请填写

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.