Qi Zhao

Results 24 issues of Qi Zhao

Django序列化之后存储在 Redis中的值为 `\x80\x05\x95\x10\x00\x00\x00\x00\x00\x00\x00\x7d\x94\x8c\x04\x74\x65\x73\x74\x94\x8c\x02\x31\x31\x94\x73\x2e` 希望解析出来的结果 `{'test':'11'}` Django中序列化的代码 https://github.com/django/django/blob/729266c6f29c7a0677b24926a86a767ef3078b26/django/core/cache/backends/redis.py#L21 Golang实现Python的pickle https://github.com/nlpodyssey/gopickle > 感觉类似场景应该会很多...产品本身实现也不太合理...或许可以提供plugin功能/plugin市场...

### What problem does this feature solve? 覆盖默认的上传行为,可以自定义上传的实现 ### What does the proposed API look like? https://element.eleme.cn/#/zh-CN/component/upload 参见`http-request` ```javascript Upload files export default { data() { return {}; }, methods:...

https://click.palletsprojects.com/en/8.0.x/shell-completion/

enhancement
TODO

https://github.com/ZhaoQi99/pyencrypt-pye/blob/b6c7d188b2c9603491ae5d7aefc8fbb19538e31b/pyencrypt/loader.py#L16 依据[cpython/Lib/importlib/_bootstrap_external.py](https://github.com/python/cpython/blob/a73daf54ebd7bd6bf32e82766a605ebead2f128c/Lib/importlib/_bootstrap_external.py#L1138) ,生成`.pyc`文件的行为是Python原生的loader控制的... 所以使用自定义的loader时本身不会生成`.pyc`文件 - [ ] 移除后是否有其他副作用,是否存在其他方式能拿到源码 - [ ] 现有逻辑并不严谨,不移除的话,在`decrypt`时需要校验`dont_write_bytecode`的值

TODO

如题, [intensio_obfuscator](https://github.com/Hnfull/Intensio-Obfuscator)对混淆类名的支持更好一点

TODO

enhancement
TODO

https://click.palletsprojects.com/en/8.1.x/testing/#basic-testing

test
TODO

显示当前机器的硬件信息,例如硬盘序列号,网卡Mac地址等。

enhancement
TODO