• 大小: 8.32MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-16
  • 语言: C#
  • 标签: asp.net  ueditor  编辑器  

资源简介

因公司需要,自己在网上下了个有word导入功能的百度编辑器,并在这个基础上对该word导入功能进行了完善。(asp.net版本)(注意虚拟路径的问题,可以将虚拟路径去掉)

资源截图

代码片段和文件信息

#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted free of charge to any person
// obtaining a copy of this software and associated documentation
// files (the “Software“) to deal in the Software without
// restriction including without limitation the rights to use
// copy modify merge publish distribute sublicense and/or sell
// copies of the Software and to permit persons to whom the
// Software is furnished to do so subject to the following
// conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
// EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES
// OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER LIABILITY
// WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING
// FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
#endregion

namespace Newtonsoft.Json
{
  /// 
  /// Specifies how constructors are used when initializing objects during deserialization by the .
  /// 

  public enum ConstructorHandling
  {
    /// 
    /// First attempt to use the public default constructor then fall back to single paramatized constructor then the non-public default constructor.
    /// 

    Default = 0
    /// 
    /// Json.NET will use a non-public default constructor before falling back to a paramatized constructor.
    /// 

    AllowNonPublicDefaultConstructor = 1
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-04 15:43  MgyEditor\
     目录           0  2015-12-25 10:11  MgyEditor\Newtonsoft.Json\
     目录           0  2015-12-25 09:56  MgyEditor\Newtonsoft.Json\bin\
     目录           0  2015-12-25 10:10  MgyEditor\Newtonsoft.Json\bin\Debug\
     目录           0  2018-01-04 15:43  MgyEditor\Newtonsoft.Json\bin\Debug\Net35\
     文件      448000  2018-01-04 15:43  MgyEditor\Newtonsoft.Json\bin\Debug\Net35\Newtonsoft.Json.dll
     文件     1261056  2018-01-04 15:43  MgyEditor\Newtonsoft.Json\bin\Debug\Net35\Newtonsoft.Json.pdb
     文件      447467  2018-01-04 15:43  MgyEditor\Newtonsoft.Json\bin\Debug\Net35\Newtonsoft.Json.xml
     目录           0  2015-12-25 10:10  MgyEditor\Newtonsoft.Json\bin\Debug\Net45\
     目录           0  2015-12-25 09:56  MgyEditor\Newtonsoft.Json\Bson\
     文件        1617  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonBinaryType.cs
     文件        9831  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonBinaryWriter.cs
     文件        1972  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonobjectId.cs
     文件       26932  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonReader.cs
     文件        4103  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonToken.cs
     文件        1613  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonType.cs
     文件       15980  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Bson\BsonWriter.cs
     文件        1821  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\ConstructorHandling.cs
     目录           0  2015-12-25 09:56  MgyEditor\Newtonsoft.Json\Converters\
     文件        6290  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\BinaryConverter.cs
     文件        3473  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\BsonobjectIdConverter.cs
     文件        3896  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\CustomCreationConverter.cs
     文件        4101  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\DataSetConverter.cs
     文件        5438  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\DataTableConverter.cs
     文件        2081  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\DateTimeConverterbase.cs
     文件        5286  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\EntityKeyMemberConverter.cs
     文件        5574  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\ExpandoobjectConverter.cs
     文件        6649  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\IsoDateTimeConverter.cs
     文件        4844  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\javascriptDateTimeConverter.cs
     文件        6690  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\JsonValueConverter.cs
     文件        5310  2013-06-06 13:33  MgyEditor\Newtonsoft.Json\Converters\KeyValuePairConverter.cs
............此处省略608个文件信息

评论

共有 条评论