
ASP.NET前端
IT小金
ぁ小弟主学,NET/C#技术开发 ...
展开
-
IE中使用并且安全级别为低级时!javascript可以获取客户端电脑MAC地址
function getMac(){ var locator = new ActiveXObject ("WbemScripting.SWbemLocator"); var service = locator.ConnectServer("."); var properties = service.ExecQuery("Select * from Win32_N原创 2012-03-24 15:30:30 · 1192 阅读 · 0 评论 -
ASP.NET 异步操作详解和邮箱的验证
ASP.NET 异步操作详解 http://developer.51cto.com/art/201111/303084.htm 邮箱的验证! using System.Net.Mail;public partial class jqueryText_Limit : System.Web.UI.Page{ protected void Page_Load(原创 2012-03-12 20:31:26 · 706 阅读 · 0 评论 -
HTML5新特性(1)<video> 标签
实例 Your browser does not support the video tag. HTml5 的新标签支持HTML5 的全局属性和时间属性...HTML5使用越来越简便了。。。虽然现在还不是W3C的标准! 未来还是会成为标准的! 呵呵...还是多学习下的好呀!全局属性有:HTML的原创 2012-03-23 20:17:58 · 842 阅读 · 0 评论 -
导航栏绑定数据
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace DBUtility { public class DbHelper { static原创 2012-03-20 19:32:45 · 840 阅读 · 0 评论 -
WEBAPI异常拦截
public class WebApiExceptionFitlerAttribute: ExceptionFilterAttribute { public override void OnException(HttpActionExecutedContext actionExecutedContext) { var...原创 2018-11-29 11:15:22 · 489 阅读 · 0 评论