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
直接action无刷新提交ajaxFormajaxsubmitiform暂记 回去整理
分类:
其他好文 时间:
2014-05-10 00:46:08
阅读次数:
184
先创建一个person类并定义name和sex属性,当person的name或sex属性发生变化时会执行一个action/**
* KVO --- Key Value Observe(键值观察者) * KVO 是一种设计模式,属于观察者设计模式 * 观察者设计模式涉及到...
分类:
移动开发 时间:
2014-05-09 16:15:37
阅读次数:
424
struts2、spring整合,
报java.lang.NoSuchMethodException
用spring做为struts2的ObjectFactory,用spring来生成action,并对action的方法加上aop时,不要使Action继承于ActionSupport,否则会出现类....
分类:
编程语言 时间:
2014-05-09 13:41:25
阅读次数:
270
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文件中,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
keycode------------>KEYCODE_BACK,KEYCODE_MENUevent.getAction------->ACTION_DOWN,ACTION_UP,ACTION_MULTIPLE|_____onKeyUp,onKeyDown,onKeyLongPresshttp://...
分类:
其他好文 时间:
2014-05-09 05:47:01
阅读次数:
313
纠结到现在,还好试出来了JSP页面使用struts标签向action传值:xxx表示你javabean对象,stu_id为session中的值
分类:
其他好文 时间:
2014-05-09 05:40:40
阅读次数:
268