free online code editor

online vscode

https://stackblitz.com/

https://codesandbox.io/

https://codeshare.io/

https://playcode.io/

online vscode editor

Visual Studio Codespaces

https://online.visualstudio.com/

https://code.visualstudio.com/docs/remote/codespaces

OK

https://online.visualstudio.com/environment/5fbe727c-65e7-4401-8a37-50ecb2bc8d6f

TypeScript

interface IProps {
firstName: string,
lastName: string,
age?: number;
gender?: string,
} // 泛型
class Human<T> {
constructor(props) {
// props
}
} // 类型“Human”不是泛型类型
class Person extends Human<IProps> {
// [x: string]: any;
firstName: any;
lastName: any;
constructor(props) {
super(props);
const {
firstName,
lastName,
} = props;
this.firstName = firstName;
this.lastName = lastName;
}
}

shit azure & credit card

code-server

https://github.com/cdr/code-server

https://areknawo.com/vs-code-goes-online/




xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. magento事件(event)的dispatchEvent(分发)和catchEvent(获取)
  2. PHP 开发的 API 多版本管理实践
  3. 无废话WCF入门教程一[什么是WCF]
  4. Atitit.&#160;Xss&#160;漏洞的原理and应用xss木马
  5. Django实际站点项目开发经验谈
  6. Windows服务定时运行,判断当前时间是否在配置时间段内
  7. HDOJ(HDU) 1985 Conversions(汇率转换)
  8. ubuntu 13.10 Rhythmbox不能播放mp3 和中文乱码的问题
  9. OpenCV探索之路(五):图片缩放和图像金字塔
  10. for 循环语句
  11. grpc.go
  12. Docker &amp; Consul &amp; Fabio &amp; ASP.NET Core 2.0 微服务跨平台实践
  13. Git的操作理解
  14. python反转列表的三种方式
  15. 微信小程序 条件渲染 wx:if
  16. winfrom 关闭别的应用程序的窗体或者弹出框(winform 关闭句柄)
  17. Spring Boot 2.0 整合 FreeMarker 模板引擎
  18. NodeJs -- URL 模块.
  19. 删除sslvpn用户
  20. 精华阅读第 13 期 |常见的八种导致 APP 内存泄漏的问题

热门文章

  1. tcpdump 参数详解及使用案例
  2. Django(ORM单表操作)
  3. RabbitMQ (基础知识)
  4. 【Android初级】如何实现一个比相册更高大上的左右滑动特效(附源码)
  5. 深入浅出Java线程池:源码篇
  6. 为什么对gRPC做负载均衡会很棘手?
  7. E 快速排序
  8. Codeforces Round #635 (Div. 1)
  9. P4755 Beautiful Pair (分治 + 主席树)
  10. zoj3471 Most Powerful