lzghades's recent timeline updates
lzghades

lzghades

Simple is better, less is more
🏢  720yun
V2EX member #19925, joined on 2012-04-25 17:22:02 +08:00
30 S 51 B
HTML5, JavaScript, PhotoShop, Python, iOS, 一个介于普通与文艺之间的美工程序员
[昆明] Wanted,高级测试工程师
酷工作  •  lzghades  •  Sep 11, 2014  •  Lastly replied by kanchi240
7
如何用 Python 做大文件上传的服务端?
Python  •  lzghades  •  Aug 14, 2014  •  Lastly replied by haoba
7
Pythoner 回昆明开了美代化妆品店
昆明  •  lzghades  •  May 14, 2014  •  Lastly replied by pynix
18
回到了昆明
昆明  •  lzghades  •  May 20, 2019  •  Lastly replied by ChiangDi
11
lzghades's recent replies
不用队列应该不行,多个用户同时画图的话,显存应该不够。
import PySimpleGUI as sg

# Create a window
layout = [ [sg.Text('Press Me')],
[sg.Button('Press Me')] ]

window = sg.Window('My Window', layout)

# Event Loop to process "events" and get the "values" of the inputs
while True:
event, values = window.read()
if event in (None, 'Exit'): # if user closes window or clicks cancel
break
elif event == 'Press Me':
sg.popup('Hello!')

window.close()


这个是我的回复。。。你怕是调了个假接口。。
Feb 21, 2023
Replied to a topic by as9567585 OpenAI AI 生成图片,哪家质量高?
@divilkcvf 请问你们是把 sd 打在 app 里吗?还是在云上渲染?云上的话,成本高吗?
https://720yun.com 了解一下
Sep 16, 2019
Replied to a topic by antscript 推广 手把手教你在 Mac App Store 之外销售软件
帮你顶个沙发
人生,苦短,用 python
推荐使用 720yun.com
申通和圆通到了 5 天都没有配送。。。
Oct 26, 2017
Replied to a topic by fengai0915 昆明 #吐槽贴#想回云南继续干互联网并不容易
回昆明吧,我们需要女主播
不错。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   887 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 21:44 · PVG 05:44 · LAX 14:44 · JFK 17:44
♥ Do have faith in what you're doing.