摘要: 在模拟器上上启动ionic4.6版本 打包成的android APK,启动了很久结果弹出这个问题: Application Error - The connection to the server was unsuccessful 问题分析: PhoneGap某些版本的BUG,尤其在index.ht 阅读全文
posted @ 2019-03-12 15:47 lusCodding 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: npm install -g cordova // 加载cordovecordova create MyApp //创建一个新的文件夹cd MyApp //找到当前目录cordova platform add browser //创建浏览器文件cordova run browser //浏览器打开c 阅读全文
posted @ 2019-03-12 12:50 lusCodding 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: 一、What is ASP.NET MVC? 首先MVC(Model-View-Controller)--[模型--视图--控制器],是一种设计模式,它将一个应用程序拆分成下面三个主要的组件: M:Model 主要是存储或者是处理数据的组件;Model其实是实现业务逻辑层对实体类相应数据库操作,如: 阅读全文
posted @ 2019-03-12 10:55 lusCodding 阅读(138) 评论(0) 推荐(0) 编辑
摘要: AVD启动报错 1.提示:ANDROID_SDK_ROOT is undefined / ERROR: This AVD’s configuration is missing a kernel file! Please ensure the file “kernel-qemu” is in the 阅读全文
posted @ 2019-03-12 09:59 lusCodding 阅读(9671) 评论(0) 推荐(0) 编辑