undefined

    -5熱度

    1回答

    我知道一些Ruby,沒有其他語言。我現在試圖學習如何使用軌道tutorial我跟着不顯示我得到同樣的錯誤。我認爲這是因爲我在教程中使用了不同版本的Ruby和Rails。 > ruby​​ -v => ruby​​ 2.2.4p320> rails -v => 5.0.1 現在,本教程正在教我如何製作博客webapp的東西。但我無法創建博客,因爲每次嘗試提交條目時都會出現錯誤。 我對幾乎所有東西都很

    1熱度

    1回答

    我有一些代碼片段,我使用正則表達式從字符串中剔除標點符號,數字等。我得到了undefined以及我的翻錄字符串的輸出。有人可以解釋發生了什麼?由於 var regex = /[^a-zA-z\s\.]|_/gi; function ripPunct(str) { if (str.match(regex)) { str = str.repl

    0熱度

    1回答

    我已經改變我的應用程序運行與瓶和python2.7從獨立的解決方案瓶與Apache和mod_wsgi瓶。 我的Flask應用程序(app.py)包含一些類位於我的應用程序目錄(../)下面的目錄中。 這裏是我的app.wsgi: #!/usr/bin/python import sys import logging logging.basicConfig

    0熱度

    1回答

    我試圖返回node.js的另一個站點的POST請求的身體,但下面的函數不返回任何 // returns "undefined" mysqlVerify = (socialclub_id, session_id) => { request({ url: 'http://myapi.site/VerifyUser', method: 'post',

    0熱度

    1回答

    我加https://github.com/j3k0/cordova-plugin-purchase我的第一個PhoneGap的應用程序,並從這個示例應用程序試圖代碼「存儲未定義」與科爾多瓦 - 插件購買:https://github.com/Fovea/cordova-plugin-purchase-demo 我嘗試不同的方法,但在調試時我的應用程序總是告訴我「店未定義「或進入」if(!windo

    -2熱度

    3回答

    已經定義$的錯誤,我得到一個錯誤說 Notice: Undefined variable: error in C:\xampp\htdocs\songdb\edit.php on line 158 我已經試圖把isset()在$error的,但它仍然無法正常工作。 編輯: 我已經刪除=在只使用isset($錯誤),但給我這個 解析錯誤:語法錯誤,意外 '{' 在C:\ XAMPP \ htdocs

    1熱度

    1回答

    class CustomTable { constructor(div_id, headings) { this.div = div_id; this.header_titles = headings; this.item_list = new Array(); var _this = this; this.add_item = function(items) { _t

    -1熱度

    2回答

    我有一個JSON文件看起來像這樣: { "results": { "name1": { "printouts": { "property1": [{ "someName": "someText", "someName2": "someURL", "someName3": integer,

    0熱度

    1回答

    有沒有一種(更好的)方式來確定選擇是否存在於Photoshop中的圖層中,而無需在selection.bounds上使用try/catch? try { var sel = app.activeDocument.selection.bounds; } catch(e) { var sel = undefined; alert("No selection");

    0熱度

    1回答

    當我跑我的老虎機,贏得大獎,並刷新頁面或點擊按鈕,它說: 注意:未定義指數「gokken」 但是當再次刷新時,錯誤消失,直到我獲得新的大獎。 這是爲什麼發生? <?php session_start(); //session_destroy(); class Player { public $name; public $age; function __co