V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  mauve  ›  全部回复第 9 页 / 共 68 页
回复总数  1345
1 ... 5  6  7  8  9  10  11  12  13  14 ... 68  
我知道一家上海的外企环保企业,是一家法国企业,有个朋友在里面,楼主可以去问一下
2021-04-15 10:25:45 +08:00
回复了 after1990s 创建的主题 问与答 最近已经出现硬盘挖矿的虚拟币了?
国内已经有汽车挖矿了
2021-04-07 17:10:12 +08:00
回复了 MakHoCheung 创建的主题 Java 微软的 JDK
我快成为软粉了不要啊
2021-03-05 15:30:27 +08:00
回复了 ldimple 创建的主题 Go 编程语言 go 语言大佬请进,三协程按序打印 abc 到底哪里出错
我运行了好多遍楼主的代码,结果都是

A
B
C
--------------------------------
A
B
C
--------------------------------
A
B
C
--------------------------------
A
B
C
--------------------------------

这样输出,没有出现其他情况,楼主你说「但有时候 A 协程没有打印 A,结果变成了 BC 」

是什么样子的输出结果,可以解释一下吗
2021-03-05 11:10:17 +08:00
回复了 dfgddgf 创建的主题 程序员 请问有没有一款知识图谱可以编辑词典软件?
2021-03-05 11:08:28 +08:00
回复了 dfgddgf 创建的主题 程序员 请问有没有一款知识图谱可以编辑词典软件?
如果你使用 Mac
方法 1. PopClip + Dash,使用 PopClip 划词之后可以立马在 Dash 的编程文档库中搜索
方法 2. Dictionary.app + Pyglossary, 三指触碰之后可以在词库中搜索,Pyglossary 可以根据不用输入资源制作词典库,输入资源可以是 csv sqlite epub json txt xml 等
2021-03-05 09:59:18 +08:00
回复了 Explr 创建的主题 程序员 有没有可能做一个硬件级的远程电脑控制装置?
外挂新思路
2021-03-05 09:51:04 +08:00
回复了 rpish 创建的主题 问与答 有什么正能量的节目推荐吗?
《无耻之徒》
2021-03-03 17:24:10 +08:00
回复了 imherer 创建的主题 Go 编程语言 Golang 下面的函数可能返回 error 么
我试了一下如果 test 函数的入参是一组参数的话,debug 时 也是会跳到 return err 这一行,err 的类型和 入参是单个 channel/complex/function 时是一种类型的错误:*encoing/json.UnsupportedTypeError

```go
func main() {
ss := make(chan int)
xx := make(chan int)
test(ss, xx) // will return err | *encoing/json.UnsupportedTypeError
}
```
2021-03-03 17:07:58 +08:00
回复了 imherer 创建的主题 Go 编程语言 Golang 下面的函数可能返回 error 么
如果 params 的类型是 channel, complex, 或者 function 的话,那么这个 test 函数就会返回 error
此外,还有一些回导致 循环依赖 /循环引用 的数据结构也会导致错误
在这里查 https://pkg.go.dev/encoding/json#Marshal

Channel, complex, and function values cannot be encoded in JSON. Attempting to encode such a value causes Marshal to return an UnsupportedTypeError.

JSON cannot represent cyclic data structures and Marshal does not handle them. Passing cyclic structures to Marshal will result in an error.
2021-02-27 00:08:06 +08:00
回复了 yanjieee 创建的主题 NVIDIA RTX3060 简直是深度学习甜品卡!
2021-02-25 10:06:38 +08:00
回复了 hakunamatata11 创建的主题 推广 FB、Google 开启加面模式, 80%的程序员都要加面一轮...
我搜了下 BQ 说的是这个,让我以为面试都要考体育了……

BQ or Body Intelligence: Lastly, there is your BQ, or body intelligence, which reflects what you know about your body, how you feel about it, and take care of it. Your body is constantly telling you things; are you listening to the signals or ignoring them? Are you eating energy-giving or energy-draining foods on a daily basis? Are you getting enough rest? Do you exercise and take care of your body? It may seem like these matters are unrelated to business performance, but your body intelligence absolutely affects your work because it largely determines your feelings, thoughts, self-confidence, state of mind, and energy level.
2021-02-25 09:56:18 +08:00
回复了 mokeyjay 创建的主题 设计 请问有什么利用碎片时间提升自己网页设计审美水平的途径?
2021-02-25 09:55:28 +08:00
回复了 mokeyjay 创建的主题 设计 请问有什么利用碎片时间提升自己网页设计审美水平的途径?
2021-02-25 09:48:56 +08:00
回复了 inhd 创建的主题 iMac 海外曝 iPad 放大版的 iMac 今年要来了
图上的水印写的是 “@Jon prosser X @cconcept creator”
是概念设计图啦可以散了
2021-02-23 14:26:22 +08:00
回复了 nobuger 创建的主题 程序员 自动发红包啦
websocket
2021-02-23 14:15:38 +08:00
回复了 eudore 创建的主题 Go 编程语言 embed 小技巧-动态文件更新
nice idea, 顺便问一下楼主那边,后端 host 一个静态文件服务器的应用场景是什么样的?
2021-02-23 12:33:23 +08:00
回复了 darrenlopez 创建的主题 分享创造 这次创业让我学会了做 SaaS 产品的 MVP
你们产品经理是真的牛!我就佩服你们这(楼下补充
1 ... 5  6  7  8  9  10  11  12  13  14 ... 68  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   995 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 20:15 · PVG 04:15 · LAX 13:15 · JFK 16:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.