在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → 网钛文章管理系统(OTCMS) 2.92

网钛文章管理系统(OTCMS) 2.92

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:3.60M
  • 下载次数:6
  • 浏览次数:200
  • 发布时间:2021-12-02
  • 实例类别:ASP/Basic基础
  • 发 布 人:1756280502
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 管理系统 cms 文章 管理 系统

实例介绍

【实例简介】网钛文章管理系统(OTCMS) 2.92

【实例截图】

【核心代码】.
└── OTCMSfree_2.92
    ├── Class.asp
    ├── Html
    │   ├── index.asp
    │   └── lock.txt
    ├── List_laoy.asp
    ├── OTCMS%22$d#b@
    │   └── # OTCMS@!db%22.mdb
    ├── OTCMS%22$d#b@backup
    ├── admin
    │   ├── ad.asp
    │   ├── ad_deal.asp
    │   ├── admin.asp
    │   ├── adminMenu.asp
    │   ├── adminMenu_deal.asp
    │   ├── admin_cl.asp
    │   ├── check.asp
    │   ├── ckeditor
    │   │   ├── adapters
    │   │   │   └── jquery.js
    │   │   ├── ckeditor.asp
    │   │   ├── ckeditor.js
    │   │   ├── ckeditor.pack
    │   │   ├── ckeditor_basic.js
    │   │   ├── config.css
    │   │   ├── config.js
    │   │   ├── contents.css
    │   │   ├── images
    │   │   │   └── spacer.gif
    │   │   ├── lang
    │   │   │   ├── _languages.js
    │   │   │   ├── en.js
    │   │   │   └── zh-cn.js
    │   │   ├── plugins
    │   │   │   ├── a11yhelp
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── a11yhelp.js
    │   │   │   │   └── lang
    │   │   │   │       ├── en.js
    │   │   │   │       └── zh-cn.js
    │   │   │   ├── about
    │   │   │   │   └── dialogs
    │   │   │   │       ├── about.js
    │   │   │   │       └── logo_ckeditor.png
    │   │   │   ├── adobeair
    │   │   │   │   └── plugin.js
    │   │   │   ├── ajax
    │   │   │   │   └── plugin.js
    │   │   │   ├── autogrow
    │   │   │   │   └── plugin.js
    │   │   │   ├── bbcode
    │   │   │   │   └── plugin.js
    │   │   │   ├── clipboard
    │   │   │   │   └── dialogs
    │   │   │   │       └── paste.js
    │   │   │   ├── colordialog
    │   │   │   │   └── dialogs
    │   │   │   │       └── colordialog.js
    │   │   │   ├── devtools
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   └── zh-cn.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── dialog
    │   │   │   │   └── dialogDefinition.js
    │   │   │   ├── div
    │   │   │   │   └── dialogs
    │   │   │   │       └── div.js
    │   │   │   ├── docprops
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── docprops.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── find
    │   │   │   │   └── dialogs
    │   │   │   │       └── find.js
    │   │   │   ├── flash
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── flash.js
    │   │   │   │   └── images
    │   │   │   │       └── placeholder.png
    │   │   │   ├── forms
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── button.js
    │   │   │   │   │   ├── checkbox.js
    │   │   │   │   │   ├── form.js
    │   │   │   │   │   ├── hiddenfield.js
    │   │   │   │   │   ├── radio.js
    │   │   │   │   │   ├── select.js
    │   │   │   │   │   ├── textarea.js
    │   │   │   │   │   └── textfield.js
    │   │   │   │   └── images
    │   │   │   │       └── hiddenfield.gif
    │   │   │   ├── iframe
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── iframe.js
    │   │   │   │   └── images
    │   │   │   │       └── placeholder.png
    │   │   │   ├── iframedialog
    │   │   │   │   └── plugin.js
    │   │   │   ├── image
    │   │   │   │   └── dialogs
    │   │   │   │       └── image.js
    │   │   │   ├── link
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── anchor.js
    │   │   │   │   │   └── link.js
    │   │   │   │   └── images
    │   │   │   │       └── anchor.gif
    │   │   │   ├── liststyle
    │   │   │   │   └── dialogs
    │   │   │   │       └── liststyle.js
    │   │   │   ├── pagebreak
    │   │   │   │   └── images
    │   │   │   │       └── pagebreak.gif
    │   │   │   ├── pastefromword
    │   │   │   │   └── filter
    │   │   │   │       └── default.js
    │   │   │   ├── pastetext
    │   │   │   │   └── dialogs
    │   │   │   │       └── pastetext.js
    │   │   │   ├── placeholder
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── placeholder.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   └── zh-cn.js
    │   │   │   │   ├── placeholder.gif
    │   │   │   │   └── plugin.js
    │   │   │   ├── preview
    │   │   │   │   └── preview.html
    │   │   │   ├── scayt
    │   │   │   │   └── dialogs
    │   │   │   │       ├── options.js
    │   │   │   │       └── toolbar.css
    │   │   │   ├── showblocks
    │   │   │   │   └── images
    │   │   │   │       ├── block_address.png
    │   │   │   │       ├── block_blockquote.png
    │   │   │   │       ├── block_div.png
    │   │   │   │       ├── block_h1.png
    │   │   │   │       ├── block_h2.png
    │   │   │   │       ├── block_h3.png
    │   │   │   │       ├── block_h4.png
    │   │   │   │       ├── block_h5.png
    │   │   │   │       ├── block_h6.png
    │   │   │   │       ├── block_p.png
    │   │   │   │       └── block_pre.png
    │   │   │   ├── smiley
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── smiley.js
    │   │   │   │   └── images
    │   │   │   │       ├── angel_smile.gif
    │   │   │   │       ├── angry_smile.gif
    │   │   │   │       ├── broken_heart.gif
    │   │   │   │       ├── confused_smile.gif
    │   │   │   │       ├── cry_smile.gif
    │   │   │   │       ├── devil_smile.gif
    │   │   │   │       ├── embaressed_smile.gif
    │   │   │   │       ├── envelope.gif
    │   │   │   │       ├── heart.gif
    │   │   │   │       ├── kiss.gif
    │   │   │   │       ├── lightbulb.gif
    │   │   │   │       ├── omg_smile.gif
    │   │   │   │       ├── regular_smile.gif
    │   │   │   │       ├── sad_smile.gif
    │   │   │   │       ├── shades_smile.gif
    │   │   │   │       ├── teeth_smile.gif
    │   │   │   │       ├── thumbs_down.gif
    │   │   │   │       ├── thumbs_up.gif
    │   │   │   │       ├── tounge_smile.gif
    │   │   │   │       ├── whatchutalkingabout_smile.gif
    │   │   │   │       └── wink_smile.gif
    │   │   │   ├── specialchar
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── specialchar.js
    │   │   │   │   └── lang
    │   │   │   │       ├── en.js
    │   │   │   │       └── zh-cn.js
    │   │   │   ├── styles
    │   │   │   │   └── styles
    │   │   │   │       └── default.js
    │   │   │   ├── stylesheetparser
    │   │   │   │   └── plugin.js
    │   │   │   ├── table
    │   │   │   │   └── dialogs
    │   │   │   │       └── table.js
    │   │   │   ├── tableresize
    │   │   │   │   └── plugin.js
    │   │   │   ├── tabletools
    │   │   │   │   └── dialogs
    │   │   │   │       └── tableCell.js
    │   │   │   ├── templates
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── templates.js
    │   │   │   │   └── templates
    │   │   │   │       ├── default.js
    │   │   │   │       └── images
    │   │   │   │           ├── template1.gif
    │   │   │   │           ├── template2.gif
    │   │   │   │           └── template3.gif
    │   │   │   ├── uicolor
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── uicolor.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   └── zh-cn.js
    │   │   │   │   ├── plugin.js
    │   │   │   │   ├── uicolor.gif
    │   │   │   │   └── yui
    │   │   │   │       ├── assets
    │   │   │   │       │   ├── hue_bg.png
    │   │   │   │       │   ├── hue_thumb.png
    │   │   │   │       │   ├── picker_mask.png
    │   │   │   │       │   ├── picker_thumb.png
    │   │   │   │       │   └── yui.css
    │   │   │   │       └── yui.js
    │   │   │   ├── wsc
    │   │   │   │   └── dialogs
    │   │   │   │       ├── ciframe.html
    │   │   │   │       ├── tmpFrameset.html
    │   │   │   │       ├── wsc.css
    │   │   │   │       └── wsc.js
    │   │   │   └── xml
    │   │   │       └── plugin.js
    │   │   ├── skins
    │   │   │   ├── office2003
    │   │   │   │   ├── dialog.css
    │   │   │   │   ├── editor.css
    │   │   │   │   ├── icons.png
    │   │   │   │   ├── icons_rtl.png
    │   │   │   │   ├── images
    │   │   │   │   │   ├── dialog_sides.gif
    │   │   │   │   │   ├── dialog_sides.png
    │   │   │   │   │   ├── dialog_sides_rtl.png
    │   │   │   │   │   ├── mini.gif
    │   │   │   │   │   ├── noimage.png
    │   │   │   │   │   ├── sprites.png
    │   │   │   │   │   └── sprites_ie6.png
    │   │   │   │   ├── skin.js
    │   │   │   │   └── templates.css
    │   │   │   └── v2
    │   │   │       ├── dialog.css
    │   │   │       ├── editor.css
    │   │   │       ├── icons.png
    │   │   │       ├── icons_rtl.png
    │   │   │       ├── images
    │   │   │       │   ├── dialog_sides.gif
    │   │   │       │   ├── dialog_sides.png
    │   │   │       │   ├── dialog_sides_rtl.png
    │   │   │       │   ├── mini.gif
    │   │   │       │   ├── noimage.png
    │   │   │       │   ├── sprites.png
    │   │   │       │   ├── sprites_ie6.png
    │   │   │       │   └── toolbar_start.gif
    │   │   │       ├── skin.js
    │   │   │       └── templates.css
    │   │   └── themes
    │   │       └── default
    │   │           └── theme.js
    │   ├── codePage.asp
    │   ├── collData
    │   │   ├── # OTcoll@data%.mdb
    │   │   └── conobj.asp
    │   ├── collDatabase.asp
    │   ├── collDatabase_deal.asp
    │   ├── collHistory.asp
    │   ├── collHistory_deal.asp
    │   ├── collItem.asp
    │   ├── collItem_deal.asp
    │   ├── collResult.asp
    │   ├── collResult_deal.asp
    │   ├── collRun.asp
    │   ├── collType.asp
    │   ├── collType_deal.asp
    │   ├── dataDeal.asp
    │   ├── database.asp
    │   ├── database_deal.asp
    │   ├── images
    │   │   ├── 0calculator.gif
    │   │   ├── alertBox.gif
    │   │   ├── bottom_bg.jpg
    │   │   ├── button_add.gif
    │   │   ├── button_back.gif
    │   │   ├── button_bg.gif
    │   │   ├── button_cancel.gif
    │   │   ├── button_close.gif
    │   │   ├── button_dealed.gif
    │   │   ├── button_dealing.gif
    │   │   ├── button_del.gif
    │   │   ├── button_excel.gif
    │   │   ├── button_finish.gif
    │   │   ├── button_next.gif
    │   │   ├── button_prev.gif
    │   │   ├── button_print.gif
    │   │   ├── button_printDet.gif
    │   │   ├── button_refAuthIssue.gif
    │   │   ├── button_refBack.gif
    │   │   ├── button_refHideIssue.gif
    │   │   ├── button_refNext.gif
    │   │   ├── button_refPublicIssue.gif
    │   │   ├── button_refRev.gif
    │   │   ├── button_refSave.gif
    │   │   ├── button_refer.gif
    │   │   ├── button_reset.gif
    │   │   ├── button_rev.gif
    │   │   ├── button_save.gif
    │   │   ├── button_send.gif
    │   │   ├── button_show.gif
    │   │   ├── button_submit.gif
    │   │   ├── button_true.gif
    │   │   ├── button_upload.gif
    │   │   ├── calculator.gif
    │   │   ├── dz1.gif
    │   │   ├── imgAlt.gif
    │   │   ├── imgAlt2.gif
    │   │   ├── img_add.gif
    │   │   ├── img_add.png
    │   │   ├── img_add2.gif
    │   │   ├── img_color.gif
    │   │   ├── img_content.gif
    │   │   ├── img_copy.gif
    │   │   ├── img_cut.gif
    │   │   ├── img_db.gif
    │   │   ├── img_del.gif
    │   │   ├── img_det.gif
    │   │   ├── img_down.gif
    │   │   ├── img_err.gif
    │   │   ├── img_refresh.gif
    │   │   ├── img_refresh.png
    │   │   ├── img_rev.gif
    │   │   ├── img_right.gif
    │   │   ├── img_set.gif
    │   │   ├── img_up.gif
    │   │   ├── img_yes.gif
    │   │   ├── keyBoard.gif
    │   │   ├── left_bg.gif
    │   │   ├── left_close.gif
    │   │   ├── left_menuBg.gif
    │   │   ├── left_menuBgMH.gif
    │   │   ├── left_menuBgMH2.gif
    │   │   ├── left_open.gif
    │   │   ├── letter_dz00.gif
    │   │   ├── letter_dz10.gif
    │   │   ├── letter_dz20.gif
    │   │   ├── letter_dz30.gif
    │   │   ├── lineBg.jpg
    │   │   ├── lineBg30.jpg
    │   │   ├── login
    │   │   │   ├── login.jpg
    │   │   │   ├── login_reset.gif
    │   │   │   └── login_submit.gif
    │   │   ├── newVer.gif
    │   │   ├── noPic.gif
    │   │   ├── noPic2.gif
    │   │   ├── num_add.gif
    │   │   ├── num_cut.gif
    │   │   ├── onload.gif
    │   │   ├── refresh.gif
    │   │   ├── right_narEnd.gif
    │   │   ├── right_narLast.gif
    │   │   ├── right_narNext.gif
    │   │   ├── right_narStart.gif
    │   │   ├── right_titleBg.gif
    │   │   ├── share_.gif
    │   │   ├── share_add.gif
    │   │   ├── share_del.gif
    │   │   ├── share_down.gif
    │   │   ├── share_dz1.gif
    │   │   ├── share_gg.gif
    │   │   ├── share_hot.gif
    │   │   ├── share_letter.gif
    │   │   ├── share_list.gif
    │   │   ├── share_new.gif
    │   │   ├── share_other.gif
    │   │   ├── share_person.gif
    │   │   ├── share_refer.gif
    │   │   ├── share_reply.gif
    │   │   ├── share_rev.gif
    │   │   ├── share_show.gif
    │   │   ├── share_top.gif
    │   │   ├── share_userAdd.gif
    │   │   ├── share_userList.gif
    │   │   ├── top_bg.jpg
    │   │   ├── top_bgBig.jpg
    │   │   ├── top_bgFullBig.jpg
    │   │   ├── top_menu2_0.gif
    │   │   ├── top_menu2_1.gif
    │   │   ├── top_menu2_2.gif
    │   │   ├── top_menu2_3.gif
    │   │   ├── top_menu2_4.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── userRight
    │   │   │   ├── dz0.gif
    │   │   │   ├── dz1_1.gif
    │   │   │   ├── dz1_2.gif
    │   │   │   ├── dz2_1.gif
    │   │   │   ├── dz2_2.gif
    │   │   │   ├── dz3.gif
    │   │   │   └── dz4.gif
    │   │   ├── vote_bg.gif
    │   │   ├── vote_left.gif
    │   │   ├── vote_right.gif
    │   │   └── xx.gif
    │   ├── inc
    │   │   ├── UpLoadClass.asp
    │   │   ├── VerCode1.asp
    │   │   ├── VerCode2.asp
    │   │   ├── VerCode3.asp
    │   │   ├── VerCode4.asp
    │   │   ├── VerCode5.asp
    │   │   ├── VerCode6.asp
    │   │   ├── file_ad.asp
    │   │   ├── file_info.asp
    │   │   ├── file_memberLog.asp
    │   │   ├── file_serverFile.asp
    │   │   ├── file_skin.asp
    │   │   ├── func_cache.asp
    │   │   ├── func_file.asp
    │   │   ├── func_html.asp
    │   │   ├── func_jpeg.asp
    │   │   ├── func_saveImages.asp
    │   │   ├── function.asp
    │   │   └── md5.asp
    │   ├── ind_backstage.asp
    │   ├── index.asp
    │   ├── info.asp
    │   ├── infoMessage.asp
    │   ├── infoMessage_deal.asp
    │   ├── infoMove.asp
    │   ├── infoMove_deal.asp
    │   ├── infoSys.asp
    │   ├── infoSys_deal.asp
    │   ├── infoType.asp
    │   ├── infoType_deal.asp
    │   ├── infoWeb.asp
    │   ├── infoWeb_deal.asp
    │   ├── info_deal.asp
    │   ├── info_setColor.htm
    │   ├── info_upFile.asp
    │   ├── info_upImg.asp
    │   ├── ipRecord.asp
    │   ├── ipRecord_deal.asp
    │   ├── js
    │   │   ├── ad.js
    │   │   ├── collHistory.js
    │   │   ├── collItem.js
    │   │   ├── collResult.js
    │   │   ├── collRun.js
    │   │   ├── collType.js
    │   │   ├── dataDeal.js
    │   │   ├── database.js
    │   │   ├── inc
    │   │   │   ├── ajaxrequest.js
    │   │   │   ├── calc.js
    │   │   │   ├── common.js
    │   │   │   ├── innerhtml.js
    │   │   │   ├── jquery.js
    │   │   │   ├── list.js
    │   │   │   └── trim.js
    │   │   ├── ind_backstage.js
    │   │   ├── info.js
    │   │   ├── infoMove.js
    │   │   ├── infoSys.js
    │   │   ├── infoType.js
    │   │   ├── infoWeb.js
    │   │   ├── ipRecord.js
    │   │   ├── keyWord.js
    │   │   ├── left_menuNote.js
    │   │   ├── member.js
    │   │   ├── memberGroup.js
    │   │   ├── memberLog.js
    │   │   ├── memberOnline.js
    │   │   ├── message.js
    │   │   ├── outCall.js
    │   │   ├── serverFile.js
    │   │   ├── siteMap.js
    │   │   ├── skin.js
    │   │   ├── sysImages.js
    │   │   ├── system.js
    │   │   ├── tbkFrame.js
    │   │   ├── tbkRank.js
    │   │   ├── tbkSystem.js
    │   │   ├── type.js
    │   │   ├── userLevel.js
    │   │   ├── userSys.js
    │   │   ├── users.js
    │   │   └── vote.js
    │   ├── keyWord.asp
    │   ├── keyWord_deal.asp
    │   ├── left_menu.asp
    │   ├── left_menuNote.asp
    │   ├── makeHtml.asp
    │   ├── member.asp
    │   ├── memberLog.asp
    │   ├── memberLog_deal.asp
    │   ├── memberOnline.asp
    │   ├── memberOnline_deal.asp
    │   ├── member_deal.asp
    │   ├── message.asp
    │   ├── message_deal.asp
    │   ├── outCall.asp
    │   ├── outCall_deal.asp
    │   ├── read.asp
    │   ├── readDeal.asp
    │   ├── readDeal2.asp
    │   ├── serverFile.asp
    │   ├── serverFile_deal.asp
    │   ├── share_switch.asp
    │   ├── siteMap.asp
    │   ├── siteMap_deal.asp
    │   ├── skin.asp
    │   ├── skin_deal.asp
    │   ├── style.css
    │   ├── sysAdmin.asp
    │   ├── sysAdmin_deal.asp
    │   ├── sysImages.asp
    │   ├── sysImages_deal.asp
    │   ├── system.asp
    │   ├── system_deal.asp
    │   ├── tbkFrame.asp
    │   ├── tbkFrame_deal.asp
    │   ├── tbkRank.asp
    │   ├── tbkRank_deal.asp
    │   ├── tbkSystem.asp
    │   ├── tbkSystem_deal.asp
    │   ├── temp
    │   │   ├── flashTrun1.gif
    │   │   ├── flashTrun2.gif
    │   │   ├── flashTrun3.gif
    │   │   ├── flashTrun4.gif
    │   │   ├── flashTrun5.gif
    │   │   ├── itemMode1.gif
    │   │   ├── itemMode2.gif
    │   │   ├── itemMode3.gif
    │   │   ├── newsList1.jpg
    │   │   ├── newsList2.jpg
    │   │   ├── newsList3.jpg
    │   │   ├── newsList4.jpg
    │   │   ├── newsList5.jpg
    │   │   ├── newsList6.jpg
    │   │   ├── newsList7.jpg
    │   │   └── verCode.png
    │   ├── tools
    │   │   ├── MagicZoom
    │   │   │   ├── MagicZoom.css
    │   │   │   └── MagicZoom.js
    │   │   ├── My97DatePicker
    │   │   │   ├── My97DatePicker.htm
    │   │   │   ├── WdatePicker.js
    │   │   │   ├── calendar.js
    │   │   │   ├── config.js
    │   │   │   ├── lang
    │   │   │   │   ├── en.js
    │   │   │   │   ├── zh-cn.js
    │   │   │   │   └── zh-tw.js
    │   │   │   └── skin
    │   │   │       ├── WdatePicker.css
    │   │   │       ├── datePicker.gif
    │   │   │       ├── default
    │   │   │       │   ├── datepicker.css
    │   │   │       │   └── img.gif
    │   │   │       └── whyGreen
    │   │   │           ├── bg.jpg
    │   │   │           ├── datepicker.css
    │   │   │           └── img.gif
    │   │   ├── keyBoard
    │   │   │   ├── key_back.gif
    │   │   │   ├── key_back_down.gif
    │   │   │   ├── key_cap.gif
    │   │   │   ├── key_cap_down.gif
    │   │   │   ├── key_enter.gif
    │   │   │   ├── key_enter_down.gif
    │   │   │   ├── key_normal.gif
    │   │   │   ├── key_normal_down.gif
    │   │   │   ├── key_shift_l.gif
    │   │   │   ├── key_shift_r.gif
    │   │   │   ├── key_space.gif
    │   │   │   ├── key_space_down.gif
    │   │   │   ├── key_t0.gif
    │   │   │   ├── key_t1.gif
    │   │   │   ├── key_t2.gif
    │   │   │   ├── key_tab.gif
    │   │   │   ├── keyboard.gif
    │   │   │   └── vkboard.js
    │   │   ├── submitShow.inc
    │   │   └── xssBox
    │   │       ├── index.htm
    │   │       └── xssBox.js
    │   ├── type.asp
    │   ├── type_deal.asp
    │   ├── upFile
    │   │   ├── XUploadFiles
    │   │   ├── onetiLogo.gif
    │   │   └── onetiLogo.png
    │   ├── userLevel.asp
    │   ├── userLevel_deal.asp
    │   ├── userSys.asp
    │   ├── userSys_deal.asp
    │   ├── users.asp
    │   ├── users_deal.asp
    │   ├── vote.asp
    │   └── vote_deal.asp
    ├── article
    │   └── lock.txt
    ├── bottom.asp
    ├── cache
    │   ├── ads.js
    │   ├── configJs.js
    │   ├── infoSys.asp
    │   ├── jieri.js
    │   ├── outCall.js
    │   ├── siteMap.js
    │   ├── sysAdmin.asp
    │   ├── sysImages.asp
    │   ├── system.asp
    │   ├── tbkSystem.asp
    │   └── userSys.asp
    ├── check.asp
    ├── codePage.asp
    ├── config.asp
    ├── configDeal.asp
    ├── configJs.asp
    ├── conobj.asp
    ├── deal.asp
    ├── deal_js.asp
    ├── dynWeb.asp
    ├── favicon.ico
    ├── file_users.asp
    ├── inc
    │   ├── NongLiGongLi_jieri.asp
    │   ├── VerCode1.asp
    │   ├── VerCode2.asp
    │   ├── VerCode3.asp
    │   ├── VerCode4.asp
    │   ├── VerCode5.asp
    │   ├── VerCode6.asp
    │   ├── class_ip.asp
    │   ├── func_base64.asp
    │   ├── func_closeMark.asp
    │   ├── func_common.asp
    │   ├── func_content.asp
    │   ├── func_encrypt.asp
    │   ├── func_file.asp
    │   ├── func_js.asp
    │   ├── func_keyWord.asp
    │   ├── function.asp
    │   ├── ip库说明.txt
    │   ├── keyWord.txt
    │   ├── md5.asp
    │   └── md5utf8.asp
    ├── inc_img
    │   ├── mood
    │   │   ├── 1.gif
    │   │   ├── 123.txt
    │   │   ├── 2.gif
    │   │   ├── 3.gif
    │   │   ├── 4.gif
    │   │   ├── 5.gif
    │   │   ├── 6.gif
    │   │   ├── 7.gif
    │   │   └── 8.gif
    │   ├── msn.gif
    │   ├── navigation
    │   │   ├── narEnd.gif
    │   │   ├── narEnd2.gif
    │   │   ├── narLast.gif
    │   │   ├── narLast2.gif
    │   │   ├── narNext.gif
    │   │   ├── narNext2.gif
    │   │   ├── narStart.gif
    │   │   └── narStart2.gif
    │   ├── noPic.gif
    │   ├── onload.gif
    │   ├── rss.gif
    │   ├── share_hot.gif
    │   ├── share_new.gif
    │   ├── share_no.gif
    │   ├── share_top.gif
    │   ├── share_yes.gif
    │   ├── skype.gif
    │   ├── smallTools
    │   │   ├── 0bottom.gif
    │   │   ├── 0bottom2.gif
    │   │   ├── 0top.gif
    │   │   ├── 0top2.gif
    │   │   ├── bag.gif
    │   │   ├── bag2.gif
    │   │   ├── bagBlank.gif
    │   │   ├── bagBlank2.gif
    │   │   ├── bottom.gif
    │   │   ├── bottom2.gif
    │   │   ├── current.gif
    │   │   ├── current2.gif
    │   │   ├── current_.gif
    │   │   ├── current_2.gif
    │   │   ├── db.gif
    │   │   ├── db2.gif
    │   │   ├── db_.gif
    │   │   ├── db_2.gif
    │   │   ├── del.gif
    │   │   ├── del2.gif
    │   │   ├── fd.gif
    │   │   ├── fd2.gif
    │   │   ├── home.gif
    │   │   ├── home2.gif
    │   │   ├── letter.gif
    │   │   ├── letter2.gif
    │   │   ├── letter_.gif
    │   │   ├── letter_2.gif
    │   │   ├── man.gif
    │   │   ├── man2.gif
    │   │   ├── pic.gif
    │   │   ├── pic2.gif
    │   │   ├── top.gif
    │   │   ├── top2.gif
    │   │   ├── user.gif
    │   │   ├── user2.gif
    │   │   ├── woman.gif
    │   │   └── woman2.gif
    │   ├── taobao
    │   │   ├── buyLevel
    │   │   │   ├── 1.gif
    │   │   │   ├── 10.gif
    │   │   │   ├── 11.gif
    │   │   │   ├── 12.gif
    │   │   │   ├── 13.gif
    │   │   │   ├── 14.gif
    │   │   │   ├── 15.gif
    │   │   │   ├── 16.gif
    │   │   │   ├── 17.gif
    │   │   │   ├── 18.gif
    │   │   │   ├── 19.gif
    │   │   │   ├── 2.gif
    │   │   │   ├── 20.gif
    │   │   │   ├── 3.gif
    │   │   │   ├── 4.gif
    │   │   │   ├── 5.gif
    │   │   │   ├── 6.gif
    │   │   │   ├── 7.gif
    │   │   │   ├── 8.gif
    │   │   │   └── 9.gif
    │   │   ├── sellLevel
    │   │   │   ├── 1.gif
    │   │   │   ├── 10.gif
    │   │   │   ├── 11.gif
    │   │   │   ├── 12.gif
    │   │   │   ├── 13.gif
    │   │   │   ├── 14.gif
    │   │   │   ├── 15.gif
    │   │   │   ├── 16.gif
    │   │   │   ├── 17.gif
    │   │   │   ├── 18.gif
    │   │   │   ├── 19.gif
    │   │   │   ├── 2.gif
    │   │   │   ├── 20.gif
    │   │   │   ├── 3.gif
    │   │   │   ├── 4.gif
    │   │   │   ├── 5.gif
    │   │   │   ├── 6.gif
    │   │   │   ├── 7.gif
    │   │   │   ├── 8.gif
    │   │   │   └── 9.gif
    │   │   ├── shop.gif
    │   │   ├── shop2.gif
    │   │   └── shop2.png
    │   ├── user.gif
    │   └── vote
    │       ├── vote1_1.gif
    │       ├── vote1_2.gif
    │       ├── vote2_1.gif
    │       ├── vote2_2.gif
    │       ├── vote_bg.gif
    │       ├── vote_left.gif
    │       └── vote_right.gif
    ├── inc_temp
    │   ├── temp_bottom.asp
    │   ├── temp_index.asp
    │   ├── temp_newsList.asp
    │   └── temp_top.asp
    ├── index.asp
    ├── install
    │   ├── config2.4.OTtpl
    │   └── index.asp
    ├── js
    │   ├── inc
    │   │   ├── ajaxrequest.js
    │   │   ├── calc.js
    │   │   ├── cardID.js
    │   │   ├── common.js
    │   │   ├── innerhtml.js
    │   │   ├── jquery.js
    │   │   ├── list.js
    │   │   └── smoothscroll.js
    │   ├── index.js
    │   ├── message.js
    │   ├── newsList.js
    │   ├── newsShow.js
    │   ├── popup.js
    │   ├── top.js
    │   ├── users.js
    │   └── usersCenter.js
    ├── list.asp
    ├── list_ok3w.asp
    ├── message.asp
    ├── news
    │   └── index.asp
    ├── newsList.asp
    ├── newsShow.asp
    ├── news_deal.asp
    ├── news_right.asp
    ├── outCall.asp
    ├── read.asp
    ├── readDeal2.asp
    ├── readSoft.asp
    ├── readUtf8.asp
    ├── rss.asp
    ├── show.asp
    ├── skin
    │   ├── def_black
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style7.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── def_blue
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style2.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── def_green
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style5.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── def_pink
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style3.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── def_purple
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style4.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── def_yellow
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style6.css
    │   │   ├── top_bg.gif
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   ├── top_searchDz.gif
    │   │   └── turnImg1.gif
    │   ├── default
    │   │   ├── arrow1.gif
    │   │   ├── arrow2.gif
    │   │   ├── arrow3.gif
    │   │   ├── bottom_logo.gif
    │   │   ├── boxFull.gif
    │   │   ├── index_announ.gif
    │   │   ├── index_new.gif
    │   │   ├── index_recom.gif
    │   │   ├── item.gif
    │   │   ├── item0.gif
    │   │   ├── item2.gif
    │   │   ├── item2more.gif
    │   │   ├── item3.gif
    │   │   ├── item3more.gif
    │   │   ├── item_3.gif
    │   │   ├── logo.jpg
    │   │   ├── logoFull.jpg
    │   │   ├── messageBtn.gif
    │   │   ├── reply.gif
    │   │   ├── replyBtn.gif
    │   │   ├── style1.css
    │   │   ├── top_bg.gif
    │   │   ├── top_logo.jpg
    │   │   ├── top_menuBg.gif
    │   │   ├── top_menuDz.gif
    │   │   ├── top_menuSubBg.jpg
    │   │   ├── top_searchBtn.gif
    │   │   └── top_searchDz.gif
    │   ├── navMenu10.css
    │   ├── navMenu11.css
    │   ├── navMenu12.css
    │   ├── navMenu13.css
    │   ├── navMenu14.css
    │   ├── navMenu3.css
    │   ├── navMenu4.css
    │   ├── navMenu5.css
    │   ├── navMenu6.css
    │   ├── navMenu7.css
    │   ├── navMenu8.css
    │   ├── navMenu9.css
    │   └── style.css
    ├── tbk_type.asp
    ├── temp
    │   ├── 20100906_101.jpg
    │   ├── 20100906_102.jpg
    │   ├── 20100906_103.jpg
    │   ├── 20100906_104.jpg
    │   ├── 20100906_105.jpg
    │   ├── 20100906_106.jpg
    │   ├── 20100906_201.jpg
    │   ├── 20100906_202.jpg
    │   ├── 20100906_203.jpg
    │   ├── 20100906_204.jpg
    │   ├── 20100906_205.jpg
    │   ├── 20100906_206.jpg
    │   └── ad_1.jpg
    ├── tools
    │   ├── flashImgTrun
    │   │   ├── 2010326183539789.jpg
    │   │   ├── 2010326183635157.jpg
    │   │   ├── 201032618375571.jpg
    │   │   ├── imgTrun1.swf
    │   │   ├── imgTrun2.swf
    │   │   ├── imgTrun3.swf
    │   │   ├── imgTrun4.swf
    │   │   ├── index.htm
    │   │   └── swf.js
    │   ├── kindeditor
    │   │   ├── kindeditor-min.js
    │   │   ├── kindeditor.js
    │   │   ├── plugins
    │   │   │   ├── about.html
    │   │   │   ├── advtable
    │   │   │   │   ├── advtable.html
    │   │   │   │   └── cell.html
    │   │   │   ├── file_manager
    │   │   │   │   ├── file_manager.css
    │   │   │   │   ├── file_manager.html
    │   │   │   │   ├── file_manager.js
    │   │   │   │   └── images
    │   │   │   │       ├── file-16.gif
    │   │   │   │       ├── file-64.gif
    │   │   │   │       ├── folder-16.gif
    │   │   │   │       ├── folder-64.gif
    │   │   │   │       └── go-up.gif
    │   │   │   ├── flash.html
    │   │   │   ├── image
    │   │   │   │   ├── image.html
    │   │   │   │   └── images
    │   │   │   │       ├── align_left.gif
    │   │   │   │       ├── align_right.gif
    │   │   │   │       ├── align_top.gif
    │   │   │   │       └── refresh.gif
    │   │   │   ├── link
    │   │   │   │   └── link.html
    │   │   │   ├── media.html
    │   │   │   ├── plainpaste.html
    │   │   │   └── wordpaste.html
    │   │   └── skins
    │   │       ├── common
    │   │       │   ├── blank.gif
    │   │       │   ├── editor.css
    │   │       │   ├── flash.gif
    │   │       │   ├── loading.gif
    │   │       │   ├── media.gif
    │   │       │   └── rm.gif
    │   │       ├── default
    │   │       │   ├── bg.gif
    │   │       │   └── default.gif
    │   │       └── default.css
    │   ├── kindeditor.css
    │   ├── popup
    │   │   ├── popup.css
    │   │   ├── popup.js
    │   │   └── skin
    │   │       ├── black
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       ├── blue
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       ├── green
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       ├── pink
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       ├── purple
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       ├── red
    │   │       │   ├── button1.gif
    │   │       │   ├── button2.gif
    │   │       │   ├── close.gif
    │   │       │   ├── main_top.gif
    │   │       │   ├── style.css
    │   │       │   └── top_bg.gif
    │   │       └── yellow
    │   │           ├── button1.gif
    │   │           ├── button2.gif
    │   │           ├── close.gif
    │   │           ├── main_top.gif
    │   │           ├── style.css
    │   │           └── top_bg.gif
    │   ├── time.js
    │   ├── time1.js
    │   ├── time2.js
    │   ├── weather
    │   │   ├── images
    │   │   │   ├── i
    │   │   │   │   ├── 0.png
    │   │   │   │   ├── 1.png
    │   │   │   │   ├── 10.png
    │   │   │   │   ├── 11.png
    │   │   │   │   ├── 12.png
    │   │   │   │   ├── 13.png
    │   │   │   │   ├── 14.png
    │   │   │   │   ├── 15.png
    │   │   │   │   ├── 16.png
    │   │   │   │   ├── 17.png
    │   │   │   │   ├── 18.png
    │   │   │   │   ├── 19.png
    │   │   │   │   ├── 2.png
    │   │   │   │   ├── 20.png
    │   │   │   │   ├── 21.png
    │   │   │   │   ├── 22.png
    │   │   │   │   ├── 23.png
    │   │   │   │   ├── 24.png
    │   │   │   │   ├── 25.png
    │   │   │   │   ├── 26.png
    │   │   │   │   ├── 27.png
    │   │   │   │   ├── 28.png
    │   │   │   │   ├── 29.png
    │   │   │   │   ├── 3.png
    │   │   │   │   ├── 30.png
    │   │   │   │   ├── 31.png
    │   │   │   │   ├── 4.png
    │   │   │   │   ├── 5.png
    │   │   │   │   ├── 6.png
    │   │   │   │   ├── 7.png
    │   │   │   │   ├── 8.png
    │   │   │   │   ├── 9.png
    │   │   │   │   └── 99.png
    │   │   │   └── icons.gif
    │   │   ├── index.html
    │   │   ├── index11.html
    │   │   ├── index12.html
    │   │   └── js
    │   │       ├── citys.js
    │   │       ├── laonian.js
    │   │       ├── weather.js
    │   │       ├── weather.source.js
    │   │       ├── weather.source旧.js
    │   │       └── weatherToday.js
    │   └── xssBox
    │       ├── index.htm
    │       └── xssBox.js
    ├── top.asp
    ├── upFiles
    │   ├── bigFile
    │   ├── case
    │   ├── download
    │   ├── images
    │   │   ├── 2011010241720953.jpg
    │   │   ├── 2011010241734953.jpg
    │   │   ├── thumb_2011010241720953.jpg
    │   │   └── thumb_2011010241734953.jpg
    │   ├── infoFile
    │   ├── infoImg
    │   │   ├── 2010102370499337.jpg
    │   │   ├── 2010102378355577.jpg
    │   │   ├── 2010102384269905.jpg
    │   │   ├── 2010102405739475.jpg
    │   │   ├── 2010102453876273.jpg
    │   │   ├── 2010102471708017.jpg
    │   │   ├── 2011051060436657.jpg
    │   │   ├── 2011051060524657.jpg
    │   │   ├── 2011051060592141.jpg
    │   │   ├── 2011051060747765.jpg
    │   │   ├── 2011051479113081.jpg
    │   │   ├── 2016090245643265.jpg
    │   │   ├── coll
    │   │   ├── thumb_2011051060436657.jpg
    │   │   ├── thumb_2011051060524657.jpg
    │   │   ├── thumb_2011051060592141.jpg
    │   │   ├── thumb_2011051060747765.jpg
    │   │   ├── thumb_2011051479113081.jpg
    │   │   └── thumb_2016090245643265.jpg
    │   ├── infoMove
    │   ├── product
    │   └── users
    │       ├── 2010121783163401.gif
    │       ├── 2010121784212809.gif
    │       ├── 2010121784716289.gif
    │       ├── 2010121784736497.gif
    │       ├── 2010121784755401.gif
    │       ├── 2010121784777321.gif
    │       ├── 2010121784953633.gif
    │       ├── 2010121784981305.gif
    │       ├── 2010121785016993.gif
    │       ├── 2010121785095569.gif
    │       ├── 2010121785136057.gif
    │       ├── 2010121785176713.gif
    │       ├── 2010121785204569.gif
    │       ├── 2010121785252321.gif
    │       ├── 2010121785287617.gif
    │       ├── 2010121785322761.gif
    │       ├── 2010121785771433.gif
    │       ├── thumb_2010121783163401.gif
    │       ├── thumb_2010121784212809.gif
    │       ├── thumb_2010121784716289.gif
    │       ├── thumb_2010121784736497.gif
    │       ├── thumb_2010121784755401.gif
    │       ├── thumb_2010121784777321.gif
    │       ├── thumb_2010121784953633.gif
    │       ├── thumb_2010121784981305.gif
    │       ├── thumb_2010121785016993.gif
    │       ├── thumb_2010121785095569.gif
    │       ├── thumb_2010121785136057.gif
    │       ├── thumb_2010121785176713.gif
    │       ├── thumb_2010121785204569.gif
    │       ├── thumb_2010121785252321.gif
    │       ├── thumb_2010121785287617.gif
    │       ├── thumb_2010121785322761.gif
    │       └── thumb_2010121785771433.gif
    ├── users.asp
    ├── usersCenter.asp
    ├── usersNews.asp
    ├── usersNews_deal.asp
    ├── users_deal.asp
    ├── 历史更新记录.txt
    └── 网钛文章管理系统功能介绍.txt

178 directories, 1108 files


实例下载地址

网钛文章管理系统(OTCMS) 2.92

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警