NodeJS MVC 框架 QuorraJS

码农软件 · 软件分类 · JavaScript MVC 框架 · 2019-03-15 12:57:25

软件介绍

QuorraJS 是一款较成熟的完整的NodeJS MVC 框架。

安装

npm install -g quorra-cli

示例代码:

Route.get('users', function(req, res)
{
     res.send('Users!');
});
Route.get('users', 'UserController@getIndex')

本文地址:https://www.codercto.com/soft/d/1399.html

Building Websites with Joomla!

Building Websites with Joomla!

H Graf / Packt Publishing / 2006-01-20 / USD 44.99

This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具