原创 【Leetcode C++】2_5. [code] 環形鏈表Ⅰ、Ⅱ

5. [code] 環形鏈表Ⅰ、Ⅱ 5.1. 題目 Leetcode 141 給定一個鏈表,判斷鏈表中是否有環。 爲了表示給定鏈表中的環,我們使用整數 pos 來表示鏈表尾連接到鏈表中的位置(索引從 0 開始)。 如果 pos

原创 【Git】git問題:Please make sure you have the correct access rights and the repository exists.

問題描述: 使用git並遠程到github倉庫時,使用git status查看狀態,顯示如下圖所示: 使用git push提交到遠程端github的倉庫時,出現: Please make sure you have the co

原创 【Markdown】Markdown輸入LaTex公式

問題描述 用sublime text3編輯markdown文件,輸入LaTex公式後,保存爲HTML和上傳到github,均無法顯示公式。   問題解決1: 針對github上markdown文件的公式不顯示問題,解決方案(僅對Chro

原创 【python】pycharm調試問題:Connection to Python debugger failed soket closed

使用pycharm調試時出現的問題 點擊圖示按鈕在pycharm中的debug按鈕 調試失敗,在界面左下方出現:“Connection to Python debugger failed soket closed”,如下圖所示。

原创 pycharm遠程連接服務器

打開pycharm,選擇工具欄 Tools → Deployment → Configuration 點擊後界面如下 點擊“Mappings”,出現如下界面。在Local path和Deployment path裏分別填上本地的