`
cainiaoyu
  • 浏览: 22675 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
<s:if test='actionItem.delegate != null && !"".equals(actionItem.delegate)'>   <img src="<%=SysConfig.STATIC_SERVER_URL%>/img/delete.gif" title="Clear Delegate"/><span>Clear Delegate</span> </s:if> str != null && str. ...
    [size=x-large]在测试与各个浏览器兼容性的时候,发现在chrome浏览器下showModalDialog方法显示的并不是模态对话框,就像新打开一个页面一样,父窗口仍然可以随意获取焦点,并可以打开多个窗体,而且返回值returnValue也无法返回,一直是undefined。[/size] 因为打开的不是模态对话框,而是像open了一个新窗体一样。 处理方案:(本文皆指在chrome浏览器下) 问题一,父页面怎么从模态窗口获取返回值? 模态窗口: $(function(){    var obj = new Object();     obj.id =ids;   ...
敲代码,习惯要好。 空格就是空格,分行就是分行的。 刚开始,最重要的是习惯。 名字命名规范。功能不一样的,要分行。 left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 right join(右联接) 返回包括右表中的所有记录和左表中联结字段相等的记录 inner join(等值连接) 只返回两个表中联结字段相等的行
Cron4j is a scheduler for the Java platform which is very similar to the UNIX CRON daemon. It is very useful when required to launch scheduled task, from within your Java applications, according to some simple rules. The Java 2 platform already has a built-in scheduler, implemented with the class ...
[size=medium]Integrating Jasypt with Hibernate Introduction to Jasypt (Java Simplified Encryption)Jasypt is a java library which allows the developer to add basic encryption capabilities to the projects with minimum effort, and without the need of having deep knowledge on how cryptography works. • H ...
http://www.iteye.com/news/23502
GOOD  GOOD  STUDY  DAY  DAY  UP !
毕业论文不同于一般的小论文,特别是硕士毕业论文或者博士毕业论文。一般的小论文就四五页,而硕士论文动辄五六十页,有的甚至七八十页。所以有些东西如果要人工的去修改,将是一件非常痛苦的事情。痛苦的事情至少有两个:目录自动生成和编号、参考文献引用的上标。本文将从这两个方面说说小技巧,自动生成,非常方便。 先说两种痛苦情况。 设定好文章的目录结构后,突然发现中间要添加或者删除一个章节,添加删除容易,可是其后遗症就是后面的编号都要跟着变动。比如要删除第二章,那么原理的第三章就要改为第二章,后面的要跟着动,添加也一样,很麻烦。 第二个情况就是参考文献的上标问题。硕士论文参考文献都有好几十个,一般论 ...
1,http://book.51cto.com/art/201102/244878.htm 2.http://struts2.group.iteye.com/group/wiki/1990-struts_guide_13 3.比如在ACTION里定义一个LIST对象<USER>mylist 然后放入session中 JSP页面: <s:set name="mylist" value="#session.mylist"> <s:iterator value="#mylist" >  < ...
etyhebgwtyht
http://yanzhigao000.iteye.com/blog/669149 String no=request.getParameter("typeid");取到typeid的值 http://zhidao.baidu.com/question/135263238.html?push=ql 我在一个JSP页面中使用了这个,pageResult.list存了一个对象有三个属性,id,budgetName,createUser,一开始我以为在fieldValue和下面一样直接设置为 fieldValue="id"即可,结果不行,这个是我从网上查来的, ...
function loadXMLDoc() { var xmlhttp; var txt, x, i; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp = new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange = function( ...
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>welcome</title> <script lan ...
Global site tag (gtag.js) - Google Analytics