JS的MVC框架 Agility.js

码农软件 · 软件分类 · JavaScript MVC 框架 · 2019-03-15 21:58:50

软件介绍

Agility.js 是个MVC library for Javascript,可使你写可维护性和再利用的浏览器代码,目的是能够让开发者利用jQuery快速写出web应用。

示例代码:

// Hello World
var message = $$({
  model: {},
  view: {
    format: '<div>Hello World</div>'
  },
  controller: {}
});
$$.document.append(message);

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

MongoDB

MongoDB

Kristina Chodorow / O'Reilly Media / 2013-5-23 / USD 39.99

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented da......一起来看看 《MongoDB》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试