chenhao
chenhao
没有, 我是参考了网上的解决方法和通过chrome network监控 weixin整个调用过程得出的结论. 调用原有AuthCodeURL进行跳转,其实还会进行一次location, 比较了一下前后两次参数, 其实就是多了`connect_redirect=1`, 其他完全一样. ps: 也网上也有人说[调用原有AuthCodeURL导致网页授权回调两次](https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=&docid=b8f9f09573e92ffb0e23308d54bcdcf7)是因为自身后端用了nginx的缘故,不过他们没给出解决方案.
I got the same error after jaeger 1.22 -> 1.25, and the bad request is `curl http://openhello.net:16686/api/services`. It works after clean old data by `curl -X DELETE 'http://localhost:9200/_all'`.
@pavolloffay I'm not sure. i used ES by docker with jaeger 1.22 before, today I removed docker and use ES by apt with jaeger 1.25. I don't remember that `/var/lib/elasticsearch`...
me too. env: ubuntu 16.04.6 cpu: Phytium ft2000plus
I found `db.Put(writeOptions, []byte("123"), make([]byte, 4096))` will panic on arm64, x64 is ok. this is [my issue](https://github.com/facebook/rocksdb/issues/7363) on rocksdb.
I found this PR [#7233](https://github.com/facebook/rocksdb/pull/7233) is to fix this issue. And it is merged.
按照文档配置后,我用mysql时遇到这个问题
将view/easyui/public拷被到metis中,错误由原先的header.tpl变成了top.tpl,但admin项目中找不到top.tpl 下面是我的操作: $ cd $GOPATH/src/hello $ cp -R ../github.com/beego/admin/static ./ $ cp -R ../github.com/beego/admin/views ./ $cp -R views/easyui/public views/metis
我是将项目admin/src/models/AdminInit.go中使用sqlite3的部分注释掉即可,当然我是使用mysql.
I done for Chinese at http://meilihao.github.io/go-database-sql-tutorial_zh-CN/