摘要:
//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") 阅读全文
摘要:
select distinct UserId,STUFF((SELECT ',' + CONVERT(VARCHAR, RoleId) FROM UserRole WHERE UserId=D.UserId FOR XML PATH('')), 1, 1, '')AS BackRoleName FR 阅读全文
摘要:
var lUserDaysSignin = SCommon.rUserDaysSignin.GetList(new DUserDaysSignin() { GodID = Model.Id, BegCreateTime = DateTime.Now.Date, EndCreateTime = Dat 阅读全文
摘要:
详见 http://www.jjsp.gov.cn:8888/js/jbox-v2.3/jbox-demo2.html 阅读全文
摘要:
function Select() { var data = $("#SelectByTime").serialize(); $.post( "settle.aspx?action=Select", ... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
if (Session[Enums.UserInfoSeesion] == null) { HttpCookie cookie = Request.Cookies[Enums.UserLastAccessUrl]; string[] arr... 阅读全文