Fcant

Results 5 issues of Fcant

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

![image](https://user-images.githubusercontent.com/27654200/134283004-b822a604-c003-4dfb-bcc8-d4f7ac914033.png) 由于得到的字符串是中文的,所以需要换一种方式去解析 ```python elif sys.platform == "win32": password = run_command(f"netsh wlan show profile name=\"{ssid}\" key=clear") password_line = password.split("\r\n")[32] password = password_line[(password_line.find(":") if password_line.find(":") != -1 else password_line.find(":"))+ 1:].rstrip().lstrip() ``` 另外由于PowerShell输出流编码为GBK,所以不同平台的解码也需要考虑...

``` 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument tgt: word/document.xml 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties tgt: docProps/app.xml 2022/03/07 15:24:00 unsupported relationship type: http://purl.oclc.org/ooxml/officeDocument/relationships/customProperties tgt: docProps/custom.xml ```

### Description of the new feature / enhancement For example, I have two environments, an office environment and a home environment. Every time I change the environment, I need to...

Needs-Triage

**Is your feature request related to a problem? Please describe.** In a VPN network environment, When connecting to JDBC, IPV6 will be used by default, but the URL of jdbc...

feature request
xf:connection
xo:java
wait for votes