ctrl/command +
z 重做:
ctrl/command +
y 加粗:
ctrl/command +
b 斜體:
ctrl/command +
ctrl/command +
shift +
h 無序列表:
ctrl/command +
shift +
u 有序列表:
ctrl/command +
shift +
o 檢查列表:
ctrl/command +
shift +
c 插入**:
ctrl/command +
shift +
ctrl/command +
shift +
l 插入:
ctrl/command +
shift +
g ## 合理的建立標題,有助於目錄的生成 直接輸入1次
#,並按下
space後,將生成1級標題。 輸入2次
#,並按下
不適合放在一行. 李四-->>張三: 打量著王五... 張三->>王五: 很好... 王五, 你怎麼樣? ``` 這將產生乙個流程圖。: ```mermaid graph lr a[長方形] -- 鏈結 --> b((圓)) a --> c(圓角長方形) b --> d c --> d ``` - 關於 **mermaid** 語法,參考 [這兒][3], ## flowchart流程圖 我們依舊會支援flowchart的流程圖: ```mermaid flowchat st=>start: 開始 e=>end: 結束 op=>operation: 我的操作 cond=>condition: 確認? st->op->cond cond(yes)->e cond(no)->op ``` - 關於 **flowchart流程圖** 語法,參考 [這兒][4]. ## 匯出與匯入 ### 匯出 如果你想嘗試使用此編輯器, 你可以在此篇文章任意編輯。當你完成了一篇文章的寫作, 在上方工具欄找到 **文章匯出** ,生成乙個.md檔案或者.html檔案進行本地儲存。 ### 匯入 如果你想載入一篇你寫過的.md檔案或者.html檔案,在上方工具欄可以選擇匯入功能進行對應副檔名的檔案匯入, 繼續你的創作。 [1]: [2]: [3]: [4]:
Intellij IDEA 使用學習
intellij中名詞解釋 project,就是乙個完整的專案,類似eclipse中的workset 雖然workset是人為歸類的 module,是project中的模組,類似eclipse中的project。facet,據說eclipse中也有,官方解釋是代表了乙個module中使用的技術 框架...
Intellij idea使用總結
剛從eclipse轉換使用intellij idea使用中還有很多不習慣的地方,總結下一些小tips,方便回顧 2.快捷鍵 隨時補充 ctrl alt u 快速生成類關係圖 ctrl alt l 格式化 ctl alt o 去除無用引用 ctrl shift u 大小寫轉換 shift f6 重新命...
IntelliJ Idea 使用學習
intellij idea 使用學習 目錄1 spring boot 顯示 rundashboard 2 設定 提示 ctrl 空格 3 設定檔案過濾 4 設定字型 5 設定拼寫檢查 6 設定外觀 1 spring boot 顯示 rundashboard 在.idea 目錄 workspace.x...