由买买提看人间百态

topics

全部话题 - 话题: typescript
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
d******e
发帖数: 2265
1
来自主题: Programming版 - js 复杂逻辑的例子,微软大杀器
Developing Node Applications
Visual Studio Code is written in TypeScript/JavaScript and is powered by a
Node server. We use VSCode to create VSCode and as a result, you get a great
end-to-end development experience when building Node applications.
Node
Node is a platform for building fast and scalable server applications using
JavaScript. Node is the runtime (Node) and NPM is the Package Manager for
Node modules.
First things first, install Node for your platform.
https://code.visualstudio.com/d... 阅读全帖
z*******3
发帖数: 13709
2
来自主题: Programming版 - vert.x v3发布了
vert.x最有趣的就是想怎么做就怎么做
比如有人为了vert.x 3做了typescript的语言support
https://github.com/michel-kraemer/vertx-lang-typescript
还有人正在做php的vert.x 3的support
社区有人提议过做lua的support,不过这些语言都比较小众
除了第一个以外,其他两个都缺人投入
官方语言支持,在3.1可能会加入
clojure
scala
python
和ceylon
客户端方面,除了自己倒腾tcp,udp,http这些以外
目前vert.x bus的客户端有c++版本
我看了下,好像bus通信用的是websocket
算了,这个协议不熟悉,还是直接用udp吧,省得麻烦
听说fb用这个协议比较多
vert.x最好一点就是,无论它做什么
都留下来足够的余地让你自由选择
比如做web,光一个html template
就可以选择
Handlebars
Jade,
MVEL
Thymeleaf
这样你熟悉哪个,就可以用哪个
就很像eclipse当年成功的经验,它只做一些基本的功能
剩下的东西... 阅读全帖
d******e
发帖数: 2265
3
来自主题: Programming版 - angular 2简直就是java嘛

