09 2015 档案

摘要:比如建立一个名为aspcn,值为灌水小鱼的cookieHttpCookie cookie = new HttpCookie["aspcn"];cookie.Value = "灌水小鱼";Response.AppendCookie(cookie);取出Cookie值也很简单HttpCookie coo... 阅读全文
posted @ 2015-09-22 18:06 皮皮木有小JJ 阅读(166) 评论(0) 推荐(0)
摘要:string [] str = deptid.Split(','); int[] wxdepid = new int[str.Count()]; for(int i=0;i<wxdepid.Count();i++) { wxdepid[... 阅读全文
posted @ 2015-09-22 11:30 皮皮木有小JJ 阅读(708) 评论(0) 推荐(0)
摘要:set datefirst 1 select count(*) from (select date from(select dateadd(dd,number,'2015-01-01') date from master..spt_values where [type] = 'p' and numb... 阅读全文
posted @ 2015-09-02 17:09 皮皮木有小JJ 阅读(169) 评论(0) 推荐(0)