liukefu
liukefu
I copied a separate lib to temporarily solve the problem of sorting according to the position attribute Change your dependence ``` io. springfox springfox-swagger2 3.0.0 ``` to ``` com. github....
It's not about ucrop.I have solved the problem and recorded it here, because there is a problem with the code of taking photos, and there is no permission to set...
你好,感谢回复,能具体点吗?如何解决这个问题?service我改造成dubbo之前,功能正常的啊,变成DubboService,才不行的。
我感觉不会是延迟加载问题,LazyLoadUtil.fullLoad(page); 方法应该已经加载了 ``` @DubboService(interfaceClass=CustomService.class,filter = "userFilter",retries = 0) public class CustomServiceImpl extends BaseServiceImpl implements CustomService { @Transactional(readOnly = true) public PageTableVO findPageList(CustomSearchVo searchPageVo) { ... Page page = findPageList(ex, searchPageVo.createPageRequest(new...
测试仓库 已重现报错,见: https://github.com/liukefu2050/DubboTransactional.git
[已解决,参见](https://github.com/liukefu2050/DubboTransactional.git) [参考文章](https://www.pudn.com/news/628f843dbf399b7f351ee78d.html) 原因:dubbo 不能序列化hibernate 中Lazy,persistent 对象。需要引入hibernate 对象序列化实现
may be native module not register
Copy classes and add this code to TagSelect.js componentDidUpdate (prevProps, prevState, prevContext) { if (prevProps !== this.props) { const value = {} this.props.value.forEach((val) => { value[val[[this.props.keyAttr]] || val] = val...
I fix it use wrap the App.js import {RootSiblingParent} from 'react-native-root-siblings' thanks @sunnylqm
项目里有压缩功能,但是没有执行压缩啊,是不是有什么需要设置?