一.不要使用section作为div的替代品 人们在标签使用中最常见到的错误之一就是随意将HTML5的<section>等价于<div>--具体地说,就是直接用作替代品(用于样式).在XHTML或者HTML4中,我们常看到这样的代码:< !-- HTML 4-style code -->< div id="wrapper"> <div id="header"> <h1>My super dupe…
错误类型 编程中我们会遇到四种错误:编译错误.逻辑错误.输入/验证错误.运行时错误,但是在JavaScript中我们只能最后两种错误. JavaScript 1.5定义了六种错误类型: EvalError: Raised when the eval() functions is used in an incorrect manner. RangeError: Raised when a numeric variable exceeds its allowed range. ReferenceEr…
今天早晨学习了<Head First :HTML and CSS>:学习了两个章节,感觉从基础学习特别的踏实,能看懂的同时踏踏实实的锻炼了基础的能力.我个人认为无论哪个行业,最重要的永远是基础的知识.因为一门学问,能够有健全稳定的架构体系是非常不容易的,而这整个体系的稳定性都由基础决定的.返本归元,任何一门学问无论高层建筑多么的辉煌,至高的境界都是回归学问最基础的本身.明天继续学习这本书接下来的两章.要我看10天左右就过一遍这本书了.下午四个小时都花费在三道编程题上边了.<Think P…
Xiangqi Xiangqi is one of the most popular two-player board games in China. The game represents a battle between two armies with the goal of capturing the enemy's "general" piece. In this problem, you are given a situation of later stage in the…