实例介绍
代码开源,thinkphp5开发的fivecms系统,轻便简洁,易于操作。适合企业站博客类型。
【实例截图】
【核心代码】
.
├── admin.php
├── application
│ ├── admin
│ │ ├── controller
│ │ │ ├── Admin.php
│ │ │ ├── Article.php
│ │ │ ├── Attachment.php
│ │ │ ├── Category.php
│ │ │ ├── Common.php
│ │ │ ├── Database.php
│ │ │ ├── Flink.php
│ │ │ ├── Guestbook.php
│ │ │ ├── Index.php
│ │ │ ├── Login.php
│ │ │ ├── System.php
│ │ │ ├── Tag.php
│ │ │ └── Upload.php
│ │ ├── model
│ │ │ ├── Article.php
│ │ │ └── Category.php
│ │ └── view
│ │ ├── admin
│ │ │ └── password.html
│ │ ├── article
│ │ │ ├── add.html
│ │ │ ├── edit.html
│ │ │ └── index.html
│ │ ├── attachment
│ │ │ └── index.html
│ │ ├── category
│ │ │ ├── add.html
│ │ │ ├── addBatch.html
│ │ │ ├── edit.html
│ │ │ └── index.html
│ │ ├── database
│ │ │ ├── export.html
│ │ │ └── import.html
│ │ ├── flink
│ │ │ ├── add.html
│ │ │ ├── edit.html
│ │ │ └── index.html
│ │ ├── guestbook
│ │ │ ├── edit.html
│ │ │ └── index.html
│ │ ├── index
│ │ │ └── index.html
│ │ ├── login
│ │ │ └── login.html
│ │ ├── public
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── ueditor.html
│ │ │ └── upload.html
│ │ ├── system
│ │ │ └── set.html
│ │ └── tag
│ │ └── index.html
│ ├── command.php
│ ├── common
│ │ └── taglib
│ │ └── Article.php
│ ├── common.php
│ ├── config.php
│ ├── index
│ │ ├── config.php
│ │ └── controller
│ │ ├── Article.php
│ │ ├── Category.php
│ │ ├── Common.php
│ │ ├── Guestbook.php
│ │ ├── Index.php
│ │ ├── Search.php
│ │ └── Tag.php
│ ├── install
│ │ ├── common.php
│ │ ├── config.php
│ │ ├── controller
│ │ │ └── Index.php
│ │ └── view
│ │ └── index
│ │ ├── index.html
│ │ ├── step1.html
│ │ ├── step2.html
│ │ ├── step3.html
│ │ └── step4.html
│ ├── route.php
│ └── tags.php
├── data
│ ├── backup
│ └── install
│ ├── database.tpl
│ └── install.sql
├── extend
│ └── org
│ ├── Captcha.php
│ ├── Databack.php
│ ├── Http.php
│ ├── Image.php
│ ├── Uploader.php
│ ├── captcha
│ │ ├── bgs
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── 6.jpg
│ │ │ ├── 7.jpg
│ │ │ └── 8.jpg
│ │ ├── ttfs
│ │ │ ├── 1.ttf
│ │ │ ├── 2.ttf
│ │ │ ├── 3.ttf
│ │ │ ├── 4.ttf
│ │ │ ├── 5.ttf
│ │ │ └── 6.ttf
│ │ └── zhttfs
│ │ └── 1.ttf
│ └── image
│ ├── Exception.php
│ └── gif
│ ├── Decoder.php
│ ├── Encoder.php
│ └── Gif.php
├── favicon.ico
├── index.php
├── install.php
├── public
│ ├── 2016
│ │ ├── css
│ │ │ ├── common.css
│ │ │ └── layout.css
│ │ ├── images
│ │ │ ├── 20161107line.png
│ │ │ ├── banner10.jpg
│ │ │ ├── banner5.jpg
│ │ │ ├── banner6.jpg
│ │ │ ├── banner7.jpg
│ │ │ ├── banner8.jpg
│ │ │ ├── banner9.jpg
│ │ │ ├── envelope.png
│ │ │ ├── icon36.png
│ │ │ ├── icon37.png
│ │ │ ├── img59.jpg
│ │ │ ├── img60.jpg
│ │ │ ├── img61.jpg
│ │ │ ├── img62.jpg
│ │ │ ├── recruitment1.png
│ │ │ ├── wqp_inco12.png
│ │ │ ├── wwimg03.png
│ │ │ ├── wwimg04.png
│ │ │ ├── wwimg05.png
│ │ │ ├── wwimg06.png
│ │ │ ├── wwimg07.png
│ │ │ ├── wwimg08.png
│ │ │ ├── wwimg09.png
│ │ │ ├── wwimg10.png
│ │ │ ├── wwimg108.png
│ │ │ ├── wwimg109.png
│ │ │ ├── wwimg11.png
│ │ │ ├── wwimg110.png
│ │ │ ├── wwimg112.png
│ │ │ ├── wwimg113.png
│ │ │ ├── wwimg114.png
│ │ │ ├── wwimg115.png
│ │ │ ├── wwimg116.png
│ │ │ ├── wwimg12.png
│ │ │ ├── wwimg127.png
│ │ │ ├── wwimg13.png
│ │ │ ├── wwimg14.png
│ │ │ ├── wwimg15.png
│ │ │ ├── wwimg22.png
│ │ │ ├── wwimg30.png
│ │ │ ├── wwimg31.png
│ │ │ ├── wwimg32.png
│ │ │ ├── wwimg33.png
│ │ │ ├── wwimg34.png
│ │ │ ├── wwimg35.png
│ │ │ ├── wwimg36.png
│ │ │ ├── wwimg37.png
│ │ │ ├── wwimg38.png
│ │ │ ├── wwimg39.png
│ │ │ ├── wwimg40.png
│ │ │ ├── wwimg41.png
│ │ │ ├── wwimg52.png
│ │ │ ├── wwimg91.png
│ │ │ ├── wwimg92.png
│ │ │ ├── wwimg94.png
│ │ │ ├── wwimg97.png
│ │ │ ├── wwimg98.png
│ │ │ ├── wwpic179.jpg
│ │ │ ├── wwpic19.png
│ │ │ ├── wwpic202.jpg
│ │ │ ├── wwpic94.jpg
│ │ │ ├── yysimg2.png
│ │ │ ├── zdown.png
│ │ │ ├── zhsh06.png
│ │ │ └── zhsh06g.png
│ │ ├── js
│ │ │ ├── idangerous.swiper.min.js
│ │ │ ├── jquery-1.12.2.min.js
│ │ │ ├── layout.js
│ │ │ └── nav.js
│ │ └── picture
│ │ ├── banner1.jpg
│ │ ├── banner2.jpg
│ │ ├── banner3.jpg
│ │ ├── banner4.jpg
│ │ ├── banner5.jpg
│ │ ├── logo.jpg
│ │ ├── wqp_img10.jpg
│ │ ├── wwpic192.jpg
│ │ ├── wwpic193.jpg
│ │ ├── wwpic194.jpg
│ │ └── wwpic195.jpg
│ ├── admin
│ │ ├── css
│ │ │ ├── admin_login.css
│ │ │ ├── common.css
│ │ │ └── main.css
│ │ ├── fonts
│ │ │ ├── icomoon.dev.svg
│ │ │ ├── icomoon.eot
│ │ │ ├── icomoon.svg
│ │ │ ├── icomoon.ttf
│ │ │ └── icomoon.woff
│ │ ├── images
│ │ │ ├── login
│ │ │ │ └── admin-login-btnbg.gif
│ │ │ ├── logo.png
│ │ │ ├── onCorrect.gif
│ │ │ ├── onError.gif
│ │ │ ├── onFocus.gif
│ │ │ ├── onShow.gif
│ │ │ └── tab-thbg.png
│ │ ├── js
│ │ │ └── jquery-1.10.2.min.js
│ │ └── water
│ │ └── water.png
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ └── bootstrap.min.css.map
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ ├── Core Changelog.txt
│ │ ├── Documentation
│ │ │ └── index.html
│ │ ├── Flash
│ │ │ ├── ExternalCall.as
│ │ │ ├── FileItem.as
│ │ │ ├── SWFUpload v2.as3proj
│ │ │ ├── SWFUpload.as
│ │ │ ├── deploy.bat
│ │ │ ├── obj
│ │ │ │ ├── SWFUpload-v2Config.old
│ │ │ │ └── SWFUpload-v2Config.xml
│ │ │ └── swfupload.swf
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── check.js
│ │ ├── npm.js
│ │ ├── plugins
│ │ │ ├── SWFObject License.txt
│ │ │ ├── swfupload.cookies.js
│ │ │ ├── swfupload.queue.js
│ │ │ ├── swfupload.speed.js
│ │ │ └── swfupload.swfobject.js
│ │ ├── swfupload license.txt
│ │ └── swfupload.js
│ ├── images
│ │ └── nopic_small.gif
│ ├── install
│ │ ├── css
│ │ │ └── install.css
│ │ ├── images
│ │ │ ├── logo.png
│ │ │ └── right.png
│ │ └── layer
│ │ ├── layer.js
│ │ └── skin
│ │ ├── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ └── layer.css
│ ├── js
│ │ ├── jquery-1.10.2.min.js
│ │ └── jquery-1.7.2.min.js
│ ├── ueditor
│ │ ├── dialogs
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── formula
│ │ │ │ ├── formula.css
│ │ │ │ ├── formula.html
│ │ │ │ ├── formula.js
│ │ │ │ └── images
│ │ │ │ └── formula.png
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── close.png
│ │ │ │ ├── upload1.png
│ │ │ │ └── upload2.png
│ │ │ ├── link
│ │ │ │ └── link.js
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── map.js
│ │ │ └── video
│ │ │ ├── images
│ │ │ │ ├── center_focus.jpg
│ │ │ │ ├── left_focus.jpg
│ │ │ │ ├── none_focus.jpg
│ │ │ │ └── right_focus.jpg
│ │ │ ├── video.css
│ │ │ └── video.js
│ │ ├── lang
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── themes
│ │ │ └── default
│ │ │ ├── css
│ │ │ │ ├── umeditor.css
│ │ │ │ └── umeditor.min.css
│ │ │ └── images
│ │ │ ├── caret.png
│ │ │ ├── close.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── ok.gif
│ │ │ ├── pop-bg.png
│ │ │ ├── spacer.gif
│ │ │ └── videologo.gif
│ │ ├── umeditor.config.js
│ │ └── umeditor.min.js
│ └── webuploader
│ ├── css
│ │ └── webuploader.css
│ ├── images
│ │ ├── bg.png
│ │ ├── icons.png
│ │ ├── image.png
│ │ ├── progress.png
│ │ └── success.png
│ └── js
│ ├── Uploader.swf
│ ├── upload.js
│ └── webuploader.min.js
├── router.php
├── runtime
├── template
│ └── default
│ ├── category.html
│ ├── footer.html
│ ├── guestbook.html
│ ├── guestbook_list.html
│ ├── header.html
│ ├── index.html
│ ├── list.html
│ ├── search.html
│ ├── show.html
│ ├── tag.html
│ └── tag_list.html
├── thinkphp
│ ├── CONTRIBUTING.md
│ ├── LICENSE.txt
│ ├── README.md
│ ├── base.php
│ ├── codecov.yml
│ ├── composer.json
│ ├── console.php
│ ├── convention.php
│ ├── helper.php
│ ├── lang
│ │ └── zh-cn.php
│ ├── library
│ │ ├── think
│ │ │ ├── App.php
│ │ │ ├── Build.php
│ │ │ ├── Cache.php
│ │ │ ├── Collection.php
│ │ │ ├── Config.php
│ │ │ ├── Console.php
│ │ │ ├── Controller.php
│ │ │ ├── Cookie.php
│ │ │ ├── Db.php
│ │ │ ├── Debug.php
│ │ │ ├── Env.php
│ │ │ ├── Error.php
│ │ │ ├── Exception.php
│ │ │ ├── File.php
│ │ │ ├── Hook.php
│ │ │ ├── Lang.php
│ │ │ ├── Loader.php
│ │ │ ├── Log.php
│ │ │ ├── Model.php
│ │ │ ├── Paginator.php
│ │ │ ├── Process.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── Route.php
│ │ │ ├── Session.php
│ │ │ ├── Template.php
│ │ │ ├── Url.php
│ │ │ ├── Validate.php
│ │ │ ├── View.php
│ │ │ ├── cache
│ │ │ │ ├── Driver.php
│ │ │ │ └── driver
│ │ │ │ ├── File.php
│ │ │ │ ├── Lite.php
│ │ │ │ ├── Memcache.php
│ │ │ │ ├── Memcached.php
│ │ │ │ ├── Redis.php
│ │ │ │ ├── Sqlite.php
│ │ │ │ ├── Wincache.php
│ │ │ │ └── Xcache.php
│ │ │ ├── config
│ │ │ │ └── driver
│ │ │ │ ├── Ini.php
│ │ │ │ ├── Json.php
│ │ │ │ └── Xml.php
│ │ │ ├── console
│ │ │ │ ├── Command.php
│ │ │ │ ├── Input.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Output.php
│ │ │ │ ├── bin
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── hiddeninput.exe
│ │ │ │ ├── command
│ │ │ │ │ ├── Build.php
│ │ │ │ │ ├── Clear.php
│ │ │ │ │ ├── Help.php
│ │ │ │ │ ├── Lists.php
│ │ │ │ │ ├── Make.php
│ │ │ │ │ ├── make
│ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ └── stubs
│ │ │ │ │ │ ├── controller.plain.stub
│ │ │ │ │ │ ├── controller.stub
│ │ │ │ │ │ └── model.stub
│ │ │ │ │ └── optimize
│ │ │ │ │ ├── Autoload.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Route.php
│ │ │ │ │ └── Schema.php
│ │ │ │ ├── input
│ │ │ │ │ ├── Argument.php
│ │ │ │ │ ├── Definition.php
│ │ │ │ │ └── Option.php
│ │ │ │ └── output
│ │ │ │ ├── Ask.php
│ │ │ │ ├── Descriptor.php
│ │ │ │ ├── Formatter.php
│ │ │ │ ├── Question.php
│ │ │ │ ├── descriptor
│ │ │ │ │ └── Console.php
│ │ │ │ ├── driver
│ │ │ │ │ ├── Buffer.php
│ │ │ │ │ ├── Console.php
│ │ │ │ │ └── Nothing.php
│ │ │ │ ├── formatter
│ │ │ │ │ ├── Stack.php
│ │ │ │ │ └── Style.php
│ │ │ │ └── question
│ │ │ │ ├── Choice.php
│ │ │ │ └── Confirmation.php
│ │ │ ├── controller
│ │ │ │ ├── Rest.php
│ │ │ │ └── Yar.php
│ │ │ ├── db
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Connection.php
│ │ │ │ ├── Query.php
│ │ │ │ ├── builder
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ └── Sqlsrv.php
│ │ │ │ ├── connector
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ ├── Sqlsrv.php
│ │ │ │ │ └── pgsql.sql
│ │ │ │ └── exception
│ │ │ │ ├── BindParamException.php
│ │ │ │ ├── DataNotFoundException.php
│ │ │ │ └── ModelNotFoundException.php
│ │ │ ├── debug
│ │ │ │ ├── Console.php
│ │ │ │ └── Html.php
│ │ │ ├── exception
│ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ ├── DbException.php
│ │ │ │ ├── ErrorException.php
│ │ │ │ ├── Handle.php
│ │ │ │ ├── HttpException.php
│ │ │ │ ├── HttpResponseException.php
│ │ │ │ ├── PDOException.php
│ │ │ │ ├── RouteNotFoundException.php
│ │ │ │ ├── TemplateNotFoundException.php
│ │ │ │ ├── ThrowableError.php
│ │ │ │ └── ValidateException.php
│ │ │ ├── log
│ │ │ │ └── driver
│ │ │ │ ├── File.php
│ │ │ │ ├── Socket.php
│ │ │ │ └── Test.php
│ │ │ ├── model
│ │ │ │ ├── Collection.php
│ │ │ │ ├── Merge.php
│ │ │ │ ├── Pivot.php
│ │ │ │ ├── Relation.php
│ │ │ │ └── relation
│ │ │ │ ├── BelongsTo.php
│ │ │ │ ├── BelongsToMany.php
│ │ │ │ ├── HasMany.php
│ │ │ │ ├── HasManyThrough.php
│ │ │ │ ├── HasOne.php
│ │ │ │ ├── MorphMany.php
│ │ │ │ ├── MorphTo.php
│ │ │ │ └── OneToOne.php
│ │ │ ├── paginator
│ │ │ │ └── driver
│ │ │ │ └── Bootstrap.php
│ │ │ ├── process
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Utils.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── Failed.php
│ │ │ │ │ └── Timeout.php
│ │ │ │ └── pipes
│ │ │ │ ├── Pipes.php
│ │ │ │ ├── Unix.php
│ │ │ │ └── Windows.php
│ │ │ ├── response
│ │ │ │ ├── Json.php
│ │ │ │ ├── Jsonp.php
│ │ │ │ ├── Redirect.php
│ │ │ │ ├── View.php
│ │ │ │ └── Xml.php
│ │ │ ├── session
│ │ │ │ └── driver
│ │ │ │ ├── Memcache.php
│ │ │ │ ├── Memcached.php
│ │ │ │ └── Redis.php
│ │ │ ├── template
│ │ │ │ ├── TagLib.php
│ │ │ │ ├── driver
│ │ │ │ │ └── File.php
│ │ │ │ └── taglib
│ │ │ │ └── Cx.php
│ │ │ └── view
│ │ │ └── driver
│ │ │ ├── Php.php
│ │ │ └── Think.php
│ │ └── traits
│ │ ├── controller
│ │ │ └── Jump.php
│ │ ├── model
│ │ │ └── SoftDelete.php
│ │ └── think
│ │ └── Instance.php
│ ├── logo.png
│ ├── phpunit.xml
│ ├── start.php
│ └── tpl
│ ├── default_index.tpl
│ ├── dispatch_jump.tpl
│ ├── page_trace.tpl
│ └── think_exception.tpl
├── uploads
├── vendor
└── 好例子网_thinkphp5开发的fivecms博客系统2.4.zip
142 directories, 464 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论