V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Vegetable  ›  全部回复第 35 页 / 共 242 页
回复总数  4836
1 ... 31  32  33  34  35  36  37  38  39  40 ... 242  
2022-08-30 14:53:30 +08:00
回复了 nyxsonsleep 创建的主题 Go 编程语言 Go 可以运行, vscode 语法检查提示找不到包
如果不是什么历史遗留原因的话,还是把项目从 gopath 里边移出来吧,go 都出到 1.19 了,大家可能已经告别 gopath 很久了。
你这个症状看起来,就是 gopls 并没有找到这个包,但是 go 命令能识别到。看起来是 gopls 去 gopath 里边找了,但是 go 命令能正确识别 go mod 安装的包。

极大概率可以通过移出来解决问题
2022-08-30 14:34:22 +08:00
回复了 yexiao117 创建的主题 生活 再也不想推荐电子产品了,心累
轻薄本中 mac 确实很有竞争力啊
2022-08-30 10:33:23 +08:00
回复了 ZC3746 创建的主题 生活 已经移民了,国内的社保交了 12 年,还接着交吗?
建议止损
直接使用镜像加速呗 https://doc.fastgit.org/zh-cn/guide.html
民事上被限制的人,一般只是不还钱,不会限制人身自由的,不存在抓起来一说
刑事上的逃犯连身份证的用不了,不会傻到主动去做核酸,被动被抓的也有一些
2022-08-29 12:01:30 +08:00
回复了 ChefIsAwesome 创建的主题 分享发现 1 刀等于 6.9 人民币了
2022 年不会有人还想着做空人民币吧
理论上前后端分离的系统应该看不到这个页面的,这意味着静态页面就没拿到。确实不一定是后端的问题,又不是 API 抛出的 500 ,但是 500 这个页面肯定是 nginx 后边出了问题,所以这个要先找运维,确认是哪一步抛出的原始异常。
一条 curl 直接下线
2022-08-26 11:41:49 +08:00
回复了 Mr0C 创建的主题 程序员 非特别缺钱绝不要接外包
bug 给修。功能加钱。
2022-08-25 16:34:46 +08:00
回复了 edward1987 创建的主题 程序员 如何高效的生成 多次随机的结果?
@Vegetable 哦不对,是 0..10
2022-08-25 16:33:53 +08:00
回复了 edward1987 创建的主题 程序员 如何高效的生成 多次随机的结果?
这里居然真的有人用“随机 10 次”来实现 10 连抽,过于良心引起不适。

如果你想得到真实的结果,那其实可以算,10% * 10 能得到 1..10 这 10 种情况,每种情况出现的概率都是能算出来的。所以你只需要根据这个权重随机一次就能得到这 10 连抽应该得到几个 a 。
2022-08-25 15:47:29 +08:00
回复了 singerll 创建的主题 中文 说下“我司”“我公司”的区别
哎,这也没人教过啊,说错挺正常的
2022-08-25 15:43:00 +08:00
回复了 zcf0508 创建的主题 前端开发 chrome 41 上 css 的兼容问题
bootstrap 、semantic ui 这些应该可以
2022-08-24 13:37:54 +08:00
回复了 tool2d 创建的主题 随想 买了个小米电视,结果发现小米有品和小米官网是两家公司。
有品雷军持股 70%
2022-08-24 10:48:35 +08:00
回复了 kemistep 创建的主题 程序员 新员工工资比老员工工资高,是对老员工最大的保护吗?
亲,这边可以申请降薪提高安全感呢
2022-08-23 20:36:27 +08:00
回复了 Awes0me 创建的主题 iPhone 换 sim 卡确实能解决 iPhone 独有的运营商弹窗
那个是入网才弹的吧,常见于飞行模式切换时
2022-08-23 16:28:16 +08:00
回复了 lovepplforever 创建的主题 问与答 为什么用 mean 来代表平均值而不用 avg?
In mathematics and statistics, the mean is a kind of average. Besides the mean, there are other kinds of average, and there are also a few kinds of mean.

The most common mean is the arithmetic mean, which is calculated by adding all of the values together, then dividing by the number of values.

For example, if 1, 2, 2, 100, 100 is a set of numbers or scores. If we add all the numbers, the answer is 205. By dividing this number by the number of numbers (5), we find that the mean is 41. The difficulty with this particular set of numbers is that no one in this group scored anything like a 41, and it does not tell us much about what kind of scores these numbers represent.

https://simple.wikipedia.org/wiki/Mean
1 ... 31  32  33  34  35  36  37  38  39  40 ... 242  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5127 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 78ms · UTC 06:37 · PVG 14:37 · LAX 23:37 · JFK 02:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.