紧急修复因修复#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.App
// Author : Yubao Li
// Created : 12-01-2015

View File

@@ -1,4 +1,4 @@
namespace OpenAuth.App.ViewModel
namespace OpenAuth.App.ViewModel
{
/// <summary>
/// 用户ID

View File

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

View File

@@ -1,4 +1,4 @@
namespace OpenAuth.App.ViewModel
namespace OpenAuth.App.ViewModel
{
public class ResourceVM
{

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.App
// Author : yubaolee
// Created : 11-29-2015

View File

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