V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  BeijingBaby  ›  全部回复第 19 页 / 共 31 页
回复总数  611
1 ... 15  16  17  18  19  20  21  22  23  24 ... 31  
这公司还在呢?
之前和腾讯账号体系合并,就把账号丢了,后来又拆,早就弃用。
2022-05-31 14:31:29 +08:00
回复了 Fenglin0721 创建的主题 程序员 为了你的脊椎,程序员都应该使用双屏
直接代码保持 1024 个字符宽不换行,还不用买显示器。
2022-05-31 08:30:10 +08:00
回复了 KainyGuo 创建的主题 分享创造 有了它,打开健康码只需一个步骤!
直接的健康吗现在没啥用了,都需要场所码,这样的话这个价值为 0
2022-05-09 08:36:47 +08:00
回复了 qwerty01446 创建的主题 汽车 第一辆车的顾虑,希望 v 友给给意见。
不要宝马 M ,你自己试驾一下就知道了,完全无趣,这个价格更不要考虑电动车。
可以看看 Audi RS5
2022-04-07 13:36:44 +08:00
回复了 mythjava 创建的主题 问与答 团队叫我准备一个关于 CSS 的技术分享
这也太浅了?
面向后端技术么?
来自 rsc 的回复。

There are two problems with this GitHub repo:

it claims to host Go standards and does not, in the sense that these are in no way official standards
the project-layout standard it puts forth is far too complex and not a standard
Regarding "why not tell us the standard Go project layout and we'll update the doc?", that only addresses point 2. If there really were standards, they would be in the main Go project doc tree. The standard for project layout would also be a lot shorter. I appreciate your trying to provide a useful resource, but calling it 'golang-standards' is claiming more than it is.

But for the record, the minimal standard layout for an importable Go repo is really:

Put a LICENSE file in your root
Put a go.mod file in your root
Put Go code in your repo, in the root or organized into a directory tree as you see fit
That's it. That's the "standard".

In particular:

It is not required to put commands in cmd/.
It is not required to put packages in pkg/.
It is not required to put web stuff in web/.
It is not required to put APIs in api/.
It is not required to put web stuff in web/.
It is not required to put configurations in configs/.
It is not required to put systemd scripts in init/.
It is not required to put shell scripts in scripts/.
It is not required to put Docker files in build/package/.
It is not required to put CI configs in build/ci/.
It is not required to put deployment configs in deployments/.
It is not required to put test support in test/.
It is not required to put documentation in docs/.
It is not required to put supporting tools in tools/.
It is not required to put examples in examples/.
It is not required to put third_party code in third_party/.
It is not required to put git hooks in githooks/
It is not required to put static assets in assets/.
It is not required to put website data in website/.

The importable golang.org/x repos break every one of these "rules".
适合自己的就是最好的,也许某一种你认为“不好的”,比如关于 /pkg 的争论,当大家都这么做的时候,其实就是一种标准了。
2022-04-01 16:05:12 +08:00
回复了 timedivision 创建的主题 问与答 跟女朋友的第一个生日,送什么比较好?
看起来没什么需求
那就送车,送房~
赞 受用
2022-03-31 11:53:46 +08:00
回复了 zer0fire 创建的主题 Java 生成大表数据优化建议
推荐 clickhouse ,轻松处理。
2022-03-25 15:02:50 +08:00
回复了 RiceMarch 创建的主题 职场话题 CodeReview?烂了算了
其实大部分公司都和楼主的情况差不多,大家都是混口饭吃,对技术追求不高。
如果上层不重视,下层怎么可能改变呢?
人到了群体后智商是会变低的。
2022-03-22 22:06:49 +08:00
回复了 chuangbo 创建的主题 云计算 不敢用腾讯云了
用外部服务,都最好写个适配器,方便切换为其他家的。
2022-03-22 13:40:30 +08:00
回复了 xnotepad 创建的主题 Go 编程语言 使用 go generics 自定义路由
还是喜欢签名为 (w http.ResponseWriter, r *http.Request) 的库,和标准库切换没有成本。
2022-03-21 17:26:55 +08:00
回复了 FrankAdler 创建的主题 问与答 由小红书想到,你们喜欢自家公司的产品吗?
没进去时你讨厌它,进去了,你离不开它~
2022-03-21 16:40:58 +08:00
回复了 roseduan 创建的主题 分享创造 用 Go 语言写的一个 kv 存储引擎
有性能测试数据吗?和其他同类项目对比?
1 ... 15  16  17  18  19  20  21  22  23  24 ... 31  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   6153 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 44ms · UTC 02:33 · PVG 10:33 · LAX 19:33 · JFK 22:33
Developed with CodeLauncher
♥ Do have faith in what you're doing.