在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → 时代微信公众平台管理系统 1.0 sdcms

时代微信公众平台管理系统 1.0 sdcms

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:5.13M
  • 下载次数:15
  • 浏览次数:107
  • 发布时间:2021-12-02
  • 实例类别:ASP/Basic基础
  • 发 布 人:1756280502
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】时代微信公众平台管理系统 1.0 sdcms

【实例截图】from clipboard


【核心代码】.
├── sdcms_wexin1.0free
│   ├── 1.使用前必读本文件.txt
│   └── 上传本目录中文件
│       ├── admin
│       │   ├── base.asp
│       │   ├── images
│       │   │   ├── key_add.jpg
│       │   │   ├── key_edit.jpg
│       │   │   ├── key_list.jpg
│       │   │   ├── master_add.jpg
│       │   │   ├── master_choose.jpg
│       │   │   └── master_list.jpg
│       │   ├── index.asp
│       │   ├── login.asp
│       │   ├── sd_admin.asp
│       │   ├── sd_cache.asp
│       │   ├── sd_errlog.asp
│       │   ├── sd_frame.asp
│       │   ├── sd_key.asp
│       │   ├── sd_mass.asp
│       │   ├── sd_master.asp
│       │   ├── sd_menu.asp
│       │   ├── sd_msg.asp
│       │   ├── sd_plug.asp
│       │   ├── sd_set.asp
│       │   ├── sd_upload.asp
│       │   ├── sd_user.asp
│       │   ├── sd_user_group.asp
│       │   └── upload.asp
│       ├── api.asp
│       ├── config.asp
│       ├── data
│       │   └── ip.dat
│       ├── index.asp
│       ├── install
│       │   ├── ajax.asp
│       │   ├── css
│       │   │   └── base.css
│       │   ├── images
│       │   │   ├── bnt_blue.gif
│       │   │   ├── err.gif
│       │   │   ├── home.gif
│       │   │   ├── loading.gif
│       │   │   ├── logo.gif
│       │   │   ├── ok.gif
│       │   │   └── steptab.png
│       │   ├── index.asp
│       │   ├── js
│       │   │   ├── base.js
│       │   │   └── jquery.js
│       │   ├── lib
│       │   │   ├── base.asp
│       │   │   └── md5.asp
│       │   ├── sql
│       │   │   └── db.sql
│       │   └── xml
│       │       ├── config.xml
│       │       └── menu.xml
│       ├── lib
│       │   ├── My97DatePicker
│       │   │   ├── WdatePicker.js
│       │   │   ├── calendar.js
│       │   │   ├── lang
│       │   │   │   └── zh-cn.js
│       │   │   └── skin
│       │   │       ├── WdatePicker.css
│       │   │       ├── datePicker.gif
│       │   │       ├── default
│       │   │       │   ├── datepicker.css
│       │   │       │   └── img.gif
│       │   │       ├── ext
│       │   │       │   ├── datepicker.css
│       │   │       │   ├── dateselect.gif
│       │   │       │   ├── glass-bg.gif
│       │   │       │   ├── hd-sprite.gif
│       │   │       │   ├── img.gif
│       │   │       │   ├── left-btn.gif
│       │   │       │   ├── left-btn2.gif
│       │   │       │   ├── right-btn.gif
│       │   │       │   └── right-btn2.gif
│       │   │       └── whyGreen
│       │   │           ├── bg.jpg
│       │   │           ├── datepicker.css
│       │   │           └── img.gif
│       │   ├── base.asp
│       │   ├── class
│       │   │   ├── sdcms.db.asp
│       │   │   ├── sdcms.fun.asp
│       │   │   ├── sdcms.ip.asp
│       │   │   ├── sdcms.jscript.asp
│       │   │   ├── sdcms.page.asp
│       │   │   ├── sdcms.temp.asp
│       │   │   ├── sdcms.upload.asp
│       │   │   ├── sdcms.weixin.asp
│       │   │   └── upload.asp
│       │   ├── cmd.asp
│       │   ├── css
│       │   │   ├── base.css
│       │   │   └── zTreeStyle
│       │   │       ├── img
│       │   │       │   ├── line_conn.gif
│       │   │       │   ├── loading.gif
│       │   │       │   ├── zTreeStandard.gif
│       │   │       │   └── zTreeStandard.png
│       │   │       └── zTreeStyle.css
│       │   ├── dialog
│       │   │   ├── artdialog.js
│       │   │   └── ui-dialog.css
│       │   ├── images
│       │   │   ├── blank.gif
│       │   │   ├── delete.gif
│       │   │   ├── down.gif
│       │   │   ├── err.gif
│       │   │   ├── ext
│       │   │   │   ├── blank.gif
│       │   │   │   ├── bmp.gif
│       │   │   │   ├── doc.gif
│       │   │   │   ├── flv.gif
│       │   │   │   ├── folder.gif
│       │   │   │   ├── html.gif
│       │   │   │   ├── pdf.gif
│       │   │   │   ├── ppt.gif
│       │   │   │   ├── psd.gif
│       │   │   │   ├── rar.gif
│       │   │   │   ├── swf.gif
│       │   │   │   ├── txt.gif
│       │   │   │   └── xls.gif
│       │   │   ├── loading.gif
│       │   │   ├── loading01.gif
│       │   │   ├── ok.gif
│       │   │   ├── up.gif
│       │   │   └── vtip_arrow.gif
│       │   ├── imgcode.asp
│       │   ├── js
│       │   │   ├── base.js
│       │   │   ├── html5.js
│       │   │   ├── jquery-migrate-1.1.0.min.js
│       │   │   ├── jquery-ui.min.js
│       │   │   ├── jquery.js
│       │   │   ├── jquery.livequery.js
│       │   │   ├── jquery.tools.js
│       │   │   ├── jquery.uploader.js
│       │   │   ├── jquery.ztree.core-3.5.min.js
│       │   │   └── jquery.ztree.excheck-3.5.min.js
│       │   ├── md5.asp
│       │   ├── tips
│       │   │   ├── css
│       │   │   │   └── jquery.tip.css
│       │   │   ├── images
│       │   │   │   ├── loading.gif
│       │   │   │   ├── tip_layer.gif
│       │   │   │   └── tip_layer.png
│       │   │   └── jquery.tips.js
│       │   ├── treetable
│       │   │   ├── jquery.treeTable.js
│       │   │   └── vsStyle
│       │   │       ├── allbgs.png
│       │   │       └── jquery.treeTable.css
│       │   ├── ueditor
│       │   │   ├── dialogs
│       │   │   │   ├── anchor
│       │   │   │   │   └── anchor.html
│       │   │   │   ├── attachment
│       │   │   │   │   ├── attachment.css
│       │   │   │   │   ├── attachment.html
│       │   │   │   │   ├── attachment.js
│       │   │   │   │   ├── fileTypeImages
│       │   │   │   │   │   ├── icon_chm.gif
│       │   │   │   │   │   ├── icon_default.png
│       │   │   │   │   │   ├── icon_doc.gif
│       │   │   │   │   │   ├── icon_exe.gif
│       │   │   │   │   │   ├── icon_jpg.gif
│       │   │   │   │   │   ├── icon_mp3.gif
│       │   │   │   │   │   ├── icon_mv.gif
│       │   │   │   │   │   ├── icon_pdf.gif
│       │   │   │   │   │   ├── icon_ppt.gif
│       │   │   │   │   │   ├── icon_psd.gif
│       │   │   │   │   │   ├── icon_rar.gif
│       │   │   │   │   │   ├── icon_txt.gif
│       │   │   │   │   │   └── icon_xls.gif
│       │   │   │   │   └── images
│       │   │   │   │       ├── alignicon.gif
│       │   │   │   │       ├── alignicon.png
│       │   │   │   │       ├── bg.png
│       │   │   │   │       ├── file-icons.gif
│       │   │   │   │       ├── file-icons.png
│       │   │   │   │       ├── icons.gif
│       │   │   │   │       ├── icons.png
│       │   │   │   │       ├── image.png
│       │   │   │   │       ├── progress.png
│       │   │   │   │       ├── success.gif
│       │   │   │   │       └── success.png
│       │   │   │   ├── help
│       │   │   │   │   ├── help.css
│       │   │   │   │   ├── help.html
│       │   │   │   │   └── help.js
│       │   │   │   ├── image
│       │   │   │   │   ├── image.css
│       │   │   │   │   ├── image.html
│       │   │   │   │   ├── image.js
│       │   │   │   │   └── images
│       │   │   │   │       ├── alignicon.jpg
│       │   │   │   │       ├── bg.png
│       │   │   │   │       ├── icons.gif
│       │   │   │   │       ├── icons.png
│       │   │   │   │       ├── image.png
│       │   │   │   │       ├── progress.png
│       │   │   │   │       ├── success.gif
│       │   │   │   │       └── success.png
│       │   │   │   ├── insertframe
│       │   │   │   │   └── insertframe.html
│       │   │   │   ├── internal.js
│       │   │   │   ├── link
│       │   │   │   │   └── link.html
│       │   │   │   ├── preview
│       │   │   │   │   └── preview.html
│       │   │   │   ├── searchreplace
│       │   │   │   │   ├── searchreplace.html
│       │   │   │   │   └── searchreplace.js
│       │   │   │   ├── spechars
│       │   │   │   │   ├── spechars.html
│       │   │   │   │   └── spechars.js
│       │   │   │   ├── table
│       │   │   │   │   ├── dragicon.png
│       │   │   │   │   ├── edittable.css
│       │   │   │   │   ├── edittable.html
│       │   │   │   │   ├── edittable.js
│       │   │   │   │   ├── edittd.html
│       │   │   │   │   └── edittip.html
│       │   │   │   ├── video
│       │   │   │   │   ├── images
│       │   │   │   │   │   ├── bg.png
│       │   │   │   │   │   ├── center_focus.jpg
│       │   │   │   │   │   ├── file-icons.gif
│       │   │   │   │   │   ├── file-icons.png
│       │   │   │   │   │   ├── icons.gif
│       │   │   │   │   │   ├── icons.png
│       │   │   │   │   │   ├── image.png
│       │   │   │   │   │   ├── left_focus.jpg
│       │   │   │   │   │   ├── none_focus.jpg
│       │   │   │   │   │   ├── progress.png
│       │   │   │   │   │   ├── right_focus.jpg
│       │   │   │   │   │   ├── success.gif
│       │   │   │   │   │   └── success.png
│       │   │   │   │   ├── video.css
│       │   │   │   │   ├── video.html
│       │   │   │   │   └── video.js
│       │   │   │   └── wordimage
│       │   │   │       ├── fClipboard_ueditor.swf
│       │   │   │       ├── imageUploader.swf
│       │   │   │       ├── tangram.js
│       │   │   │       ├── wordimage.html
│       │   │   │       └── wordimage.js
│       │   │   ├── editor.js
│       │   │   ├── editor_config.js
│       │   │   ├── editor_plug_config.js
│       │   │   ├── lang
│       │   │   │   └── zh-cn
│       │   │   │       ├── images
│       │   │   │       │   ├── copy.png
│       │   │   │       │   └── localimage.gif
│       │   │   │       └── zh-cn.js
│       │   │   ├── themes
│       │   │   │   ├── default
│       │   │   │   │   ├── css
│       │   │   │   │   │   └── ueditor.css
│       │   │   │   │   ├── dialogbase.css
│       │   │   │   │   └── images
│       │   │   │   │       ├── anchor.gif
│       │   │   │   │       ├── arrow.png
│       │   │   │   │       ├── arrow_down.png
│       │   │   │   │       ├── arrow_up.png
│       │   │   │   │       ├── button-bg.gif
│       │   │   │   │       ├── cancelbutton.gif
│       │   │   │   │       ├── charts.png
│       │   │   │   │       ├── cursor_h.gif
│       │   │   │   │       ├── cursor_h.png
│       │   │   │   │       ├── cursor_v.gif
│       │   │   │   │       ├── cursor_v.png
│       │   │   │   │       ├── dialog-title-bg.png
│       │   │   │   │       ├── filescan.png
│       │   │   │   │       ├── highlighted.gif
│       │   │   │   │       ├── icons-all.gif
│       │   │   │   │       ├── icons.gif
│       │   │   │   │       ├── icons.png
│       │   │   │   │       ├── loaderror.png
│       │   │   │   │       ├── loading.gif
│       │   │   │   │       ├── lock.gif
│       │   │   │   │       ├── neweditor-tab-bg.png
│       │   │   │   │       ├── pagebreak.gif
│       │   │   │   │       ├── scale.png
│       │   │   │   │       ├── sortable.png
│       │   │   │   │       ├── spacer.gif
│       │   │   │   │       ├── sparator_v.png
│       │   │   │   │       ├── table-cell-align.png
│       │   │   │   │       ├── tangram-colorpicker.png
│       │   │   │   │       ├── toolbar_bg.png
│       │   │   │   │       ├── unhighlighted.gif
│       │   │   │   │       ├── upload.png
│       │   │   │   │       ├── videologo.gif
│       │   │   │   │       ├── word.gif
│       │   │   │   │       └── wordpaste.png
│       │   │   │   └── iframe.css
│       │   │   └── third-party
│       │   │       ├── jquery-1.10.2.min.js
│       │   │       ├── webuploader
│       │   │       │   ├── Uploader.swf
│       │   │       │   ├── webuploader.css
│       │   │       │   └── webuploader.min.js
│       │   │       └── zeroclipboard
│       │   │           ├── ZeroClipboard.js
│       │   │           └── ZeroClipboard.swf
│       │   ├── uploader
│       │   │   ├── css
│       │   │   │   ├── style.css
│       │   │   │   └── webuploader.css
│       │   │   ├── images
│       │   │   │   ├── bg.png
│       │   │   │   ├── icons.png
│       │   │   │   ├── image.png
│       │   │   │   ├── progress.png
│       │   │   │   └── success.png
│       │   │   └── js
│       │   │       ├── Uploader.swf
│       │   │       ├── expressInstall.swf
│       │   │       ├── upload.js
│       │   │       └── webuploader.js
│       │   └── validator
│       │       ├── css
│       │       │   └── jquery.validator.css
│       │       ├── images
│       │       │   ├── loading.gif
│       │       │   ├── validator_default.png
│       │       │   └── validator_simple.png
│       │       ├── jquery.validator.js
│       │       └── zh_CN.js
│       ├── plug
│       │   ├── api.asp
│       │   ├── open.asp
│       │   ├── upload.asp
│       │   └── upload.tpl
│       ├── show.asp
│       ├── skins.asp
│       ├── theme
│       │   ├── admin
│       │   │   ├── config.asp
│       │   │   ├── css
│       │   │   │   ├── base.css
│       │   │   │   ├── iconfont.css
│       │   │   │   ├── iconfont.eot
│       │   │   │   ├── iconfont.svg
│       │   │   │   ├── iconfont.ttf
│       │   │   │   ├── iconfont.woff
│       │   │   │   ├── iframe.css
│       │   │   │   ├── jquery.uploader.css
│       │   │   │   ├── layout.css
│       │   │   │   ├── login.css
│       │   │   │   └── morris.css
│       │   │   ├── images
│       │   │   │   ├── _d.gif
│       │   │   │   ├── _l.gif
│       │   │   │   ├── _r.gif
│       │   │   │   ├── add_pro.gif
│       │   │   │   ├── album.gif
│       │   │   │   ├── arr.gif
│       │   │   │   ├── bg_left_subject.gif
│       │   │   │   ├── bg_login.gif
│       │   │   │   ├── bg_master.png
│       │   │   │   ├── bg_menu.gif
│       │   │   │   ├── bg_right_subject.gif
│       │   │   │   ├── del.gif
│       │   │   │   ├── del_pro.gif
│       │   │   │   ├── icon.gif
│       │   │   │   ├── icon_close.gif
│       │   │   │   ├── line.gif
│       │   │   │   ├── logo.gif
│       │   │   │   ├── logo_login.gif
│       │   │   │   ├── msg_bg.png
│       │   │   │   ├── start.gif
│       │   │   │   └── upload.gif
│       │   │   ├── index.html
│       │   │   ├── js
│       │   │   │   ├── admin.js
│       │   │   │   ├── jquery.layout-latest.min.js
│       │   │   │   └── jquery.masonry.min.js
│       │   │   ├── login.html
│       │   │   ├── module
│       │   │   │   ├── admin
│       │   │   │   │   ├── add.html
│       │   │   │   │   ├── admin.html
│       │   │   │   │   ├── edit.html
│       │   │   │   │   └── pass.html
│       │   │   │   ├── cache
│       │   │   │   │   └── list.html
│       │   │   │   ├── errlog
│       │   │   │   │   ├── index.html
│       │   │   │   │   └── show.html
│       │   │   │   ├── key
│       │   │   │   │   ├── add.html
│       │   │   │   │   ├── edit.html
│       │   │   │   │   └── list.html
│       │   │   │   ├── mass
│       │   │   │   │   ├── add.html
│       │   │   │   │   └── list.html
│       │   │   │   ├── master
│       │   │   │   │   ├── add.html
│       │   │   │   │   ├── all.html
│       │   │   │   │   └── list.html
│       │   │   │   ├── menu
│       │   │   │   │   ├── add.html
│       │   │   │   │   ├── edit.html
│       │   │   │   │   └── list.html
│       │   │   │   ├── msg
│       │   │   │   │   ├── list.html
│       │   │   │   │   └── reply.html
│       │   │   │   ├── plug
│       │   │   │   │   └── list.html
│       │   │   │   ├── set
│       │   │   │   │   ├── auto.html
│       │   │   │   │   ├── reply.html
│       │   │   │   │   ├── site.html
│       │   │   │   │   └── weixin.html
│       │   │   │   ├── theme
│       │   │   │   │   ├── edit.html
│       │   │   │   │   ├── folder.html
│       │   │   │   │   └── list.html
│       │   │   │   ├── user
│       │   │   │   │   ├── list.html
│       │   │   │   │   └── tree.html
│       │   │   │   └── user_group
│       │   │   │       ├── add.html
│       │   │   │       ├── edit.html
│       │   │   │       └── list.html
│       │   │   ├── right.html
│       │   │   └── upload.html
│       │   └── default
│       │       ├── config.asp
│       │       ├── config.xml
│       │       ├── css
│       │       │   └── pintuer.css
│       │       ├── js
│       │       │   └── pintuer.js
│       │       ├── sdcms_404.asp
│       │       ├── sdcms_index.asp
│       │       └── sdcms_show.asp
│       ├── theme.asp
│       ├── upfile
│       └── version.asp
└── 好例子网_时代微信公众平台管理系统 1.0 sdcms_wexin1.0free.rar

91 directories, 358 files


实例下载地址

时代微信公众平台管理系统 1.0 sdcms

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警