会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
上善若水
桃李春风一杯酒,江湖夜雨十年灯
上一页
1
2
3
4
5
下一页
testng入门_单元测试
摘要: 1.定义TestNG 的配置文件 <test name="exampletest1"> <classes> </classes> </test> 2.分组执行 3.组中组 4.自定义参数1 @Test @Parameters({ "cityCode_str", "exp_city_str" }) p
阅读全文
posted @ 2016-04-16 20:54 dengzy
阅读(296)
评论(0)
推荐(0)
编辑
Ionic学习笔记5_动态组件指令
摘要: 1. 模态对话框 : $ionicModal 模态对话框常用来供用户进行选择或编辑,在模态对话框关闭之前,其他 的用户交互行为被阻止 .操作模态对象返回结果,模态对象的方法提前定制。 三个步骤 1.声明对话框模板 使用ion-modal-view指令声明对话框模板,对话框模板通常置入 script内
阅读全文
posted @ 2016-04-13 19:36 dengzy
阅读(4252)
评论(0)
推荐(0)
编辑
Ionic学习笔记4_ionic路由(页面切换)
摘要: 1.1. ionic路由机制: 状态 1.2. ion-nav-view <body ng-controller="firstCtrl"> <a class="button" ui-sref="map">map</a> <a class="button" ui-sref="music">music<
阅读全文
posted @ 2016-04-13 19:34 dengzy
阅读(2252)
评论(0)
推荐(0)
编辑
Ionic学习笔记3_ionic指令简单布局
摘要: 1) 添加引用类库(ionic样式和ionic js文件) 2) 标题栏,页脚栏,内容区 3) Js引入ionic类库,添加页面操作方法和对象 4) 数据初始化 5) Html页面绑定方法和对象 <!DOCTYPE html> <html ng-app="myApp"> <head> <meta c
阅读全文
posted @ 2016-04-13 19:31 dengzy
阅读(6561)
评论(0)
推荐(0)
编辑
Ionic学习笔记1_基本布局
摘要: <body> <!-- 头部 --> bar里嵌入子元素:title,button,button-bar和 input <div class="bar bar-header bar-dark item-input-inset"> <h1 class="title">Header</h1> 布局? i
阅读全文
posted @ 2016-04-13 19:29 dengzy
阅读(5895)
评论(0)
推荐(0)
编辑
Angularjs学习笔记11_手工初始化
摘要: http://my.oschina.net/fuckBAT/blog/375579 Angular的编译机制允许开发人员给浏览器添加新的Html语法,允许我们添加一些html节点,attribute,甚至创建一些自定义的节点,attribute。Angular把这些行为的扩展成为指令directiv
阅读全文
posted @ 2016-04-13 19:05 dengzy
阅读(283)
评论(0)
推荐(0)
编辑
Angularjs学习笔记10_directive3
摘要: 1. restrict M 使用模板 A 属性扩展 <!--[if !supportLists]-->2. <!--[endif]-->template,templateUrl,$templateCache 模板缓存 //注射器加载完所有模块时,此方法执行一次 myModule.run(functi
阅读全文
posted @ 2016-04-13 18:58 dengzy
阅读(244)
评论(0)
推荐(0)
编辑
Angularjs学习笔记9_JSON和JSONP
摘要: 说到AJAX就会不可避免的面临两个问题,第一个是AJAX以何种格式来交换数据?第二个是跨域的需求如何解决?数据可以用自定义字符串或者用XML来描述,跨域可以通过服务器端代理来解决。最被推崇或者说首选的方案还是用JSON来传数据,靠JSONP来跨域。JSON是一种数据交换格式,而JSONP是一种依靠开
阅读全文
posted @ 2016-04-13 18:53 dengzy
阅读(3305)
评论(1)
推荐(0)
编辑
Angularjs学习笔记8_directive2
摘要: 指令难点在于参数 angular.module('app', []) .directive('myDirective', function() { return { restrict: String, priority: Number, terminal: Boolean, template: St
阅读全文
posted @ 2016-04-13 18:46 dengzy
阅读(200)
评论(0)
推荐(0)
编辑
Angularjs学习笔记7_directive1
摘要: 1.基础知识 directive()接受两个参数 · name:字符串,指令的名字 · factory_function:函数,指令的行为 应用启动时,以name作为该应用的标识注册factory_function返回的对象。在factory_function中,可以设置一些选项来改变指令的行为。
阅读全文
posted @ 2016-04-13 18:22 dengzy
阅读(293)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
下一页
导航
博客园
首页
联系
订阅
管理
公告