- 浏览: 174746 次
- 性别:
- 来自: 合肥
最新评论
-
青春的、脚步:
at org.mortbay.jetty.Response.r ...
WARN: Committed before 500 STREAM -
0612800232:
工行回调 必须要公网的域名,端口必须是要80的
纯Java版工行B2C网银接口调用总结 -
jxausea:
我最近也在做工行的接口,是1.0.0.11版本的,可以post ...
纯Java版工行B2C网银接口调用总结
文章列表
WAS6创建集群时配置HTTP会话内存到内存复制的勾选 与会话保存对象必须序列化
错误消息:
[Servlet Error]-
[Attributewith name manageUser is not java.io.Serializable. All attributes stored insession must be Serializable when web module is marked as distributable]:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport:Attribute with name manageUs ...
- 2011-07-29 03:36
- 浏览 1310
- 评论(0)
WAS6创建集群时配置HTTP会话内存到内存复制的勾选 与会话保存对象必须序列化
错误消息:
[Servlet Error]-
[Attributewith name manageUser is not java.io.Serializable. All attributes stored insession must be Serializable when web module is marked as distributable]:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport:Attribute with name manageUs ...
- 2011-07-29 03:36
- 浏览 436
- 评论(0)
假设用户有两个:
website 较高权限
websiteapp 没有创表的权限
表:
在website用户下:
grantselect, insert, update, delete on table_testto websiteapp;
在websiteapp用户下:
--普通用户登录,创建表的同义词
createsynonym websiteapp. table_test
forwebsite. table_test
当然序列也需要设置权限:
website下:
grantselect on seq_mobile_evaluate to websiteapp;//只需赋se ...
- 2011-07-24 16:29
- 浏览 1668
- 评论(0)
假设用户有两个:
website 较高权限
websiteapp 没有创表的权限
表:
在website用户下:
grantselect, insert, update, delete on table_testto websiteapp;
在websiteapp用户下:
--普通用户登录,创建表的同义词
createsynonym websiteapp. table_test
forwebsite. table_test
当然序列也需要设置权限:
website下:
grantselect on seq_mobile_evaluate to websiteapp; ...
- 2011-07-24 16:29
- 浏览 568
- 评论(0)
部署后台管理模块时,WAS6默认是不支持struts2的,这个需要在WAS6的应用服务器中配置。
路径:
应用程序服务器 >mobileadmin002 > Web 容器 > 定制属性
新建属性:
名称:
com.ibm.ws.webcontainer.invokefilterscompatibility
值:
true
应用并保存的主配置。如果是集群的话,需要在两台应用服务器上分别配置。
如下图:
- 2011-07-24 16:18
- 浏览 659
- 评论(0)
部署后台管理模块时,WAS6默认是不支持struts2的,这个需要在WAS6的应用服务器中配置。
路径:
应用程序服务器 >mobileadmin002 > Web 容器 > 定制属性
新建属性:
名称:
com.ibm.ws.webcontainer.invokefilterscompatibility
值:
true
应用并保存的主配置。如果是集群的话,需要在两台应用服务器上分别配置。
如下图:
- 2011-07-24 16:18
- 浏览 557
- 评论(0)
二进制流保存到文件/二进制流浏览器输入文件
/**********此段代码是把二进制流byte[]生成文件 START******************/
epolicyPdfSavePath=getEpolicyPdfSavePath();
if (epolicyPdfSavePath != null
&& !epolicyPdfSavePath.endsWith(File.separator)) {
epolicyPdfSavePath = epolicyPdfSavePath + File.separator;
}
...
- 2011-06-27 13:28
- 浏览 841
- 评论(0)
二进制流保存到文件/二进制流浏览器输入文件
/**********此段代码是把二进制流byte[]生成文件 START******************/
epolicyPdfSavePath=getEpolicyPdfSavePath();
if (epolicyPdfSavePath != null
&& !epolicyPdfSavePath.endsWith(File.separator)) {
epolicyPdfSavePath = epolicyPdfSavePath + File.separator;
}
...
- 2011-06-27 13:28
- 浏览 507
- 评论(0)
private String getCCAUXmlValue(String policyNo,
TripInsuranceInfo tripInsuranceInfo) {
String xmlValue = "";
// 获取VELOCITY ENGINE的框架引擎
VelocityEngine ve = new VelocityEngine();
// 获取根路径
String path = System.getProperty("user.dir");
System.out.println(path);
...
- 2011-06-24 19:57
- 浏览 764
- 评论(0)
private String getCCAUXmlValue(String policyNo,
TripInsuranceInfo tripInsuranceInfo) {
String xmlValue = "";
// 获取VELOCITY ENGINE的框架引擎
VelocityEngine ve = new VelocityEngine();
// 获取根路径
String path = System.getProperty("user.dir");
System.out.println(path);
...
- 2011-06-24 19:57
- 浏览 337
- 评论(0)
<!-- [if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
...
- 2011-06-24 19:05
- 浏览 689
- 评论(0)
<!-- [if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
...
- 2011-06-24 19:05
- 浏览 261
- 评论(0)
在web应用中,有时候客户需要一些定时程序,不需要客户自己去操作,而是由应用程序自行触发执行某些操作。这个时候监听与定时器的配合使用就基本可以实现这个需求了。
1.创建一个监听的SERVELET,这个类继承javax.servlet.http.HttpServlet并且实现javax.servlet.ServletContextListener
package com.bndz.outMail;
import java.util.Timer;
import javax.servlet.ServletContextEvent;import javax.servlet.Servle ...
- 2011-05-11 09:04
- 浏览 748
- 评论(0)