码迷,mamicode.com
首页 >  
搜索关键字:actions    ( 1044个结果
5.7 Components — Sending Actions From Components to Your Application
一、概述 1. 当一个组件在模板中被使用时,它具有发送action到这个模板的controller和routes的能力。这些允许组件通知application当重大事件发生的时候,比如点击组件一个特殊的元素。 2. 像{{action}}Handlebars辅助器,来自组件的actions首先会去到
分类:移动开发   时间:2016-01-28 00:41:39    阅读次数:265
Quartz.NET笔记(七) TriggerListeners and JobListeners
Listeners are objects that you create to perform actions based on events occuring within the scheduler. As you can probably guess, TriggerListeners re...
分类:Web程序   时间:2016-01-26 12:32:39    阅读次数:189
第18章 用于大型程序的工具
18.1异常处理try { // actions that cause an exception to be thrown}catch (...) { // work to partially handle the exception throw;}在C++中,通过throwing...
分类:其他好文   时间:2016-01-23 22:59:09    阅读次数:287
3.8 Templates -- Actions
一、The {{action}} Helper二、Action Bubbling(Action 冒泡)三、Action Parameters四、Specifying the type of event五、Specifying Whitelisted modifier keys六、Default Ac...
分类:其他好文   时间:2016-01-23 13:09:06    阅读次数:119
(04)odoo视图操作
* 窗口操作 如下一些代码 窗口的动作是存在 ir.actions.act_window 模型中的,我们可以在xml文件中用来快捷定义 # name 显示的标题 # res_model 动作...
分类:其他好文   时间:2016-01-22 21:05:54    阅读次数:238
Spark异步job
What if we want to execute 2 actions concurrently on different RDD’s, Spark actions are always synchronous. Like if we perform two actions one after o...
分类:其他好文   时间:2016-01-21 18:37:35    阅读次数:232
Struts2的Convention插件
Struts2的Convention插件的作用:在Struts2中的/lib/struts2-convention-plugin-x.x.xx.x.jarConvention插件会自动搜索位于action,actions,struts,struts2包下的所有类,即它会把如下两种的Java类当初Ac...
分类:其他好文   时间:2016-01-11 21:51:15    阅读次数:86
JQ学习(一)
通过 jQuery,您可以选取(查询,query) HTML 元素,并对它们执行“操作”(actions)。jQuery 语法jQuery 语法是为 HTML 元素的选取编制的,可以对元素执行某些操作。基础语法是:$(selector).action()美元符号定义 jQuery选择符(select...
分类:其他好文   时间:2016-01-11 18:08:28    阅读次数:169
python之路-模块 splinter
Splinter介绍Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and i...
分类:编程语言   时间:2016-01-10 17:09:27    阅读次数:212
Spark Programming--Actions II
saveAsTextFilesaveAsTextFile(path,compressionCodecClass=None)aveAsTextFile用于将RDD以文本文件的格式存储到文件系统中, 将每一个元素以string格式存储(结合python的loads和dumps可以很好应用)Paramet...
分类:其他好文   时间:2016-01-02 14:19:06    阅读次数:228
1044条   上一页 1 ... 80 81 82 83 84 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!