using System;using System.Collections.Generic;using System.Text; namespace PrintNumbers{ ///<summary> ///畫一個松數. ///</summary> /// public class DrawTree { int Width; public int Width1 {
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ConsoleApplication1{ public class Studuent : IEnumerable { private object[] temp = new object[100]; private
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ConsoleApplication1{ public class MyTest : IEnumerator { public object Current { get { return null; }
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;using System.Collections;namespace ConsoleApplication1 //這個小程式是關於hashtable的,自己感覺就是相當於屬性。{ public class Employeedata //一個員工資料類
平台:XP3 + Vs 2008 專業版,專門下的SQL Server Management Studio Express.到現在也沒有明白到登陸的時候一個windows驗證和SQL 驗證的區別。 在裡面建表過後,如果要選擇成SQL 驗證。首先把表的屬性裡面安全性改為SQL和windows混合模式。登陸名裡面建立一個使用者,把強制密碼到期去掉。 //項目裡面調試的時候調用即時視窗。 public partial class Register : System.Web.UI.Page
//看了原來的例子,我真的是弄昏了。。結果還是按照自己寫的。// DinnerParty.CS 源碼: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DinnerPary.HeadFirst.Book{ public class DinnterParty { public const int CostOfFoodPerson = 25
using System;using System.Text;using System.IO;namespace 這是一個加密檔案的程式{ public class _輸入你的加密口令 { private string password; public string Password { get { return password; } set { password = value; }
using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace MyLunch{ /// <summary> /// switch的用法 /// </summary> /// public class Number { ArrayList list = new ArrayList();