码迷,mamicode.com
首页 >  
搜索关键字:struts2 result chain iframe    ( 21172个结果
struts2+jquery 实现ajax登陆
一、新建一个web项目:test,配置好struts2的环境(详细配置见:http://www.cnblogs.com/wuweidu/p/3841297.html) 导入Jquery的js文件到项目二、在com.action包下,新建一个loginAction.javaloginAction......
分类:Web程序   时间:2014-07-15 08:18:01    阅读次数:250
让iframe调用页面的背景透明
iframe标签上加了一个 allowtransparency="true"iframe页面需要书写一行body的css 就OK了
分类:其他好文   时间:2014-07-15 00:43:44    阅读次数:308
递归算法——求取斐波那契数列(1)
import java.util.Scanner;/** * Created by Administrator on 14-5-13. * 计算斐波那契数列 * * Result M(Problem prob) { if () return ; // The problem cannot be so...
分类:其他好文   时间:2014-07-15 00:39:15    阅读次数:408
ruby 变量和方法
def say_goodnight(name) result ="Good night ." +name return resultenddef say_goodmorning(name) result ="Good morning .#{name}" return resultendde...
分类:其他好文   时间:2014-07-14 14:14:34    阅读次数:189
Error creating bean with name 'com.you.user.dao.StudentDaoTest': Injection of autowired dependencies
1、错误描述 七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:其他好文   时间:2014-07-14 13:46:00    阅读次数:651
Caused by: org.springframework.beans.factory.BeanCreationException
1、错误原因 2014-7-13 17:36:57 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...
分类:编程语言   时间:2014-07-14 13:44:07    阅读次数:325
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-13 18:02:58 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:编程语言   时间:2014-07-14 13:27:33    阅读次数:314
java.lang.IllegalStateException: Failed to load ApplicationContext
1、错误描述 七月 13, 2014 6:34:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:移动开发   时间:2014-07-14 13:09:26    阅读次数:272
sap ftp 处理
【转】SAP FTP Function本文示例如何使用SAP FTP Function将文件从应用服务器传输到另外一个FTP服务器上。DATA: BEGIN OF ig_ftp_result OCCURS 0, line(100), END OF ig_ftp_result.DATA: l_path...
分类:其他好文   时间:2014-07-14 10:48:27    阅读次数:249
uva442-Matrix Chain Multiplication
Matrix Chain Multiplication  Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multi...
分类:其他好文   时间:2014-07-13 18:10:40    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!