- 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
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)
这几个是中文的面试题,面试突击可以背这个,你先为面试翻译准备的话可以看看这几个。
- https://github.com/pf-233/advanced-java
- https://github.com/pf-233/CS-Base
- https://github.com/pf-233/JavaInterview
- https://github.com/pf-233/system-design-primer/blob/master/README-zh-Hans.md
系统设计这个是有中英文和各种语言版本的
如果系统学习的话推荐看各个语言的官网,老实说太多了,找感兴趣的看就好了。 没有经验建议学点 python啥的 简单,也可以自己搞点小脚本
基础也可以看 java 编程思想
框架可以看官网,现在主要会用的就是spring boot ,spring mvc,spring cloud