超轻量级的 JavaScipt 框架 Karmagination

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 06:26:27

软件介绍

Karmagination 是一个超轻量级的 JavaScipt 框架实现 DOM 的操作和面向对象编程。

示例代码:

Karma.ajax({
  type: 'POST',
  url: 'ajax.php',
  data: 'sex=male&age=12',
  success: function(o) {
    alert(o);
  }
});

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

Introduction to Tornado

Introduction to Tornado

Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99

Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

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

UNIX 时间戳转换

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具