V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  lxz6597863  ›  全部回复第 4 页 / 共 5 页
回复总数  96
1  2  3  4  5  
2020 年 12 月 23 日
回复了 lxz6597863 创建的主题 Apple AppleMusic 为什么经常听着听着就停了
@suke971219 根据楼上大家的反应,你耳机没坏
2020 年 12 月 23 日
回复了 lxz6597863 创建的主题 Apple AppleMusic 为什么经常听着听着就停了
@ericguo 只有本子和手机,应该不是这个原因
2020 年 12 月 23 日
回复了 lxz6597863 创建的主题 Apple AppleMusic 为什么经常听着听着就停了
是我网络不行,还是普遍 AM 国内不行
2020 年 11 月 20 日
回复了 howellz 创建的主题 Go 编程语言 golang 就没有提供一个可以被 cancel 的 read 接口?
把 chan 和 net.Conn 封装个 Reader
2020 年 11 月 18 日
回复了 Jobin0528 创建的主题 iPhone 求推荐一个不发热的无线充电器
2020 年 11 月 18 日
回复了 Jobin0528 创建的主题 iPhone 求推荐一个不发热的无线充电器
@zyu0090 可以
2020 年 11 月 18 日
回复了 Jobin0528 创建的主题 iPhone 求推荐一个不发热的无线充电器
@aydd2004 iphone 还有啥效果,能充就行了
2020 年 11 月 17 日
回复了 Jobin0528 创建的主题 iPhone 求推荐一个不发热的无线充电器
鱼上找全新南孚家的无线充 28 元,几乎不发热,10w
你-->114-->分发给他底下的小弟去请求-->权威服务器
你看到的 IP 是小弟的
2020 年 11 月 10 日
回复了 PUBG98k 创建的主题 程序员 获取计算机唯一识别码的问题,有大佬有经验吗?
BSD:

cat /etc/hostid
# or (might be empty)
kenv -q smbios.system.uuid


Linux:

cat /var/lib/dbus/machine-id
# or when not found (e.g. Fedora 20)
cat /etc/machine-id


OS X:

ioreg -rd1 -c IOPlatformExpertDevice | grep IOPlatformUUID


Windows:

reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography /v MachineGuid


-------------------
参考 https://github.com/denisbrodbeck/machineid
2020 年 11 月 3 日
回复了 Vibra 创建的主题 程序员 请教一个 golang 中 reflect 的问题, 琢磨了一下午了
```go
package main

import (
"fmt"
"reflect"
)

type arrT struct {
Arr []int
}

func main() {
tt := arrT{
Arr: []int{1, 2},
}

arrValue := reflect.ValueOf(&tt).Elem().FieldByName("Arr")
fmt.Printf("%v, %T\n", arrValue, arrValue)

arrValue.Set(reflect.Append(arrValue, reflect.ValueOf(80)))
// panic: reflect: call of reflect.Value.Elem on slice Value

fmt.Println("Slice after appending data:", tt)
}
```
2020 年 10 月 28 日
回复了 xuantedev 创建的主题 git 感觉最近几个月来大的 git 库很难下载成功了
2020 年 10 月 26 日
回复了 jamfer 创建的主题 推广 回馈 V2,送一把樱桃红轴的 71 键双模机械键盘
拉低中奖率
POST /api/user?username=abc

{ "age":1 }


update user set age=1 where username=abc
2019 年 12 月 23 日
回复了 yukinotech 创建的主题 云计算 8000 元一个月能租什么样的服务器?
可能有 100Mbps+300G 到 500G 的防御吧
2019 年 12 月 20 日
回复了 alpinefly 创建的主题 Go 编程语言 caddy tls 里面设置 dns 等如何处理?
这里的 dns 好像是用来做签发证书用的(验证域名)
1  2  3  4  5  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   938 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 19:46 · PVG 03:46 · LAX 12:46 · JFK 15:46
♥ Do have faith in what you're doing.