码迷,mamicode.com
首页 >  
搜索关键字:struts2 result chain iframe    ( 21172个结果
函数的逻辑读成零
函数的逻辑读成零drop table t;CREATE TABLE T AS SELECT * FROM DBA_OBJECTS;CREATE OR REPLACE FUNCTION F_NO_RESULT_CACHE RETURN NUMBER ASV_RETURN NUMBER;BEGINSEL...
分类:其他好文   时间:2014-07-13 22:59:02    阅读次数:299
python装饰器
from time import timedef cost_time(func): def result(*arg,**args): begin=time() func(*arg,**args) print "cost time:",time()-be...
分类:编程语言   时间:2014-07-13 22:38:16    阅读次数:328
There is no Action mapped for namespace [/pages/action/student] and action name [findStudent]
1、错误描述 2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete l...
分类:移动开发   时间:2014-07-13 16:45:04    阅读次数:294
Caused by: Unable to locate parent package [json-default] for [class com.you.user.action.StudentActi
1、错误描述 信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser) 2014-7-13 1:52:04 org.apache.struts2.spring.StrutsSpringObjectFactory info 信息: Initializing Struts-Spring integration.....
分类:Web程序   时间:2014-07-13 14:09:58    阅读次数:639
Caused by: java.lang.ClassNotFoundException: org.jbpm.pvm.internal.processengine.SpringHelper
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-12 14:05:45 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:编程语言   时间:2014-07-13 00:12:08    阅读次数:563
Chain of Responsibility - 职责链模式
定义 使多个对象都有机会处理请求,从而避免请求的发送者和接受者之间的耦合度。 案例 比如现在有一个图形界面,它包括一个应用Application类,一个主窗口Window,一个按钮Button,Window和Button都是继承自Widget类,现在在Button上按滑动鼠标滚轮,Button类不一定要处理,可能是Window类处理,也可能是是Application类...
分类:其他好文   时间:2014-07-12 23:29:27    阅读次数:264
Caused by: java.lang.ClassNotFoundException: ognl.PropertyAccessor
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-10 23:00:04 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:数据库   时间:2014-07-12 23:09:14    阅读次数:715
使IFRAME在iOS设备上支持滚动
原文链接: Scroll IFRAMEs on iOS原文日期: 2014年07月02日 翻译日期: 2014年07月10日翻译人员: 铁锚很长时间以来, iOS设备上Safari中超出边界的元素将不能滚动,处理这种问题对开发人员来说一直是种折磨。 对原文作者的博客来说,这特别让人无奈,因为demo程序都是在沙箱IFRAMEs中运行的,这是为了不影响博客网站的AJAX页面加载策略.  通过一些研究...
分类:移动开发   时间:2014-07-12 22:25:27    阅读次数:601
Caused by: java.lang.ClassNotFoundException: org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWo
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-12 14:19:28 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:编程语言   时间:2014-07-12 21:53:24    阅读次数:2376
Caused by: java.lang.ClassNotFoundException: javassist.ClassPool
1、错误原因 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-10 23:07:25 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:编程语言   时间:2014-07-12 18:15:51    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!