摘要: 1) IBM WEBSPHERE 6.0 配置文件可能藏身之地: D:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/default/config 2).wsc扩展名(或文件夹为*.wsc)为websphere config 阅读全文
posted @ 2011-02-16 09:32 hongweigg 阅读(31) 评论(0) 推荐(0)
摘要: 1. 假定从数据库读取一个Object,使用ObjectInputStream 的readObject 读取对象时,该对象的所依赖的类必须能在本地找到。 如在数据库中保存着一个名为StartNode对象,类StartNode 的父类是NodeInfo.若readObject,并用Class Node 阅读全文
posted @ 2011-02-16 09:31 hongweigg 阅读(12) 评论(0) 推荐(0)
摘要: Spring使用之:Quartz定时任务为什么会被阻塞 文章分类:Java编程 关键字: spring, quartz, 定时任务 问题: 周日,公司CTO给我打电话说,监控系统的数据从下午1点就不更新了。我登录服务器排除了数据同步问题,查看日志也没有例外抛出,查询了前一天的 日志发现几个数据库表空 阅读全文
posted @ 2011-02-15 11:36 hongweigg 阅读(123) 评论(0) 推荐(0)
摘要: linux下WebSphere日志中文乱码 操作系统:Red Hat 3.4.4-2 中间件:IBM WebSphere Application Server - ND, 6.1.0.17 在linux下可以识别中文,无乱码现象 echo $LANG zh_CN.UTF-8 echo $LC_ALL 阅读全文
posted @ 2011-02-14 11:21 hongweigg 阅读(29) 评论(0) 推荐(0)
摘要: 要点: 1、INPUT device / directory for software 选安装文件所在目录如:/home/utan 2、SOFTWARE to install 使用ESC+4获取列表,选lsof.base,lsof.license, lsof.man 三个文件 Install Sof 阅读全文
posted @ 2011-02-12 20:21 hongweigg 阅读(42) 评论(0) 推荐(0)
摘要: 1. java -jar weblogic9.2.jar 报空间不足错误,将128M的/tmp文件系统增加1G空间: chfs -a size=+1024M /tmp 问题解决。 2. Out of Memory 解决 java -Xms512M -Xmx512M -jar weblogic9.2. 阅读全文
posted @ 2011-02-12 16:52 hongweigg 阅读(11) 评论(0) 推荐(0)
摘要: 原文:http://blogold.chinaunix.net/u/32679/showart.php?id=2268613 AIX 在硬盘上做操作系统备份 mksysback , 备份 rootvg 说明:操作系统 V6R1 ,系统中只有一个 VG rootvg 注意:smit 的log 在根目录 阅读全文
posted @ 2011-02-12 09:36 hongweigg 阅读(21) 评论(0) 推荐(0)
摘要: AIX 因为断电损坏重新安装,完了使用resotre恢复backup备份的文件系统,首先出现问题,rootvg不能被varyon,当然因为是根卷组也不能exportvg: 0516-013 The volume group cannot be varied on because there are 阅读全文
posted @ 2011-02-11 12:23 hongweigg 阅读(135) 评论(0) 推荐(0)
摘要: @echo off set str=123456789 echo 第一个字符为:%str:~0,1% echo 头两个字符为:%str:~0,2% echo 头5个字符为:%str:~0,5% echo 去掉最后一个字符后的字符串为:%str:~0,-1% echo 去掉最后3个字符后的字符串为:% 阅读全文
posted @ 2011-01-27 11:44 hongweigg 阅读(16) 评论(0) 推荐(0)
摘要: Win2000/XP安装软件时提示“无法访问windows安装程序,服务中windows Installer状态为停止,不能启动” 解决办法: 1、命令提示符下输入:misiexec/regserver 2、在“管理工具”→“服务”中启动windows Installer 症状三:Win2000/X 阅读全文
posted @ 2010-10-18 13:53 hongweigg 阅读(31) 评论(0) 推荐(0)