2018年4月23日
摘要: 第一步安装: 第二步修改java环境变量: 增加下面标红部分: 第三步,启动和查看状态 第四步,查看版本信息 第五步,修改ip和端口 network.host: 192.168.31.202 http.port: 9200 阅读全文
posted @ 2018-04-23 14:43 小泥人的医生 阅读(339) 评论(0) 推荐(0) 编辑
  2017年12月26日
摘要: 1.点击文件->首选项->设置,找到beautify.language并在html一栏里加上vue "beautify.language": { "js": { "type": [ "javascript", "json" ], "filename": [ ".jshintrc", ".jsbeau 阅读全文
posted @ 2017-12-26 15:12 小泥人的医生 阅读(8520) 评论(0) 推荐(0) 编辑
  2014年12月15日
摘要: using Newtonsoft.Json; [JsonProperty("userName")] public string UserName { get; set; } 阅读全文
posted @ 2014-12-15 15:44 小泥人的医生 阅读(1235) 评论(0) 推荐(0) 编辑
  2013年11月7日
摘要: 1 public static void RegisterRoutes(RouteCollection routes) 2 { 3 routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 4 routes.Ignore("{*allfiles}", new { allfiles = @".*\.(.*)(/.*)?" }); 5 //routes.MapRoute( 6 // name: "Default", 7 // url: "{controller}/{a 阅读全文
posted @ 2013-11-07 09:48 小泥人的医生 阅读(594) 评论(0) 推荐(0) 编辑