2009年7月23日
摘要: 以后可以常用js来写代码了。嘿嘿。。。。年轻在于积累。。。 阅读全文
posted @ 2009-07-23 15:41 prayforsmile 阅读(245) 评论(0) 推荐(0) 编辑
  2009年7月14日
摘要: DECLARE @ApplicationId uniqueidentifier SELECT @ApplicationId = NULL SELECT @ApplicationId = ApplicationId FROM aspnet_Applications WHERE LOWER(@ApplicationName) = LoweredApplicationName IF (@ApplicationId IS NULL) RETURN(1) DECLARE @UserId uniqueidentifier SELECT @UserId = NULL 阅读全文
posted @ 2009-07-14 14:05 prayforsmile 阅读(324) 评论(0) 推荐(0) 编辑
  2009年7月9日
摘要: select case when Ad.IsClicked=0 then 'impression' else 'click ' end as 'IsClicked', count(*) from dbo.T_IMeetADHit Ad where Ad.ADName='hilton tile' and Ad.CreateDateTime>='2009-4-1 0:0:0' and Ad.C... 阅读全文
posted @ 2009-07-09 14:00 prayforsmile 阅读(425) 评论(0) 推荐(0) 编辑
  2009年6月22日
摘要: sql中函数的使用例子,以及函数在sp中的调用 阅读全文
posted @ 2009-06-22 16:55 prayforsmile 阅读(218) 评论(0) 推荐(0) 编辑
  2009年5月8日
摘要: protected override void OnPreRenderComplete(EventArgs e) { ScriptManager.RegisterStartupScript(UpdatePanel1, typeof(UpdatePanel), "returntop", "setTimeout(\"window.location.hash='top1'\",500);", true)... 阅读全文
posted @ 2009-05-08 11:24 prayforsmile 阅读(121) 评论(0) 推荐(0) 编辑
  2009年3月26日
摘要: 从明天起,做一个幸福的人 喂马,劈柴,周游世界 从明天起,关心粮食和蔬菜 我有一所房子,面朝大海,春暖花开 从明天起,和每一个亲人通信 告诉他们我的幸福 那幸福的闪电告诉我的 我将告诉每一个人 给每一条河每一座山取一个温暖的名字 陌生人,我也为你祝福 愿你有一个灿烂的前程 愿你有情人终成眷属 愿你在尘世获得幸福 我只愿面朝大海,春暖花开 ---------------... 阅读全文
posted @ 2009-03-26 10:40 prayforsmile 阅读(181) 评论(0) 推荐(0) 编辑
  2009年1月13日
摘要: linq 复杂一点的查询 阅读全文
posted @ 2009-01-13 16:54 prayforsmile 阅读(1959) 评论(0) 推荐(0) 编辑
  2009年1月4日
摘要: var l = from al in db.T_DmcDataAirline join apt in db.T_DmcDataAirportTerminal on al.AirportTerminaID equals apt.AirportTerminaID where apt.AirportID =... 阅读全文
posted @ 2009-01-04 13:35 prayforsmile 阅读(583) 评论(0) 推荐(0) 编辑
  2008年12月11日
摘要: 天涯的一个帖子,说得很实在。 http://www.tianya.cn/publicforum/content/tianyamyself/1/74777.shtml 从小就学会了, “快乐”是好的, “不快乐”是不好的。 恩。。。。我们要怎样才能快乐呢? 阿, 知道了, 拥有很多“玩具” 么, 只要拥有我要的, 我就一定... 阅读全文
posted @ 2008-12-11 22:51 prayforsmile 阅读(151) 评论(0) 推荐(0) 编辑
  2008年12月8日
摘要: 一个执着的我 一个走远的你 一个执着的你 一个走远的我 阅读全文
posted @ 2008-12-08 12:35 prayforsmile 阅读(144) 评论(0) 推荐(0) 编辑