11 2018 档案
摘要:转, 原文:https://www.cnblogs.com/paul8339/p/7389422.html 一个网站项目,肯定是避免不了404页面的,通常使用Nginx作为Web服务器时,有以下集中配置方式,一起来看看。 第一种:Nginx自己的错误页面 Nginx访问一个静态的html 页面,当这
阅读全文
摘要:原文: https://medium.com/@paulstelzer/ionic-4-and-the-lifecycle-hooks-4fe9eabb2864 There are a lot of questions related to Ionic 4 and the Lifecycle Hoo
阅读全文
摘要:bash中看到这样的命令, 参考:https://askubuntu.com/questions/813303/whats-the-difference-between-one-hyphen-and-two-hyphens-in-a-command Generally: - means to rea
阅读全文
摘要:恢复内容开始 /// reference 原文: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html The /// <reference path="..." /> directive is the m
阅读全文
摘要:angularJs 中双冒号 ::来实现一次性数据绑定。 原文: https://blog.csdn.net/qianxing111/article/details/79971544 AngularJS 1.3版本正式发布,其中添加了很多的性特性,同时也对之前的一些bug做了修复,最重要的是其中包含
阅读全文
摘要:参考: https://stackoverflow.com/questions/47670959/typescript-declaration-merge-a-class-and-an-interface extend a enumeration with a method: https://blo
阅读全文
摘要:原文: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
阅读全文
摘要:原文: 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
阅读全文
摘要: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
阅读全文
摘要:column "ms.xxx_time" must appear in the GROUP BY clause or be used in an aggregate function 有min(), max(), sum(), avg()这些函数可以和group by 语句连在一起用。 The SQ
阅读全文