上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: Using Local Notifications In Your Ionic Framework App配置好ng-cordova先 var ionicApp = angular.module("ionic", ["ionic", "ngCordova"]);然后cordova plugin... 阅读全文
posted @ 2015-07-30 09:53 IT姑凉 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 1、分享到微信:cordova-plugin-wechat 地址:https://github.com/xu-li/cordova-plugin-wechat 安装: 地址:https://github.com/iVanPan/Cordova_QQ 2、分享到QQ:cordova-plugin-qq 阅读全文
posted @ 2015-07-30 09:53 IT姑凉 阅读(1733) 评论(0) 推荐(1) 编辑
摘要: express创建项目命令行下: express prj_name cd prj_name && npm installejs htmlvar ejs = require('ejs'); //增加app.set('views', path.join(__dirname, 'public/view... 阅读全文
posted @ 2015-06-05 13:43 IT姑凉 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 什么是层模型? 什么是层布局模型?层布局模型就像是图像软件PhotoShop中非常流行的图层编辑功能一样,每个图层能够精确定位操作,但在网页设计领域,由于网页大小的活动性,层布局没能受到热捧。但是在网页上局部使用层布局还是有其方便之处的。下面我们来学习一下html中的层布局。 如何让html元素在网 阅读全文
posted @ 2015-06-01 11:14 IT姑凉 阅读(16673) 评论(1) 推荐(0) 编辑
摘要: 在Web中插入内容,在CSS2.1时代依靠的是JavaScript来实现。但进入CSS3进代之后我们可以通过CSS3的伪类“:before”,“:after”和CSS3的伪元素“::before”、“::after”来实现,其关键是依靠CSS3中的“content”属性来实现。不过这个属性对于img... 阅读全文
posted @ 2015-05-25 13:51 IT姑凉 阅读(1749) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页