using system;
using system.collections.generic;
using system.text;
using system.runtime.interopservices;
//using system.collections.generic;
public class colorinput
//自己試出來的高亮顏色
public enum foreground
public void settextcolor(int color)
public void resetcolor()
}//class
class banklist
//登入
public class login
int code = int.parse(console.readline());
if (code == 13520)
else
", a, b, c, d);
l3: console.writeline("請輸入驗證碼:", a, b, c, d);
int codea = int.parse(console.readline());
if (codea == a * 1000 + b * 100 + c * 10 + d)
else
//登入成功後
public class afterlogin
if (sec.tostring().tolower() == "n")
if (input == "1")
if (sec.tostring().tolower() == "n")
}else
}if (input == "4")
", cha.yue);
console.writeline("是否需要其他的服務呢(y/n)");
string sec = console.readline();
if (sec.tostring().tolower() == "y")
if (sec.tostring().tolower() == "n")
}public class aply
}
自己寫乙個LIST
pragma once forward declarations templateclass clistnode templateclass clist template class clistnode void insertafter t data template void clistnode ...
自己寫乙個框架
自己寫乙個框架 單入口mvc 類 庫 屬於擴充套件 乙個好的配置檔案和讀取功能 db介面 dispather.php index.php dispather 分析controller action 根據分析controller action 動態載入 引入乙個自動載入機制 controller.ph...
自己寫乙個BaseDao
通過反射可以獲得實體的屬性和類的名字我們就可以拼接處sql語句 查詢的萬能dao public static void select object o 通過物件獲取類物件 class c o.getclass 獲取類中的屬性 field fields c.getdeclaredfields 設定許可...