zoukankan      html  css  js  c++  java
  • Javescribt Library Javescript 库 总结

    Yahoo User Interface Library (YUI Library):
    YUI is a free, open source JavaScript and CSS library for building richly interactive web applications.
    Link : http://yuilibrary.com/

    EXTJS:
    With an advanced MVC architecture, plugin-free charting, and modern UI widgets, Sencha Ext JS is the industry's most powerful desktop application development platform.
    Sencha Ext JS provides unparalleled cross-browser compatibility enabling you to develop incredible web apps for any browser.
    Sencha is the new name for ExtJS, which has been developed based on YUI, Yahoo! User interface Library
    Link : http://www.sencha.com/products/extjs/

    jQuery:
    jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
    jQuery is designed to change the way that you write JavaScript.
    Link : http://jquery.com/

    GWT: Google Web Toolkit:
    Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications.
    GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, and used by thousands of developers around the world.
    Link : https://developers.google.com/web-toolkit/

    Prototype:
    Prototype takes the complexity out of client-side web programming.
    Built to solve real-world problems, it adds useful extensions to the browser scripting environment and provides elegant APIs around the clumsy interfaces of Ajax and the Document Object Model.
    Link : http://prototypejs.org/

    Dojo:
    Dojo saves you time and scales with your development process, using web standards as its platform.
    It’s the toolkit experienced developers turn to for building high quality desktop and mobile web applications.
    From simple websites to large packaged enterprise applications whether desktop or mobile, Dojo will meet your needs.
    Link : http://dojotoolkit.org/

    MooTools:
    MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.
    It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
    Link : http://mootools.net/

  • 相关阅读:
    三.装饰器函数
    二.函数进阶
    生成器
    一个列表实现__iter__和__next__方法的例子
    可迭代对象和迭代器
    asyncio模块实现线程的嵌套和穿插
    线程的阻塞
    利用collections下的counter实现对列表重复元素的查重
    queue的一些用法
    利用python deque的extend特性实现列表元素查重
  • 原文地址:https://www.cnblogs.com/yqskj/p/2777385.html
Copyright © 2011-2022 走看看