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.
查看全文
相关阅读:
java面向对象4-多态
机器学习降维--SVD奇异值分解
hive中的null
熵(二)-交叉熵与相对熵
指数家族-Beta分布
指数族函数
java面向对象3-继承(继承、抽象类、抽象接口)
网页自动刷新
spring +hibernate 启动优化【转】
svn is already locked解决方案
原文地址:https://www.cnblogs.com/rsapaper/p/12218573.html
最新文章
jquery中object对象循环遍历的方法
JQuery 对 Select option 的操作
ajax提交数据服务端返回报错
Web表单提交之disabled问题
如何用jquery获得td里边的内容
chrome浏览器警告:Failed to decode downloaded font:
Django模板中include的标签的使用
python异常处理
爬取github上流行的python项目
爬取豆瓣电影Top250信息
热门文章
PHP函数(一)-变量
windows提权辅助工具koadic
实验吧CTF题库-隐写术(部分)
ctf中检测和分离隐藏的文件
微信机器人开发-微信登录和获取好友列表
内网神器-Bettercap
南京邮电大学网络攻防平台密码学题
java数据结构1--数组、排序和Arrays工具类
java 异常处理
java面向对象5--内部类
Copyright © 2011-2022 走看看