zoukankan      html  css  js  c++  java
  • 泛读

    网页有三个部分——内容(HTML)、外观(css)、行为(javascript)。
    另一个公示:HTML+CSS+JAVASCRIPT=真正的交互性
     
    -------------------------------------------------------------------------------
     
    javascript has three disadvantages , the problems of concurrence among different web explorers, the structure of DOM is complicated, the development and debugging of javascript is not convenient.
     
    javascript framework has some advantages ,such as the reading of DOM, the operation of DOM, partical functions, handelations of envent, CSS control, data communications (namely, AJAX technicle)
    JavaScript框架jQuery和ExtJS的对比研究_樊红珍.pdf
    --------------------------------------------------------------------------------
     
    jquery 适合小型应用开发,
    extjs适合大型商业应用,更模块化。
     
    --------------------------------------------------------------------------------
    各类javascript引擎(解释器)对比
    网页浏览器内核的比较研究_牛津.pdf
  • 相关阅读:
    设置装订线
    设置页边距
    查看压缩文件的信息
    格式化3
    格式化2
    条件格式化1
    单独设置奇偶页的页眉页脚
    方法重写注意点
    super注意点
    稀疏数组的压缩和还原
  • 原文地址:https://www.cnblogs.com/haore147/p/3918193.html
Copyright © 2011-2022 走看看