bulolo
bulolo
一般使用场景是 按照点击的第几个 进行跳转。 现在好像只能通过title进行判断跳转吗? 比如tableview 会有 index是第几个。但是这个好像没找到。
1.修正逗号错误 2.修正插入用户失败
``` { totalDocs: 'total', docs: 'docs', limit: 'limit', offset: 'offset', page: false, nextPage: false, prevPage: false, totalPages: false, pagingCounter: false, meta: false, hasPrevPage: false, hasNextPage: false, } ```
i find text-recognition in branchs any plan?
i have a redis now , i want run `dapr init` to use my exist redis,is there any idea? or how to change the redis port by run dapr init?...
当在有navigationbar isTranslucent 不同的时候 webview的高度不对
``` if(self.navigationController?.navigationBar.isTranslucent == true){ progressView?.frame = CGRect(x: 0, y: 64, width: view.bounds.size.width, height: 3) }else{ progressView?.frame = CGRect(x: 0, y: 0, width: view.bounds.size.width, height: 3) } ```
How use ETCD as externalRegistry in k8s? can not find any docs
``` dapr run --dapr-http-port 3500 --app-id service2 ``` is there any command to run in background mode or detached mode, or how to deploy in production in detached mode like...