摘要:
原文:https://blog.oio.de/2014/03/21/declaration-merging-typescript/ Why might you need this? There can be several scenarios where this might be required 阅读全文
posted @ 2018-11-08 16:12
立志做一个好的程序员
阅读(295)
评论(0)
推荐(0)
摘要:
原文: https://blog.oio.de/2014/03/21/inner-classes-typescript/ b.ts In TypeScript, there is no exlicit concept like inner classes.So what you cannot do 阅读全文
posted @ 2018-11-08 16:08
立志做一个好的程序员
阅读(593)
评论(0)
推荐(0)
摘要:
Enumeration (or enum) in C Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names 阅读全文
posted @ 2018-11-08 11:03
立志做一个好的程序员
阅读(2491)
评论(0)
推荐(0)