`
liu_shui8
  • 浏览: 68240 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论
文章列表
增加多个session销毁。 修改sessions.jsp页面。 引入JS <script type="text/javascript" src="/probe/js/jquery-1.4.2.min.js" ></script> 加入链接 <li id="delete"><a href="#" onclick="destorySession('<c:url value="/app/expire.htm"/>','${pa ...
修改session.jsp <display:column class="leftmost" title="<input type='checkbox' name='selectall' onclick='selectAll(this.checked)'/>"> <input type="checkbox" name="${session.id}" value="${session.serializable}"/> </display:colu ...
dtree with checkbox.
首先使用UltraEdit打开文件,选择Search菜单的Replace命令。在Replace对话框中,选中Regular Expression复选框,并在Find what中输入:%[ ^t]++^p,注意^t之前有空格。该表达式字符含义与EditPlus的相对应。
<script language="javascript1.2" type="text/javascript"> <!-- //自动最大化程序 self.moveTo(-4,-4) self.resizeTo(screen.availWidth+8,screen.availHeight+8) if (top.location !== self.location) { top.location=self.location; } --> </script>
hibernate配置文件: <prop key="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</prop> <prop key="hibernate.cache.use_query_cache">true</prop> hibernate Bean配置文件: @Entity @Cache(usage=CacheConcurrencyStrategy.READ_ONLY) 或者,class里面 ...
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name] @="\"D:\\Program Files\\EditPlus 2\\editplus.exe\""
<select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()" onmouseout="this.releaseCapture()"> <option>1</option> <option selected>2</option> <option>3</option> </select&g ...
1、修改spring-stats.xml文件 加上 <bean name="memoryMonitorCollector" class="MemoryMonitorCollectorBean"> <property name="containerWrapper" ref="containerWrapper" /> <property name="statsCollection" ref="statsCollection" / ...
首先部署起来,下载解压不说了,直接说配置: catalina.sh加上 set JAVA_OPTS=-Xms512m -Xmx1024m -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false 在conf\Catalina\localhost\probe.xml里,要有 <Context path="/probe" reloadable="true&qu ...
web.xml的头文件里web-app_2_3.dtd是JSP1.2的语法,不支持EL。需要改成web-app_2_4.xsd(当然不是这么简单的修改)。 或者在每个jsp页面添加 <%@ page isELIgnored="false" %> 同时需要 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.s ...
package decrypt; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; import ja ...
1.如果选中的是目录,则在资源管理器中打开这个目录(而不是在它的上级选中该目录);2.如果选中的是文件,则资源管理器中打开所在的文件夹并选中这个文件;另外,顺便把新的xp风格图标给拿了过来。 easyexplore的cvs地址是anonymous@easystruts.cvs.sourceforge.net:/cvsroot/easystruts,下载源码之后发现easyexplore已经悄悄的更新了,多了“执行外部命令”等功能,图标也改成xp风格,不过多了一层子菜单,感觉不如原来方便,而且我只对explore这个功能感兴趣,所以只取回org/sf/easyexplore/EasyExplor ...
package example; import org.jasypt.util.text.BasicTextEncryptor; /** * 加密解密类 * @author Administrator * */ public class PasswordEncryptorTest { public static void main(String[] args) { //加密 BasicTextEncryptor textEncryptor = new BasicTextEncryptor(); text ...
Global site tag (gtag.js) - Google Analytics