原创 access-list

 access-list [ normal | special ] listnumber1 { permit | deny } source-addr [ source-mask ] access-list [ normal | spec

原创 SELECT LIKE like用法

LIKE語句的語法格式是:select * from 表名 where 字段名 like 對應值(子串),它主要是針對字符型字段的,它的作用是在一個字符型字段列中檢索包含對應子串的。   假設有一個數據庫中

原创 錢大寫

/**////   <summary>     ///   通過數字求金額的大寫     /// decimal   p=123758.21m;     /// Response.Write   (new   CommonFunctio

原创 解釋

 一.  <%%>這種格式實際上就是和asp的用法一樣的,只是asp中裏面是vbscript或者javascript代碼,而在asp.net中是.net平臺下支持的語言。特別注意:服務器控件中不能有<%%>

原创 SqlDataReader

SqlDataReader reader=cmd.ExecuteReader();    while(reader.Read())    {     ShowDetail.InnerHtml=reader.GetString(4);   

原创 SqlDataReader注意

1、當SqlDataReader沒有關閉之前,數據庫連接會一直保持open狀態,所以在使用SqlDataReader時,使用完畢應該馬上調用SqlDataReader.Close()關閉它。2、一個連接只能

原创 單播unicast、廣播broadcast和組播multicast

單播unicast、廣播broadcast和組播multicast三者的解釋:以Ethernet網絡架構而言,封包(Packet)在同一個subnet中傳遞時,以收方地址來判別該由那臺主機接收;若在不同的s