¹ØÓÚ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
Ïà¹ØÎÊ´ð£º
aspÏÂÃæ£¬µ±Òª¸ù¾Ý²»Í¬µÄȨÏÞÏÔʾһЩ¹¦Äܰ´Å¥µÄ»°»áд³É <% if ȨÏÞ=1 then %> <input type="submit" name="Submit" value="Ìá½»" /> <% end i ......
asp.net repeater ¿Ø¼þÔõô¿ÉÒÔÈ¡µ½×ӿؼþµÄÖµ£¬ÉèÖöϵãÔÚ ItemDataBound ʼþÔõôûÓÐÓÃµÄ Request.Form["name"] Â¥Ö÷ÄãÒªÔÚ°ÑrepeaterÖÐµÄ Ò»¸öÊôÐÔÉèÖÃһϲÅÄܽøÈëitemdataboundʼþ ¿ÉÒÔ ......
ǰ¶Îʱ¼äÅöµ½Ò»µÀÃæÊÔÌâÈçÏ£º test.aspxÒ³ÃæÓÐÈçÏ´úÂ룺 Response.Write(Test.GetDate()); TestÀàÈçÏ£º public class Test { static string dt=""; public static s ......
°ÑÒµÎñ²ãµÄ¶¼Ð´ÔÚdllÎļþÖÐÁË£¬ÏÖÔÚÏëÒªÐ޸쬴ó¼Ò¶¼ÓÃʲô¹¤¾ß´ò¿ª£¿ ÓÃvisual studio×Ô´øµÄ ildasm¿ÉÒÔÂ𣿠ÆÚ´ý¸ßÊÖ LZºÃÀ÷º¦ Ó÷´±àÒëÈí¼þ ÎÒÓÃReflectorÖ»ÄÜ¿´£¬²»Äܸİ¡£¿ ÓÐà ......
<script type="text/javascript" src="js/Dialog.js"></script> <script type="text/javascript"> function zOpenD() { va ......