码迷,mamicode.com
首页 >  
搜索关键字:actions    ( 1044个结果
并发基本名词解释
Intra-thread semantics(线程内语义):             The memory model determines what values can be read at every point in the program. The actions of each thread in isolation must behave as governed by the se...
分类:其他好文   时间:2014-09-02 14:14:25    阅读次数:493
Struts2框架详解
在Struts2的Model-View-Controller模式实现以下五个核心组件: 动作-Actions 拦截器-Interceptors 值栈/OGNL 结果/结果类型 视图技术 Struts 2和传统的MVC框架有些不同,在该框架中的作用的模式,而不是控制器的作用略有不同,虽然有一些重叠。这是Struts的MVC模式的体系结构概述。 ...
分类:其他好文   时间:2014-08-29 14:45:58    阅读次数:307
piwik - visitor log
1.result - row id,id_site,id_visit,visit_ip,visitor_id,visitor_type visitor_type_icon visit_converted visit_converted_icon visit_ecommerce_status visit_ecommerce_statusIcon searches events actions cus...
分类:其他好文   时间:2014-08-25 17:01:14    阅读次数:616
Selenium - 实现网页元素拖拽
Drag and Drop, 使用鼠标实现元素拖拽的操作貌似很复杂, 在Selenium中, 借助OpenQA.Selenium.Interactions.Actions类库中提供的方法, 实现起来还是比较简单的。道理如下:1. 找到要拖拽的页面元素-源(source)。2. 找到要释放的页面元素-...
分类:Web程序   时间:2014-08-22 19:22:39    阅读次数:177
yii 验证码的使用
在HappyController 中加入 public function actions(){ return array( // captcha action renders the CAPTCHA image displayed on the contact ...
分类:其他好文   时间:2014-08-20 12:20:52    阅读次数:149
selenium中的action
Selenium提供了一个强大的用于真实的模拟用户交互的一个类----Actions,这个类提共了一系列的API供模拟交互: keyDown : 用于模拟按键被按下 keyUp : 用于模拟按键松开 doubleClick : 用于模拟双击 clickAndHold : 用于模拟鼠标左键点住...
分类:其他好文   时间:2014-08-11 14:21:42    阅读次数:204
Android学习路线(八)为Action bar添加action按钮
Action bar允许你为与当前应用上下文相关的最重要的action items添加action按钮。那些直接显示在action bar上的icon或者文字都被称作action buttons。那些不适合action bar或者不是那么重要的Actions将会被隐藏在action overflow(译者注:action bar最右侧的垂直的三个点)里。...
分类:移动开发   时间:2014-08-07 03:08:28    阅读次数:409
Android学习路线(九)为Action Bar添加Style
The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:移动开发   时间:2014-08-07 03:07:49    阅读次数:605
libgdx Action 动作 动画
Libgdx中有个类Actions, 从它开始顺藤摸瓜就能把哪些简单的Action快速掌握见代码: 1 public class ActionTestScreen implements Screen,InputProcessor{ 2 private Stage stage; 3 p...
分类:其他好文   时间:2014-08-06 22:05:22    阅读次数:309
yii学习笔记(在控制器访问别的类方法)
在当前控制器定义一个actions的方法public function actions(){ return array( // 'captcha'=>array( 'class'=>'CCaptchaAction', 'backColor'=>0xFFFFFF, ), // ...
分类:其他好文   时间:2014-08-05 13:49:19    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!