随笔分类 -  TypeScript

VSCODE == IDEA && TypeScript == Java
摘要:现状最佳实践 ES5_jQ前 + ES6_React后 (浏览器) , ① TS 太像 C# ,只看DENO成败。 ② Kotlin => JS 这种隔山打牛方式,估计不能完全抛弃 JS 。优势在于 Spring Boot 和 Android App(不是安卓) ③ Go Rust 的 WASM 技 阅读全文
posted @ 2018-07-10 07:58 chenhui7373 阅读(153) 评论(0) 推荐(0)
摘要:Refs 现代框架 Vue React 都使用到了 ES6 (包括D3js) 【常量】 【作用域】 【箭头函数 和 function】区别于 context ,(function 类似于 method 所以 this 到运行时指定的。)(箭头函数是定义时(类似编译期)指定的 真的是函数) 【默认参数 阅读全文
posted @ 2018-05-15 11:46 chenhui7373 阅读(155) 评论(0) 推荐(0)
摘要:https://learnxinyminutes.com/docs/zh-cn/typescript-cn/ https://www.tslang.cn/docs/handbook/basic-types.html 姊妹篇 《javascript 快速学习》http://www.cnblogs.co 阅读全文
posted @ 2018-04-25 23:08 chenhui7373 阅读(298) 评论(0) 推荐(0)
摘要:// js 6种数据类型:字符串、数值、布尔值、undefined、null、object // 三种非数字的数字类型:Infinity -Infinity NaN var str = "Hello,world" //string var i = 10 //number var f = 2.3 // 阅读全文
posted @ 2018-04-21 16:14 chenhui7373 阅读(257) 评论(0) 推荐(0)
摘要:【给链接不赘述】【提醒坑】【想更简单学计算机必须会看懂英语】【win让你专注代码未来深入linux】【尽管文件恨多,但是我们不去dissect 是永远不会的】 https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html https 阅读全文
posted @ 2018-04-20 20:12 chenhui7373 阅读(3689) 评论(0) 推荐(0)