摘要:
ViewBag.model = bLL.GetModel((int)id); ViewBag.RecruitmentTime = ViewBag.model.RecruitmentTime.ToString("yyyy-MM-dd"); //格式化返回前台输出的时间 retur... 阅读全文
摘要:
function ff(str) { var dd = str.replace(//g, ""); var dds = dd.replace(/ /g, "").replace(/ /gi, '');//dds为得到后的内容 return dds; } @Html.Raw(@ViewBag.model.Detail... 阅读全文
摘要:
public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); //routes.MapRout... 阅读全文
摘要:
运行 dism.exe /online /enable-feature /featurename:NetFX3 /Source:I:\sources\sxs 阅读全文
摘要:
//错误 console.log($("#DictID").select.val()); //错误 console.log($("#DictID").select.value()); //错误 console.log($("#DictID").value()); //正确 console.lo... 阅读全文
摘要:
页面加载顺序 先加载 阅读全文
摘要:
后台代码 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> #preview, .img, img { width 阅读全文
摘要:
<span contenteditable="true">11111111111111111</span> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/ 阅读全文