摘要:
问题:resource is out of sync with the file system,导致项目不能部署,项目文件出现红色叹号经过百度,右键项目refresh刷新一下项目可解决问题 阅读全文
posted @ 2017-11-21 08:52
蓝色星辰
阅读(169)
评论(0)
推荐(0)
摘要:
$.ajaxSettings.async=false; $.getJSON("action/logon_checkAcc.action", function(json){ alert(json.msg); }); $.ajaxSettings.async=true; 设置getjson同步,使用后重 阅读全文
posted @ 2017-11-21 08:51
蓝色星辰
阅读(1744)
评论(0)
推荐(0)