<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_starky（爱在西元前） 2007 Blog</title><subtitle type="text">去生活就像这个世界便是天堂^_^ </subtitle><id>http://feed.cnblogs.com/blog/u/15108/rss</id><updated>2007-08-30T10:22:01Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15108/rss"/><entry><id>http://www.cnblogs.com/starky/archive/2007/08/30/876200.html</id><title type="text">很久不见的com dll问题</title><summary type="text">今天一个同事碰到dll hell问题，简单说就是vb6中修改src时候，改变了接口的参数数目，结果编译后就重新生成clsid， 原先使用这个dll的地方就必须重新注册，否则无法使用。  原本以为com已经成为历史了，不想现在还还会遇到这种问题，幸亏及时想到这个可能性，不然又要花费一些时间来寻找原因了。现在很多人好像已经不知道com为何物了。。。</summary><published>2007-08-30T10:22:00Z</published><updated>2007-08-30T10:22:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/08/30/876200.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/08/30/876200.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/08/30/876189.html</id><title type="text">.net中调用com对象的一个错误</title><summary type="text">错误提示： 将 COM 对象与其基础 RCW 分开后不能再使用该对象  原因： 在Finalize中调用了com对象的方法  解决方案： 显示调用，而不是放到析构函数里面  参考： http://www.cnblogs.com/LzmTW/archive/2006/12/21/59... http://webnews.giga.net.tw/article/news.microsoft....</summary><published>2007-08-30T10:17:00Z</published><updated>2007-08-30T10:17:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/08/30/876189.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/08/30/876189.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/04/12/710574.html</id><title type="text">net 2.0 中使用多线程的注意点</title><summary type="text">thread间共享变量时候要使用VolatileWrite/VolatileRead，保证写入读取及时得到反映。 使用ODP.net时候，尽量不要用abort方法来中止thread，避免出现内存泄露。  对限制资源的访问需要锁定资源。 有很多方法锁定方法。 deadlock的防止策略 Thread中用raiseevent引发的事件，在其他thread中是同步的，需要注意。如果需要，要用代理来实现异...</summary><published>2007-04-12T06:27:00Z</published><updated>2007-04-12T06:27:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/04/12/710574.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/04/12/710574.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/04/10/707253.html</id><title type="text">Oralce9i升级Oralce10g时大量数据迁移问题</title><summary type="text">最近开始的项目使用的数据库升级了，旧系统是9i新新系统采用10g。 新系统初期需要从旧系统中导入数据，这几天一直在查找相关资料。 遇到的问题： 1. 旧系统24*7运行，新系统运行前，不能常时间停止服务。 2. 数据量大，至少有xxxGB的数据，甚至可能到TB。  Oracle官方推荐了4种升级方式： The following sections describe the upgrade meth...</summary><published>2007-04-10T07:55:00Z</published><updated>2007-04-10T07:55:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/04/10/707253.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/04/10/707253.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/30/694596.html</id><title type="text">测试工具Selenium</title><summary type="text">Selenium是什么？它用来对Web应用程序做功能或系统测试。这些测试有些时候也被称作接收测试/用户测试/集成测试。Selenium不止意味着单元测试。 ibm网站上的介绍：http://www.ibm.com/developerworks/cn/java/wa-selenium-ajax/Selenium指南：http://wiki.springside.org.cn/display/spri...</summary><published>2007-03-30T15:31:00Z</published><updated>2007-03-30T15:31:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/30/694596.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/30/694596.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/30/watin.html</id><title type="text">web application testing in dotnet (watin)</title><summary type="text">刚刚发现类似于watir的dotnet版本，名字叫watin，读what in。项目主页：http://sourceforge.net/projects/watin/WatiN (pronounced "what-in") stands for Web Application Testing in dotNet. Inspired by Watir, WatiN enables web appli...</summary><published>2007-03-30T15:09:00Z</published><updated>2007-03-30T15:09:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/30/watin.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/30/watin.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/27/689903.html</id><title type="text">学习Ruby On Rails</title><summary type="text">这几天一直在看Agile web development with rails这本书。  看书之前想到了下面几个问题，需要在书中寻找：  如何进行输入validate，比如必须，数字，日期，范围，怎么做一般的逻辑检查?  如何改变输入的默认形态？ 比如datetime的默认形态是：yyyy-mm-dd hh-mm，怎么使用yyyy-mm-dd?  password的设置，怎么加密？  下拉选择框怎...</summary><published>2007-03-27T06:09:00Z</published><updated>2007-03-27T06:09:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/27/689903.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/27/689903.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/26/687883.html</id><title type="text">搭建ruby on rails开发环境</title><summary type="text">第一次使用ruby on rails 还是在2005年，当时很震惊竟然可以这么快速的开发web应用。ROR使用MVC，他的设计原则是“不要重复自己”（Don't Repeat Yourself）和“成规优于自定”（Convention Over Configuration），对大多数使用者来说，入门难度很低。因为简单高效，使得ROR很快流行起来。 从初次使用到现在，期间一直用java或者.net来...</summary><published>2007-03-26T01:16:00Z</published><updated>2007-03-26T01:16:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/26/687883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/26/687883.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/23/685450.html</id><title type="text">Accessing the internet by email FAQ</title><summary type="text">很多公司被禁止访问网络，只能收发email。 当然公司这么做也有他的原因。 其实，只要能收发email，你可以访问互联网几乎所有的资源。 前几天搜索到的一篇指南： Accessing the Internet by E-mail FAQ 可以通过邮件访问ftp,http,newsgroup 等等。。。  If you don't have direct access to the Internet...</summary><published>2007-03-23T08:30:00Z</published><updated>2007-03-23T08:30:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/23/685450.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/23/685450.html"/></entry><entry><id>http://www.cnblogs.com/starky/archive/2007/03/22/683851.html</id><title type="text">Test with windows live writer .</title><summary type="text">test 　update 测试　更新 テスト　更新</summary><published>2007-03-22T05:13:00Z</published><updated>2007-03-22T05:13:00Z</updated><author><name>爱在西元前</name><uri>http://www.cnblogs.com/starky/</uri></author><link rel="alternate" href="http://www.cnblogs.com/starky/archive/2007/03/22/683851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/starky/archive/2007/03/22/683851.html"/></entry></feed>
