V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  scukmh  ›  全部回复第 33 页 / 共 43 页
回复总数  858
1 ... 29  30  31  32  33  34  35  36  37  38 ... 43  
2019-10-17 14:33:17 +08:00
回复了 jamfer 创建的主题 问与答 求一段 shell 命令写法
cd father
for f in */*.jpg ; do echo $f;prefix=`echo $f | cut -d'/' -f1`;filename=`echo $f | cut -d'/' -f2`; echo $filename;newfilename=$prefix"-"$filename; echo $newfilename; cp $f $newfilename;done
v2ex 连 markdown 都不支持了嘛?
```go
func main() {
...

http.ListenAndServeTLS(port, "server.crt", "server.key",
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.ProtoMajor != 2 {
mux.ServeHTTP(w, r)
return
}
if strings.Contains(
r.Header.Get("Content-Type"), "application/grpc",
) {
grpcServer.ServeHTTP(w, r) // gRPC Server
return
}

mux.ServeHTTP(w, r)
return
}),
)
}
```
想看看您能搞出什么花来
2019-10-17 12:49:09 +08:00
回复了 coocier 创建的主题 问与答 大伙现在配一副眼镜价格都在多少了?
消费降级啦,3-500
emmmm , 这不是在 Go 高级编程里面有说嘛?
2019-10-17 08:37:15 +08:00
回复了 R1nG 创建的主题 macOS macOS 目前有什么方案可以修改 mac 地址?
10.13.6 可以改,所以我不升级了,感谢提醒。
2019-10-14 11:26:02 +08:00
回复了 wantsjean 创建的主题 程序员 有稍微便宜点的 gpu 服务器出租?
@337136897 现在不行啦,京东早不支持显卡无理由退货了。
2019-10-14 11:23:43 +08:00
回复了 Shoestrong 创建的主题 程序员 Linux 用 ls 么
带颜色不就完了
2019-10-11 17:03:40 +08:00
回复了 okwork 创建的主题 数据库 OceanBase 跑分第一,实际应用有多少提现?
不能先统一硬件再比嘛?
@reus 啊,我好菜,这段代码里哪里有 bug 呀。
2019-10-11 16:38:16 +08:00
回复了 qsnow6 创建的主题 程序员 一个坏消息:根据法定节假日安排,明天要上班!
@ljh0585 3 点下班不存在的
@ddy 牛牪犇逼
你没 TV 哪找的 cve.
2019-10-09 10:50:54 +08:00
回复了 niknik 创建的主题 Python 所有爬虫突然全是 10060 报错,包括百度首页都是
@belin520 你咋个知道楼主是妹子?
2019-10-07 09:08:38 +08:00
回复了 Leee 创建的主题 程序员 迫不及待想上班是什么感觉...
是穷。
2019-10-06 18:07:34 +08:00
回复了 starsriver 创建的主题 程序员 淘宝的 ip 库现在开始限制区域了?
江西移动,狗带
北京 BGP (华为云机房) 存活。
1 ... 29  30  31  32  33  34  35  36  37  38 ... 43  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2976 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 11:16 · PVG 19:16 · LAX 04:16 · JFK 07:16
Developed with CodeLauncher
♥ Do have faith in what you're doing.