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

Flexible Pattern Matching in Strings

Flexible Pattern Matching in Strings

Gonzalo Navarro、Mathieu Raffinot / Cambridge University Press / 2007-7-30 / USD 64.99

String matching problems range from the relatively simple task of searching a single text for a string of characters to searching a database for approximate occurrences of a complex pattern. Recent ye......一起来看看 《Flexible Pattern Matching in Strings》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具