当我尝试打开应用程序时,没有任何反应,没有菜单栏/窗口,没有任何反应。 我尝试了卸载-重新安装..我检查了权限,没有任何效果。 我尝试使用终端打开程序,看看是否有任何错误消息,我明白了。
function getStData() {
$.ajax({
type: "GET",
url: stUrl,
async: true,
success: function (stData) {
drawHighCharts(stData)
},
error: function (e) {
// handle exception
console.log("Error occured while reading resource file: ", e);
}
});
}
function getOdData() {
$.ajax({
type: "GET",
url: odUrl,
async: true,
success: function (odData) {
drawHighCharts(odData)
},
error: function (e) {
// handle exception
console.log("Error occured while reading resource file: ", e);
}
});
}
function drawHighCharts(stData, odData) {
console.log(stData, "st")
console.log(odData, "od")
}
我不确定如何解密。 “ wxPython / wxWidgets版本号不匹配”?
当我查看活动监视器时,该过程也会出现此奇怪的白盒日志。
https://www.amazontrust.com/repository/AmazonRootCA1.pem
不太确定如何最好地识别问题或解决问题。任何可以帮助我弄清楚问题出在哪里的想法或指针/步骤,将不胜感激。
欢呼