mozillazg's repos on GitHub
Python · 184 人关注
baidu-pcs-python-sdk
百度个人云存储(PCS)Python SDK. (因为 PCS 服务已关闭,推荐改用百度网盘 API: https://github.com/ly0/baidupcsapi )
Python · 30 人关注
apm-python-agent-principle
Python 探针实现原理
Python · 19 人关注
blog
My Blog
TypeScript · 5 人关注
alibabacloud-oidc-auth
GitHub Action for authenticating to Alibaba Cloud with GitHub Actions OIDC tokens.
Python · 2 人关注
aiobearychat
BearyChat 异步 Python SDK
Python · 1 人关注
apkindex-archive
Archive for APKINDEX
Makefile · 1 人关注
binaryless
Binaryless Base Images
0 人关注
.github
0 人关注
0xHJK
about
JavaScript · 0 人关注
500lines
500 Lines or Less
Go · 0 人关注
ack-kms-plugin
KMS provider plugin for Alibaba Cloud
Go · 0 人关注
ack-ram-tool
A command line utility and library for using RAM in ACK clusters
0 人关注
ack-set-context
0 人关注
acr-login
0 人关注
acr-scan
Scan Docker images in ACR
Python · 0 人关注
aiohttp
http client/server for asyncio (PEP-3156)
0 人关注
alibaba-cloud-csi-driver
CSI Plugin for Kubernetes, Support Alibaba Cloud EBS/NAS/OSS/CPFS/LVM.
0 人关注
alibaba-cloud-sdk-go
Alibaba Cloud SDK for Go
0 人关注
aliyungo
Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
HTML · 0 人关注
article-parser
To extract main article from given URL with Node.js
0 人关注
awesome-go
A curated list of awesome Go frameworks, libraries and software
Python · 0 人关注
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
0 人关注
awesome-rust
A curated list of Rust code and resources.
0 人关注
bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
JavaScript · 0 人关注
Better-Shanbay
http://userscripts.org/scripts/show/152641
Go · 0 人关注
bild
bild.me upload client written in Go.
Python · 0 人关注
bild.me-cli
CLI tool for bild.me
mozillazg

mozillazg

V2EX 第 26441 号会员,加入于 2012-09-07 19:25:47 +08:00
根据 mozillazg 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
mozillazg 最近回复了
2014-04-30 19:33:00 +08:00
回复了 lidashuang 创建的主题 问与答 你们的 vim 和系统剪切版交互都用什么快捷键?
"+Y

"+P
2014-04-30 19:31:48 +08:00
回复了 mozillazg 创建的主题 北京 配近视眼镜,哪家店比较好?
谢谢各位的意见。
2014-03-23 18:50:50 +08:00
回复了 levan 创建的主题 分享创造 WebChat chrome 插件 无需注册 让大家在同一网站实时聊天!
支持楼主。
BTW, 通过 TogetherJS 几行代码就可以实现这个功能:
https://togetherjs.com/
2013-11-26 18:16:22 +08:00
回复了 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)
2013-11-19 16:32:49 +08:00
回复了 iZr 创建的主题 Linux Linux下怎么守护进程
最简单的办法就是使用 crontab 定期检测是否存在相关进程,不存在则执行启动命令/脚本

获取使用 supervisor
2013-11-07 12:43:55 +08:00
回复了 click 创建的主题 Django 安装django内置comments评论系统出错,求解答!!
INSTALLED_APPS 追加 'django.contrib.sites'
2013-10-23 19:47:09 +08:00
回复了 1989922yan 创建的主题 Python [问题 - 加载模块]如何加载上层目录的模块??
试试 from .. import test
2013-09-04 09:40:38 +08:00
回复了 yeelone 创建的主题 Python django south 如何加入新的model ?
新增 model 是 `--init`,`--auto` 是用来创建改动情况的。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   742 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 21:15 · PVG 05:15 · LAX 14:15 · JFK 17:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.