Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.85 KB

myblog

Plugin

MarkDown

  • extensions search Markdown. I choice the most used plugin "Markdown All in One", you can install which you want.
  • you can start write your document and remember to set the file extend with ".md"
  • you can open preview at the upper right corner

Paste Image

This plugin can let's paste image to .md document quickly.

  • search and install "Paste Image"
  • configure the plugin
    • Default Name: use the moment.js so will generate the text accroding to time.
    • Show File Path Confirm Input Box: can let's change the path when paste image.
    • File Path Confirm Input Box Mode: choice "onlyName" we only need to change the image name when the confirm box is pop-up.
    • NamePrefix: we can set this to split the image with different documents. ${currentFileNameWithoutExt} is the file name which document we want to paste into.
    • Path: The image will pasted path and the url part in md. (Suggestion: add /assets folder)

资源推荐

这几个是中文的面试题,面试突击可以背这个,你先为面试翻译准备的话可以看看这几个。

  1. https://github.com/pf-233/advanced-java
  2. https://github.com/pf-233/CS-Base
  3. https://github.com/pf-233/JavaInterview
  4. https://github.com/pf-233/system-design-primer/blob/master/README-zh-Hans.md

    系统设计这个是有中英文和各种语言版本的

如果系统学习的话推荐看各个语言的官网,老实说太多了,找感兴趣的看就好了。 没有经验建议学点 python啥的 简单,也可以自己搞点小脚本

java

基础也可以看 java 编程思想

  1. https://github.com/quanke/think-in-java

spring

框架可以看官网,现在主要会用的就是spring boot ,spring mvc,spring cloud

  1. https://spring.io/
  2. https://spring.io/guides