<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_fung的天空</title><subtitle type="text">记录IT技术探索的点滴</subtitle><id>http://feed.cnblogs.com/blog/u/19822/rss</id><updated>2008-04-29T15:23:42Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19822/rss"/><entry><id>http://www.cnblogs.com/xufung/archive/2008/04/29/1176969.html</id><title type="text">sql2005中订阅分发数据库备份后PK主键重复</title><summary type="text">上周遇到一个很奇怪的问题，记录如下：A，B2数据结构完全一致的数据库，A为分发数据库，B为订阅数据库；因为程序新加功能，把B备份到本地进行数据结构修改操作，修改完毕后，发现程序无法插入数据；报PK主键重复；使用sql语句插入，也是如此；google之，说是2005中的一个bug；当时就把表删除后，重建来解决问题了；后来想了一下，可能是订阅库采取了某种保护导致的，于是对A数据库进行还原，数据结构修改...</summary><published>2008-04-29T15:24:00Z</published><updated>2008-04-29T15:24:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2008/04/29/1176969.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2008/04/29/1176969.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2007/08/20/862859.html</id><title type="text">window2003负载均衡配置</title><summary type="text">两台计算机中，一台计算机名称为w2003-1，IP地址为202.206.197.190，另一台名为w2003-2，IP地址为202.206.197.191。　　规划网络负载平衡群集使用的IP地址为202.206.197.195，规划网络负载平衡群集完整的计算机名称为cluster.heinfo.edu.cn。你需要在heinfo.edu.cn域中注册此主机名称并将地址设置为202.206.197....</summary><published>2007-08-20T08:28:00Z</published><updated>2007-08-20T08:28:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2007/08/20/862859.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2007/08/20/862859.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2007/05/06/737454.html</id><title type="text">解决cookie的Expires属性值总是0001-1-1 0:00:00的问题</title><summary type="text">给cookie的Expires赋值，发现读出值都是0001-1-1 0:00:00；跟踪调试发现不是转换问题，cookie读取后默认值就是0001-1-1 0:00:00。解决方法，设置过期项目：HttpCookiecookie=System.Web.HttpContext.Current.Request.Cookies["User"];if(cookie!=null){cookie["UserN...</summary><published>2007-05-06T14:48:00Z</published><updated>2007-05-06T14:48:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2007/05/06/737454.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2007/05/06/737454.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2007/03/30/693731.html</id><title type="text">解决 ERROR - ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务</title><summary type="text">服务器莫名其妙的报这个错，之前一直正常，从google获取解决方案，解决之，记录如下：1. Open the ""&amp;lt;OracleHome&amp;gt;/network/admin/listener.ora" file in the host,and you will see: SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSEx...</summary><published>2007-03-30T02:25:00Z</published><updated>2007-03-30T02:25:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2007/03/30/693731.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2007/03/30/693731.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2007/01/17/622830.html</id><title type="text">UrlReWriter实现</title><summary type="text">引用 http://urlrewriter.net的源代码实现UrlReWriter；建议大家不要去官方网站下载了，到处都是google ads 的广告，估计写代码的那哥们穷疯了。这个不需要IIS上配置，引用相关dll后只要在web.config中配置即可。配置代码：&amp;lt;?xmlversion="1.0"?&amp;gt;&amp;lt;configuration&amp;gt;&amp;lt;configSections&amp;...</summary><published>2007-01-17T08:06:00Z</published><updated>2007-01-17T08:06:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2007/01/17/622830.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2007/01/17/622830.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2007/01/17/622762.html</id><title type="text">C#查询Whois代码</title><summary type="text">usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.We...</summary><published>2007-01-17T07:19:00Z</published><updated>2007-01-17T07:19:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2007/01/17/622762.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2007/01/17/622762.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2006/07/26/460059.html</id><title type="text">硬币问题</title><summary type="text">有一堆硬币，你现在蒙着眼，看不到，摸也摸不出朝上那面是正面还是反面。你只知道现在朝上面是正面的硬币有13个，你怎么分成两堆硬币，让这两堆硬币中，朝上是正面的硬币个数是一样的。1/全部竖起来2/挑13个出来作为a，剩下的是b堆；然后把这13个全部翻过来，这样a,b两堆中朝上的就都一样了。</summary><published>2006-07-26T05:47:00Z</published><updated>2006-07-26T05:47:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2006/07/26/460059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2006/07/26/460059.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2006/07/07/445174.html</id><title type="text">编辑flash右键菜单的方法</title><summary type="text">//定义相关动作指令函数function url1() {getURL("http://www.x.com", "_blank");}function url2() {getURL("http://www.x1.com", "_blank");}function url3() {getURL("http://www.x2.com", "_blank");}//定义菜单对象expandmenuvar...</summary><published>2006-07-07T06:01:00Z</published><updated>2006-07-07T06:01:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2006/07/07/445174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2006/07/07/445174.html"/></entry><entry><id>http://www.cnblogs.com/xufung/archive/2006/07/03/441483.html</id><title type="text">转换视频为flv文件过程记录</title><summary type="text">视频转换的方法找了不少,最后整个过程记录如下:转换环境: window2003 转换工具: FFMpeg 转换步骤: 1/ 从 http://ffdshow.faireal.net/mirror/ffmpeg/下载最新版本的 FFMpeg.exe (才知道.7z也是种压缩格式) 2/ 解压缩到本地c:\FFMpeg. 3/ 转换视频文件Command Line格式:转换视频: ffmpeg.exe...</summary><published>2006-07-03T06:07:00Z</published><updated>2006-07-03T06:07:00Z</updated><author><name>fung</name><uri>http://www.cnblogs.com/xufung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xufung/archive/2006/07/03/441483.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xufung/archive/2006/07/03/441483.html"/></entry></feed>
