s***o 发帖数: 2191 | 1 太不会做生意了,怪不得倒了。换了现在的Oracle, 还不得上来又sue又charge的弄一
大笔名称
使用费。
from wiki:
////////
//
JavaScript was originally developed by Brendan Eich of Netscape under
the name Mocha, which was later renamed to LiveScript, and finally to
JavaScript.[11][12] LiveScript was the official name for the language
when it first shipped in beta releases of Netscape Navigator 2.0 in
September 1995, but it was renamed JavaScript in a joint announcement
with Sun Microsystems on December 4, 1995 [13] when it was deployed in
t... 阅读全帖 |
|
w**z 发帖数: 8232 | 2 http://www.javaworld.com/community/?q=node/8300&source=IFWNLE_j
As discriminatory as this is going to sound, this one is for the old-timers.
If you started programming after the turn of the milennium, I don’t know
if you’re going to be able to follow the trend of this post—not out of any
serious deficiency on your part, hardly that. But I think this is something
only the old-timers are going to identify with. (And thus, do I alienate
probably 80% of my readership, but so be it.)
Is it me, or is ... 阅读全帖 |
|
t********5 发帖数: 522 | 3 严格意义上来说 网站前端只可以用html、css和js来写。
但是现在这个时代已经没有人只用这些了,大家会用大量的工具来做这件事情,所以可
以拆分为前端可以用:
html: 包括但不限于各种template language比如mustache, handlebars等等。
css: 包括但不限于各种神一样的wrapper(主要是可以帮你处理cross browser的兼容
性问题),比如LESS, Stylus等等;还有就是一些style guide framework之类的东西
比如twtr的bootstrap。
javascript: 包括但不限于各种js的辅助语言(他们都会compile成js)比如
CoffeeScript,
LiveScript等等。另外还有很多诸如jQuery, Backbone.js之类的,也算作js的一部分
然后同时我们现在也知道了有一种东西叫做SOA,所以细分下来现在前端已经很多时候
拥有自己的app了,比如你可以有一个Python或者Node.js的web app来与后端的API交互
,后端的API和各种backend services可能是由Ja... 阅读全帖 |
|
g*******e 发帖数: 3013 | 4 和java syntax也很象啊。是marketing的原因。本来是livescript啥的。语言本身和c/
java一点都不一样,除了syntax。
因为最近在恶补,所以知道些。
总体感觉,语言有点是匆忙间凑起来的。象自动加分号。 return 分行了,因为加自动
加分号,就变两条语句了。
不过很多语言特性还是很很不错的。函数可以作为变量。动态增加对象属性。对象初始
化格式真是精简。
还在学习中。 |
|
c****e 发帖数: 1453 | 5 我也免费点解一下,给一些平常不经常看报的同志提供点信息:
1. Enterprise search: 除了Lucene和上面加个REST的Solr, 还有个很火的叫Sphinx
.这个是c++写的。
2.NOSQL, document database, 最火的MongoDB, c++写的。最快的KV pair store,
Redis, c写的.
3.Twitter用Cassandra对于performance不满意,自己正在重新做一套。实际上做cloud
storage infastructure可能是现在找工作最容易的方向。有点经验每天都有人给你发
信。
4.web前端没有java什么事情了。javascript是前后端都一起发力。不过当年
javascript不和java攀亲戚,应该叫livescript的。传统的c#或者java程序员做web前
台,基本是刘姥姥进大观园。
5. MonoTouch可以用c#开发Android和IOS的APP。不过这个现在还属于旁门左道。
做一个不愁饭碗收入高的程序员,第一靠爹妈给个灵活的脑袋。第二还是要注意积累热
点技术的储备。但语言真的是排... 阅读全帖 |
|
|