<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_当CooS遇到了atong...</title><subtitle type="text">幸福生活开始了...</subtitle><id>http://feed.cnblogs.com/blog/u/15159/rss</id><updated>2007-10-08T06:17:29Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15159/rss"/><entry><id>http://www.cnblogs.com/coos/archive/2007/09/30/911911.html</id><title type="text">PowerDesigner使用心得</title><summary type="text">1.新建物理模型File-New打开新窗口后选择 Physical Data Model 2.创建数据源DataBase-Configure Connections 打开新窗口后 Ctrl+N 3.新建表或视图4.生成表到数据库中 PowerDesigner-DataBase 正向过程菜单DataBase-Generate DataBase 或 Ctrl+G 生成数据库表及视图。注：此过程适合系统...</summary><published>2007-09-30T06:06:00Z</published><updated>2007-09-30T06:06:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2007/09/30/911911.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2007/09/30/911911.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2007/07/27/833655.html</id><title type="text">有意思的图片 到底是顺时针还是逆时针旋转呢？</title><summary type="text">对于网上那些所说的 "顺时针的话，属于是用右脑较多的类型 逆时针属于是用左脑较多的类型 大部分人的眼里是逆时针方向转动，但也有人看来是顺时针方向转动的。 顺时针的情况，女性比男性多~~ 逆时针转动的，突然变成顺时针的话，IQ是160以上！！！！ "这段话没有科学根据 实际情况是这样子的 我用ImageReady把那张gif图片打开来看过就知道是为什么会这样子了 贴网上一位朋友的原话：-------...</summary><published>2007-07-27T06:07:00Z</published><updated>2007-07-27T06:07:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2007/07/27/833655.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2007/07/27/833655.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/08/16/478638.html</id><title type="text">又是两个小错误</title><summary type="text">1.调用Excel 时 发生错误类型初始值设定项引发异常 System.UnauthorizedAccessException: 拒绝在Dcom中的Excel中增加权限即可开始-运行 输入　dcomcnfg 　组件服务-计算机-我的电脑-DCOM配置-Microsoft Excel应用程序右击-属性 在安全选项卡的 访问权限中　编辑　增加 Everyone的相应权限　就可以了.2.PL/SQL 可...</summary><published>2006-08-16T10:04:00Z</published><updated>2006-08-16T10:04:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/08/16/478638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/08/16/478638.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/07/12/448842.html</id><title type="text">Windows服务</title><summary type="text">转自http://lovecherry.cnblogs.com/archive/2005/03/25/125527.aspx，在很多应用中需要做windows服务来操作数据库等操作，比如（1）一些非常慢的数据库操作，不想一次性去做，想慢慢的通过服务定时去做，比如定时为数据库备份等（2）在.net Remoting中利用windows服务来做Host利用vs.net我们可以在几分钟之内建立其wind...</summary><published>2006-07-12T06:17:00Z</published><updated>2006-07-12T06:17:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/07/12/448842.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/07/12/448842.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/06/15/426637.html</id><title type="text">System.StackOverflowException</title><summary type="text">System.StackOverflowException两个类互相调用,出现这个异常,不过这只是一种可能性,参考里是另一种,其他情况Googleclass A(){B() b = new B();...}class B(){A() a = new A();...}参考:StackOverflowException 因执行堆栈溢出错误引发，通常在存在非常深的递归或无界递归时发生。LocallocM...</summary><published>2006-06-15T08:20:00Z</published><updated>2006-06-15T08:20:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/06/15/426637.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/06/15/426637.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/06/03/416629.html</id><title type="text">小错误</title><summary type="text">No size set for variable length data type: String when try to insert an empty string to oracle through .Net, it would through an error like this:No size set for variable length data type: String. It o...</summary><published>2006-06-03T09:57:00Z</published><updated>2006-06-03T09:57:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/06/03/416629.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/06/03/416629.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/05/26/410034.html</id><title type="text">大杂烩-今天遇到的问题的总结</title><summary type="text">1.问题：IIS　发生意外错误 0x8ffe2740解决：IIS的80端口被其他程序占用，很可能是Apache,可以用FPort查看端口情况 停止相关程序，重启即可。2.问题：找开.NET解决方案时 提示asp.net 不是1.1版本解决：使用　c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i 重新注册即可3.问题：打开AS...</summary><published>2006-05-26T07:18:00Z</published><updated>2006-05-26T07:18:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/05/26/410034.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/05/26/410034.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/05/25/408708.html</id><title type="text">.NET相关资源</title><summary type="text">记录一些.NET相关的网址,有牛人blog,开源控件,设计模式教程等等。</summary><published>2006-05-25T03:00:00Z</published><updated>2006-05-25T03:00:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/05/25/408708.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/05/25/408708.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/05/19/404161.html</id><title type="text">杀毒</title><summary type="text">出差回来发现机器中毒了一个字，杀Kaspersky自动扫过　都是木马　还清除不了上网一查Trojan-PSW.Win32.Delf.icMS_INFO - MS_INFO.OBJ - 进程信息 进程文件：MS_INFO 或者 MS_INFO.OBJ 进程名称： Trojan-PSW.Win32.Delf.ic 描述： MS_INFO.OBJ是Trojan-PSW.Win32.Delf.ic木马相关...</summary><published>2006-05-19T03:16:00Z</published><updated>2006-05-19T03:16:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/05/19/404161.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/05/19/404161.html"/></entry><entry><id>http://www.cnblogs.com/coos/archive/2006/05/15/400545.html</id><title type="text">请问：javascript 如何新建一个类的对象 如:work w = new work()</title><summary type="text">有项目需要解决一个问题东找找西找找还是找回到了园子里 http://lovecherry.cnblogs.com/archive/2006/03/30/135060.html这位兄弟的文章很好的解决了我的问题 在此表示感谢但是每隔几秒刷新一次，我想改成Ajax方式以下我修改后的内容：//目的：调用runwork()后,dowork()不断改变currentstatus值,再用GetCurrentS...</summary><published>2006-05-15T06:58:00Z</published><updated>2006-05-15T06:58:00Z</updated><author><name>CooS</name><uri>http://www.cnblogs.com/coos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/coos/archive/2006/05/15/400545.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/coos/archive/2006/05/15/400545.html"/></entry></feed>
