ituserxxx

Results 7 issues of ituserxxx

请按照一下格式提交issue,谢谢! 1. 你当前使用的是哪个版本的 MinDoc(`godoc_linux_amd64 version`)? 2. 你当前使用的是什么操作系统? 3. 你是如何操作的? 4. 你期望得到什么结果? 5. 当前遇到的是什么结果?

出现这个错误: go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/arch": https fetch: Get "https://golang.org/x/arch?go-get=1": dial tcp 216.239.37.1:443: i/o timeout 请问怎么解决

` Error reading filesSecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS. `

我看在 common/client.go 文件中存用户资源使用的是: ``` /* 客户端列表 */ type ClientTable map[string]*Client ```

my project dir - m1.xlsx - main.py this main.py code ``` import poexcel if __name__ == '__main__': poexcel.excel2pdf(excel_path=r".\m1.xlsx",pdf_path=r".\test.pdf") ``` exec result ``` files amount:1 files amount:1 Traceback (most recent call...