- 浏览: 80959 次
- 性别:
- 来自: 广州
最新评论
-
wufeipeng2001:
这个速度快吗?我们现在有一个项目就是要上传数据,从DB2到or ...
wps 6 db2 数据库 to oracle数据库 -
lwclover:
产生javacore文件说明你的项目有严重问题,可能是进程问题 ...
Websphere产生大量javacore与heapdump文件的分析 -
dreamair:
谢谢分享,
ibm wcm 学习日志 -
jjs_love:
zghen 写道你好,请问有wcm 的api吗?有的话请上传下 ...
我在开发IBM PORTAL常用到学习资料地址 (不断更新当中) -
zghen:
你好,请问有wcm 的api吗?有的话请上传下吧,谢谢
我在开发IBM PORTAL常用到学习资料地址 (不断更新当中)
文章列表
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 ...
- 2008-10-22 15:33
- 浏览 1175
- 评论(0)
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(); ...
- 2008-10-22 15:32
- 浏览 915
- 评论(0)
//===========================================================================//// 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// ...
- 2008-10-22 15:31
- 浏览 1216
- 评论(0)
1.新建连接池的时候,进行测试,要在设置连接的选项里面的高级选项
2.重启weblogic
- 2008-10-17 15:59
- 浏览 722
- 评论(0)
转载请注明出处 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 ...
- 2008-10-14 14:33
- 浏览 1219
- 评论(0)
转载请注明出处 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"/>'; ...
- 2008-10-10 11:25
- 浏览 965
- 评论(0)
转载请注明出处 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 ...
- 2008-09-27 16:05
- 浏览 831
- 评论(0)
转载http://iciclefire.itpub.net/post/29987/287722
就图片新闻那个例子,我们再做个扩展-添加翻页的功能。
如果看客使用过WCM v6.0以前的版本,都知道之前的WCM不提供翻页的功能,只能够通过一些编程的手段来实现。v6.0好了,提供了一个叫“页面导航”的组件,专门来实现翻页的功能。
通过WCM Authoring Portlet工具新建一个“页面导航”组件。可以选择两种类型的分页控件:
往复式,即实现第一页、上一页、下一页和最后一页。如图中的<<(第一页) <(上一页) >(下一页) >>(最后一页)
分页式 ...
- 2008-09-23 15:24
- 浏览 1548
- 评论(0)
转载
http://iciclefire.itpub.net/post/29987/277451
很多网站都有图片新闻,像下图这样。
我用IBM Workplace Web Content Management没事儿闲地做了一个小例子:)
具体实现方法:
新建一个菜单组件
"菜单元素查询"部分,通过条件(编写模板、站点区域等)选择想显示的内容
设定一些基本的属性,如排序方式等
代码实现
页眉:
<table align="center" cellpadding="5" cellspacing="5&quo ...
- 2008-09-23 11:49
- 浏览 1976
- 评论(0)
演示模板
<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 ...
- 2008-09-22 16:37
- 浏览 659
- 评论(0)
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
- 2008-09-18 18:07
- 浏览 635
- 评论(0)
查看变量 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 ...
- 2008-09-18 17:58
- 浏览 2006
- 评论(0)
提示这个错误,是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 去掉多余的信息
- 2008-09-17 17:11
- 浏览 1011
- 评论(0)
|| 表示相加trim(to_char(GL_SEQ.nextval,'00000')) 取5位自增长值,去掉控格,少了补0
- 2008-09-17 17:03
- 浏览 715
- 评论(0)