Clifton Hills
Clifton Hills
等全新架构版的Weex 2.0出来后再用它,现在用Ionic6也不错。
> > 因为按照官网文档无法构建成功Android应用,所以还需要参考Playground里的源码自行修改构建,但是Playground里面的代码注释几乎没有,许多代码都无法知其准确用意。如:org/apache/weex/WXApplication.java onCreate() 方法中的这一句代码:WXSDKManager.getInstance().setAccessibilityRoleAdapter(new DefaultAccessibilityRoleAdapter()); > > 请帮我解惑!谢谢! > > 用来数据统计的吧, AccessibilityDelegateCompat 不够细致啊
> Found a solution? I am using mvvmfx, it can also work with Spring Boot. [https://github.com/sialcasa/mvvmFX](url)
> Hi @yrcs, looking at the [rule comparison chart](https://github.com/bufbuild/protoc-gen-validate/blob/main/rule_comparison.md#maps) in / not_in is not supported in maps at this stage. If you require them, id be happy to review a...
@haines You're right, it's a bug. And I solved it temporarily by adding the following variables to the generated ***.pb.validate.go** file. ```Go var _PagingRequest_OrderBy_InLookup = map[Order]struct{}{ 0: {}, 1: {},...
> 从持久化来说,tendis跟mysql差不多。但是协议上差别较大。 当前这种 Tendis + MySQL 的组合套装太繁琐了。所以,需要你们出一个使用 Tendis 取代 MySQL 的微服务项目案例(带分布式事务)以精简项目。
> Tendis的作用就是替代传统的redis+mysql组合。使用redis协议替代传统的redis协议+mysql协议。 话虽如此,但没见到任何项目案例。
我需要看到真实项目业务代码中是如何运用 Tendis 的。