typescript应该就是编译时检查一下。半年不看了,不一定记得清楚。
我是angualar2的支持者,写2的程序感觉和以前用wpf差不多。1.x版本太多魔术了。
另外typescript让javascript真的像一个语言了。有了这个,我已经把coffeescript给
放弃了。
Y**G
发帖数: 1089
d*******r
发帖数: 3299
5
来自主题: Programming版 - JS 的meteor 能上prod么
TypeScript 适合和 React.js 合起来用吗?
我知道 Angular.js 2 在用 TypeScript
s*i
发帖数: 5025
6
来自主题: Programming版 - Backbone 还是angular
With angular 2 beta for about a month using Typescript. Several things:
1. The learning curve is definitely higher;
2. Binding handling is better;
3. Never there is a single case that the binding fails me. In Angular 1, I
have to constantly aware of $scope.$apply() thing;
4. Project can be structured much better;
5. Performance (especially scrolling) is much better;
6. Typescript is not bad. Intellisense in WebStorm is pretty good;
7. Routing part seems shaky and awkward to work with.
All in all... 阅读全帖
s*i
发帖数: 5025
7
来自主题: Programming版 - Backbone 还是angular
With angular 2 beta for about a month using Typescript. Several things:
1. The learning curve is definitely higher;
2. Binding handling is better;
3. Never there is a single case that the binding fails me. In Angular 1, I
have to constantly aware of $scope.$apply() thing;
4. Project can be structured much better;
5. Performance (especially scrolling) is much better;
6. Typescript is not bad. Intellisense in WebStorm is pretty good;
7. Routing part seems shaky and awkward to work with.
All in all... 阅读全帖
c*********e
发帖数: 16335
8
来自主题: Programming版 - angular2真是装b,搞得太复杂。
有脱裤子放屁的感觉,尤其是那个typescript.
google和microsoft合作,会有什么好结果?脑子被驴踢了?
很简单的东西,用jquery, angular1轻松搞定的,非要先写成typescript了再编译,还
搞出什么class, eventemitter,...无语了。这个步子走得也太大了点,小心扯着蛋。
w********m
发帖数: 1137
9
来自主题: Programming版 - 狗狗抛弃Java转投swift?
对劈材哥的strategy佩服的五体投地啊。
当年用Java,被oracle吊打到现在。尼玛oracle见android赚了钱,当然要分一半。
然后angular好好的,捡到一个软软不要的typescript当个宝继续开发。带红了软软的
visual studio code。现在是ES6了,typescript都没人用了,angular的产品还在
github上beta了。
将来准备换到果果的swift,这是想帮果果卖macbook吗?劈柴哥的历史贡献,
chromebook,打算不要了?
k**n
发帖数: 3989
10
来自主题: Programming版 - 最近工作和业余编程的一点感想
我工作中也在用 react+redux+TypeScript +mocha+karma+webpack,
初期很难,上手后就好多了。
其实redux很简单,就前期搭框架时是要花点功夫。 后面基本就不会大动了。
另外要习惯ajax call都在 middleware 做然后传actionItem给reducer。。
注意在middleware ajax后改的state都会被丢弃。
用typeScript +tdd的确节约了我不少debug时间。。
我初学时在做了个demo,在github上,有空整理下给大家参考。
h*********s
发帖数: 14
11
来自主题: Unix版 - Three simple questions for solaris
1. Which command I can use to show the size of my disk and how many disk are
there?
2. How to change IP address of a sun workstation? which files do I need
change?
3. I want to use "script" command to capture all output the terminal session,
however, there is a lot of "luan ma" in the typescript file, how should I
handle this and get a printable
typescript file?
ThX!
a****g
发帖数: 3027
12
第一门计算机课是FORTRAN,号称是数学计算快。
第二门计算机课是C,号称流行。
听说计算机系学的是PASCAL,号称是语法严谨。当时看了看,觉得太啰嗦。
还是C简单。就是当时的Windows(还是DOS下的?记不清楚了)edline命令行式编辑器
,用的要吐血,后面的C语言出来了Turbo C, 2.0版本竟然可以鼠标上下移动,直接编
辑文件,感觉到太高效率了。另外,学校大机房80x86 (x = null, 2,? 记不清了)额
外上机要一个小时一块五毛,太贵了,虽然自己有额外免费的100小时,要折腾点啥,
即使有其他系的特殊集训班的某些同学不喜欢电脑,免费转赠了一些机票,也还是不够
用。
眼界浅1:
保送专业随便选,排除了计算机,一台要1万8千块,当地正式编制的双职工,好吃好喝
的,一年家庭收入接近1000块,要20年不吃不喝才能买一台,觉得计算机是奢侈品,没
多少买,也没有多少工作。
眼界浅2:
学了C语言编程调试太无聊,就是体力活,当时看不出来软件又啥前途。
读硕时,机器是非常快的,就是用个C语言写算法main() { },对编程越是觉得
无味。
眼界浅3:
工作了,在软件... 阅读全帖
T*******x
发帖数: 8565
13
来自主题: Military版 - Python就是为大妈创造的语言
python比vb容易。没有需要就永远学不会。我一直想学一下typescript,每次刚学一点
就说何必呢,然后用回python。
c**i
发帖数: 6973
14
June 18, 1940.
John F. Burns, Seventy Years Later, Churchill’s ‘Finest Hour’ Yields
Insights. New York Times, June 18, 2010.
http://www.nytimes.com/2010/06/18/world/europe/18churchhill.html?scp=1&sq=%22finest%20hour%22&st=cse
Note:
(1) oration (n): "an elaborate discourse delivered in a formal and dignified
manner"
(2) oratory (n): "1: the art of speaking in public eloquently or effectively
2a: public speaking that employs oratory"
(3) typescript (n): "a typewritten manuscript"
(4) Luftwaffe
h
T**********n
发帖数: 480
15
去年发过帖子招人, 今年继续扩招,职位全部在Mountain View
重点招测试,数据分析和Web工程师
测试有经验的和新毕业生都招
数据分析和Web要求有经验
同时也招有经验的iOS,Android和Core Java工程师
请投简历至 [email protected]
/* */,关于公司情况也欢迎邮件交流
职位描述
QA:
Responsibilities
Contribute to the testing strategy for the client applications
Prepare and update test plans
Coordinate with Development to resolve issues
Test new releases on mobile handsets
Suggest ways to preemptively avoid bugs
Collaborate with Server testing
Build tools and utilities
Requirements
Strong desire to work ... 阅读全帖
H*******g
发帖数: 6997
16
稍微看看design pattern啥的。再自己弄个generic data access layer.说道WEB API
,顺便把ANGULAR也给学了吧,再看下TYPESCRIPT.
e*******o
发帖数: 4654
17
来自主题: JobHunting版 - 王垠去微软了,大家怎么看?
要是跟着大牛搞typescript 也算好归宿吧。
m********u
发帖数: 3942
18
MS Staffing Position 有兴趣的同学站内或者发邮件联系 [email protected]/* */
Position 1: Web UI Developer:
- Keywords: Web Developer, Typescript, JavaScript, JQuery, Bootstrap,
KnockoutJS
- BS/MS in Computer Science or equivalent industry experience
- Solid computer science fundamentals, strong inclination for
architecting at scale
- Excellent technical design, problem solving and debugging skills
- Intimate knowledge with some of the following technologies ASP .NET,
HTML 5/C... 阅读全帖
l****u
发帖数: 1764
19
JavaScript/typescript 各种callback一个套一个 看起来写起来都特别费劲
h**********n
发帖数: 897
20
擦,原来是angular2的大坑,现在居然要找中国人扛包?狗家烙印现在真够嚣张的了,
angular2根本就是一个烙印项目,一组的烙印还跟ms的typescript组合作有没有?现在
烂尾了难道要pip中国人?什么道理!
h**********n
发帖数: 897
21
擦,原来是angular2的大坑,现在居然要找中国人扛包?狗家烙印现在真够嚣张的了,
angular2根本就是一个烙印项目,一组的烙印还跟ms的typescript组合作有没有?现在
烂尾了难道要pip中国人?什么道理!
a***n
发帖数: 623
22
来自主题: JobHunting版 - 别人被PIP不代表就能力差吧
当年a2刚出来的时候还有一个极品的事情是by default居然是用微软的typescript而不
是狗家亲儿子dart……

