上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页
摘要: ViewBag.model = bLL.GetModel((int)id); ViewBag.RecruitmentTime = ViewBag.model.RecruitmentTime.ToString("yyyy-MM-dd"); //格式化返回前台输出的时间 retur... 阅读全文
posted @ 2018-04-09 09:41 enych 阅读(338) 评论(0) 推荐(0) 编辑
摘要: function ff(str) { var dd = str.replace(//g, ""); var dds = dd.replace(/ /g, "").replace(/ /gi, '');//dds为得到后的内容 return dds; } @Html.Raw(@ViewBag.model.Detail... 阅读全文
posted @ 2018-04-08 11:29 enych 阅读(151) 评论(0) 推荐(0) 编辑
摘要: public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); //routes.MapRout... 阅读全文
posted @ 2018-04-03 17:21 enych 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 运行 dism.exe /online /enable-feature /featurename:NetFX3 /Source:I:\sources\sxs 阅读全文
posted @ 2018-03-31 09:12 enych 阅读(169) 评论(0) 推荐(0) 编辑
摘要: //错误 console.log($("#DictID").select.val()); //错误 console.log($("#DictID").select.value()); //错误 console.log($("#DictID").value()); //正确 console.lo... 阅读全文
posted @ 2018-03-29 16:35 enych 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 页面加载顺序 先加载 阅读全文
posted @ 2018-03-29 09:51 enych 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 后台代码 阅读全文
posted @ 2018-03-24 11:51 enych 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> #preview, .img, img { width 阅读全文
posted @ 2018-03-23 16:39 enych 阅读(249) 评论(0) 推荐(0) 编辑
摘要: <span contenteditable="true">11111111111111111</span> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/ 阅读全文
posted @ 2018-03-19 15:07 enych 阅读(5124) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-15 15:31 enych 阅读(420) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页