好好爱自己!

上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 179 下一页
摘要: 背景,配置好了ssh 使用rsa pulbic key的方式登陆远程服务器。//ssh-keygen -t rsa -b 2048 -f andy-rsync-key -P '' https://help.ubuntu.com/community/SSH/OpenSSH/Keys 然后就有了本篇的主 阅读全文
posted @ 2018-12-04 11:10 立志做一个好的程序员 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: 转, 原文:https://www.cnblogs.com/paul8339/p/7389422.html 一个网站项目,肯定是避免不了404页面的,通常使用Nginx作为Web服务器时,有以下集中配置方式,一起来看看。 第一种:Nginx自己的错误页面 Nginx访问一个静态的html 页面,当这 阅读全文
posted @ 2018-11-22 17:23 立志做一个好的程序员 阅读(2473) 评论(0) 推荐(0) 编辑
摘要: 原文: 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 阅读全文
posted @ 2018-11-22 17:12 立志做一个好的程序员 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: bash中看到这样的命令, 参考:https://askubuntu.com/questions/813303/whats-the-difference-between-one-hyphen-and-two-hyphens-in-a-command Generally: - means to rea 阅读全文
posted @ 2018-11-13 09:52 立志做一个好的程序员 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 /// reference 原文: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html The /// <reference path="..." /> directive is the m 阅读全文
posted @ 2018-11-09 15:22 立志做一个好的程序员 阅读(976) 评论(0) 推荐(0) 编辑
摘要: angularJs 中双冒号 ::来实现一次性数据绑定。 原文: https://blog.csdn.net/qianxing111/article/details/79971544 AngularJS 1.3版本正式发布,其中添加了很多的性特性,同时也对之前的一些bug做了修复,最重要的是其中包含 阅读全文
posted @ 2018-11-09 10:46 立志做一个好的程序员 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 参考: https://stackoverflow.com/questions/47670959/typescript-declaration-merge-a-class-and-an-interface extend a enumeration with a method: https://blo 阅读全文
posted @ 2018-11-08 16:43 立志做一个好的程序员 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 原文: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 立志做一个好的程序员 阅读(271) 评论(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 立志做一个好的程序员 阅读(572) 评论(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 立志做一个好的程序员 阅读(2455) 评论(0) 推荐(0) 编辑
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 179 下一页

不断学习创作,与自己快乐相处