資源簡介
因公司需要,自己在網上下了個有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.xm
?????目錄???????????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\Bsonob
?????文件???????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\Bsonob
?????文件????????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\DateTimeConverterba
?????文件????????5286??2013-06-06?13:33??MgyEditor\Newtonsoft.Json\Converters\EntityKeyMemberConverter.cs
?????文件????????5574??2013-06-06?13:33??MgyEditor\Newtonsoft.Json\Converters\Expandoob
?????文件????????6649??2013-06-06?13:33??MgyEditor\Newtonsoft.Json\Converters\IsoDateTimeConverter.cs
?????文件????????4844??2013-06-06?13:33??MgyEditor\Newtonsoft.Json\Converters\ja
?????文件????????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個文件信息
- 上一篇:C#百度地圖DEMO-親測可用
- 下一篇:實體花店管理系統.rar
評論
共有 條評論