Time of Update: 2018-12-07
引用至: http://www.cnblogs.com/hacker84/archive/2008/03/12/1101319.html
Time of Update: 2018-12-07
在GridView1_RowDataBound事件中:Dim str As String = "demand_info.aspx?id=" + Server.UrlEncode("歡迎光臨!!")e.Row.Cells(1).Text = "<a href=" + str.Trim + ">" + e.Row.Cells(1).Text + "</a>" e.Row.Cells(2).Text = "<a href=" + str.Trim +
Time of Update: 2018-12-07
引用:http://www.cnblogs.com/hacker84/archive/2008/02/25/1081165.html<iframe id="iFrame1" name="iFrame1" width="100%" onload="this.height=iFrame1.document.body.scrollHeight" frameborder="0" src="index.htm"></iframe>看到了吧,關鍵就在於onload="this.hei
Time of Update: 2018-12-07
引用:http://www.cnblogs.com/hacker84/archive/2008/02/26/1081852.html的改你的網頁內容,等等。。。 好了,其它的廢話不說了,看看下邊的吧: 記得要將網域名稱指為網域名稱,而不是WWW或者其它的,例:shagndu8.com 而不能指向www.shangdu8.com 1、請在父網頁上加上以下代碼: 1<SCRIPT LANGUAGE="VBScript"> 2 document.domain =
Time of Update: 2018-12-07
大家可以看一下asp.net 的 ASP.NET Articles -- Updated Daily! ,點選連結在新視窗中開啟某一篇文章,不要關閉開啟的新視窗,點擊另外一篇文章的連結,可以發現新的連結不會開啟新的視窗,而是在先前開啟的視窗中載入,這樣我們就可以防止開啟過多的新的視窗。好奇,看了一下原始碼,沒有什麼特別,可是我查了一下msdn, 發現target屬性解釋如下:Possible ValuessTargetString that specifies or receives one
Time of Update: 2018-12-07
這裡是判斷YYYY-MM-DD這種格式的,基本上把閏年和2月等的情況都考慮進去了,不過我已經忘了在哪裡找到的。^((((1[6-9]|[2-9]\d)\d{2})-(0?[13578]|1[02])-(0?[1-9]|[12]\d|3[01]))|(((1[6-9]|[2-9]\d)\d{2})-(0?[13456789]|1[012])-(0?[1-9]|[12]\d|30))|(((1[6-9]|[2-9]\d)\d{2})-0?2-(0?[1-9]|1\d|2[0-8]))|(((1[6-
Time of Update: 2018-12-07
這幾天看瞭解了一下DNN,首先安裝問題浪費了好長時間,下面就把我的安裝過程和大家分享一下,這裡我是執行的安裝檔案,不是源碼檔案: 第一:修改設定檔: 把 realse.config檔案改名為web.config 因為我這裡使用的sql 2000 資料庫,所以web.config裡使用的是sql
Time of Update: 2018-12-07
一種保護眼睛的好方法: 案頭->右鍵->屬性->外觀->進階->項目選擇(視窗)、顏色(L)選擇(其它)將色調改為:85。飽和度:123。亮度:205->添加到自訂色彩->在自訂色彩選定點確定->確定這樣所有的文檔都不再是刺眼的白底黑字,而是非常柔和的豆沙綠色,這個色調是眼科專家配置的,長時間使用會很有效緩解眼睛疲勞保護眼睛 別忘了分享給你的好朋友
Time of Update: 2018-12-07
很久前就看到deviantART在改版時用上了ajax的動態導航,前幾天又經小常提醒看到了國內的檸檬網也用上了這樣的導航,晚上簡單看了下檸檬網上的代碼,發現寫得很死.而且擴充性也不怎麼樣.於是上網搜尋沒想到找到了這個牛比的主兒:FASTFIND.(DEMO在這兒) 效果相當得令我快樂,雖然DEMO還有許多不足,但還是讓我忍不住下載下來研究下.整個DEMO所需的js檔案:jQuery.js, Interface.js,
Time of Update: 2018-12-07
最近較為系統的看了一個dflying chen老師的blogs中關於asp.net ajax的文章。寫的很好,從中學到了很多東西。所以特地在自己的blog中推薦一下,各位朋友,如果有空的話,可以去dflying chen老師的blog看一下。應該會有所收穫。另外,dflying chen老師的一篇文章中介紹了一個名為“asp.net ajax class browser”的工具,可以用來查看asp.net ajax
Time of Update: 2018-12-07
--以下語句要在查詢分析器中逐步逐句執行,刪除注釋標識"--"執行,完了再加上"--",接著執行下一句--第一步: 在備份機建立共用資料夾 在程式碼中調用(或者CMD視窗)--master..xp_cmdshell 'md D:\SqlBak'--master..xp_cmdshell 'net share SqlBak=D:\SqlBak'--第二步: 建立共用信用關係--exec master..xp_cmdshell 'net use \\192.168.1.101\SqlBak 2008
Time of Update: 2018-12-07
Your First Data-Bound Windows Forms 2.0 ApplicationTo get your hands dirty early with Windows Forms 2.0 and Visual Studio 2005, the following procedures give a quick demonstration of their easy and powerful new capabilities. You can either follow
Time of Update: 2018-12-07
Rockety的 Karrigell 使用體驗 1. Karrigell1.1. 設定檔配置選項在設定檔中設定。預設為伺服器目錄中的Karrigell.ini。你可以在命令列把它設為其它的檔案。設定檔分為幾個部分:1.1.1.
Time of Update: 2018-12-07
目標:主版頁面+菜單+iFrame的完美解決 --------------------| 母片 title |-------------------- | | |index | iframe |menu | 內容頁| | -------------------| 母片 footer |-------------------
Time of Update: 2018-12-07
拖動datagridview到form上,點擊datagridview的右上方選擇資料來源進行綁定即可Binding Data Collections to a GridOne of the most common and visually satisfying things to do with data binding is to have a set of data presented in a grid. Most applications that deal with data
Time of Update: 2018-12-07
引用自:http://www.cnblogs.com/anytao/category/155694.html作者:Anytao 本文將介紹以下內容: 對象的建立過程 記憶體配置分析 記憶體布局研究 1. 引言瞭解.NET的記憶體管理機制,首先應該從記憶體配置開始,也就是對象的建立環節。對象的建立,是個複雜的過程,主要包括記憶體配置和初始化兩個環節。例如,對象的建立過程可以表示為: FileStream fs = new
Time of Update: 2018-12-07
1.http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp下載後是尾碼為bat的版本(1)bulid.將bulid.bat的路徑指向csc.exe所在路徑,產生Microsoft.Web.UI.WebControls.dll。(2)在wwwroot下建立空目錄webctrl_client"1_0。(3)將build"Runtime下的檔案拷至we
Time of Update: 2018-12-07
ExtJs 2.0+FleaPHP 留言板系統示範: http://www.extshow.com/sysdemo/js/extbook/EXT實戰: http://www.extshow.com/bbs/php開源項目:http://www.coderhome.net/PHP代碼教程 - 通過代碼學編程 http://www.coderhome.net/book/php/
Time of Update: 2018-12-07
在做訂單查詢的時候,用到了時間條件,看看.net內建的時間控制項,感覺很麻煩,不小心看到了帝國的這個JS時間控制項,感覺很方便,當滑鼠放在輸入框內的時候,觸發JS,在當前位置建立一個層。效果:用的時候先在<head></head>插入<SCRIPT src="Images/setday.js"></SCRIPT> 然後輸入框<INPUT id="starttime2" onclick="setday(this)" size="12" name
Time of Update: 2018-12-07
Binding Data Collections to Multi-Valued ControlsAnother common scenario is to populate a list box or combo box from a property within a collection of data. Listing 3.1 showed an example of this. The code to bind a combo box or list box isn't all