<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[gooooooooal的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/oooooooooooooaaa</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; oooooooooooooaaa]]></copyright><item><title><![CDATA[JNI基础]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6444470</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6444470</guid><author>oooooooooooooaaa</author><pubDate>Wed, 25 May 2011 12:16:00 +0800</pubDate><description><![CDATA[一、基础知识       JNI－java native interface通常被成为Java本地方法，它是Java虚拟机实现的一部分，因此我们可以在任何的虚拟机上使用JNI。通过JNI我们可以完成和宿主计算机（就是安装JVM或者JDK的操作系统）以及在此系统上用C或C++语言写的本地程序了！以下是Java虚拟机、JNI以及宿主计算机、本地程序以及java应用程序和类库的层次关系！       从上面的图可以看出：JNI是Java虚拟机的一部分，在它之上Sun公司提供了大量的类库，这些类库一般分门别类地以包]]></description><category></category></item><item><title><![CDATA[LDAP学习]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6438473</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6438473</guid><author>oooooooooooooaaa</author><pubDate>Sun, 22 May 2011 22:16:00 +0800</pubDate><description><![CDATA[<br /><br />很多人虽然会使用dsadd等命令添加用户，但是dsadd的命令说明里面并没有涉及到dc,cn,ou的含义，很多人都不明白，这里是微软的技术支持人员的回信，希望对大家有帮助。 <br />CN, OU, DC 都是 LDAP 连接服务器的端字符串中的区别名称（DN, distinguished   name） <br />LDAP连接服务器的连接字串格式为：ldap://servername/DN   <br />其中DN有三个属性，分别是CN,OU,DC   <br />LDAP是一]]></description><category></category></item><item><title><![CDATA[WebSphere登录控制台时去掉密码的方法]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6202998</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6202998</guid><author>oooooooooooooaaa</author><pubDate>Wed, 23 Feb 2011 16:57:00 +0800</pubDate><description><![CDATA[进入/data/IBM/WebSphere/AppServer/profiles/appserver1/bin/目录，运行./wsadmin.sh -conntype NONE当wsadmin的命令行窗口出现之后，运行 securityoff再ps -ef | grep java，得到目前进程号再kill -9 进程号再/data/IBM/WebSphere/AppServer/profiles/appserver1/bin/startServer.sh server1即可]]></description><category></category></item><item><title><![CDATA[冲正交易]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6099516</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6099516</guid><author>oooooooooooooaaa</author><pubDate>Sun, 26 Dec 2010 21:24:00 +0800</pubDate><description><![CDATA[<br />       今日去建设银行ATM取款，取款的时候等待超时，随后网银短信说取款成功扣了钱,但马上又收到一条冲正交易,钱又补回来了,于是去查了冲正交易，得到如下解释：<br />        在银行业务中，冲正是对一笔正交易的反交易。这个名词，现在在业务上与技术上的理解是有一定的差异的。在技术上，银联交易用的比较多，比如一笔取款，当超时收不到回应时或其他原因交易不正确，需要对原始取款发一个冲正交易，防止交易失败了，但又下了客户帐；在业务上，原来的会计上叫隔日红字冲正，即对原来所记的帐务，同方向红]]></description><category></category></item><item><title><![CDATA[DB2使用杂记]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6099505</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6099505</guid><author>oooooooooooooaaa</author><pubDate>Sun, 26 Dec 2010 21:19:00 +0800</pubDate><description><![CDATA[1 catalog远程数据库  db2cmd  db2 catalog tcpip node db2inst1  remote 192.168.10.180 server 50000  db2 catalog db PAYI at node db2inst12 ]]></description><category></category></item><item><title><![CDATA[Eclipse工作空间的删除方法]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6091403</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6091403</guid><author>oooooooooooooaaa</author><pubDate>Wed, 22 Dec 2010 12:17:00 +0800</pubDate><description><![CDATA[<br />Eclipse工作空间信息主要保存在configuration/.settings/org.eclipse.ui.ide.prefs文件中，删除方法如下：<br /> <br />1 删除指定得workspace的目录<br /> <br />2 修改eclipse程序目录下的configuration/.settings/org.eclipse.ui.ide.prefs文件<br />修改里面以 RECENT_WORKSPACES= 开头那行，把删除了的workspace空间的目录路径去掉。。]]></description><category></category></item><item><title><![CDATA[MyEclipse 中Tomcat部署项目：Undefined exploded archive location ]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6091401</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6091401</guid><author>oooooooooooooaaa</author><pubDate>Wed, 22 Dec 2010 12:14:00 +0800</pubDate><description><![CDATA[今天下午一个工程突然不能部署了,myeclipse提示Undefined exploded archive location昨天在工程项目的调试中，突然发现项目不能部署了。错误信息为：      Undefined exploded archive location原因：          在工程转移过程中，导致工程的配置文件出错；解决方法：          1.在工程目录下的.mymetadata文件中可能webrootdir被改无效了(把下面内容拷到你的.mymetadate文件中的相应位置上)；或者]]></description><category></category></item><item><title><![CDATA[Can't connect to X11 window server的问题研究]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6041359</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6041359</guid><author>oooooooooooooaaa</author><pubDate>Sun, 28 Nov 2010 20:12:00 +0800</pubDate><description><![CDATA[情境：java web程序中，页面包含图形的展示，是使用jfreechart来开发的。war包部署在RHEL 5.5环境下的tomcat中。1 在服务器（服务器默认启动为图形界面）本机上启动tomcat，在客户端浏览器上查看jfreechart图形正常；2 远程通过ssh启动服务器上的tomcat，在客户端浏览器上查看jfreechart图形为小红叉；先将异常部分贴出：java.lang.InternalError: Can't connect to X11 window server using 'loc]]></description><category></category></item><item><title><![CDATA[MyEclipse下远程调试Tomcat]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/6040923</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/6040923</guid><author>oooooooooooooaaa</author><pubDate>Sun, 28 Nov 2010 16:32:00 +0800</pubDate><description><![CDATA[Tomcat服务器在RHEL 5.5操作系统上，因此根据需求，可以有以下两种方式：1 临时调试的解决方法：cd /apache-tomcat-6.0.29/bin,在运行startup.sh脚本之前，运行以下内容：declare -x CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"再./startup.sh之后，设置MyEclipse的Romote Java Application，如]]></description><category></category></item><item><title><![CDATA[在REHL 5.5 X64下安装64位JDK]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5992391</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5992391</guid><author>oooooooooooooaaa</author><pubDate>Sat, 06 Nov 2010 22:53:00 +0800</pubDate><description><![CDATA[1 chmod +x jdk-6u21-linux-x64-rpm.bin
2 ./jdk-6u21-linux-x64-rpm.bin此时会生成文件jdk-6u21-linux-amd64.rpm 3 mv jdk-6u21-linux-amd64.rpm
/opt
4 chmod +x jdk-6u21-linux-amd64.rpm 
5 rpm-ivh jdk-6u21-linux-amd64.rpm 出现安装协议等，按接受即可。6 java-version检查JDK是否安装成功。7 如果看]]></description><category></category></item><item><title><![CDATA[时间序列预测模型]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5961440</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5961440</guid><author>oooooooooooooaaa</author><pubDate>Sat, 23 Oct 2010 23:32:00 +0800</pubDate><description><![CDATA[时间序列]]></description><category></category></item><item><title><![CDATA[责任链模式的应用实例]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5961374</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5961374</guid><author>oooooooooooooaaa</author><pubDate>Sat, 23 Oct 2010 22:51:00 +0800</pubDate><description><![CDATA[责任链 实例 apache]]></description><category></category></item><item><title><![CDATA[java.util.ConcurrentModificationException异常的解决实例]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5747050</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5747050</guid><author>oooooooooooooaaa</author><pubDate>Mon, 19 Jul 2010 17:29:00 +0800</pubDate><description><![CDATA[ConcurrentModificationException 多线程]]></description><category></category></item><item><title><![CDATA[记账凭证]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5719403</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5719403</guid><author>oooooooooooooaaa</author><pubDate>Wed, 07 Jul 2010 20:13:00 +0800</pubDate><description><![CDATA[记账凭证 银行 IT]]></description><category></category></item><item><title><![CDATA[数据库页大小的概念剖析]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5719181</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5719181</guid><author>oooooooooooooaaa</author><pubDate>Wed, 07 Jul 2010 17:37:00 +0800</pubDate><description><![CDATA[数据库 页大小 DB2 42727]]></description><category></category></item><item><title><![CDATA[ORA-01034和ORA-27101两种错误同时出现的解决办法]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5718116</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5718116</guid><author>oooooooooooooaaa</author><pubDate>Wed, 07 Jul 2010 11:48:00 +0800</pubDate><description><![CDATA[ORA-01034  ORA-27101]]></description><category></category></item><item><title><![CDATA[oracle中删除bin开头的表]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/5689175</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/5689175</guid><author>oooooooooooooaaa</author><pubDate>Wed, 23 Jun 2010 14:02:00 +0800</pubDate><description><![CDATA[oracle  bin  回收站]]></description><category></category></item><item><title><![CDATA[URL传递参数包含特殊字符的处理]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/4670693</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/4670693</guid><author>oooooooooooooaaa</author><pubDate>Wed, 14 Oct 2009 17:36:00 +0800</pubDate><description><![CDATA[url中包含?、=和&等特殊字符时，如果不进行编码，后台接收到参数的时候，会出现信息丢失的问题，导致后台接收的参数不全。解决方法是：可以在前端通过JavaScript将url进行编码，这样传到后台时，就没问题了。 1 用string对象的replace函数例如：url = url.replace(//?/g,"%3F").replace(/&/g,"%26").replace(/=/g,"]]></description><category></category></item><item><title><![CDATA[Ext下，ajax请求和普通http请求，session超时转到登录页面的解决方案]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/4669826</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/4669826</guid><author>oooooooooooooaaa</author><pubDate>Wed, 14 Oct 2009 15:46:00 +0800</pubDate><description><![CDATA[        对于web应用系统，通常会有以下场景：session超时之后，用户在浏览器中发出请求时将作出session超时的判断，然后系统跳转到登陆页面，提示用户重新登录。       问题在于，对于普通的http请求，可以通过拦截器判断session超时，然后跳转到登录页面；但是对于Ajax请求，则不会如期待的那样自动转到登录页面，若想实现，必须特殊处理。      调试中发现，不论是普通h]]></description><category></category></item><item><title><![CDATA[为什么要设置java_home&amp;amp;path&amp;amp;classpath&amp;amp;catalina_home (转)]]></title><link>https://blog.csdn.net/oooooooooooooaaa/article/details/4650599</link><guid>https://blog.csdn.net/oooooooooooooaaa/article/details/4650599</guid><author>oooooooooooooaaa</author><pubDate>Sat, 10 Oct 2009 15:36:00 +0800</pubDate><description><![CDATA[首先得介绍下面几个参数的作用： current directory(当前目录)： 当前在用的目录就是当前目录。比如说当你打开NOTEPAD，并处于运行状态时候，当前目录就是c:/windows；如果你用cmd命令打开命令行窗口，当前目录就是c:/windows/system32;如果你在用java这条指令，当前目录就是JAVA下的BIN目录所在的路径，因为ava.exe在bin里面。在java]]></description><category></category></item></channel></rss>