V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  openkava  ›  全部回复第 3 页 / 共 3 页
回复总数  49
1  2  3  
2022-06-30 15:59:06 +08:00
回复了 ElmerZhang 创建的主题 MacBook Pro 你的 MBP 硬盘写入了多少了?
MBP16 19 年买的。
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 37 Celsius
Available Spare: 100%
Available Spare Threshold: 99%
Percentage Used: 4%
Data Units Read: 523,764,133 [268 TB]
Data Units Written: 497,407,076 [254 TB]
Host Read Commands: 8,801,714,518
Host Write Commands: 5,198,811,021
Controller Busy Time: 0
Power Cycles: 188
Power On Hours: 4,130
Unsafe Shutdowns: 80
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
2022-06-29 19:59:36 +08:00
回复了 ElmerZhang 创建的主题 MacBook Pro 你的 MBP 硬盘写入了多少了?
怎么看?那个命令?
2022-03-10 11:18:31 +08:00
回复了 fhxd 创建的主题 Windows 请问 windows 下有好用的 ip 转向/重定向工具吗?或者怎样实现?
用 socat . nc 之类的工具
2021-09-18 09:22:30 +08:00
回复了 PhilFreecess 创建的主题 旅行 Charles Strickland 离开家人的前一晚,会想些什么?
好文采!
我要中奖
2014-08-29 15:51:18 +08:00
回复了 jtn007 创建的主题 iDev 求解关于 IOS 中一个 Label 自适应高度的问题。
UILabel *lbTeseTitle2 = [[UILabel alloc ] initWithFrame:CGRectMake(36, 24, titleView.width-40 ,50 )] ;
lbTeseTitle2.text = self.theItem[@"feature"] ;
lbTeseTitle2.font = SYSTEMFONT(14) ;
[lbTeseTitle2 setNumberOfLines: 0];
[tempView addSubview:lbTeseTitle2 ] ;
//设置一个行高上限
CGSize size = CGSizeMake(titleView.width-40,2000);
//计算实际frame大小,并将label的frame变成实际大小
CGSize labelsize = [ lbTeseTitle2.text sizeWithFont:lbTeseTitle2.font constrainedToSize:size lineBreakMode:NSLineBreakByWordWrapping];

[lbTeseTitle2 setFrame: CGRectMake(36, 24, labelsize.width, labelsize.height)];
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1237 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 17:31 · PVG 01:31 · LAX 10:31 · JFK 13:31
Developed with CodeLauncher
♥ Do have faith in what you're doing.