jinmao88

Results 16 comments of jinmao88

没有重新gen dao

我试试 我跟了一下代码 发现是 在scan的时候 查询的sql没有对应field

没有meta 有title 和 icon

> 把 `json:"meta"` 删除试试 试过了 没用,切换到2.0.6 就没问题

func WatchClipboard(ctx context.Context) { err := clipboard.Init() if err != nil { logger.Error(ctx, err) return } logger.Print(ctx, "新开始监听") ch := clipboard.Watch(ctx, clipboard.FmtText) for data := range ch { // print...

run in the win service github.com/kardianos/service use the demo

``` package main import ( "context" "flag" "github.com/gogf/gf/v2/container/garray" "github.com/gogf/gf/v2/os/gctx" "github.com/gogf/gf/v2/os/glog" "github.com/takama/daemon" "golang.design/x/clipboard" "os" ) var content = garray.New(true) var ( logger = glog.New() ) type Service struct { daemon.Daemon }...

> I found a fix. Around line 82 in `clipboard_windows.go`, there is: > > ```go > if r == 0 { > _, _, _ = closeClipboard.Call() > return "",...

readme里不是有 数据库的脚本么

router数据 按照格式添加就行了呀