<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[lifeiscool的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/lifeiscool</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; lifeiscool]]></copyright><item><title><![CDATA[触发器例子,insert into all的用法]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5818934</link><guid>https://blog.csdn.net/lifeiscool/article/details/5818934</guid><author>lifeiscool</author><pubDate>Tue, 17 Aug 2010 17:42:00 +0800</pubDate><description><![CDATA[create or replace trigger trg_doer_base_message after  update on doer_order_bi  for each rowdeclare   my_sendno varchar2(1024);    --下一处理人编号   my_sendname varchar2(1024);  --下已处理人名称   messageBody varchar2(1024);  --消息体begin    --当更新时要进行的操作      if updating]]></description><category></category></item><item><title><![CDATA[注册表中删除java]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5353810</link><guid>https://blog.csdn.net/lifeiscool/article/details/5353810</guid><author>lifeiscool</author><pubDate>Sun, 07 Mar 2010 14:47:00 +0800</pubDate><description><![CDATA[注册表里面删除java！5.0版本注册键值：hkey_local_machine/software/microsoft/windows/currentversion/uninstall/ {3248f0a8-6813-11d6-a77b- 00b0d0majorversionminorversionmicroversioncompupdateversion} 6.0版本注册键值：hkey_loca]]></description><category></category></item><item><title><![CDATA[php+mysql编码问题总结]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5320922</link><guid>https://blog.csdn.net/lifeiscool/article/details/5320922</guid><author>lifeiscool</author><pubDate>Tue, 23 Feb 2010 22:49:00 +0800</pubDate><description><![CDATA[要不出现乱码，就要保持数据库和页面的编码格式一致.我全部使用utf-8的编码.首先页面:  1. 将文件用UE打开,将文件另存为UTF-8无BOM格式.很多编辑器都可用.  2.使用 header("content-type:text/html;　charset=utf-8"); 强制转换成utf-8的编码.   也可以新建一个head.php,如下,在页面中用includ]]></description><category></category></item><item><title><![CDATA[MySQL+PHP乱码原理与解决]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5320399</link><guid>https://blog.csdn.net/lifeiscool/article/details/5320399</guid><author>lifeiscool</author><pubDate>Tue, 23 Feb 2010 17:41:00 +0800</pubDate><description><![CDATA[本文从 http://tech.ddvip.com/2009-02/1235627800109815.html 装载,非常感谢作者! MySQL+PHP产生乱码原因：　　◆ MySQL数据库默认的编码是utf8,如果这种编码与你的PHP网页不一致,可能就会造成MySQL乱码；　　◆ MySQL中创建表时会让你选择一种编码,如果这种编码与你的网页编码不一致,也可能造成MySQL乱码；]]></description><category></category></item><item><title><![CDATA[检查端口占用情况]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5319661</link><guid>https://blog.csdn.net/lifeiscool/article/details/5319661</guid><author>lifeiscool</author><pubDate>Tue, 23 Feb 2010 14:49:00 +0800</pubDate><description><![CDATA[  颓废了半年，现在开始振作了。利用工作闲余时间学下PHP，遇到的第一个问题。apache服务器启动不了.  Apache默认是80端口，看样子是端口被占用了.  开始--运行--cmd  执行 C:/>netstat -aon|findstr "80"   找到被占用的PID，不会贴图。。 例如PID为 1234  打开任务管理器,找到PID为1234的停止掉即可。  如]]></description><category></category></item><item><title><![CDATA[onDOMReady方法]]></title><link>https://blog.csdn.net/lifeiscool/article/details/5053999</link><guid>https://blog.csdn.net/lifeiscool/article/details/5053999</guid><author>lifeiscool</author><pubDate>Tue, 22 Dec 2009 10:27:00 +0800</pubDate><description><![CDATA[YAHOO.util.Event.onDOMReady(ReadIDCard);window.onload = ReadIDCard(); 这2个方法都是在页面加载的时候调用ReadIDCard()方法.不同在于:window.onload是在html一加载就执行，适用于元素早就生成好的页面。YAHOO.util.Event.onDOMReady是在html元素完全生成好后]]></description><category></category></item><item><title><![CDATA[ birt学习日记1]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4890170</link><guid>https://blog.csdn.net/lifeiscool/article/details/4890170</guid><author>lifeiscool</author><pubDate>Fri, 27 Nov 2009 17:57:00 +0800</pubDate><description><![CDATA[ 我经常出的错,版本不支持. 从生产环境下来的报表到我机子上一运行就变成高版本了,出2次这样的错了, 下次记住! 在xml里面将版本统一就行了. ]]></description><category></category></item><item><title><![CDATA[固定td的长度,在输入超过长度时自动换行]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4878102</link><guid>https://blog.csdn.net/lifeiscool/article/details/4878102</guid><author>lifeiscool</author><pubDate>Thu, 26 Nov 2009 14:03:00 +0800</pubDate><description><![CDATA[ 很简单,加一个style ..style="word-wrap:break-word:" width="160">aaaaaabbbbcccdddeeffesfsdffdfdsfsdfasdfasdfasfadfadf 这样就不会让table撑破了!]]></description><category></category></item><item><title><![CDATA[spring Date属性编辑器]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4858164</link><guid>https://blog.csdn.net/lifeiscool/article/details/4858164</guid><author>lifeiscool</author><pubDate>Mon, 23 Nov 2009 18:01:00 +0800</pubDate><description><![CDATA[ spring有内置的属性编辑器,但对date类型不支持..需要自己写个属性编辑器.. 1.属性编辑器如下: public class UtilDatePropertyEditor extends PropertyEditorSupport { private String format="yyyy-MM-dd";  @Override public void setAsText(]]></description><category></category></item><item><title><![CDATA[spring配置文件自动补全]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4855186</link><guid>https://blog.csdn.net/lifeiscool/article/details/4855186</guid><author>lifeiscool</author><pubDate>Mon, 23 Nov 2009 11:24:00 +0800</pubDate><description><![CDATA[ 以myeclipse为例 :1. window --> preferences --> MyEclipse --> Files and Editors -->xml --> xml Catalog2.选择User Specified Entries(随便选) 按 Add .3.key type 选择URI , location选择Fiel system , 选择 dist/resou]]></description><category></category></item><item><title><![CDATA[js调用ocx控件]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4843544</link><guid>https://blog.csdn.net/lifeiscool/article/details/4843544</guid><author>lifeiscool</author><pubDate>Fri, 20 Nov 2009 18:23:00 +0800</pubDate><description><![CDATA[ 近段工作需要接触了ocx控件.. 头痛啊..对我来说是新东西呢..有CVR100.cab包一个.. 内有PCVR_IDCard.ocx文件..  命令行, regsvr32 PCVR_IDCard.oxc , 要加路径啊!唉..对注册不是很了解呢.. 产品本身的驱动自动给我注册好了,所以这一步我也没做.. 注册成功后就可以调用了..   classid="clsid:1094]]></description><category></category></item><item><title><![CDATA[删除掉svn中保存的用户]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4543314</link><guid>https://blog.csdn.net/lifeiscool/article/details/4543314</guid><author>lifeiscool</author><pubDate>Fri, 11 Sep 2009 16:03:00 +0800</pubDate><description><![CDATA[最近用别人的机子做项目,但是svn的用户保存了,想用自己的用户登陆,百度了一下，找到了方法:在C盘 C:/Documents and Settings/Administrator/Application Data/Subversion/auth目录下删除svn.simple的目录.然后废弃掉svn地址,重新登录时就发现需要输入用户名和密码了。。。很简单！]]></description><category></category></item><item><title><![CDATA[第一个springMVC]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4479041</link><guid>https://blog.csdn.net/lifeiscool/article/details/4479041</guid><author>lifeiscool</author><pubDate>Mon, 24 Aug 2009 16:37:00 +0800</pubDate><description><![CDATA[最简单的springMVC.仅供入门 1.       新建web工程springapp2.       将spring.jar copy到lib下3.       新建SpringappController.java    import org.springframework.web.servlet.mvc.Controller;import org.springfr]]></description><category></category></item><item><title><![CDATA[ext入门日记(1)]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4048931</link><guid>https://blog.csdn.net/lifeiscool/article/details/4048931</guid><author>lifeiscool</author><pubDate>Sat, 04 Apr 2009 21:17:00 +0800</pubDate><description><![CDATA[一。 搭建环境 ext2.01. 新建一个web工程2. 将adatper包 resource包 ext-all.js copy进来 3. 在页面中引入ext             4.为了方面使用 引入spKet插件    1> 打开 cmd , 到spket-1.6.11.jar所在的目录 输入 java -jar spket-1.6.11.jar就会出来安装界面    2> 选eclips]]></description><category></category></item><item><title><![CDATA[ssh和dwr集成的一些步骤]]></title><link>https://blog.csdn.net/lifeiscool/article/details/4033573</link><guid>https://blog.csdn.net/lifeiscool/article/details/4033573</guid><author>lifeiscool</author><pubDate>Sun, 29 Mar 2009 12:59:00 +0800</pubDate><description><![CDATA[小技巧: 1>只记每个类的类名，在openType下输入就可以自动显示完整包名类名。    在该类下有set属性，就可以知道spring配置文件中需要配置哪些属性了    例如:            记住HibernateTransactionManager 在openType中输入类名ecipse就会自动找到该类,     在该类下有setSessionFactory方法 就可以知道需要注入s]]></description><category></category></item></channel></rss>