gydi's recent timeline updates
gydi

gydi

V2EX member #548766, joined on 2021-06-19 01:02:37 +08:00
Per gydi's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
gydi's recent replies
现在已经提供方便 Agent 部署和使用的 Skills ,欢迎尝试和反馈~
@v9912ex 感谢 感谢认可
简单用 python 测试了一下,有下面这样的结果。
>>> b = {'next': 'b'}
>>> c = {'next': 'c'}
>>> b = b['next'] = c
>>> print(b,c)
{'next': {...}} {'next': {...}}
>>> b = {'next': 'b'}
>>> c = {'next': 'c'}
>>> b['next'] = b = c
>>> print(b,c)
{'next': 'c'} {'next': 'c'}

于是猜测 python 的执行对于 a=b=c 来说应该是 a=c;b=c 这样。然后搜了一下,发现这个文章 https://chowyi.com/key-points-of-chained-assignment-in-python/
@musi 这个确实
@changwei 在 h5 或 pc web 内截图,可以用 html2canvas 来整,图片直出,还不用存 oss ,用户可以直接下载保存。我整的这个的话,旨在提供 api 服务,当然也可以用来处理 html2canvas 能处理的那些需求。
@reDesign 这个就没有了解了
@xiaozizayang 这个我目前还没有遇到,所以不清楚
Jul 23, 2024
Replied to a topic by aolifu 奇思妙想 想搞一个共享卫生间,一起聊聊?
会支持先拉后付吗
Jul 23, 2024
Replied to a topic by ringwraith 宽带症候群 请教个 Clash 客户端的问题
clash 有没有开 allow lan ; http_proxy 的 ip 不是 127 吧
今天上午,每次只要点进 v 站看到这个帖子,我就自觉的把腿放下来了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2677 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 10:37 · PVG 18:37 · LAX 03:37 · JFK 06:37
♥ Do have faith in what you're doing.