周毅

Results 4 issues of 周毅

css文件中存在错别字,transform被错写为tansform,造成vite进行css压缩时报警告,一共4处,请大佬处理了,强迫症看着闹心。 ![image](https://user-images.githubusercontent.com/20873205/161941223-ed0918f9-f676-4415-8351-36537d26d195.png)

error info: go get github.com/ihaiker/gokit@latest go: github.com/ihaiker/gokit latest => v1.7.4 go get: github.com/ihaiker/[email protected]: parsing go.mod: go.mod:3: usage: go 1.23 go.mod 中的 "go 1.12.1"在go get安装包时报错,大致意思是,go 1.12.1格式不对,请使用"go 1.12",也就是少了一个"."和一个小版本号。 我的Go版本是1.14

经过分析,貌似ajax.html没能被正确处理,IIS返回404错误

How should I set up MVC What is the format of the date and time when serializing objects in Response? ` func (this *BussApiController) GetActivityBySearch() mvc.Result { ActivityList,total := loadFromDB(...)...