jingzhanwu

Results 11 comments of jingzhanwu

最后怎么解决这个问题的

我也有这个问题,最后怎么解决的?

Sorry, the code is not available for the time being! My question is: Can Store initialize more than one in the entire application? For example, different pages initialize different Stores...

Thank you! If you have information about Reducer and Middleware in Flutter-Redux, can I link to it? This is especially used in combination with combineReducers and asynchronous.

SingleScrollView以及CustomerScrollView也不支持吗?

SingleScrollView以及CustomerScrollView也不支持吗?,类似下面的用法 SingleChildScrollView( child: Container( height:S.H, child: AzListView( data: model.list, itemCount: model.list.length, itemBuilder: (BuildContext context, int index) { SupplierEntity _itemData = model.list[index]; return _listItem(_itemData); }, susItemBuilder: (BuildContext context, int index) {...

同问,组件化开发模式下,子module可以给主module发送消息,但是反过来不行,你怎么解决这个问题的?

我现在就遇到这个问题了,同一进程中子module可以给主module发送消息,但是反过来不行

Background use spring boot - websocket, below is the android I print the log 01-04 09:35:09.515 4660-4660/ua.naiksoftware.stompclientexample I/art: Late-enabling -Xcheck:jni 01-04 09:35:09.515 4660-4660/ua.naiksoftware.stompclientexample I/art: Reinit property: dalvik.vm.checkjni= false 01-04 09:35:09.543...