Refenerce:https://www.typescriptlang.org/docs/handbook/basic types.html basic type: boolean let isDone:boolean=true; number 在typescript中,所有的number类型都是 ...
分类:
其他好文 时间:
2018-09-16 15:24:12
阅读次数:
195
https://www.tslang.cn/docs/handbook/declaration files/library structures.html 模块化库 一些库只能工作在模块加载器的环境下。 比如,像 express只能在Node.js里工作所以必须使用CommonJS的require函 ...
分类:
其他好文 时间:
2018-08-30 20:12:02
阅读次数:
247
https://www.tslang.cn/docs/handbook/declaration files/publishing.html 发布声明文件到npm,有两种方式: 1. 与你的npm包捆绑在一起(推荐) 2. 发布到npm上的@types organization。 包含声明文件到你的n ...
分类:
其他好文 时间:
2018-08-30 15:49:09
阅读次数:
457
https://m.runoob.com/manual/gitbook/TypeScript/_book/doc/handbook/Writing%20Definition%20Files.html 类的分解 TypeScript的类会创建出两个类型: 1. 实例类型,定义了类的实例具有哪些成员; ...
分类:
其他好文 时间:
2018-08-29 14:33:24
阅读次数:
161
https://m.runoob.com/manual/gitbook/TypeScript/_book/doc/handbook/Basic%20Types.html TypeScript 的 基础类型,包括:boolean、number、string、数组、Tuple(元组)、enum(枚举)、 ...
分类:
其他好文 时间:
2018-08-28 12:13:22
阅读次数:
152
转自:https://www.jb51.net/article/52269.htm 这篇文章主要介绍了Oracle 11g Dataguard参数详解,包含了独立参数、主库参数、备库参数的详细说明,需要的朋友可以参考下。 注:本文译自《Oracle Data Guard 11g Handbook》 ...
分类:
数据库 时间:
2018-08-11 10:14:45
阅读次数:
200
原文:https://github.com/jaywcjlove/handbook/blob/master/CentOS/CentOS7%E5%AE%89%E8%A3%85KVM%E8%99%9A%E6%8B%9F%E6%9C%BA%E8%AF%A6%E8%A7%A3.md 基于 CentOS Li ...
分类:
其他好文 时间:
2018-06-03 22:22:27
阅读次数:
332
最近在搭建k8s+docker环境,技术比较热门,但是版本升级也比较快,有兴趣的可以参考jimmysong(宋净超)的社区,https://jimmysong.io/kubernetes-handbook/etcd启动后报错:5月2910:49:56master-16etcd[32130]:listeningforclientrequestson0.0.0.0:23795月2910:49:56ma
分类:
其他好文 时间:
2018-05-30 10:52:19
阅读次数:
333
转载:https://github.com/MyErpSoft/TypeScript-Handbook/blob/master/pages/zh-CHS/Basic%20Types.md 概述 为了让程序更易用,我们兼容几种最基本的数据类型:numbers(数字),strings(字符串),stru ...
分类:
其他好文 时间:
2018-05-02 11:16:48
阅读次数:
123
【给链接不赘述】【提醒坑】【想更简单学计算机必须会看懂英语】【win让你专注代码未来深入linux】【尽管文件恨多,但是我们不去dissect 是永远不会的】 https://www.tslang.cn/docs/handbook/typescript-in-5-minutes.html https ...
分类:
其他好文 时间:
2018-04-20 22:07:45
阅读次数:
1742