V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  yidinghe  ›  全部回复第 12 页 / 共 155 页
回复总数  3087
1 ... 8  9  10  11  12  13  14  15  16  17 ... 155  
343 天前
回复了 Bluef0x 创建的主题 Apple v 站这两看着没人买 vision pro 啊
苹果除了 MacBook 外还有其他的“生产力”工具吗?
343 天前
回复了 oops1900 创建的主题 健康 V 友们,你们有痛风吗?一般多久好呢?
这个真的因人而异了,不同的代谢机能问题都可能影响尿酸代谢,建议用排除法耐心寻找原因。
344 天前
回复了 qf2610 创建的主题 职场话题 编程的生涯多半结束
先活着呗。
我从没见过哪个笔记软件必须要标题的。可以说 99%的这种工具都不需要。
347 天前
回复了 t2303h 创建的主题 职场话题 每天都要写日报的公司值得呆下去吗
你肯定没看我这篇 https://yangjunhui.monster/t/638506 说不定有用
现在学东西不需要教材了。首先找 AI 给你列一个关于这个知识点的学习大纲,然后针对大纲中的每个点,到网上搜索文章即可。这有助于提升自学能力。
@s4fea0a8321 开发者选项里面的“内存 -> 各个应用使用的内存”
支付宝还算比较收敛的,我的支付宝在手机上总共只占了 1.66G 的存储空间,运存 584M ,其中前台界面用掉 351M ,Push 服务用掉 53M ,若干个"Sandboxed_"开头的进程,猜测是支付宝内小程序,占用不多。微信和 QQ 也差不多是这个水平。

看下其他的:Telegram 前台界面 211M ,Z-RAM 9.9M ,没其他的了; X 前台界面 21M ,Z-RAM 3.2M 。
停止损伤,自然无需恢复。所以首先要找到损伤的原因,而不是只想着去“恢复”。你的坐姿是否做到了两点,首先是不要前倾,稍微后仰,减少后颈紧张;其次是双臂自然下垂,不要耸肩,减少肩部紧张。
351 天前
回复了 yaott2020 创建的主题 程序员 发现 Rust 的 target 比 node_modules 还离谱
理解 Maven ,学习 Maven ,……最终还是比不上 Maven 。
协程是对线程的抽象和封装,是对线程更高效的使用方式。所以有协程可用,肯定是比直接用线程好的。
354 天前
回复了 aquatichunter 创建的主题 问与答 90Hz 会是一个坑吗?
我两年前就不再使用 60Hz 的屏幕,不管是手机、笔记本、显示器还是家里的电视,至少都是 120Hz 高刷。高刷如今已经是主流了,对硬件来说也不是什么很大的负担,甚至都没必要再讨论什么体验上的区别,反正不会比 60Hz 差就完了。
根据帖子信息,我只能建议卡的时候看看温度
358 天前
回复了 hhhh115 创建的主题 分享发现 关于单身和想死的自我剖析
基因个屁,你这纯粹是人格不成熟的表现。亚洲人是这样,几十岁了还没能进入叛逆期,人格还处于青少年阶段,这很正常。我的建议是接触下精神分析相关的知识,分析自身压力所在,评估自身周围的社会环境,找到自己的位置和期待。
358 天前
回复了 VforGeek 创建的主题 问与答 求助:手机号收不到验证码怎么办。。。
我遇到过,联通号码,各种验证码都收不到,包括国内。但是普通短信没问题。投诉就仿佛被无视了一样拖着,最终携号转网。为方便把两个联通号码都转到移动去了。
https://www.reddit.com/r/linux/s/3qA3EyiNsd
回答贴在下面:

Actual file system engineer here. All modern file systems are power fail tolerant. The only one that is regularly used that isn't is FAT, or ext2 if you still use that.

Now this just means your metadata will be consistent, any data that hasn't been written out to disk yet will be lost. ext3 will write all dirty data before it commits the journal every 5 seconds, so it is least likely to screw you, you will only lose the last 5 seconds worth of data. Ext4, btrfs and xfs all do this thing called delayed allocation, which means we avoid writing data until the last possible moment, so you could very well lose the last 5 minutes of data written but still have a consistent file system if your applications are not using fsync().

I know next to nothing about ZFS, but delayed allocation is a pretty universal file system feature so you can bet they do roughly the same thing, making them no better at being power fail tolerant than any other modern file system. The other thing about ZFS is that they do not have a fsck, so if you trust your ZFS file system developers to not make mistakes then go for it, but speaking as a file system developer, the kind of mistakes we make are never simple and easily recovered from.
1 ... 8  9  10  11  12  13  14  15  16  17 ... 155  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2548 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 62ms · UTC 04:25 · PVG 12:25 · LAX 21:25 · JFK 00:25
Developed with CodeLauncher
♥ Do have faith in what you're doing.