<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_冷风.NET</title><subtitle type="text">　　　　－－－默默無聞</subtitle><id>http://feed.cnblogs.com/blog/u/2592/rss</id><updated>2009-10-24T08:37:47Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/2592/rss"/><entry><id>http://www.cnblogs.com/helimin19/archive/2009/09/29/1576180.html</id><title type="text">以OO的思想利用JS來實現五子棋</title><summary type="text">下載地址：http://files.cnblogs.com/helimin19/Gobang.rar先說下我認為的五子棋的實現原理： 判斷橫向、樅向、斜線方同、反斜線方向 四個方向中是否存在連續五個一樣的棋子。現在我們以OO的思想來分析期實現原理:五子棋的基本就是棋盤，怎個棋盤又是由一個一個的格子組成，所以我們得到了兩個對象：棋盤、棋盤格子我們先分析一下五子棋的基本單元(棋盤格子的)屬性與方法：屬...</summary><published>2009-09-29T02:10:00Z</published><updated>2009-09-29T02:10:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2009/09/29/1576180.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2009/09/29/1576180.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2009/09/14/1566156.html</id><title type="text">開放幾個原來寫的js代碼,供大家娛樂一下</title><summary type="text">最近沒啥事.感覺經常看別人代碼總覺得過不去，所以也提供些代碼供大家參考下，寫得不咱樣還請見諒......行事曆---Calendar.htm日曆---DateTime.htm拖放效果---Drag.htm表格拖放效果---DragTable.htm連接提示效果---LinkTooltips.htm可自由變換的菜單---Menu.htm俄羅斯方塊---Tetris.htm人物行走 ---Walkin...</summary><published>2009-09-14T02:11:00Z</published><updated>2009-09-14T02:11:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2009/09/14/1566156.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2009/09/14/1566156.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2009/08/08/1541639.html</id><title type="text">使用JS寫的第一個游戲[俄羅斯方塊]</title><summary type="text">下載地址：http://files.cnblogs.com/helimin19/Tetris.rar以下乃本人寫的第一款游戲....因以前沒有寫過游戲的東東，所以這款游戲的構思純屬於自己亂想的......希望各位游戲達人能指點一下.......之所以寫這款游戲，是因為在CSDN上面看到有人使用JS的OO思想寫了個蛇吃小方塊的游戲.里面有人回復要是有人使用JS的OO思想寫個俄羅斯方塊才行，呵呵......</summary><published>2009-08-08T02:30:00Z</published><updated>2009-08-08T02:30:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2009/08/08/1541639.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2009/08/08/1541639.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2006/03/11/347960.html</id><title type="text">假如現在讓你去說服客戶使用asp.net2.0開發系統，你會怎麼說服呢？</title><summary type="text">如題</summary><published>2006-03-11T08:12:00Z</published><updated>2006-03-11T08:12:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2006/03/11/347960.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2006/03/11/347960.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2006/01/09/313686.html</id><title type="text">對象化javascript日期控件</title><summary type="text">今天寫了個javascript的日期控件，放上來以便日後查用(支持Firefox)：1. UCtrl_Date.js文件123varsiteName="/Test2";//虛擬目錄名稱;只在顯示圖片(上一年，上一月，下一年，下一月)時有用45//用戶控件日期6functionUCtrlDate()7{8this.ID="UCtrlDate1";9this.Width="100%";10this.Y...</summary><published>2006-01-09T03:07:00Z</published><updated>2006-01-09T03:07:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2006/01/09/313686.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2006/01/09/313686.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2005/09/10/234039.html</id><title type="text">工作排程</title><summary type="text">最近在一個專案中因客戶要求數據能夠自行導入導出，本來這個是准務用SQL那個自帶的排程的，但TMD客戶不要，要求一定在WEB上可以設置,啟動。這不郁悶，得靠自己寫了，開始在網上找這方面的資料，TNND不知咱搞的沒找到氣憤(大概是我不會找資料吧，沒讀過研，哈哈自我安慰下); 經過幾天的瞎忙，終於完成了，自己也試了下可以運行，速度應在自己機子上試的沒感覺，哈哈至少導入導出這裡就不說了，那個相信都家都玩過...</summary><published>2005-09-10T10:33:00Z</published><updated>2005-09-10T10:33:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2005/09/10/234039.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2005/09/10/234039.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2005/08/11/212814.html</id><title type="text">防止圖片在WEB頁面上下載</title><summary type="text">今天應項目的要求做了個防止IE中圖片被下載的東東!需說不是絕對的，但對於一般人來說來是可以的---個人認為：)下面來看看實現個程吧!1. 前台界面:1&amp;lt;asp:DataListID="dgClient"Runat="server"RepeatColumns="2"&amp;gt;2&amp;lt;ItemStyleWidth="50%"&amp;gt;&amp;lt;/ItemStyle&amp;gt;3&amp;lt;ItemTempl...</summary><published>2005-08-11T11:40:00Z</published><updated>2005-08-11T11:40:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2005/08/11/212814.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2005/08/11/212814.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2005/07/05/186539.html</id><title type="text">今天從新整理的大小寫數據轉換</title><summary type="text">目前試用了個還沒有發現什麼問題，感覺還行吧，所以發來供大家參考1. 引用命名空間：using System.Text.RegularExpressions;(操作正則表達式)2. 小寫轉大寫publicstaticstringsToh(stringch){stringstr="";switch(ch){case"1":str="壹";break;case"2":str="貳";break;case...</summary><published>2005-07-05T03:40:00Z</published><updated>2005-07-05T03:40:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2005/07/05/186539.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2005/07/05/186539.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2005/05/28/164180.html</id><title type="text">常用的XPATH說明</title><summary type="text">今天整理了一下以前用過的XPATH以供大家參考，以下如有不足或錯誤的地方還請各位提出，已便改正。也希望大家能夠將卻少的部份添加進來. 常用的XPATH表達式說明//表示返回XML文档中的所有符合查找准则的元素，而忽略文档中元素的位置级别/表示絕對路徑News/Links/name表示相對路徑./表示當前節點../表示父節點*表所所有元素or或And 與其它表達式=，!=，&amp;lt;，&amp;gt;，&amp;gt...</summary><published>2005-05-28T08:34:00Z</published><updated>2005-05-28T08:34:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2005/05/28/164180.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2005/05/28/164180.html"/></entry><entry><id>http://www.cnblogs.com/helimin19/archive/2005/03/26/126313.html</id><title type="text">XmlHttp在DoNet中的完全应用---前/后台完成分离篇</title><summary type="text">对于XmlHttp的介绍见http://www.cnblogs.com/helimin19/archive/2004/12/03/72519.aspx ， 本文主要实现了在donet中，前台界面与后台程序完成分离，以达到互不影响的效果，从而降低了前台后台之前的偶合度。(当然这种效果也只是相对的)，就果我下面举的例子来说吧，会员注册和修改会员资料是在一个页面上显示。注册可以达到完成分离(后台程序可以...</summary><published>2005-03-26T08:54:00Z</published><updated>2005-03-26T08:54:00Z</updated><author><name>冷风.net</name><uri>http://www.cnblogs.com/helimin19/</uri></author><link rel="alternate" href="http://www.cnblogs.com/helimin19/archive/2005/03/26/126313.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/helimin19/archive/2005/03/26/126313.html"/></entry></feed>
