问题 想创建一个从 ASP.NET MVC controller 到 ASP.NET Web API controller 的直接链接,或者反向链接。 解决方案 可以使用 System.Web.Http.Routing.UrlHelp 的实例来创建一个指向 Controller的链接,来暴露ApiC ...
1. 下载nginx,并解压 http://nginx.org/ 2. 下载health check模块 git clone https://github.com/yaoweibin/nginx_upstream_check_module.git 3. 安装依赖模块包,配置预编译环境 yum -y ...
分类:
其他好文 时间:
2016-11-10 14:08:33
阅读次数:
238
dom树加载完毕 页面全部(包括图片)加载完毕 ...
分类:
其他好文 时间:
2016-11-08 14:03:34
阅读次数:
444
sources.list deb http://http.kali.org/kali kali-rolling main non-free contrib deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib # ...
分类:
其他好文 时间:
2016-11-07 12:02:15
阅读次数:
212
第一个文件,声明枚举类型,分别为均匀变化和加速变化 1 2 3 4 5 6 7 8 using UnityEngine; using System.Collections; public enum CTRotationType { Uniform, AccelerateUniformly } 1 2 ...
分类:
其他好文 时间:
2016-11-07 11:57:38
阅读次数:
244
环境:OS X 10.10.5 maven 3.3.9 Docker version 1.12.2 docker-machine version 0.8.2 程序示例为http://www.cnblogs.com/modprobe/p/6001333.html 中提到的服务发现程序 相关代码:htt ...
分类:
其他好文 时间:
2016-11-05 20:45:05
阅读次数:
4338
问题: java读取数据库时间,发现显示的时间最后面多了.0 解决办法: 采用JSTC国际化标签,在使用这个标签时只需要修改你需要显示的数据value(第一步记得导入标签库) <fmt:formatDate type="time" value="${list.presetTime }" patter ...
分类:
数据库 时间:
2016-11-05 17:53:19
阅读次数:
242