m3ng9i's recent timeline updates
m3ng9i

m3ng9i

V2EX member #113845, joined on 2015-04-28 10:08:54 +08:00
m3ng9i's recent replies
import unicodedata

unicodedata.east_asian_width('我') # W (宽)
unicodedata.east_asian_width('i') # Na (窄)
还见过有的账号 fork 了几万个项目
Oct 6, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@fuxiaohei 我快写完 Ran 时才发现还有一个 caddy ,不过以后我可能会加一些 caddy 里没有的功能
Oct 4, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@zrmlx

你试试 https://caddyserver.com/

页面里有提到:
Reverse Proxy
Forward requests to other endpoints with reverse proxy and load balancing.
Oct 3, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@noli gevent 这个我不懂。不过有人说输入 ran 这几个字母比 python3 -m http.server 快,哈哈
Oct 2, 2015
Replied to a topic by m3ng9i 分享创造 Ran: 用 Go 写的静态 web 服务器
@XhstormR @strwei 多谢

@hiroya 多谢,那我以后优先做 TLS
我自己写了一个 ( https://github.com/m3ng9i/qreader) ,数据都存在本地,不怕那些云服务哪天说关就关了,而且想要什么功能可以自己加。
将当前目录下所有的 csv 文件转换为 utf-8 格式,新文件添加 utf8_前缀:

```
ls *.csv | xargs -I {} sh -c "iconv -f gbk -t utf-8 {} > utf8_{}"
```
我也收到这个邮件了,内容和你的完全一样,7月2号发的
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3144 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 14:13 · PVG 22:13 · LAX 07:13 · JFK 10:13
♥ Do have faith in what you're doing.