Owen Gong

Results 19 issues of Owen Gong

Windows10,gbk编码 下载这个文件 http://pan.baidu.com/s/1nuSi02H ,直接报错: ``` [AbstractDiskWriter.cc:206] errNum=123 errorCode=16 Failed to open the file ./椋庝簯涓夊浗2.8鏈€鏂扮増10娴嬶紙7鏈? 鍙峰埗浣滄棤BUG鐗堬級.rar, cause: The filename, directory name, or volume label syntax is incorrect. ``` 原因应该是乱码以后正好包含了windows不允许的字符,导致写不进文件。

Following error is raised while using the form component which is generated by `antd-snippets`: ``` Module not found: Can't resolve 'antd/es/form-item' ``` Use the code to reproduce: ```jsx import {...

## 环境信息 * `arthas-boot.jar` 或者 `as.sh` 的版本: 3.5.0 * Arthas 版本: 3.5.0 * 操作系统版本: Ubuntu 20.10 * 目标进程的JVM版本: 1.8.0_292 * 执行`arthas-boot`的版本: 1.8.0_292 ## 重现问题的步骤 纯净的Ubuntu 20.10系统,安装OpenJDK8和Tomcat9: ``` apt update apt...

Sometime I want to see how many repositories in my custom filter. ![image](https://user-images.githubusercontent.com/5711185/117778485-3e864400-b270-11eb-86ea-fb35f10a9946.png)

`addon_before_class` and `addon_after_class` don't take effect as per its [document](https://github.com/zostera/django-bootstrap5/blob/020535210d6664537d4c7d1bdf89597cdf7a92f7/src/django_bootstrap5/templatetags/django_bootstrap5.py#L436): ``` addon_before_class Class used on the span when ``addon_before`` is used. One of the following values: * ``'input-group-text'`` * ``None``...

Hi, I have to use `codec` to receive JSON format data from clients, and save it into database in Msgpack format. Then restore the object to JSON format and send...

http://wps2015.org/2016/06/27/%E4%B8%8D%E5%B8%B8%E8%A7%81%E7%9A%84xss%E5%88%A9%E7%94%A8%E6%8E%A2%E7%B4%A2/ 这个站采集不出来

**This PR is a draft, it's objective is to add a new function that is used to check if the request is from a trusted proxy server. I'm not sure...