Javascript权威指南第五版

2006年10月9日 | Author: zhangdi | 标签: , ,

有些书是可看可不看的,有些书是不能不看的,有些书是不能看的。《Javascript权威指南》就是作为Web开发人员不能不看的书。光看再版的次数就知道经典程度了。

JavaScript: The Definitive Guide

Download

Javascript中文论坛

*此下载只为研究和了解内容,并不试图代替正版书籍。如果侵犯了您的权力,请让我知道,我将立即删除下载连接。

Update: 删除了下载连接。这是一本非常好的书,大家买正版吧。(I deleted the download link, now it links to amazon. I must say sorry to David Flanagan. It’s really a great book. I hope every one buy a legal copy of this book.)

  1. 2006年10月11日00:56

    I wrote this book, and I worked hard on it.
    Please buy a copy instead of reading, downloading, or linking to illegal pirated copies.

    Thank you,

    David Flanagan

  2. kimi
    2006年10月11日10:13

    现在好像特别流行被原著作者抓住,嘎嘎

  3. kimi
    2006年10月11日10:21

    这个人发表评论的时间为什么还要早于我?他十二点,我十点?怎么回事?

  4. kimi
    2006年10月11日10:21

    试验

  5. 2006年10月11日10:54

    I removed the download link.
    now it links to amazon.
    I’m sorry for that.

  6. kimi
    2006年10月11日11:48

    为什么忽视我的问题?

  7. 2006年10月11日14:42

    我也不知道怎么回事~
    不过从IP看,应该是来自于西雅图的。

  8. 2006年10月16日10:35

    因为他和你是不同的时区,只是显示的时间不一样而已

  9. kimi
    2006年10月18日08:43

    时区不一样?可是咱们在东方阿?怎么会出现这种状况呢?

  10. 2006年10月18日11:14

    是这样的,他是12:56am,意思就是00:56。
    所以时间是比你早的~
    赫赫~时间格式比较奇怪,回头我重新设置一下~

  11. kimi
    2006年10月19日10:55

    不对吧,如果是11日凌晨56分,应该是October 11th, 2006 at 00:56 am 吧

  12. 2006年10月19日12:12

    对的。
    12:56am是00:56
    12:56pm是12:56

  13. kimi
    2006年10月23日10:22

    Converting Between AM/PM and 24 Hour Clock
    making the conversion

    Converting from AM/PM to 24 hour clock:
    between 12:00 AM and 12:59 AM, subtract 12 hours:
    12:59 AM –> 0059
    between 1:00 AM and 12:59 PM, a straight conversion:
    10:00 AM –> 1000

    between 1:00 PM and 11:59 PM, add 12 hours:
    10:59 PM –> 2259

    Converting from 24 hour clock to AM/PM:
    between 0000 and 0059, add 12 hours:
    0059 –> 12:59 AM
    between 0100 and 1159, straight conversion to AM:
    0100 –> 1:00 AM

    between 1200 and 1259, straight conversion to PM:
    1259 –> 12:59 PM

    between 1300 and 2359, subtract 12 hours:
    1559 –> 3:59 PM

  14. 2006年10月23日11:07

    就是这个样~