性能提高小技巧
摘要:1、避免不必要的执行操作Page_Load 和 IsPostBack void Page_Load(Object sender, EventArgs e) { // set up a connection and command here if (!Page.IsPostBack) { String query = "select ...
阅读全文
posted @ 2006-03-03 14:31
居上位而不骄,在下位而不忧。故乾乾,因其时而惕,虽危而无咎矣。
posted @ 2006-03-03 14:31
posted @ 2006-01-25 21:26