码迷,mamicode.com
首页 >  
搜索关键字:this action after    ( 22292个结果
oracle cursor
Oracle will generate something called cursor after it parse an statement. This thing--cursor will be stored in Library cache, if next time you need to...
分类:数据库   时间:2014-05-10 01:02:22    阅读次数:579
Struct1中 Form表单提交的几种方式以及无刷新提交的方式
直接action无刷新提交ajaxFormajaxsubmitiform暂记 回去整理
分类:其他好文   时间:2014-05-10 00:46:08    阅读次数:184
iOS之KVO
先创建一个person类并定义name和sex属性,当person的name或sex属性发生变化时会执行一个action/** * KVO --- Key Value Observe(键值观察者) * KVO 是一种设计模式,属于观察者设计模式 * 观察者设计模式涉及到...
分类:移动开发   时间:2014-05-09 16:15:37    阅读次数:424
struts2、spring调整, 报java.lang.NoSuchMethodException
struts2、spring整合, 报java.lang.NoSuchMethodException 用spring做为struts2的ObjectFactory,用spring来生成action,并对action的方法加上aop时,不要使Action继承于ActionSupport,否则会出现类....
分类:编程语言   时间:2014-05-09 13:41:25    阅读次数:270
Delegation, Action, Func, Anonymous Method
To be added
分类:其他好文   时间:2014-05-09 09:17:38    阅读次数:265
Effective Java 74 Implement Serializable judiciously
Unless a class is to be thrown away after a short period of use, implementing Serializable is a serious commitment that should be made with care. Extr...
分类:编程语言   时间:2014-05-09 07:49:13    阅读次数:510
在公共erb文件判断那个页面引用
在erb文件中,a页面与b页面都引用c页面,如果想在c页面里判断是哪一个页面调用了它就使用<%=params[:action]==“a”%>判断
分类:其他好文   时间:2014-05-09 07:12:39    阅读次数:347
去链接的下划线
<pstyle="padding-left:35px;padding-top:6px;"><%=link_to(t(‘mypage.live_order_btn‘),{:action=>"course_order",:id=>course.id,:back_action=>params[:action]},:style=>"color:white;font-weight:bold;text-decoration:none;")%></p>text-d..
分类:其他好文   时间:2014-05-09 06:51:16    阅读次数:267
关于KeyEvent.Callback
keycode------------>KEYCODE_BACK,KEYCODE_MENUevent.getAction------->ACTION_DOWN,ACTION_UP,ACTION_MULTIPLE|_____onKeyUp,onKeyDown,onKeyLongPresshttp://...
分类:其他好文   时间:2014-05-09 05:47:01    阅读次数:313
struts标签传值
纠结到现在,还好试出来了JSP页面使用struts标签向action传值:xxx表示你javabean对象,stu_id为session中的值
分类:其他好文   时间:2014-05-09 05:40:40    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!