`
shihuan830619
  • 浏览: 573939 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
在生产环境上, 有时会遇到一些比较难定位的问题, 此时如果必须准确定位相关问题就只能开debug日志来进一步跟踪问题的根本原因, 开启wtc的debug后可以看到jatmi链接, 数据在问题发生时是否有异常信息, 下面介绍一下开启wtc的debug步骤: admin console -> Environment -> Servers -> server_name -> Debug -> weblogic -> wtc -> 勾选DebugWTCUData, DebugWTCTDomPdu, DebugWTCGwtEx, DebugWTCJatmiEx ...
第一个问题描述如下: [==================|==================|==================|==================] [exception installing uninstaller resources: ZeroGpf: /tmp/install.dir.150714/$BEAHOME$$/$$PRODUCT_DIR$/$UninstallerDirectoryName$/uninstallerResources.zip (No such file or directory) ------------------|------- ...
https://www.cnblogs.com/wyb628/p/8567610.html    (分析工具使用说明) https://blog.csdn.net/namesliu/article/details/7018086     (JavaDump文件说明) https://www.oschina.net/question/129540_23220    (生成javadump、heapdump、systemdump文件的方法) http://www.codeweblog.com/websphere-was-generated-javacore/ https://www-01.ibm.c ...
https://www.liaoxuefeng.com/   (有当前比较火的技术学习资料) http://www.runoob.com/python3/python3-tutorial.html   (菜鸟Python3教程) http://www.fishc.com/    (鱼C工作室Python教程)
在实际生产过程可能会遇到频繁的更改Oracle数据库的Package Body的需求,如果用了中间件级别的数据源就需要重新加载数据源来实现更改后的Package包生效的目的,有两种做法可以使数据源在内存中失效再重新加载到内存,方法如下: 第一、停掉war包,即:重启应用包,重启应用包肯定重新加载数据源了。 第二、把中间件的数据源断掉,然后再重新部署并target到应用war上,这样也实现了数据源重新被内存加载的过程。 如果不想在应用层面动手脚。那么就只能在数据库层面动手脚了,可以在Oracle后台查询到所有的session连接,然后手动kill掉所有的session连接,这样也实现了应用wa ...
shihuan830619@163.com邮箱的网盘里"我的原创作品"目录有word文档。
http://cve.mitre.org/index.html 进入后单击右上角的Search CVE List,然后在Search Master Copy of CVE里面输入关键字查询。

IBM产品support网址

    博客分类:
  • IBM
ibm 
https://www.ibm.com/support/home/   (在这个网址里搜索错误CODE来检索信息)
隐藏Apache的方法: 更改Apache的源码,然后重新编译安装,需要改动的源代码信息如下: include目录下-->ap_release.h文件 #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPROJECT "Apache HTTP Server" #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION_NUMBER ...
    今天有同事问起关于JDK1.8中默认是random问题。     JDK1.8中的java security默认变成random了,JDK1.6和JDK1.7中的java security默认是urandom。     这里就详细探究一下JDK中random与urandom的关系。     首先:random是阻塞机制的,urandom是非阻塞机制的。     其次:urandom最终是调用random的。     最后:random的实现机制是收集操作系统的动态指标并形成UltraTree,UltraTree分支越深越复杂random形成的就越快。     根据上面的三点可以看出, ...
错误提示:Error: Can't open display: :0.0 [root@shihuan ~]# yum install xorg-x11-apps [root@shihuan ~]# xhost + [root@shihuan ~]# xclock 这时root用户已经可以调用xclock了。 [root@shihuan ~]# su - tomcat 【注】如果是redhat6系列的操作系统,则此时调用xclock已经可以成功了,但在redhat7系列操作系统中会报不能打开DISPLAY的错误。 在redhat7系列操作系统下分两种模式: 1、在Windows的xshel ...
附件是weblogic部署axis2的方法
http://www.ibm.com/developerworks/java/jdk/tools/dtfj.html 官方网址 http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/  插件下载网址 ------------------------------------------------------------------------------------------------------------------------ 另外,如果你需要用 MAT 来分析 ...
http://httpd.apache.org/docs/2.2/install.html http://httpd.apache.org/docs/2.2/programs/configure.html 192.168.1.177--->apache http server 2.2.31 192.168.1.178--->apache-tomcat-7.0.73 192.168.1.179--->apache-tomcat-7.0.73 ssh登录192.168.1.177 [root@apachehs opt]# vi /etc/hosts 192.168.1.177 ...
https://my.oschina.net/u/1409620/blog/323734 jQuery.download = function(url, data, method){ //获得url和data if( url && data ){ //data 是 string 或者 array/object data = typeof data == 'string' ? data : jQuery.param(data); //把参数组装成form的input var inputs = ''; ...
Global site tag (gtag.js) - Google Analytics