Aaron Chen
Aaron Chen
**Question (问题描述)** 现在展开一个菜单项时,其他同级的菜单就被收缩了。 **Describe the solution you'd like (你期待的是什么?)** 在展开一个菜单项时,不收缩其他菜单
InitExecLog('test-log.log') // exec testing ... // After completed, how can I release the lock on file 'test-log.log'? func InitExecLog(logPath string) { commConsts.ExecLogDir = logUtils.GetLogDir(workspacePath) config := getLogConfig() config.EncoderConfig.EncodeLevel = nil...
How can I set the cursor at end of the content when clicking a view? Thanks! Now will put the cursor at the position that clicked, which is weird.
Got an error after running simple.go. ` GOROOT=/usr/local/go #gosetup GOPATH=/Users/aaron/go #gosetup /usr/local/go/bin/go build -o /private/var/folders/ry/yjxnkwt12kl6d1d13q5cz6wc0000gn/T/GoLand/___1go_build_simple_go /Users/aaron/rd/project/zentao/go-sciter/examples/simple/simple.go #gosetup github.com/sciter-sdk/go-sciter request.c:5:74: warning: non-void function does not return a value [-Wreturn-type] request.c:6:78: warning:...
I got error as below, pls help to check, thanks. vue3-json-editor.esm.prod.js?c45b:31 Could not load worker TypeError: Cannot read properties of undefined (reading 'Blob') at eval (vue3-json-editor.esm.prod.js?c45b:31:1) at Object.eval (vue3-json-editor.esm.prod.js?c45b:31:1) at...
How can I limit the queue size? E.x. When queue size is 100, drop the previous msgs before add new msg, which will keep the size not more than 100.
Got an error when expression is a url string. ` package test import ( "github.com/Knetic/govaluate" "testing" ) func TestGovaluate(t *testing.T) { _, err := govaluate.NewEvaluableExpression("https://pms.deeptest.com/api/v1") if err != nil {...
How get the simplified xpath of selected html elem? Thanks!
Can not pass param to program's run method? zmanager install -ztf zmanager start -ztf If it works, which above command need to pass -ztf param, both install and start? https://github.com/easysoft/zmanager/blob/main/cmd/main.go...
Got 2 types of error after run "npm run build".  