紧急修复因修复#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 : FairUtility
// Author : Yubao Li
// Created : 08-27-2015

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-18-2015

View File

@@ -1,4 +1,4 @@
//Copyright (C) Microsoft Corporation. All rights reserved.
//Copyright (C) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;

View File

@@ -1,4 +1,4 @@
namespace Infrastructure
namespace Infrastructure
{
public class Filter
{

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 10-13-2015

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Yubao Li
// Created : 09-07-2015

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : FairUtility
// Author : Yubao Li
// Created : 08-12-2015

View File

@@ -1,4 +1,4 @@
using log4net;
using log4net;
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
namespace Infrastructure

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : Infrastructure
// Author : Yubao Li
// Created : 11-23-2015

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Linq.Expressions;

View File

@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

View File

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

View File

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