indentation

    3熱度

    4回答

    我剛開始學習Haskell,我簡要地閱讀了一些縮進規則,在我看來,Haskell在縮進方面的行爲就像Python一樣(我可能是錯的)。無論如何,我試圖寫一個尾遞歸斐波納契函數,我不斷收到一個縮進錯誤,我不知道我在哪裏縮進我的代碼錯誤。 錯誤消息: F1.hs:6:9: error: parse error (possibly incorrect indentation or mismat

    0熱度

    2回答

    我有一個Code :: Blocks的問題,有沒有辦法改變保留字的自動完成縮進? 我得到什麼: printf(|) scanf(|) 我想什麼: printf(|); scanf(|); 我希望它每次我輸入的時候自動添加分號保留字。 對於|是光標所在的位置。 是否可以編輯代碼完成插件?

    0熱度

    1回答

    在vim中,當我在使用gqip的純文本文件中格式化以下段落時,格式化程序將它像枚舉列表一樣縮進。 原始段落: Here is some text including a number 3 in the paragraph, which may be regarded as the start of a numbered list when I format it. 格式化(gqip後):

    1熱度

    2回答

    我想在Python中更新字典值。我試圖通過從值中減去3來更新字典中的值。 if buildings == 1: workpower -= 3 if workpower >= 0: farmplace1 = int(input("where do you want it?")) farmplace2 = int(input("where do yo

    -4熱度

    1回答

    的Python:3.6版 編輯:記事本++ 鏈接到文件:GitHub Repository 我加了兩行process_string.py並得到錯誤 File "process_string.py", line 14 if i.find(k)!=-1 and flag==False: ^ TabError: inconsistent use of tabs and spaces in indenta

    0熱度

    2回答

    當我編寫下面的代碼時,我可以在HackMD中看到縮進。但是我在GitHub中看不到相同的效果。我能做些什麼來解決它? <style> p { font-size: 16px; text-indent: 2em; } </style>

    -1熱度

    1回答

    我目前正在使用Django上的一個項目,當我要將模型導入數據庫models.py時,此錯誤出現: File "/home/hansen/Escritorio/SIDECO/sideco/models.py", line 31 class Empresa(models.Model): ^ IndentationError: expected an indented block 的代碼如下: from

    0熱度

    1回答

    我工作的乳膠文件在那裏我有一個嵌套列表如下: 一個 一個 b 代碼現在工作得很好,這是這樣的: \begin{itemize} \item A \begin{itemize} \item a \item b \end{itemize} \end{itemize} 但我想刪除A之前的點所以我做了以下內容: \begin{itemize}

    1熱度

    1回答

    我想表明在html.dropdownlist與縮進項目 這是控制器 IEnumerable<ViewModels.testvm> test = db.Database.SqlQuery<ViewModels.testvm>(@"WITH tree (id, parentid, level, title, rn) as ( some code ) ***********SELECT i

    0熱度

    2回答

    有趣的是來自C/C++開發經驗的python。不要咆哮,但縮進和間隔的東西有點成爲我生命中的禍根。所以這是問題。以此代碼片斷,按順序鍵入,永不刪除或在現有代碼之間插入任何編輯。 while condition: line 1 line 2 line3 #outside the loop 它工作正常。但是,假設我想在循環中添加另一條指令。 (編輯使用jupyter筆記本和