91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.34MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-20
  • 語言: 其他
  • 標簽: ueditor.net??

資源簡介

UEditor是由百度web前端研發部開發所見即所得富文本web編輯器,具有輕量,可定制,注重用戶體驗等特點,開源基于MIT協議,允許自由使用和修改代碼...

資源截圖

代碼片段和文件信息

using?Newtonsoft.Json;
using?Newtonsoft.Json.Linq;
using?System;
using?System.Collections.Generic;
using?System.Dynamic;
using?System.IO;
using?System.Linq;
using?System.Web;

///?
///?Config?的摘要說明
///?

public?static?class?Config
{
????private?static?bool?noCache?=?true;
????private?static?Jobject?BuildItems()
????{
????????var?json?=?File.ReadAllText(HttpContext.Current.Server.MapPath(“config.json“));
????????return?Jobject.Parse(json);
????}

????public?static?Jobject?Items
????{
????????get
????????{
????????????if?(noCache?||?_Items?==?null)
????????????{
????????????????_Items?=?BuildItems();
????????????}
????????????return?_Items;
????????}
????}
????private?static?Jobject?_Items;


????public?static?T?GetValue(string?key)
????{
????????return?Items[key].Value();
????}

????public?static?String[]?GetStringList(string?key)
????{
????????return?Items[key].Select(x?=>?x.Value()).ToArray();
????}

????public?static?String?GetString(string?key)
????{
????????return?GetValue(key);
????}

????public?static?int?GetInt(string?key)
????{
????????return?GetValue(key);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-08-10?11:05??utf8-net\
?????目錄???????????0??2016-08-10?11:05??utf8-net\dialogs\
?????目錄???????????0??2016-08-10?11:05??utf8-net\dialogs\anchor\
?????文件????????1627??2016-08-10?11:05??utf8-net\dialogs\anchor\anchor.html
?????目錄???????????0??2016-08-10?11:05??utf8-net\dialogs\attachment\
?????文件???????15063??2016-08-10?11:05??utf8-net\dialogs\attachment\attachment.css
?????文件????????2370??2016-08-10?11:05??utf8-net\dialogs\attachment\attachment.html
?????文件???????30055??2016-08-10?11:05??utf8-net\dialogs\attachment\attachment.js
?????目錄???????????0??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\
?????文件?????????923??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_chm.gif
?????文件?????????841??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_default.png
?????文件????????1012??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_doc.gif
?????文件?????????949??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_exe.gif
?????文件?????????950??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_jpg.gif
?????文件?????????986??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_mp3.gif
?????文件????????1001??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_mv.gif
?????文件?????????996??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_pdf.gif
?????文件????????1001??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_ppt.gif
?????文件????????1009??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_psd.gif
?????文件????????1007??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_rar.gif
?????文件?????????970??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_txt.gif
?????文件????????1005??2016-08-10?11:05??utf8-net\dialogs\attachment\fileTypeImages\icon_xls.gif
?????目錄???????????0??2016-08-10?11:05??utf8-net\dialogs\attachment\images\
?????文件????????1051??2016-08-10?11:05??utf8-net\dialogs\attachment\images\alignicon.gif
?????文件????????3714??2016-08-10?11:05??utf8-net\dialogs\attachment\images\alignicon.png
?????文件????????2810??2016-08-10?11:05??utf8-net\dialogs\attachment\images\bg.png
?????文件???????20097??2016-08-10?11:05??utf8-net\dialogs\attachment\images\file-icons.gif
?????文件???????44070??2016-08-10?11:05??utf8-net\dialogs\attachment\images\file-icons.png
?????文件?????????453??2016-08-10?11:05??utf8-net\dialogs\attachment\images\icons.gif
?????文件????????2678??2016-08-10?11:05??utf8-net\dialogs\attachment\images\icons.png
?????文件????????1672??2016-08-10?11:05??utf8-net\dialogs\attachment\images\image.png
............此處省略313個文件信息

評論

共有 條評論

相關資源