mozillazg

mozillazg

V2EX member #26441, joined on 2012-09-07 19:25:47 +08:00
Per mozillazg's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
mozillazg's recent replies
Apr 30, 2014
Replied to a topic by mozillazg 北京 配近视眼镜,哪家店比较好?
谢谢各位的意见。
支持楼主。
BTW, 通过 TogetherJS 几行代码就可以实现这个功能:
https://togetherjs.com/
Nov 26, 2013
Replied to a topic by crny520 Python PIL的Image能转换成Str吗?
这样?:

import cStringIO

temp_img = cStringIO.StringIO()
im.save(temp_img, 'png')
img_data = temp_img.getvalue()
temp_img.close()
post(url, file_content=img_data)
Nov 19, 2013
Replied to a topic by iZr Linux Linux下怎么守护进程
最简单的办法就是使用 crontab 定期检测是否存在相关进程,不存在则执行启动命令/脚本

获取使用 supervisor
INSTALLED_APPS 追加 'django.contrib.sites'
试试 from .. import test
Sep 4, 2013
Replied to a topic by inyfee Python django south 如何加入新的model ?
新增 model 是 `--init`,`--auto` 是用来创建改动情况的。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5751 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 07:00 · PVG 15:00 · LAX 00:00 · JFK 03:00
♥ Do have faith in what you're doing.