Appearance
第13期 51 week share 2024-12-20
本周我读到有趣的文章
TIP
字节跳动推出的企业级设计系统,提供丰富的原子组件,同时支持 React 组件库 和 Vue 组件库,可以进行各种定制。
2、Microdiff(英文)
TIP
一个 JS 库,用来对两个对象进行 Diff 比较,判断它们有何不同,体积非常小,不到 1KB。
TIP
本 Git 的英文入门教程,用讲故事的方式教授 Git。
4、我的日志最佳实践
TIP
作者谈了自己生成应用程序日志的一些做法
TIP
架构师左耳朵耗子(陈皓)的文章。工作 20 多年了,看到了很多公司系统架构,也看到了很多问题,个人的经验和想法总结下来,希望能够让更多的人可以参考和借鉴,并能够做出更好的架构来
TIP
汉字与拼音转换的 JavaScript 库
7、find 查找命令
bash
uname -a
Use uname -s to display the kernel name.
Use uname -n to display the hostname.
Use uname -r to display the kernel release.
Use uname -v to display the kernel version.
Use uname -m to display the machine hardware name.
Change the password for the current user:
passwd
Force a user to change their password at the next login:
passwd -f username
[返回目录](../history)