Java-Interview-Tutorial

Java-Interview-Tutorial

请star,勿fork,因为爱force push!涵盖国际大厂Java/数据库/DDD/设计模式/微服务/中间件/AI大模型应用/区块链开发最佳实践。关注公众号【JavaEdge】,一起交流学习!

Stars: 2690

Visit
 screenshot

Java-Interview-Tutorial is a repository containing resources and tutorials for Java interview preparation. It provides guidance on setting up the project locally, adjusting image paths, and submitting articles. The repository also includes instructions for configuring the project and using Git GUI tools for managing content. Users can learn about Java concurrency programming and navigate through the content easily. The repository emphasizes clean article titles and content formatting to ensure proper display on the website.

README:

编程严选网

0 本地启动项目

  1. 安装Node.js
  2. 下载依赖:npm install
  3. 启动服务: npm run dev -- --port 8081

https://www.bilibili.com/video/BV1vb411m7NY

视频前两节即可学会本地启动 Vuepress项目,还可学到其他相关配置。

1 图片调整路径

docs/.vuepress/public/images 存储网站本身展示所需宣传营销图片。

文章中的绘图不建议存储源文件,请直接使用阿里云 oos 对象存储来存储图片或者白嫖使用 CSDN 的博客图床

2 提交文章

2.1 新增 md 文件(必须)

在 md 目录新建 concurrency 目录,新建00-Java并发编程.md文件,将文章内容放进去

2.2 修改 config.js

2.2.1 配置

  • 专栏名称(新增专栏时必须)
  • 文章路径(新增文章非必须)
{
    text: '并发编程',
    items: [
        {text: '00-Java并发编程', link: '/md/concurrency/00-Java并发编程.md'},
    ]
},

2.2.2 配置专栏侧边导航栏(必须)

"/md/concurrency/": [
    {
        title: "并发编程",
        collapsable: false,
        sidebarDepth: 0,
        children: [
            "00-Java并发编程.md"
        ]
    }
],

注意,该步骤不要带有()、【】、空格等特殊字符!!! 文章标题是可以有空格的,不然也就没法正常断句了!

2.3 本地调试

浏览器前端能正常看到文章,即可提交代码

3 Git GUI 工具

建议下载 Github Desktop,可视化提交文章相关数据。 注意本仓库分为 master、main两个分支,只在 main 分支操作文章,勿碰 master 分支!

FAQ

文章名称不要带有括号、#等特色字符

文章内容不要带有尖括号、#等特殊字符,如

- Java API中,用户需要使用Dataset<Row>表示DataFrame

会导致整篇文章不显示!

对此,需将其包进一个代码块里,如: Dataset<Row> 这样就能正常显示了。

文章内容不要使用 html 标签渲染,也会导致空白页!

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for Java-Interview-Tutorial

Similar Open Source Tools

For similar tasks

For similar jobs