¹ØÓÚASP.NET¶¨Ê±Æ÷µÄÎÊÌâ
ÎÒÏëÿÌì°ëÒ¹×Ô¶¯Éú³É¾²Ì¬Ò³Ãæ¡£ ÔõôʵÏÖÕâ¸ö·½·¨¡£ ÄÇλ¸ßÊÖÖªµÀ£¬Çë´Í½ÌÏ¡£
д·þÎñ! Ôõôд д·þÎñ ¿ªÏß³Ì Ð´Îļþ ÈëÊý¾Ý¿â д·þÎñ»òÕßÓÿªÔ´µÄµ÷¶È¿ò¼ÜQuartz.net ½¨ÒéÓúóÕߣ¬ºóÕßÌṩ±È½ÏÁé»îµÄ¶¨Ê±ÉèÖã¬ÓÅÑŵĽӿÚÉè¼Æ¡£²¢ÌṩcronExpress±í´ïʽÀ´Éè¼Æ¶¨Ê±Ê±¼ä ÈóÌÐò¶¨Ê±Ö´ÐÐ,Óüƻ®ÈÎÎñ Ò²¿ÉʹÓÃwindows·þÎñÀà public class ·þÎñÀà : System.ServiceProcess.ServiceBase { private System.Timers.Timer timer1; private void InitializeComponent() { this.timer1 = new System.Timers.Timer(); ((System.ComponentModel.ISupportInitialize)(this.timer1)).BeginInit(); this.timer1.Interval = 15000; this.timer1.Elapsed += new System.Timers.ElapsedEventHandler(this.timer1_Elapsed); this.ServiceName = "Service1"; ((System.ComponentModel.ISupportInitialize)(this.timer1)).EndInit(); } } ÒýÓà ÈóÌÐò¶¨Ê±Ö´ÐÐ,Óüƻ®ÈÎÎñ Ò²¿ÉʹÓÃwindows·þÎñÀà public class ·þÎñÀà : System.ServiceProcess.ServiceBase { private System.Timers.Timer timer1; private void InitializeComponent() { this.timer1 = new System.Timers.Timer(); ((System.ComponentModel.ISupportInitialize)(this.timer1)).BeginInit(); this.timer1.Interval = 15000; this.timer1.Elapsed += new System.Timers.ElapsedEven
Ïà¹ØÎÊ´ð£º
select top 12 * from Product where [id] not in (select top 12 [id] from Product) ÕâÑù¿ÉÒÔ·ÖÒ³£¬µ«ÊÇÎÒÔÚºóÃæÏë¼Ó¸öÌõ¼þ select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
±¾ÈËʹÓÃswfobject.jsÔÚ±¾»ú¿ÉÒÔÕý³£²¥·Å£¬µ«·¢²¼µ½win2003·þÎñÆ÷¾ÍÎÞ·¨²¥·Å£¬ÍøÉÏÕÒÁËÐí¶à¶¼ËµÐèÒªÅäÖÃMIMEÀàÐÍ£¬ÎÒÅäÖÃÁËҲûÓгɹ¦£¬Çë¸ßÊÖÖ¸µãһϠ·þÎñÆ÷ÊÇ·ñÖ§³Ö£¬Â·¾¶ÊÇ·ñÕýÈ· ÓеķþÎñÆ÷¿ÉÄܲ»Ö§³Ö
......
ÎļþÉÏ´«Ê±ÔõÑùÏÔʾ½ø¶ÈÌõ ×îºÃ¸ø¸öDemo лÁË~£¡ ÓÃAjax°É£¬AjaxÓÐÀý×Ó Óà ajaxtoolkit ÀïÃæµÄ´úÂ룬ÓÐÀý×Ó ÒýÓà ÓÃAjax°É£¬AjaxÓÐÀý×Ó ¶¥ http://topic.csdn.net/u/20091010/23/4bb5017a-ac75- ......
°ÑÒµÎñ²ãµÄ¶¼Ð´ÔÚdllÎļþÖÐÁË£¬ÏÖÔÚÏëÒªÐ޸ģ¬´ó¼Ò¶¼ÓÃʲô¹¤¾ß´ò¿ª£¿ ÓÃvisual studio×Ô´øµÄ ildasm¿ÉÒÔÂ𣿠ÆÚ´ý¸ßÊÖ LZºÃÀ÷º¦ Ó÷´±àÒëÈí¼þ ÎÒÓÃReflectorÖ»ÄÜ¿´£¬²»Äܸİ¡£¿ ÓÐà ......
²âÊÔ¹¤³Ì£º Login.aspx Default.aspx First.aspx Second.aspx web.config Global.asax ´úÂ룺 Login.aspx C# code: protected void Submit_Click(object sender, Ev ......