会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
酸甜苦辣真多
博客园
首页
新随笔
联系
订阅
管理
2016年12月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")
阅读全文
posted @ 2016-12-06 09:28 .netCore初学者
阅读(478)
评论(0)
推荐(0)
2016年7月18日
合并多行 某一字段
摘要: select distinct UserId,STUFF((SELECT ',' + CONVERT(VARCHAR, RoleId) FROM UserRole WHERE UserId=D.UserId FOR XML PATH('')), 1, 1, '')AS BackRoleName FR
阅读全文
posted @ 2016-07-18 16:53 .netCore初学者
阅读(191)
评论(0)
推荐(0)
2016年4月29日
每日签到功能判断
摘要: var lUserDaysSignin = SCommon.rUserDaysSignin.GetList(new DUserDaysSignin() { GodID = Model.Id, BegCreateTime = DateTime.Now.Date, EndCreateTime = Dat
阅读全文
posted @ 2016-04-29 14:38 .netCore初学者
阅读(467)
评论(0)
推荐(0)
2016年3月10日
jbox用法
摘要: 详见 http://www.jjsp.gov.cn:8888/js/jbox-v2.3/jbox-demo2.html
阅读全文
posted @ 2016-03-10 10:08 .netCore初学者
阅读(221)
评论(0)
推荐(0)
2015年7月21日
ajax绑定
摘要: function Select() { var data = $("#SelectByTime").serialize(); $.post( "settle.aspx?action=Select", ...
阅读全文
posted @ 2015-07-21 14:09 .netCore初学者
阅读(237)
评论(0)
推荐(0)
2015年7月4日
jsonHelper
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2015-07-04 14:20 .netCore初学者
阅读(2)
评论(0)
推荐(0)
2015年7月3日
cookie 保存上次访问url方法
摘要: if (Session[Enums.UserInfoSeesion] == null) { HttpCookie cookie = Request.Cookies[Enums.UserLastAccessUrl]; string[] arr...
阅读全文
posted @ 2015-07-03 14:35 .netCore初学者
阅读(326)
评论(0)
推荐(0)
公告