发帖数: 1
23
之前发了一个Amazon, Oracle, Adobe比较的帖子,非常感谢各位前辈的建议!本来打
算接Oracle了,结果Tableau的Palo Alto Office又给发了一个offer,现在有些纠结。
以下是两个offer的信息:
Oracle:
Oracle Management Cloud(Redwood City), full stack SDE. base 125k, sign-on
30k, RSU 260k(25%*4). Package: 205k(到手134k)
工作内容:full stack,主要做oracle cloud dashboard上面的 infrastructure
monitoring data visualization(跟Tableau做的差不多)。 涉及的data包括多少个
machine是开着的,每个machine的状况如何,什么时候开/关,有没有什么异常。
Pros: 属于Oracle Cloud,组里不养老利于学东西
Cons: Oracle前景未知; 不太喜欢Oracle整体公司文化
Tableau:
NLP Team(Palo A... 阅读全帖
z********6
发帖数: 852
24
Chappaquiddick incident
From Wikipedia, the free encyclopedia
Chappaquiddick incident
Location Chappaquiddick Island, Massachusetts, U.S.A.
Date July 18, 1969
Result Kennedy pleaded guilty to leaving the scene of the accident;
refused to run for president in 1972 and 1976
The term "Chappaquiddick incident" refers to the circumstances
surrounding the death of Mary Jo Kopechne, whose body was discovered
underwater inside an automobile belonging to Senator Edward M. Kennedy.
Kopechne's bod... 阅读全帖

发帖数: 1
25
个人项目造核弹,到了公司拧螺丝。每天晚上写GacUI,白天照样TypeScript帮人擦屁
股。
我觉得最近几个月的工作我高中的时候也能做。不过想想微软work life balance那么
好,又有独立办公室,promote了也不给多少钱,就还是混下去好了,留点激情写GacUI。
我总算真正明白了什么叫“消费者用户根本不需要高质量软件”的真正含义。
工作很容易让人堕落的,下班还是要造造核弹。

.................................................................

发帖数: 1
26
个人项目造核弹,到了公司拧螺丝。每天晚上写GacUI,白天照样TypeScript帮人擦屁
股。
我觉得最近几个月的工作我高中的时候也能做。不过想想微软work life balance那么
好,又有独立办公室,promote了也不给多少钱,就还是混下去好了,留点激情写GacUI。
我总算真正明白了什么叫“消费者用户根本不需要高质量软件”的真正含义。
工作很容易让人堕落的,下班还是要造造核弹。

.................................................................
d***8
发帖数: 32
27
There are a few contractors position open now at Illumina.
Software Developer:
• C#
• HTML
• CSS
• TypeScript/JavaScript (knowledge of JS frameworks is ideal
– we use Kendo)
• Knowledge of REST Services (ASP.NET Web API, ServiceStack)
• Relational Database Experience (experience using a ORM is
ideal)
• Some knowledge of message queuing (we use RabbitMQ)
Bioinformatics software test:
- Bachelor or h... 阅读全帖
i**i
发帖数: 1500
28
【 以下文字转载自 Programming 讨论区 】
发信人: zhaoce (米高蜥蜴), 信区: Programming
标 题: October Headline: Dart enters the top 20 for the first time
发信站: BBS 未名空间站 (Mon Oct 6 02:20:09 2014, 美东)
lol
打了谁的耳光?
Finally, some fresh blood in the TIOBE index! Google's Dart, the proclaimed
successor of JavaScript, enters the top 20 for the first time. Competitors
of Dart such as CoffeeScript (position 133) and TypeScript (position 122)
don't impress yet. The adoption of Dart had a slow start after its birth at
the end of ... 阅读全帖
z****e
发帖数: 54598
29
来自主题: BuildingWeb版 - java spring,nodejs,或者dart
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.htm
October Headline: Dart enters the top 20 for the first time
Finally, some fresh blood in the TIOBE index! Google's Dart, the proclaimed
successor of JavaScript, enters the top 20 for the first time. Competitors
of Dart such as CoffeeScript (position 133) and TypeScript (position 122)
don't impress yet. The adoption of Dart had a slow start after its birth at
the end of 2011 because engineers were afraid that other browsers than
Goog... 阅读全帖
z****e
发帖数: 54598
30
【 以下文字转载自 Programming 讨论区 】
发信人: zhaoce (米高蜥蜴), 信区: Programming
标 题: October Headline: Dart enters the top 20 for the first time
发信站: BBS 未名空间站 (Mon Oct 6 02:20:09 2014, 美东)
lol
打了谁的耳光?
Finally, some fresh blood in the TIOBE index! Google's Dart, the proclaimed
successor of JavaScript, enters the top 20 for the first time. Competitors
of Dart such as CoffeeScript (position 133) and TypeScript (position 122)
don't impress yet. The adoption of Dart had a slow start after its birth at
the end of ... 阅读全帖
N********n
发帖数: 8363
31
来自主题: DotNet版 - .NET 何去何从

事实 is WebOS is DEAD. Facebook switches away from HTML to native
b/c JS is not fast enough. Google works on a JS replacement. MS has
to provide a TypeScript to make it suck less.
The sole reason JS could "dominate" is simply b/c there's no other
alternative to it in the web world, and don't count on that. Should
there be a better option JS will be abandoned, and you know it.
g*****g
发帖数: 34805
32
来自主题: DotNet版 - .NET 何去何从
Facebook switch from HTML to native, on mobile platforms only. The day
Facebook switch html to silverlight on their website, then they are really
dead.
Dart or TypeScript, they all compile to JS, not Silverlight, simple as that.
You can argue all day but you can't save your dead SL.
r****y
发帖数: 26819
33
来自主题: DotNet版 - .NET 何去何从
语言都是圣战,比的就是人气。JS确实不能算个好语言,设计只花了好像两周。但是一
旦推出去了就没法去掉原来的问题了,只能加新的功能。所以现在只用Good Part。
http://techcrunch.com/2012/09/12/javascript-tops-latest-program
-popularity-ranking-from-redmonk/
Dart的问题就是一家之言,不容易流行。如果真能流行起来,所有浏览器和平台都带了
,就用Dart不是问题。比起SL来,大概没有谁一定要固守和信仰JS的。微软都兼容跨平
台的语言了,咱们还容不下换不了么。都是随项目转,让用啥就用啥,client side流行
啥用啥,几年下来大都能接触到。只有自己擅长不擅长的,没有绝对好和坏的工具。
老说Dart,NeverLearn你在工作项目里用过Dart么?别说Dart了,微软的TypeScript,
你在工作项目里用过吗?
k**n
发帖数: 3989
34
来自主题: DotNet版 - visual studio 2017来了
还不错。。写typescript 很好。
k**n
发帖数: 3989
35
来自主题: DotNet版 - visual studio 2017来了
还不错。。写typescript 很好。
d********g
发帖数: 10550
36
这几年ThinkPad在果机审美观的冲击下改来改去,现在感觉新款已经走在正确路上了
1. 传统键盘变巧克力,大家应该也习惯这手感了,其实还不错
2. 保留小红点,100个赞!
3. 仿果机多点触摸板,体验还不如果机但是比较接近了。T440s乱改小红点按键现在
T450s又改回去,另外把按键的转轴从上端换到下端,个人感觉更合理而且手感更好
4. 取消键盘顶灯,屏幕不再有一个罩子一样突出的边缘
之前ThinkPad的各种瞎折腾导致大量忠实用户流失,加上Windows 8/8.1更加瞎搞,真
是一段不堪回首的日子
Windows如果能再实现一个POSIX的壳就完美了。Mac这么流行不光是个人用户,互联网
公司基本都是Mac因为开发方便,但是OS X不如Windows稳定,慢,还越做越烂。微软
TypeScript已经借Angular 2发力,要是POSIX给做出来,应该也会拿下开源界很大一块
市场。Cygwin这种游击队都可以,凭微软的家底要憋个POSIX出来还不是分分钟的事
N********n
发帖数: 8363
37
来自主题: Hardware版 - Windows还是比linux强多了
拿JS当宝贝说明LINUX这帮程序员是傻子,搞了这么多年还一塌糊涂是必然的。
举凡做大软件公司见了JS这种垃圾都躲,躲不过去也起码搞个TYPESCRIPT之类
的应付一下。大公司的底蕴不是FOSS小作坊异想天开的作风可比的。
z****e
发帖数: 54598
38
【 以下文字转载自 Programming 讨论区 】
发信人: zhaoce (米高蜥蜴), 信区: Programming
标 题: October Headline: Dart enters the top 20 for the first time
发信站: BBS 未名空间站 (Mon Oct 6 02:20:09 2014, 美东)
lol
打了谁的耳光?
Finally, some fresh blood in the TIOBE index! Google's Dart, the proclaimed
successor of JavaScript, enters the top 20 for the first time. Competitors
of Dart such as CoffeeScript (position 133) and TypeScript (position 122)
don't impress yet. The adoption of Dart had a slow start after its birth at
the end of ... 阅读全帖
k*******d
发帖数: 701
39
you can use typescript to generate javascript. with tpyescript, you can
still use static type checking
g*****g
发帖数: 34805
40
来自主题: Programming版 - GOOG市值超过了MSFT
想起某位老大的做Web没前途,挣钱少,言犹在耳。
顺带M$还搞了TypeScript,M$版的Dart,这JS看似越活越牛呀。
g*****g
发帖数: 34805
41
来自主题: Programming版 - GOOG市值超过了MSFT
想起某位老大的做Web没前途,挣钱少,言犹在耳。
顺带M$还搞了TypeScript,M$版的Dart,这JS看似越活越牛呀。
N********n
发帖数: 8363
42
来自主题: Programming版 - html5 看来还有待发展

Office的WEB版是LIGHTWEIGHT版,干不了正事,因为JS太烂。TypeScript
和以前的IronPython一样,三分钟热乎劲一过就丢那种,而且JS比PYTHON
在语言设计上差太多就更没人愿意认真投入了。
x**z
发帖数: 50
43
来自主题: Programming版 - 看来你们是真心没做过web啊
现在我用到的:
html5.js, 让IE版本支持html5
jquery系列的js,网页上动态效果和排序投票等功能
flowplayer-x.x.xx.min.js, silverlight.js,wmvplayer.js...多媒体播放
Dart,除了原生虚拟机,还带有js引擎,可以将dart代码编译成js代码执行。
TypeScript也保证了对js的兼容。我觉得趋势是兼容并蓄,js真的还是蛮好用的 :)
n*w
发帖数: 3393
44
来自主题: Programming版 - 我也说说JS, java, dart。。。
顺便说说typescript?

OO
i*****o
发帖数: 1714
45
来自主题: Programming版 - 我也说说JS, java, dart。。。
Typescript不错,就是要用vs,泥马选择大部分开发web的都用Mac,谁用vs啊?

★ 发自iPhone App: ChineseWeb 7.8
g****r
发帖数: 1589
46
来自主题: Programming版 - 我也说说JS, java, dart。。。
差不多有这个倾向,再加上Script#和TypeScript
d****i
发帖数: 4809
47
来自主题: Programming版 - scala/clojure/groovy/Jython/jruby都是噱头
你拿netscape做比喻显然不恰当,netscape作为浏览器的先驱发明了互联网的通用语言
javascript,至今js是势力越来越大,我没有看到js被任何一种想要取代他的语言的可
能性,be it coffeescript, dart, typescript....
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)