参考链接:https://blog.csdn.net/zhile7y/article/details/80250808 在中文APP下把Back改为返回的快速有效方法: 打开src/app/app.module.ts文件,在 IonicModule.forToot(MyApp)中添加参数{backB ...
分类:
其他好文 时间:
2018-09-20 17:24:22
阅读次数:
143
本文转自:http://www.cnblogs.com/crazyprogrammer/p/7904436.html 1. 核心内容 使用Angular2的国际化(i18n)库:ngx-translate 官网地址:http://www.ngx-translate.com/ GitHub地址:htt ...
分类:
其他好文 时间:
2018-09-15 18:47:53
阅读次数:
382
Referenece: https://ionicframework.com/getting started cli 官网 https://www.genymotion.com/ 安卓模拟器 https://ionicons.com/ 图标库 开始的时候,按照官网例子,搭载模板 首先确定安装了nod ...
分类:
其他好文 时间:
2018-09-15 16:38:35
阅读次数:
218
参考链接: https://www.cnblogs.com/yayuanzi8/p/8378312.html 启动使用ionic serve启动服务器之后只要一刷新界面就会导致服务器关闭,报的错误如下: 这个问题很奇葩啊,经过一番google之后找到如下解决办法,做个记录: 删除node_modul ...
分类:
其他好文 时间:
2018-09-13 12:00:01
阅读次数:
153
Error: Failed to fetch platform androidProbably this is either a connection problem, or platform spec is incorrect.Check your connection and platform ...
分类:
其他好文 时间:
2018-09-12 19:59:31
阅读次数:
351
9.1 Android系统信息获取 9.1.1 android.os.Build 9.1.2 SystemProperty 9.1.3 Android系统信息实例 9.2 Android Apk应用信息获取之PackageManager 9.2.1 PackageManager 9.3 Androi ...
分类:
移动开发 时间:
2018-09-07 14:03:26
阅读次数:
224
ionic app 开发的时候, https://dashboard.ionicframework.com/welcome ionic start myApp tabs sh: 1: node: Permission denied 解决这个问题的方法如下 npm config set user 0n ...
分类:
其他好文 时间:
2018-09-05 17:51:39
阅读次数:
166
1、参数传递法 例子:获取input框内容 这里有个独特的地方,直接在input处使用 #定义参数的name值,注意在ts中参数的类型 在html页面中 在ts文件中 2、双向绑定法 这种方法比较通用,但是需要在ts中定义对应的变量 例子1:获取input框内容 在html页面中 在ts文件中 例子 ...
分类:
其他好文 时间:
2018-09-03 19:23:08
阅读次数:
215
ERROR: apt-get install npm 建议先装n,再用n把node升级到最新稳定版$ npm install -g n $ n stable npm install -g cordova@4 也可以指定版本 n 6.9.1 需要重启,重启后: npm install -g yarn ...
分类:
其他好文 时间:
2018-08-31 01:21:23
阅读次数:
544
using Ionic.Zip; public class ZipHelper { public static void ZipSingleFile(string zipPath) { try { using (ZipFile zip = new ZipFile()) ... ...
分类:
Web程序 时间:
2018-08-30 12:55:32
阅读次数:
191