Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • J2EE+Web+应用开发技术教材 ... 93 5.5.7. PageContext 类的 PageContext 对象 .....................................................................93 5.5.8. Object 类的 Page (相当于 this )对象 .....................................................................93 5.5.9. exception ...
  • Domino Web 開發 ... of a view (web agent) 111 50. Disabling actions until a page finishes loading 114 51. Web-based, fully customizable search 115 ... to always download 225 99. ODBCExample: GetValue method 247 100. ODBCResultSet class 248 101. Create a "Login" ...
  • Javascript高级程序设计(第三版)高清晰中文版 ... 类型  98 5.3.1 继承的方法  100 5.3.2 日期格式化方法  101 5.3.3 ... 220 9.2 怪癖检测  220 9.3 用户代理检测  221 9.3.1 用户代理字符串的历史  222 9.3.2 用户代理字符串检测技术  228 9.3.3 完整的代码 ... .4 webkitRequestAnima-tionFrame与msRequest-AnimationFrame  685 25.2 Page Visibility API  686 25.3 Geolocation API  687 ...
  • ios开发记录 ... ,系统会将context传过去 [UIView beginAnimations:nil context:imgView]; //设置代理(委托) [UIView setAnimationDelegate:self]; //设置动画结束以后调用的 ... 从0开始 page.currentPage=1; //设置点的颜色 page.pageIndicatorTintColor=[UIColor redColor]; //设置当前页的点对应的颜色 -(void) ...
  • 零成本实现Web自动化测试——基于Selenium WebDriver和Cucumber ... 6.5 测试AJAX应用系统 96 6.6 封装Selenium通用函数 97 6.7 UI映射 98 6.8 Page Object设计模式 100 6.9 数据驱动测试 103 6.10 数据库验证 103 第7章 Selenium用户扩展 105 7.1 ... WebDriver) 147 9.4.3 高级用户交互 150 9.4.4 改变浏览器代理 151 第10章 Cucumber和WebDriver 154 10.1 Cucumber基础 154 10.1 ...
  • javascript高级程序设计.pdf(非扫描,文字版) ... 683 25.1.4 webkitRequestAnima- tionFrame 与 msRequest- AnimationFrame ................. 685 25.2 Page Visibility API .............................. 686 25.3 Geolocation API ................................... 687 25.4 File API ...
  • JAVA核心知识点整理(有效) ... 133 调用处理器 Controller........................................................................................................................................ 133 13/04/2018 Page 7 of 283 Controller 调用业务逻辑处理 ...
  • ios-Swift TableView及上下拉刷新封装.zip ... 单组进行了封装,想要实现多组 重写TableView代理方法即可) 1.继承HWBaseTableViewController 2.注册cell weak var ... return cell }, heightForRowBlock: { (index) -> CGFloat in // 设置高度 return 100 }) { (index) in // 点击事件 } 4.重写父类方法 只要刷新就会来这个方法 override func loadData(page: NSInteger) { }
  • ios-Swift TableView及上下拉刷新封装.zip ... in // 设置cell return cell }, heightForRowBlock: { (index) -> CGFloat in // 设置高度 return 100 }) { (index) in // 点击事件 } 4.重写父类方法 只要刷新就会来这个方法 override func loadData(page: NSInteger) { }