undefined

    0熱度

    1回答

    我得到這個錯誤:undefined method 'vote_sum' for nil:NilClass 這條線,我認爲部分:<p id='votes'><%= pluralize @video.vote_sum, 'Votes' %></p> 我不明白爲什麼,因爲vote_sum是視頻中的一列表。下面是一些相關的邏輯在我Video模型: def vote_sum read_attrib

    6熱度

    1回答

    我以爲我知道如何聲明javascript數組,但在此腳本中,我得到了數組中的undefined元素的無限循環。 我聲明瞭三個數組數組,其中兩個有多個值,另一個有單個值。 我有一個分配三個陣列中的一個新的變量名cluster_array switch語句當我通過cluster_array運行for循環,我得到一個無限循環和每一個元素,如果undefined 什麼我錯過了嗎? <script type

    1熱度

    1回答

    我正在努力解析下面的字符串,但同時試圖擺脫索引數組上的當前未定義的偏移量。我希望有一些幫助/未定義的抵消問題。 error_reporting(E_ALL); ini_set('display_errors', '1'); function my_recursion($String, &$Inc) { $l = strlen($String); $has_quotes =

    0熱度

    1回答

    我有一個虛擬內聯getter和setter的A類。從A有兩個類B和C派生。我有一個D類,來自B和C. Creatown D中的一個對象,並使用getName()結果「未定義的引用getName()」。刪除「聯機」do not't工作。頭文件包含正確。 這裏有什麼問題? class A { public: virtual inline std::string getName(

    0熱度

    3回答

    我有一些問題,我只是在調試,特別是如果一個已經設置的變量分配給一個未定義的值會發生什麼。我只是想檢查我是否瞭解發生了什麼。如果一個變量已經設置了一個值,並且您嘗試將其設置爲未定義的值,它會保持原來的值嗎? 具體來說,我有一些PHP代碼看起來像這樣 - 假設$ string是一些1和2的字符串。現在 $array = array(1 => 'foo', 2 => 'bar'); for($coun

    4熱度

    4回答

    解決了之前的問題後(​​請參閱我提出的另一個問題)。我已經宣佈了更多的課程。 其中之一是稱爲CombatAdmin其中做各種事情:(頭文件) #ifndef COMBATADMIN_H #define COMBATADMIN_H #include <string> // Need this line or it complains #include <Player.h> #include

    4熱度

    3回答

    看起來這可能是一個處理數組的錯誤,但我無法弄清楚。我真的只是從PHP開始,這有點嚇人。 任何幫助將不勝感激!這裏是我的代碼: <?php echo "<h1>Choose a Poll!</h1>"; $read = file('poll_topics.txt'); $data = array(); foreach($read as $lines){ list($key,

    0熱度

    1回答

    當我點擊這個鏈接在我index觀點: <%= link_to "Edit Password", edit_user_path(current_user) %> 我得到這個錯誤: NoMethodError in Users#edit Showing /rubyprograms/dreamstill/app/views/videos/_modal.html.erb where line #3

    3熱度

    2回答

    我試圖包裝成一個功能是: //Entire Div Clickable function clickableDiv(){ window.location = $(this).find("a").attr("href"); return false; } ,然後調用它: $("div.promo1").click(function(){ clickableDiv(); }); 但

    0熱度

    2回答

    嗨 我得到了一個模型類別和另一個模型產品。有關係 - has_and_belongs_to_many。 當我打開控制檯並鍵入Category.first.products時,我收到附帶該類別產品的列表。 但是,當我嘗試生成與顯示模型的XML文件,我得到: undefined method `type' for nil:NilClass 我測試過下面的代碼上的其他車型我做了的has_many關係