微型微型方便微型框架

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微型微型方便微型框架相关的知识,希望对你有一定的参考价值。

via [http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/](http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/)

for CSS3 Transitions, Transforms, Animation also see:
[http://css3.bradshawenterprises.com/](http://css3.bradshawenterprises.com/)
  1. function $(id) { return document.getElementById(id); }
  2. function html(id, html) { $(id).innerHTML = html; }
  3. function css(id, style) { $(id).style.cssText += style; }
  4. function anim(id, transform, opacity, dur) {
  5. css(id, "-webkit-transition: -webkit-transform, opacity " + (dur||0.5) + "s, " + (dur||0.5) + "s; -webkit-transform: " + transform + "; opacity: " + (opacity||1));
  6. }

以上是关于微型微型方便微型框架的主要内容,如果未能解决你的问题,请参考以下文章

微型 Python Web 框架: Bottle

Klein 的 Conda 包(Twisted 微型 Web 框架)

微型orm框架--dapper的简单使用

Python最火框架入门了吗?微型框架 Flask与Web框架Django示例!

Django 框架的神奇之处,几行代码就能自动入库,微型 CSDN 第 3 篇

Weed3 for java 新的微型ORM框架