文件名称:thinkjs_demo_v1.0
介绍说明--下载内容均来自于网络,请自行研究使用
基于thinkjs的简单demo,包括登录注册,信息发布/编辑/删除
使用本产品需要以下知识:Nodejs、thinkjs、ejs、mysql、html、css、jquery
供学习使用,只完成了基本功能,未做界面和程序上的进一步优化,细节需自行调整。
安装:
1 安装nodejs、thinkjs
2 把解压后根目录的sql文件导入到数据库,数据库配置信息在/App/Conf/config.js
3 参考thinkjs官方文档所示启动方式进行启动-Simple thinkjs based on demo, including login registration, information release/edit/delete
The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML
For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own.
Installation:
1 install nodejs, thinkjs
2 after extracting the root directory of the SQL file into the , the configuration information in /App/Conf/config.js
3 reference thinkjs official documents are shown to start the boot mode
使用本产品需要以下知识:Nodejs、thinkjs、ejs、mysql、html、css、jquery
供学习使用,只完成了基本功能,未做界面和程序上的进一步优化,细节需自行调整。
安装:
1 安装nodejs、thinkjs
2 把解压后根目录的sql文件导入到数据库,数据库配置信息在/App/Conf/config.js
3 参考thinkjs官方文档所示启动方式进行启动-Simple thinkjs based on demo, including login registration, information release/edit/delete
The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML
For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own.
Installation:
1 install nodejs, thinkjs
2 after extracting the root directory of the SQL file into the , the configuration information in /App/Conf/config.js
3 reference thinkjs official documents are shown to start the boot mode
(系统自动生成,下载前可以参看下载内容)
下载文件列表
thinkjs
.......\.gitignore
.......\App
.......\...\Common
.......\...\......\common.js
.......\...\Conf
.......\...\....\config.js
.......\...\Lib
.......\...\...\Controller
.......\...\...\..........\Admin
.......\...\...\..........\Home
.......\...\...\..........\....\BaseController.js
.......\...\...\..........\....\IndexController.js
.......\...\...\..........\....\LoginController.js
.......\...\...\Model
.......\...\...\.....\MessagesModel.js
.......\...\Runtime
.......\...\.......\Cache
.......\...\.......\Data
.......\...\.......\....\app.pid
.......\...\.......\Log
.......\...\.......\Temp
.......\...\View
.......\...\....\Home
.......\...\....\....\index_add.html
.......\...\....\....\index_content.html
.......\...\....\....\index_demo.html
.......\...\....\....\index_edit.html
.......\...\....\....\index_index.html
.......\...\....\....\index_list.html
.......\...\....\....\index__404.html
.......\...\....\....\login_login.html
.......\...\....\....\login_reg.html
.......\ctrl.sh
.......\node_modules
.......\............\thinkjs
.......\............\.......\.jshintrc
.......\............\.......\.npmignore
.......\............\.......\coverage
.......\............\.......\........\coverage.json
.......\............\.......\........\index.html
.......\............\.......\........\prettify.css
.......\............\.......\........\prettify.js
.......\............\.......\........\thinkjs
.......\............\.......\........\.......\index.html
.......\............\.......\........\.......\index.js.html
.......\............\.......\........\.......\lib
.......\............\.......\........\.......\...\Common
.......\............\.......\........\.......\...\......\common.js.html
.......\............\.......\........\.......\...\......\extend.js.html
.......\............\.......\........\.......\...\......\function.js.html
.......\............\.......\........\.......\...\......\index.html
.......\............\.......\........\.......\...\Conf
.......\............\.......\........\.......\...\....\alias.js.html
.......\............\.......\........\.......\...\....\config.js.html
.......\............\.......\........\.......\...\....\debug.js.html
.......\............\.......\........\.......\...\....\index.html
.......\............\.......\........\.......\...\....\mode.js.html
.......\............\.......\........\.......\...\....\tag.js.html
.......\............\.......\........\.......\...\index.html
.......\............\.......\........\.......\...\Lib
.......\............\.......\........\.......\...\...\Behavior
.......\............\.......\........\.......\...\...\........\CheckResourceBehavior.js.html
.......\............\.......\........\.......\...\...\........\CheckRouteBehavior.js.html
.......\............\.......\........\.......\...\...\........\DenyIpBehavior.js.html
.......\............\.......\........\.......\...\...\........\index.html
.......\............\.......\........\.......\...\...\........\LocateTemplateBehavior.js.html
.......\............\.......\........\.......\...\...\........\ParseTemplateBehavior.js.html
.......\............\.......\........\.......\...\...\........\ReadHtmlCacheBehavior.js.html
.......\............\.......\........\.......\...\...\........\TokenBehavior.js.html
.......\............\.......\........\.......\...\...\........\WriteHtmlCacheBehavior.js.html
.......\............\.......\........\.......\...\...\Core
.......\............\.......\........\.......\...\...\....\App.js.html
.......\............\.......\........\.......\...\...\....\Controller.js.html
.......\............\.......\........\.......\...\...\....\Db.js.html
.......\............\.......\........\.......\...\...\....\Dispatcher.js.html
.......\............\.......\........\.......\...\...\....\Http.js.html
.......\............\.......\........\.......\...\...\....\index.html
.......\............\.......\........\.......\...\...\....\Model.js.html
.......\............\.......\........\.......\...\...\....\Think.js.html
.......\............\.......\........\.......\...\...\....\View.js.html
..