valley

Results 13 comments of valley

![image](https://user-images.githubusercontent.com/30279431/179183367-06ad811f-4560-49a2-91b3-02cfc72b6227.png)

> _未提供说明。_ Java可以调用其他语言的包呀,

我也遇见了这个问题

Archery\sql\views.py 这份文件的451行: with open(file, 'r') as f: 这行代码 添加个UTF-8的参数 添加后: with open(file, 'r', encoding='UTF-8') as f:

> tag标签选择的V1.8.5,windows上,我遇见个问题,windows使用goland启动goinception,有几个包拉不下来,inc的参数backup_host。这个是做什么的

0.0.0.0 means public network address or LAN address, use 0.0.0.0 placeholder instead

![image](https://user-images.githubusercontent.com/30279431/230571697-fd668d9b-d061-413c-8199-90f233c51626.png) ![image](https://user-images.githubusercontent.com/30279431/230571779-953e723d-6c04-45fc-8cbf-828803a90ede.png) Cannot run program "D:\project\chatgpt-retrieval-plugin\pyproject.toml" (in directory "D:\project\chatgpt-retrieval-plugin"): CreateProcess error=193, %1 is not a valid Win32 application.

Cannot run program "D:\project\chatgpt-retrieval-plugin\pyproject.toml" (in directory "D:\project\chatgpt-retrieval-plugin"): CreateProcess error=193, %1 is not a valid Win32 application.

我也有这个问题,我用的1.8.5版本 ,我的业务数据,小数点后有18位,导出时也被四舍五入了,我序列化成字符串也没解决这个BUG,貌似是前端JS自动把我的字符串化成数字类型了,