V2EX yegle 的所有回复 第 1 页 / 共 14 页
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX    yegle    全部回复第 1 页 / 共 14 页
回复总数  263
1  2  3  4  5  6  7  8  9  10 ... 14  
2020-09-22 01:16:49 +08:00
回复了 HanSonJ 创建的主题 程序员 直至现在,还是有很多人分不清登录与登陆
坐等说“带帽子”的人嘲笑说“戴帽子”哈哈哈哈
2019-09-28 03:28:07 +08:00
回复了 szzhiyang 创建的主题 Python 大家是如何实时检查 Python 变量类型的?
@laike9m 确实需要 exclude,或者正式支持 typing.Char

举个例子,你给的 Union 类型并不支持 typing.Iterable,不支持 typing.KeysView/typing.ItemsView/typing.ValuesView


这个是我几年前提的 FR:github.com/python/typing/issues/510
哈哈哈哈蛤你发个贴把内容写到标题里还好意思说别人哈哈哈哈哈哈哈哈
2019-09-21 03:53:46 +08:00
回复了 szzhiyang 创建的主题 Python 大家是如何实时检查 Python 变量类型的?
Python 的类型检查当然是垃圾啊。你来写一个类型注解,参数类型支持 iterable of strings 但是 exclude str type。
我之前做过把 query string parse 成 dict 然后直接扔给 Django 的 `QuerySet.filter()` 方法。
2019-09-18 04:10:55 +08:00
回复了 Marborony 创建的主题 Google google drive 网上各种开通无限容量的方法都靠谱吗
@yegle 所以想 1 )自己的文件只能自己看见,2 )无限容量,就只能买 GSuite 然后一口气开 5 个帐号 ( 60 刀 /月)。
2019-09-18 04:06:49 +08:00
回复了 Marborony 创建的主题 Google google drive 网上各种开通无限容量的方法都靠谱吗
等等,购买 GSuite 帐号的话,开通 5 个以下帐号只能每个帐号用 1T 空间啊,还不如直接购买 Google One $10/month 了。

相关文档说明:Use Drive to keep all your work files in one secure place with unlimited cloud-based file storage (accounts with fewer than 5 users get 1TB per user). Access your files whenever you need them from your laptop, phone, or tablet.
2019-09-18 03:39:55 +08:00
回复了 xiangyuecn 创建的主题 Android WebResourceResponse 谷歌也请临时工写代码吗
其中关键的部分:

Multiple message-header fields with the same field-name MAY be present in a message if and only if the entire field-value for that header field is defined as a comma-separated list [i.e., #(values)]. It MUST be possible to combine the multiple header fields into one "field-name: field-value" pair, without changing the semantics of the message, by appending each subsequent field-value to the first, each separated by a comma. The order in which header fields with the same field-name are received is therefore significant to the interpretation of the combined field value, and thus a proxy MUST NOT change the order of these field values when a message is forwarded.
2019-09-18 03:39:10 +08:00
回复了 xiangyuecn 创建的主题 Android WebResourceResponse 谷歌也请临时工写代码吗
等等,第一个没有被 deprecate 啊

第二个,你看了 RFC 没? www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
2019-09-08 10:11:53 +08:00
回复了 nnegier 创建的主题 求职 深圳好像面试都要带简历
我能说 Google 面试是不需要简历的吗?

就是,你来面试,我给标准面试题,我也不想看简历上你的以前经历以免 bias。

一小时的面试时间多宝贵,就不要浪费时间在看简历上了。
2019-09-03 04:43:15 +08:00
回复了 iPhoneXI 创建的主题 搜索引擎优化 Google 搜 9092791511155847987,简直辣眼睛
英文搜索完全没有赌场信息
补充一下:144hz 屏幕快速滚动页面看代码简直酸爽得不要不要的。偏色问题无解( Dell S2716DG 好像是 TN 屏不是 VA 屏),但是写代码的时候你在意颜色精确还原吗…
我手头有一台 27 寸 4k@60hz IPS 的高色域的显示器( ThinkVision P27u ),还有一台 27 寸 2k@144hz VA 屏偏色的显示器( Dell S2716DG )。

我一直认为写代码 144hz 屏幕更舒服。在 27 寸这个尺寸上,4k vs 2k 的显示精细程度没有想象中那么大(毕竟你也不会用特别小的能看出 4k vs 2k 区别的字体来写代码),导致用 4k 的优势并没有那么明显。相反高刷新率的屏幕会让屏幕看起来没那么累(这个不好度量,只能自己感觉)。

说到最后还是那句话:小孩才做选择,我全都要。也就 4k RMB 一个屏幕…
2019-08-30 04:31:29 +08:00
回复了 SharkIng 创建的主题 DNS 把自家 Recursive DNS 放在公网云上有没有人这么做过?
这个是如何用 Docker 搭建:github.com/yegle/your-dns
2019-08-30 04:30:30 +08:00
回复了 SharkIng 创建的主题 DNS 把自家 Recursive DNS 放在公网云上有没有人这么做过?
搭建一个 DNS-over-TLS 服务器然后直接暴露在公网上,Android 上可以用 Private DNS 功能来使用这个 DNS 服务器。因为是 over TCP 所以不存在放大攻击风险。端口在 853 又可以规避绝大多数监管风险
不能装 docker 的话可以搞个 chroot 环境,然后打个 tar 给对方啊
2019-08-10 08:06:51 +08:00
回复了 Goolge 创建的主题 Android Pixel 2 升级到 Android Q Beta6 之后不能被电脑识别
升级 adb 了吗?
2019-07-18 02:02:40 +08:00
回复了 Buffer2Disk 创建的主题 Go 编程语言 go 这种仓库模式,真的好吗?
你看国内互联网大公司谁没有自建 maven 仓库?为什么?
2019-07-18 02:01:11 +08:00
回复了 SsuchingYu 创建的主题 Go 编程语言 Go 社区否决了新的 try 语句提议
@janxin

try(try(try(try(try(try(try(try(try(try(f()))))))))))


除非 f 的返回类型是 val, err, err, err, err, err, err, err,这个时候更应该关注的的是写 f()的人而不是 try()这个语法糖

更有意义的例子应该是

foo(try(bar(try(baz()))))
nullprogram.com/blog/2019/06/30/ 看这个可能方便理解
1  2  3  4  5  6  7  8  9  10 ... 14  
关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     2687 人在线   最高记录 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 88ms UTC 08:09 PVG 16:09 LAX 00:09 JFK 03:09
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86