| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1927 人关注过本帖
标题:javascript之般若波罗蜜
只看楼主 加入收藏
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
Client-Side persistence techniques   客户端持久化技术 这么翻译好不好
What is XMLHTTPRequest ?
scripted client-side graphics using SVG, VML, the Flash plug-in, and the Java plug-in.

梅尚程荀
马谭杨奚







                                                       
2013-07-12 00:02
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
Dan Shafer did some preliminary work on the third edition。初步的工作
Although his material was not used in this edition, his ideas and general outline were quite helpful.
大纲

梅尚程荀
马谭杨奚







                                                       
2013-07-17 00:08
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
Javascript is a loosely typed language, which means that variables do not
need to have a type specified. Objects in Javascript map property names to arbitrary property values.

map means 映射  arbitrary means 随意的 任意的

the little-known language Self. 很少知道的一种语言:Self.

Like Perl, Javascript is an interpreted language, and it draws inspiration from Perl in a number of areas, such as its regular-expression and array-handling features.

interpreted language 解释型语言
draw inspiration from 从...中获取灵感
regular-expression 正则表达式
array-handling 数组操作

Javascript is most commonly used in web browsers, and, in that context, the general-purpose core is extended with objects that allow scripts to interact with the user, control the web browser, and alter the document content that appears within the web browsers window.

javascript 在 web 浏览器中应用最为广泛, 在此环境中,通用目的的核心通过对象得到扩展,这些对象允许
脚步与用户交互,控制web 浏览器,以及修改出现在浏览器窗口中的文档内容。

this embedded version of javascript runs scripts embedded within HTML web pages.
这种嵌入式版本的Javascript运行嵌入到HTML web 页面中的脚步。

This is commonly called client-side javascript to emphasize that scripts are run by
the client computer rather than the web server.
他通常称作客户端的javascript,以强调脚本是由客户端计算机运行的而不是由web服务器运行的。

[ 本帖最后由 有容就大 于 2013-7-19 00:12 编辑 ]

梅尚程荀
马谭杨奚







                                                       
2013-07-18 23:53
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
哇 大公鸡又叫了。

梅尚程荀
马谭杨奚







                                                       
2013-07-19 00:03
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
The core Javascript language and its built-in datatypes are the subject of international standards,
and compatibility across implementations is very good.
Javascript 的核心语言及其内建的数据类型都符合国际标准,他们跨平台的兼容性都灰常的好。

Part of client-side javascript are formally standardized, other parts are de facto standards, and
other parts are browser-specific extensions.
客户端的javascript一部分是正式化标准的,其他一部分是事实上的标准,而另一部分是特定于浏览器的扩展。

Cross-browser compatibility is often an important concern for client-side javascript programmers.
跨浏览器的兼容性常常是客户端的javascript程序员所关心的一个重要问题。

embark (on) 乘船 装载 从事..

[ 本帖最后由 有容就大 于 2013-7-19 00:26 编辑 ]

梅尚程荀
马谭杨奚







                                                       
2013-07-19 00:25
love云彩
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:青藏高原
等 级:贵宾
威 望:53
帖 子:3663
专家分:11416
注 册:2012-11-17
收藏
得分:0 
这是啥东东?推荐几本电子版的JavaScript书来看看吧

思考赐予新生,时间在于定义
2013-07-19 01:59
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
回复 16楼 love云彩
我现在看的是 Javascript权威指南第五版 (英文版)。

手边还有个 Javascript权威指南第六版中文版的 呵呵

不是说看完这个东西 别的都是浮云了么

梅尚程荀
马谭杨奚







                                                       
2013-07-19 12:46
love云彩
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:青藏高原
等 级:贵宾
威 望:53
帖 子:3663
专家分:11416
注 册:2012-11-17
收藏
得分:0 
以下是引用有容就大在2013-7-19 12:46:30的发言:

我现在看的是 Javascript权威指南第五版 (英文版)。

手边还有个 Javascript权威指南第六版中文版的 呵呵

不是说看完这个东西 别的都是浮云了么

英文版你看得懂?难不成你是传说中的外国人?不可思议

思考赐予新生,时间在于定义
2013-07-19 12:51
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
回复 18楼 love云彩
慢慢看 反正有中文版的 也不怕看不明白。

梅尚程荀
马谭杨奚







                                                       
2013-07-19 12:52
有容就大
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:东土大唐
等 级:版主
威 望:74
帖 子:9048
专家分:14309
注 册:2011-11-11
收藏
得分:0 
Javascript is the subject of a fair bit of misinformation and confusion.
Before proceeding any further, it is important to debunk two common and persistent myths about the language.

a fair bit of 相当 不少
javascript是一个相当容易被误解和混淆的主题。
在对它进行进一步之前,有必要澄清两点长期存在的对该语言的误解。

One of the most common misconceptions about javascript is that it is a simplified version
of java, the programming language from Sun Microsystems.
对javascript最常见的误解就是认为他是Sun Microsystems公司的程序设计语言Java的简化版本。

Other  than an incomplete syntactic resemblance and the fact that both Java and Javascript
can provide executable content in web browsers, the two languages are entirely unrelated.
但是除了语法上有些相似之处以及都能够提供Web浏览器中的可执行内容之外,这两种语言是完全不相干的。

The similarity of names is purely a marketing ploy by Netscape and Sun(The language was originally
called LiveScript, its name was changed to Javascript at the last minute). However, Javacript can, in
fact, script Jave.
名称上的相似完全是Netscape和Sun的一种营销策略罢了(它最初叫LiveScript,最后才改成Javascript)。然而,实际上,Javascript可以脚本化Java.


[ 本帖最后由 有容就大 于 2013-7-21 00:28 编辑 ]

梅尚程荀
马谭杨奚







                                                       
2013-07-21 00:16
快速回复:javascript之般若波罗蜜
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012625 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved