摘要: 在使用Ionic中,使用按钮的ng-click事件,竟然点击没有反应,刚开始以为自己写得方法有问题才会不起作用,自己在点击之后就console.log()一个东西,但是console也是无法反应的。<button></button>单独使用时,是起作用的。看了自己的代码是没有问题的,问题出现在我使用 阅读全文
posted @ 2017-03-03 23:35 liziyou 阅读(4733) 评论(0) 推荐(0) 编辑
摘要: 【解压.zip文件】 安装unzip命令:sudo apt-get install unzip 卸载unzip软件 命令:sudo apt-get remove unzip 【解压.rar文件】 安装unrar命令:sudo apt-get install unrar 卸载unrar软件 命令:su 阅读全文
posted @ 2017-03-03 23:17 liziyou 阅读(375) 评论(0) 推荐(0) 编辑
摘要: MongoDB设计的时候,有时候会设计内置文档,方便某个对象的统一。在这里略写了查看内置文档和更新内置文档。 1、查看 表为:realtimelogin realName为:123 realpark.parkId为:99999888881474167822 结果截图: 2、更新表为:'realtim 阅读全文
posted @ 2017-03-03 09:46 liziyou 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 在开发Ionic过程中,发现会报在 LoginController 中引用locals报错,具体报错问题: 反复查看自己的代码,没发现哪里编写错误。代码具体: 查了资料,解释到,这个app.js文件中使用了 locals 不用再重新引用,去掉 LoginController中 的locals 就可以 阅读全文
posted @ 2017-03-03 09:06 liziyou 阅读(898) 评论(0) 推荐(0) 编辑