簡體   English   中英

我該如何解決這個數據庫問題?[json]

[英]How can I solve this database problem?[json]

這是回溯錯誤json.decoder.JSONDecodeError json.decoder.JSONDecodeError: Expecting ',' delimiter: line 6 column 3 (char 92) ZEED8D85B888A6C0158Z42408 文件

{

    "params": {
        "local_server": "True",
        "local_uri": "mysql.connector.connect(host =
        "localhost"
        ",user = "
        "root"
        ",password = "
        ",database = "
        "CodingThunder"
        )",
        "fb_url": "https://www.facebok.com/codingthunder",
        "tw_url": "https://twitter.com/coding thunder",
        "gh_url": "https:/github.com/coding thunder"
    }
}
"params": {
    "local_server": "True",
    "local_uri": "mysql.connector.connect(host=localhost,user=root,password=,database=CodingThunder)",
    "fb_url": "https://www.facebok.com/codingthunder",
    "tw_url": "https://twitter.com/coding thunder",
    "gh_url": "https:/github.com/coding thunder"
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM