2012年3月13日

摘要: ===以下转http://apps.hi.baidu.com/share/detail/16489424定义: 何为触发器?在SQL Server里面也就是对某一个表的一定的操作,触发某种条件,从而执行的一段程序。触发器是一个特殊的存储过程。常见的触发器有三种:分别应用于Insert , Updat... 阅读全文
posted @ 2012-03-13 16:53 codecraft 阅读(437) 评论(0) 推荐(0)

2011年11月10日

摘要: alert('2008-01-02'.replace(/-0(\d)-0(\d)/, '年$1月$2日')); var ff = new asd(); alert(ff.it1); function asd() { this.it1 = "aa"; } asd.prototype.ff1 =... 阅读全文
posted @ 2011-11-10 13:57 codecraft 阅读(138) 评论(0) 推荐(0)

2011年6月14日

摘要: A:“Application.StartupPath”:获取当前应用程序所在目录的路径,最后不包含“\”; B:“Application.ExecutablePath ”:获取当前应用程序文件的路径,包含文件的名称; C:“AppDomain.CurrentDomain.BaseDirectory”... 阅读全文
posted @ 2011-06-14 09:56 codecraft 阅读(238) 评论(0) 推荐(0)

2011年6月1日

摘要: MailAddress from = new MailAddress("xx@qq.com", "alexyuan"); MailAddress to = new MailAddress("xx@qq.com", "alex"); System.Net.Mail.MailMessage mymail... 阅读全文
posted @ 2011-06-01 15:25 codecraft 阅读(149) 评论(0) 推荐(0)

导航