`
jjs_love
  • 浏览: 80959 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
jsp页面 <%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %><%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %><%@ taglib uri ...
 clob public void addArmynews(Armynews armynews, String clobstr) {         Session session =this.getSession();         Transaction tran = session.beginTransaction();  try{       armynews.setContent(Hibernate.createClob(" ")); //插入一个空的       session.save(armynews);       session.flush();     ...
//===========================================================================////  File Name:    Setup.rul////  Description:  Blank setup main script file////  Comments:     Blank setup is an empty setup project. If you want to//      create a new project via. step-by step instructions use the//      ...
1.新建连接池的时候,进行测试,要在设置连接的选项里面的高级选项 2.重启weblogic
转载请注明出处 http://jjs-love.iteye.com <%-- Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2001, 2004, 2006 - All Rights reserved.  NOTE: See notes in Default.jsp for information regarding editing theme JSP fragments.  --%><%--    This JSP renders the navigation bar on th ...
转载请注明出处 http://jjs-love.iteye.com <html><head><SCRIPT> var imgpath='<Element context="current" type="content" key="DisplayImage"/>';var imgpath1='<Element context="current" type="content" key="DisplayImage1"/>'; ...

关于密码

    博客分类:
  • IBM
wp修改密码主要是通过操作ldap来处理,在wp操作密码无效
转载请注明出处 http://jjs-love.iteye.com log4j.properties   # For JBoss: Avoid to setup Log4J outside $JBOSS_HOME/server/default/deploy/log4j.xml!# For all other servers: Comment out the Log4J listener in web.xml to activate Log4J.#log4j.rootLogger=ERROR, stdout, logfilelog4j.rootLogger=INFO, stdout, logfi ...
转载http://iciclefire.itpub.net/post/29987/287722 就图片新闻那个例子,我们再做个扩展-添加翻页的功能。 如果看客使用过WCM v6.0以前的版本,都知道之前的WCM不提供翻页的功能,只能够通过一些编程的手段来实现。v6.0好了,提供了一个叫“页面导航”的组件,专门来实现翻页的功能。 通过WCM Authoring Portlet工具新建一个“页面导航”组件。可以选择两种类型的分页控件: 往复式,即实现第一页、上一页、下一页和最后一页。如图中的<<(第一页) <(上一页) >(下一页) >>(最后一页) 分页式 ...
转载 http://iciclefire.itpub.net/post/29987/277451   很多网站都有图片新闻,像下图这样。 我用IBM Workplace Web Content Management没事儿闲地做了一个小例子:) 具体实现方法: 新建一个菜单组件 "菜单元素查询"部分,通过条件(编写模板、站点区域等)选择想显示的内容 设定一些基本的属性,如排序方式等 代码实现 页眉: <table align="center" cellpadding="5" cellspacing="5&quo ...

关于附件显示

演示模板 <a href="<Element context="current" type="content" key="publish_file"/>" target="_black"><script>document.write(decodeURI('<Element context="current" type="content" key="publish_file"/>').subs ...

开启tomcat

    博客分类:
  • JAVA
restart.sh   export LC_ALL="zh_CN.GBK" path=`pwd` cd /home/tomcatbak/tomcat55bin/shutdown.shsleep 10ps -ef|grep tomcatbak|awk '{if($3==1) print "kill -9 "$2;}'|shbin/startup.shcd $path
查看变量 export 设置变量 export LC_ALL="en_US.UTF-8"     生成server key /home/jdk15/jre/bin/keytool -genkey -alias server -keyalg RSA -keypass 123456 -storepass 123456 -keystore server.keystore  -validity 7200     查看是否成功/home/jdk15/jre/bin/keytool -list -keystore server.keystore -v删除 /home/jdk15/jre ...
提示这个错误,是wp或者was 没有完全删除   windows 下面删除安装的时候所产生的临时日志,具体的地址在 C:\Documents and Settings\Administrator\Local Settings\Temp C:\WINNT\vpd.properties 或 C:\Documents and Settings\Administrator\WINDOWS\vpd.properties Linux /vpd.properties 或 /root/vpd.properties 去掉多余的信息

oracle 常用命令

    博客分类:
  • DB
|| 表示相加trim(to_char(GL_SEQ.nextval,'00000')) 取5位自增长值,去掉控格,少了补0
Global site tag (gtag.js) - Google Analytics