- 博客(6)
- 收藏
- 关注
转载 DateTime 详解
//2008年4月24日 System.DateTime.Now.ToString("D"); //2008-4-24 System.DateTime.Now.ToString("d"); //2008年4月24日 16:30:15 System.DateTime.Now.ToString("F"); //2008年4月24日 16:30 ...
2016-12-06 09:28:00
190
转载 合并多行 某一字段
select distinct UserId,STUFF((SELECT ',' + CONVERT(VARCHAR, RoleId) FROM UserRole WHERE UserId=D.UserId FOR XML PATH('')), 1, 1, '')A...
2016-07-18 16:53:00
144
转载 每日签到功能判断
var lUserDaysSignin = SCommon.rUserDaysSignin.GetList(new DUserDaysSignin() { GodID = Model.Id, BegCreateTime = DateTime.Now.Date, EndCreateTime = DateTime.Now.Date.AddDa...
2016-04-29 14:38:00
624
转载 jbox用法
详见 http://www.jjsp.gov.cn:8888/js/jbox-v2.3/jbox-demo2.html 转载于:https://www.cnblogs.com/zhouzhe/p/5260755.html
2016-03-10 10:08:00
191
转载 ajax绑定
function Select() { var data = $("#SelectByTime").serialize(); $.post( "settle.aspx?action=Select", data, function ...
2015-07-21 14:09:00
161
转载 cookie 保存上次访问url方法
if (Session[Enums.UserInfoSeesion] == null) { HttpCookie cookie = Request.Cookies[Enums.UserLastAccessUrl]; string[] arr = Request.Url.ToString().Split('?'); ...
2015-07-03 14:35:00
300
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