V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  kidlj  ›  全部回复第 30 页 / 共 57 页
回复总数  1124
1 ... 26  27  28  29  30  31  32  33  34  35 ... 57  
2019-10-29 19:05:00 +08:00
回复了 doudou1523102 创建的主题 问与答 今天去理发,理发师的话让我 陷入了深思~
要省下理发钱了,你应该高兴
2019-10-28 22:45:54 +08:00
回复了 ABenmao 创建的主题 Windows 实在没辙了,请教如何禁止 Windows10 自动更新
2019-10-26 22:58:45 +08:00
回复了 artoostark 创建的主题 新手求助 不小心注册了一个新帐号,请站长删除这个新帐号
站长这么闲的?!无聊
2019-10-19 20:31:24 +08:00
回复了 ddup 创建的主题 问与答 有多少有人跟我一样开发机 16g 内存不够用啊
VSCode remote 到公司内网服务器的 Docker 上开发,就 Safari 自动缓存关掉的标签页比较占内存,基本上保持在 10G 左右,很流畅。
2019-10-17 17:39:22 +08:00
回复了 upday7 创建的主题 Go 编程语言 Go 到底优势是在哪里?
说一个吧,几年前尝试 Django + Nginx 配置差点疯掉。Go 甚至 Nginx 都不需要扔服务器上就跑了。
2019-10-03 19:01:49 +08:00
回复了 jzl 创建的主题 Go 编程语言 GO 切片问题求教
修正:len(s) 不是 len(a)
2019-10-03 19:00:58 +08:00
回复了 jzl 创建的主题 Go 编程语言 GO 切片问题求教
@c0011

> the index x is in range if 0 <= x < len(a), otherwise it is out of range

ref: https://golang.org/ref/spec#Index_expressions
2019-10-03 19:00:16 +08:00
回复了 jzl 创建的主题 Go 编程语言 GO 切片问题求教
> The indices low and high select which elements of operand a appear in the result. The result has indices starting at 0 and length equal to high - low

> For convenience, any of the indices may be omitted. A missing low index defaults to zero; a missing high index defaults to the length of the sliced operand.

因此 s[3:] == s[3:len(a)] = s[3:3] ✓
s[4:] == s[4:len(a)] == s[4:3] x
2019-10-03 18:42:26 +08:00
回复了 jzl 创建的主题 Go 编程语言 GO 切片问题求教
> For arrays or strings, the indices are in range if 0 <= low <= high <= len(a), otherwise they are out of range. For slices, the upper index bound is the slice capacity cap(a) rather than the length.

ref: https://golang.org/ref/spec#Slice_expressions

原因未知 :)
2019-09-28 14:21:13 +08:00
回复了 xuxu555 创建的主题 分享创造 Golang 需要异步吗
2019-09-27 18:21:57 +08:00
回复了 JsonTu 创建的主题 程序员 [ Java 并发] 老哥们,求救啊
V2EX 评论不支持 markdown 太糟糕了,不知道处于什么考虑。
2019-09-27 15:15:02 +08:00
回复了 IMCA1024 创建的主题 问与答 突然想起 Nokia,然后回想了下家里的 lumia 920.....
别说 920,我当时用的 Lumia 525 拍照都非常好。
2019-09-25 17:39:05 +08:00
回复了 EEEcho 创建的主题 分享发现 给 draw.io 提了个需求,个把小时就答复做好了
我在 Mac 上也用 draw.io ,良心软件
2019-09-22 15:05:33 +08:00
回复了 akaya 创建的主题 问与答 spoticheap 要跑路了吗
同从美区移到了菲律宾。Good As Gold 怎么用?
2019-09-21 20:31:06 +08:00
回复了 witcat 创建的主题 问与答 升级 iOS13 翻车
我的 iPhone 8 20 分钟吧;但是升级后耗电特别快。
2019-09-21 16:20:23 +08:00
回复了 linhongye 创建的主题 Go 编程语言 用 go 的大家, gopls 有办法不开代理来用吗?
2019-08-29 18:42:43 +08:00
回复了 laoyubad 创建的主题 问与答 如何给技术小白领导解释 SDK 和 API 的区别
你可以直接调用 API 接口;
也可以选择调用 SDK 的函数,让 SDK 替你调用 API 接口。
1 ... 26  27  28  29  30  31  32  33  34  35 ... 57  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2979 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 12:45 · PVG 20:45 · LAX 04:45 · JFK 07:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.