zxj

Results 305 comments of zxj

> I can replicate this in 1.41.0. how? The problem is code generated using macros!

> At some point, possibly YES. In near future, totally NO. > > Seeing the current [upcoming features list](https://github.com/harmonoid/harmonoid#upcoming-features), we already have a lot to do. A _music specific_ app...

> Crossbeam does not provide this but I happen to do research on this stuff. There are a few libraries available. I've devised benchmarks for all good ones I could...

> ? I don't understand. Everything relies on cust drops. The dashmap library is as close to syncmap as you will get. fine thank you

> ? I don't understand. Everything relies on cust drops. The dashmap library is as close to syncmap as you will get. DashMap is implemented using read-write locks . my...

> > if use RwLock it will be lock the runtime(may be lock stop all of async task) > > You can just run this code on special tokio threadpool...

浙江华宜软件科技有限公司,http://www.duodianjinfu.com , 另外 提交了一项改进,望采纳~

> Can you give some more details about what your use-case is, what you've tried, and what specifically you'd like to see in tower? just like 'spring cloud ribbon' ,...

> I suggest we have explicit being/commit/rollback functions as well as the ability to set autocommit mode when creating connections. We are looking for libraries like JDBC and ODBC to...

> ``` > > SELECT LAST_INSERT_ID() AS id > > ``` > 请问GoMybatis支持用于数据库Insert时返回当前插入数据的自增主键的selectKey标签吗? > 检查dtd文件看到里面是包含该标签的,但是实际使用中返回值永远是1. > 如果支持的话,请问我是哪里弄错了吗? > > 我的测试代码如下 > > ``` > > > SELECT LAST_INSERT_ID() AS id...