sazima 最近的时间轴更新
sazima

sazima

V2EX 第 367280 号会员,加入于 2018-12-02 14:37:02 +08:00
根据 sazima 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
sazima 最近回复了
@lengmou 一般翻个身就好了
45 天前
回复了 RunDuck 创建的主题 职场话题 程序猿失业,有去搞外挂的嘛?
写过自己用的没敢卖, 相同功能的咸鱼上包月 50 。网友说要买我的永久 700
是不是把 base64 字符串写到日志里面了。
更正:
response.headers['Content-Disposition'] = 'attachment; filename=example.mp3'
bytesio:

```python
process = (
ffmpeg
.input(ogg_path)
.output('pipe:', format='wav')
.run_async(pipe_stdout=True, pipe_stderr=True)
)
out, err = process.communicate()
io = BytesIO(out)

# 创建响应并设置合适的头信息
response = make_response(send_file(io, mimetype='application/octet-stream', as_attachment=True, download_name='example.mp3'))
response.headers['Content-Disposition'] = 'attachment; filename=example.bin'
return response
```
52 天前
回复了 boliang2333 创建的主题 Android 手机刷取了恶意的格机模块怎么办
天机有些 cpu 可以秒解锁 直接强刷
测速
64 天前
回复了 lynn057 创建的主题 职场话题 后端要不要转 AI 应用开发
mark, 不过我建议自己写着玩看看。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5637 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 01:47 · PVG 09:47 · LAX 18:47 · JFK 21:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.