原创 (while)要求用戶輸入帳號、密碼,只要不是admin和888就一直提示要求重新輸入

using System; using System.Collections.Generic; using System.Text; namespace while判斷用戶名密碼 {     class Program     {    

原创 蕭山JS

<font face="宋體"></font> <script>  /*var Qtotal=document.getElementsByName("24099"); //區資助合計  var Stotal=document.getEle

原创 動態創建按鈕

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 while循環

//i++,位置不同,可以影響計算結果 using System; using System.Collections.Generic; using System.Text; namespace while循環 {     class Pr

原创 數據庫鏈接

using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient;  //引用命名空間 namespace Con

原创 從鍵盤輸入一個正整數,按數字的相反順序輸出

using System; using System.Collections.Generic; using System.Text; namespace 按數字的相反順序輸出 {     class Program     {      

原创 電子表示例

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 多項選擇控件

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.W

原创 結構

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.W

原创 抽象類

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.W

原创 使用DropDownList控件和ListBox控件創建聊天室

using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.Htm

原创 計算1到100之間,除了能被7整除外所有整數的和

using System; using System.Collections.Generic; using System.Text; namespace 循環中斷計算 {     class Program     {         s

原创 方法重載示例

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 循環中斷

using System; using System.Collections.Generic; using System.Text; namespace @break {     class Program     {         s