紧急修复因修复#3造成的乱码问题,在WINDOWS下面必需使用带BOM的UTF-8编码!

This commit is contained in:
yubaolee
2016-01-05 17:14:10 +08:00
parent 942f606a2b
commit e744456a95
131 changed files with 150 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Administrator
// Created : 09-22-2015

View File

@@ -1,4 +1,4 @@

using System;
using System.Web.Mvc;
using Infrastructure;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@@ -1,4 +1,4 @@
using System.Web.Mvc;
using System.Web.Mvc;
using Infrastructure;
using Infrastructure.Helper;
using OpenAuth.App;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Yubao Li
// Created : 12-02-2015

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using System;

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using OpenAuth.Mvc.Models;

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using System;

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using System;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Web.Mvc;
using Infrastructure;