od66666666

od66666666

V2EX 第 528596 号会员,加入于 2021-01-16 12:59:38 +08:00
今日活跃度排名 1916
根据 od66666666 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
od66666666 最近回复了
刚刚盯着成都联通把我的公网 IP 回收了,12 点准时掉线,1 点半能拨号了,IP 从 119.x 变成 100.64 。流量统计一个月下载 1333.2GiB ,上传 87.8GiB 。联通 APP 公告里说好的此次调整只针对新增用户,不影响原在网用户的现有 IP 地址分配呢?
2025 年 3 月 18 日
回复了 Jlzeng 创建的主题 宽带症候群 [求指导] 北京联通换光猫后配置 IPTV 连接无组播数据
光猫配置了组播 VLAN3996 ,连光猫的另一端也要把网卡配置到 3996 VLAN 才能拿到组播包,不在一个 VLAN 收不到
2025 年 3 月 13 日
回复了 rrubick 创建的主题 Android 请教个 Jetpack Compose 的布局问题
遇 size 不决,直接 onGloballyPositioned

Row(modifier = Modifier.fillMaxWidth()) {
val density = LocalDensity.current
var columnHeight by remember { mutableStateOf(0.dp) }
Box(
modifier = Modifier
.height(columnHeight)
.width(24.dp),
contentAlignment = Alignment.Center
) {
...
}
Spacer(Modifier.width(8.dp))
Column(modifier = Modifier
.onGloballyPositioned { layoutCoordinates ->
columnHeight =
with(density) { layoutCoordinates.size.height.toDp() }
}
.fillMaxWidth(),
verticalArrangement = Arrangement.spacedBy(8.dp)) {
...
}
}
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   4818 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 05:39 · PVG 13:39 · LAX 22:39 · JFK 01:39
♥ Do have faith in what you're doing.