摘要: public static string GetIP4Address() { string IP4Address = String.Empty; foreach (IPAddress IPA in Dns.GetHostAddresses(System.Web.HttpContext.Current.Request.UserHo... 阅读全文
posted @ 2017-05-06 21:30 lunawzh 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 使用angularjs的双向绑定功能,定时刷新页面上数据列表(不是刷新网页,通过ajax请求只刷新数据列表部分页面),实例如下: 阅读全文
posted @ 2017-05-06 15:10 lunawzh 阅读(1676) 评论(0) 推荐(0) 编辑