aries
aries
操作系统:win10 子系统:wsl2 ubuntu 22.4 好像在wsl2中gowatch无法运行我的程序啊 我用go run main.go就可以运行  到./ is running...这一步就不动了 用go run main.go就正常了 
### 这个功能解决了什么问题 @enter的时候想去后端请求数据 ### 你建议的方案是什么 开启懒加载功能
没看到判断access_token是否过期的方法呀?
### 这个功能解决了什么问题 能够更灵活的提供搜索建议 ### 你建议的方案是什么 增加search方法,用来搜索更多的内容,而不是固定好建议列表
``` goroutine 1 [running]: modernc.org/libc.newFile(0xf1cd00?, 0x10cbd70?) D:/env/gopkg/mod/modernc.org/[email protected]/libc_windows.go:293 +0x9e modernc.org/libc.init() D:/env/gopkg/mod/modernc.org/[email protected]/libc.go:56 +0x14a5 2024-04-01 11:53:49,948 INFO 8372 [ee-core] [corss/process] received a exit from child-process, code:2, signal:null, pid:5692 ````
保存信息如下: ```bash goroutine 1 [running]: modernc.org/libc.newFile(0xf1cd00?, 0x10cbd70?) D:/env/gopkg/mod/modernc.org/[email protected]/libc_windows.go:293 +0x9e modernc.org/libc.init() D:/env/gopkg/mod/modernc.org/[email protected]/libc.go:56 +0x14a5 2024-04-01 11:53:49,948 INFO 8372 [ee-core] [corss/process] received a exit from child-process, code:2, signal:null, pid:5692 ``` 从字面信息看是用了```c``` ### 可是我在终端中直接运行这个go的程序是可以正常运行的
如图:  我试了下,把itemsMan设置为正数,itemsWoman设置为负数,出来的结果不对,是下面这种效果  ```golang itemsMan := make([]float64, 0) itemsWoman := make([]float64, 0) for _, v := range dbData.Series { if v.Name == "男士" { for _, d := range...
Modify the format of the service name in Polaris registration and discovery