KING

Results 8 issues of KING

增加像复制到头条,简书,百家号平台

feature

### Discussed in https://github.com/TaleLin/lin-ui/discussions/1580 Originally posted by **KING754** November 14, 2023 新手,在使用capsuleBar组件时。代码如下: ``` 栏目1 ``` index.json: ``` { "usingComponents": { "l-capsuleBar":"/miniprogram_npm/lin-ui/capsule-bar/index" }, "navigationStyle": "custom" } ``` 不知道是我写法有问题,还是其它地方出问题了。 在skyline模式下: ![1699958267035](https://github.com/TaleLin/lin-ui/assets/42364005/afba8e8c-7bff-4a6a-9130-07af0b051d35) 在webview模式下:...

修改example中过时的Configuration(Zone zone)构造方法

size/L
needs-ok-to-test

### 你的问题 | 使用场景 public BarSkeletonBuilderParamConfig scanActionPackage(Class actionControllerClass) { this.actionControllerClassList.add(actionControllerClass); return this; } public BarSkeletonBuilderParamConfig scanActionSendPackage(Class actionSendClass) { this.actionSendClassList.add(actionSendClass); return this; } ### 预期值 这两个方法是, 是不是传包名更合理一点. 而且最能支持多个. ### 实际值

提问与交流

RJR with Jetty version jetty version is 9.4.8v20171121 Java version jdk 8 Question have a error about jsr356 when start in eclipse used RJR my project is websocket. thanks! the...

1.使用skyline之后,"`renderer": "skyline"`,``内的内容无法再上下滑动了. 1.1:demo工程的app.json的windows中增加` "navigationStyle": "custom",` 1.2:其它增加 ``` "style": "v2", "renderer": "skyline", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "disableABTest": true } }, "componentFramework": "glass-easel", "lazyCodeLoading": "requiredComponents", ``` 完整的为: ``` { "pages":...

最近在学习IoGame的集群网关: `BrokerServer brokerServer = NettyClusterSimpleHelper.createBrokerServer(seedAddress, gossipListenPort, port);` 集群网关通过如上构造。 其中seedAddress 如下: ``` public List seedAddress = List.of( "127.0.0.1:30056" , "127.0.0.1:30057" , "127.0.0.1:30058" ); ``` 这个seedAddress是指什么?就是指我们集群内的网关的地址吗? 还是指最基本(种子)的网关服务器。 后续增加或者减少只要保证seedAddress 中有一个是活着的就好了。因为活着的会通知其它的? 那如果一开始,就构造好这个列表了? 我需要如何动态增加/减少网关的数量。 需要修改代码或者配置,然后重启网关吗?

1.去掉139行的:files.add(new File(file)),只用,在对file各种判断和替换完成之后,添加一次就可以了. 2.根据反射JAVA类处理PB生成字段时跳过编译生成的字段。 如JDK21会根据switch语句,生成类似: private static volatile synthetic [I $SWITCH_TABLE$.....的字段