Idea / Android Studio 修改gradle缓存路径 原创 后端技术 Idea / Android Studio 修改gradle缓存路径 2024-07-26 浏览(502) 评论(0) 阅读全文
使用CompletableFuture异步执行查询 原创 后端技术 CompletableFuture allOf:当所有的CompletableFuture都执行完后执行计算anyOf:最快的那个CompletableFuture执行完之后执行计算..._completablefuture丢数据 2024-06-11 浏览(598) 评论(0) 阅读全文
Generating equals/hashCode implementation but without a call to superclass, even though this class 原创 后端技术 实体类中加入@Data后编译出现警告java:Generatingequals/hashCodeimplementationbutwithoutacalltosuperclass,eventhoughthisclassdoesnotextendjava.lang.Object.Ifthisisintentional... 2024-06-10 浏览(510) 评论(0) 阅读全文
The dependencies of some of the beans in the application context form a cycle: 原创 后端技术 文章浏览阅读123次。启动服务报错:***************************APPLICATIONFAILEDTOSTART***************************Description:Thedependenciesofsomeofthebeansintheapplicationcon... 2024-06-10 浏览(529) 评论(0) 阅读全文
unable to evaluate the expression Method threw ‘org.hibernate.LazyInitializa错误 原创 后端技术 文章浏览阅读1.5k次。在实体类中单向多对多中出现错误unabletoevaluatetheexpressionMethodthrew'org.hibernate.LazyInitializa解决方法:@ManyToMany(fetch=FetchType.EAGER)_unabletoevaluatetheexp... 2024-06-10 浏览(422) 评论(0) 阅读全文
socketio服务部署到服务端后启动失败Cannot assign requested address: bind 原创 后端技术 文章浏览阅读552次。设置socketio地址是内网输入本机的ip地址服务器上如果使用服务器的ip地址会报错Cannotassignrequestedaddress:bind应该修改为0.0.0.0_edo6socketioserver服务无法启动 2024-06-10 浏览(545) 评论(0) 阅读全文
ubuntu20.04换源 原创 后端技术 文章浏览阅读700次。windows10自带ubuntu系统更新到ubuntu20.04版本啦!默认的软件更新源是国外的,速度超级慢,用"aptinstall"安装软件时各种网络问题也是层出不穷(上次安装ubuntu后忘记修改源结果导致N多次安装半小时然后失败…亲身经历了这种苦,回过头发现修改源之后很多网络问题迎刃... 2024-06-10 浏览(430) 评论(0) 阅读全文
CocosCreator socket.io netty-socket.io 打包APP无法链接且无法发送数据接收数据 原创 后端技术 先查找原生路径(jsb-default/frameworks/cocos2d-x/cocos/network/SocketIO.cpp再在cpp文件中删除左右链接地址中的1(改为"/socket.io/?EIO=2&transport=polling&b64=true"此类代码链接)_cocoscreatornet... 2024-06-10 浏览(446) 评论(0) 阅读全文