$V2EX
Solana
Give SOL to Copy Address
使用 SOL 向 gowithwind 打赏,数额会 100% 进入 gowithwind 的钱包。
 gowithwind's recent timeline updates
gowithwind

gowithwind

V2EX member #26101, joined on 2012-08-30 11:10:52 +08:00
Today's activity rank 13556
Per gowithwind's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
gowithwind's recent replies
应该用魔搭的免费 api,一天调 2000 次
Jul 23, 2025
Replied to a topic by Livid 站点状态 20250722 - Solana 打赏功能更新 1
已绑定 来点启动资金
试下
Nov 30, 2015
Replied to a topic by dbas NGINX nginx 反向代理问题
upstream frontends {

server 127.0.0.1:8801;

server 127.0.0.1:8802;

server 127.0.0.1:8803;

server 127.0.0.1:8804;

server 127.0.0.1:8805;

server 127.0.0.1:8806;

server 127.0.0.1:8807;

server 127.0.0.1:8808;

}

server {

listen 8888; #监听端口

location / {

proxy_read_timeout 1800;

proxy_pass_header Server;

proxy_set_header Host $http_host;

proxy_redirect off;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Scheme $scheme;

proxy_pass http://frontends;

}

}
Oct 28, 2015
Replied to a topic by RadAsm Python 生成倾斜验证码问题
@RadAsm
搞错了.不好意思.
一个方案是可以再扫描下图像,把黑色换成随机色.(出现黑色应该是旋转图像用黑色来填补了.)
Oct 28, 2015
Replied to a topic by RadAsm Python 生成倾斜验证码问题
@RadAsm
image=Image.new('RGB',(width,height),(255,255,255))
这里随机填充
Oct 28, 2015
Replied to a topic by RadAsm Python 生成倾斜验证码问题
先用随机颜色填充背景.
这是个主题颜色聚类的问题.
这里有篇文章可以参考,有代码
http://charlesleifer.com/blog/using-python-and-k-means-to-find-the-dominant-colors-in-images/
如果是windows环境,建议还是使用C#,打印图片应该很简单实现,然后提供服务给其他语言调用也可以.
Jun 6, 2015
Replied to a topic by neo2015 程序员 APP 后台,用 python 还是 nodejs?
python吧,简单实用上手快
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5540 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 161ms · UTC 06:00 · PVG 14:00 · LAX 23:00 · JFK 02:00
♥ Do have faith in what you're doing.