mengyyy

Results 9 comments of mengyyy

maybe the same problem https://github.com/LonamiWebs/Telethon/issues/1385

Thank you solve the first one. For the second one,i found whne its sise >(600,600) decode fail, but when its size turn to (599,599) or less, decode success.

这样应该会好一点 编码 ``` def str2utf8(Str): for i in Str: for j in i.encode('utf-8').hex().upper(): yield j def hex2duo(Str): for h in str2utf8(Str): numH = int(h, 16) if numH < 10: yield(numH)...

解码 ``` VALUE_PAIR = ('富强', '民主', '文明', '和谐', '自由', '平等', "公正", '法治', "爱国", '敬业', '诚信', '友善') def values2duo(value): it = iter(value) for v in it: spicemen = v + next(it)...

社会主义核心价值观只有12组 不允许进位 11 是两个1 还是十一呢?

And ``` In [9]: !updog -d D: -p 1989 [+] Serving D:\Downloads\platform-tools_r29.0.5-windows\platform-tools... * Running on http://0.0.0.0:1989/ (Press CTRL+C to quit) ```

请问 会考虑支持 http头 或者 socks5代理功能么

只是想有个能支持 http auth 的下载而已

``` pip3 install -U git+https://github.com/rqlite/pyrqlite.git git+https://github.com/rqlite/sqlalchemy-rqlite.git ```