好好爱自己!

上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 179 下一页
摘要: 参考: https://groups.google.com/forum/#!topic/golang-nuts/oawcWAhO4Ow Hi, Nan Xiao <xiaona...@gmail.com> writes: > (1) GOPATH="/root/go"; > (2) There is 阅读全文
posted @ 2018-07-20 15:48 立志做一个好的程序员 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 有些问题,我以前都是似懂非懂,没有去弄个究竟!!!!! 这个习惯非常不好,搞得有些东西看似懂了,又不能百分之百说自己懂了,可能下次就弄不出来了,这样是不可取的。 不能有这种做事的风格。 就像写go的代码的时候, 要引用第三方库的时候, go get github.com/go-redis/redis 阅读全文
posted @ 2018-07-20 10:50 立志做一个好的程序员 阅读(8322) 评论(1) 推荐(0) 编辑
摘要: 原文: https://golang.org/doc/code.html#PackagePaths 如果demo目录下有两个文件 main.go 和mian2.go的话,main.go 和main2.go文件中的package 定义的名字要是同一个 不同的话,是会报错的。 main2.go main 阅读全文
posted @ 2018-07-20 09:06 立志做一个好的程序员 阅读(3300) 评论(0) 推荐(0) 编辑
摘要: Nginx调用远程php-fpm 前后端分离的网站,要在异地部署多套网页的时候,这种nginx配置调用远程php-fpm的方式,不错。可以提高网页的相应速度。 原文: https://www.cnblogs.com/feiyafeiblog/p/6938515.html 在Nginx服务器的情况下, 阅读全文
posted @ 2018-07-16 13:47 立志做一个好的程序员 阅读(325) 评论(0) 推荐(0) 编辑
摘要: How to get parent pid from a given children pid? I know I can mannully check it under /proc, I am wonder if there is a smart/better way to achieve thi 阅读全文
posted @ 2018-07-13 09:01 立志做一个好的程序员 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 原文:http://davidcai.github.io/blog/posts/router-dynamic-templates/ ui-router : templateProvider vs template Router: Dynamic Templates Sat Aug 15, 2015 阅读全文
posted @ 2018-07-12 09:23 立志做一个好的程序员 阅读(318) 评论(0) 推荐(0) 编辑
摘要: design patterns 结合书本和这个网站的这个系列的文章来看: https://www.tutorialspoint.com/design_pattern/builder_pattern.htm Builder pattern builds a complex object using s 阅读全文
posted @ 2018-07-09 22:05 立志做一个好的程序员 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.zhihu.com/question/26560512 441 个回答 默认排序​ 叶倩倩 公众号「小猫倩倩」,专注学习方法论 曾少贤 、 高太爷 等 3,544 人赞同了该回答 上周,喵写了一篇记录自己成长经历的文章,评论区很多小伙伴对喵工作之余每天4小时以上的阅读 阅读全文
posted @ 2018-07-09 20:21 立志做一个好的程序员 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 什么叫持续集成? 原文: https://docs.microsoft.com/en-us/azure/devops/what-is-continuous-integration What is Continuous Integration? 04/04/2017 2 minutes to read 阅读全文
posted @ 2018-07-06 20:20 立志做一个好的程序员 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.sitepoint.com/10-essential-typescript-tips-tricks-angular/ In this article, we’ll dive into a set of tips and tricks that should come 阅读全文
posted @ 2018-07-06 14:21 立志做一个好的程序员 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 179 下一页

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