zoukankan
html css js c++ java
Go Proverbs
https://github.com/go-proverbs/go-proverbs.github.io
Go Proverbs
Simple, Poetic, Pithy
Don't communicate by sharing memory, share memory by communicating.
Concurrency is not parallelism.
Channels orchestrate; mutexes serialize.
The bigger the interface, the weaker the abstraction.
Make the zero value useful.
interface{} says nothing.
Gofmt's style is no one's favorite, yet gofmt is everyone's favorite.
A little copying is better than a little dependency.
Syscall must always be guarded with build tags.
Cgo must always be guarded with build tags.
Cgo is not Go.
With the unsafe package there are no guarantees.
Clear is better than clever.
Reflection is never clear.
Errors are values.
Don't just check errors, handle them gracefully.
Design the architecture, name the components, document the details.
Documentation is for users.
Don't panic.
查看全文
相关阅读:
用魔数防范文件上传攻击
nginx http跳转到https
tengine安装
版本标记说明
nginx基于域名的虚拟主机 反向代理配置实例
非ROOT用户启动Tomcat
使用druid连接池的超时回收机制排查连接泄露问题
Jenkins入门系列之
centos7 关闭SELINUX 防火墙
mac安装IE浏览器
原文地址:https://www.cnblogs.com/rsapaper/p/12218573.html
最新文章
bashrc和profile的用途和区别
Ubuntu 16.04 重置密码
ubuntu修改主机名
阿里云云服务器硬盘分区及挂载 开机自动挂载
Worktile 团队协同办公工具
在线文字识别转换
淘宝大秒系统设计详解
致技术部同事的一封信
java和Discuz论坛实现单点登录,通过Ucenter(用户管理中心)
mongodb 最佳实践
热门文章
Cobar使用文档(可用作MySQL大型集群解决方案)
Redis持久化机制和恢复机制
Redis 高可用性解决方案(Sentinel)
网页性能优化工具
现在流行什么 JS库/框架?
更简单的跨域解决方案
web压力测试
Linux入侵检测工具
Restfull API 示例
查看当前web服务器的并发连接数
Copyright © 2011-2022 走看看