zoukankan
html css js c++ java
Simple, Poetic, Pithy
源自:
Rob Pike points out
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.
查看全文
相关阅读:
打造自己的性能测试类
网站配置之最佳实践
C#控制台窗口居中显示(转)
将PDM文件导出成CHM帮助文件
分享使用NPOI导出Excel树状结构的数据,如部门用户菜单权限
Oracle 给已创建的表增加自增长列
托管调试助手“NonComVisibleBaseClass”检测到问题
翻页效果
Excel表格转Json数据结构
关于2D渲染的一些小想法
原文地址:https://www.cnblogs.com/laolieren/p/simple_poetic_pithy.html
最新文章
C3P0连接池配置(C3P0Utils.java)
DBCP连接池配置(DBCPUtils.java)
使用Properties配置文件 InputStream与FileReader (java)
模拟线程安全的售票案例(java)
java中的那些坑
不同修饰符使用细节(java)
托管调试助手 "DisconnectedContext":“上下文 0xf20540 已断开连接... 请确保在应用程序全部完成 RuntimeCallableWrapper (表示其内部的 COM 组件)之前,所有 COM 上下文/单元/线程都保持活动状态并可用于上下文转换
C#检测获取移动硬盘盘符
MySql数据库查询表信息/列信息(列ID/列名/数据类型/长度/精度/是否可以为null/默认值/是否自增/是否是主键/列描述)
SqlServer数据库查询表信息/列信息(列ID/列名/数据类型/长度/精度/是否可以为null/默认值/是否自增/是否是主键/列描述)
热门文章
Oracle数据库查询表信息/列信息(列ID/列名/数据类型/长度/精度/是否可以为null/默认值/是否自增/是否是主键/列描述)
一个非常有用的函数—COALESCE
关注被关注表设计-UserFollowMapping
PostgreSql数据库查询表信息/列信息(列ID/列名/数据类型/长度/精度/是否可以为null/默认值/是否自增/是否是主键/列描述)
Windows 10 下 PostgreSQL 生成 UUID(Guid)
找到多个与名为“xxx”的控制器匹配的类型。如果为此请求(“{controller}/{action}/{id}”)提供服务的路由没有指定命名空间以搜索与此请求相匹配的控制器,则会发生这种情况。
从本机IIS中管理 远程服务器 IIS
二步实现 远程连接 阿里云SqlServer 2012 数据库服务器
Timer应用之Interval优化
对Aspose.Cells Excel文件操作的扩展
Copyright © 2011-2022 走看看