其实前端不是所有 SVG 都能改颜色,关键看 SVG 是怎么画的。
最推荐
使用 **currentColor**。
1 | <svg viewBox="0 0 24 24"> |
其实前端不是所有 SVG 都能改颜色,关键看 SVG 是怎么画的。
使用 **currentColor**。
1 | <svg viewBox="0 0 24 24"> |
有2块硬盘分别安装了,Arch Linux和Windows。希望启动时可以选择进入的系统。BIOS顺序是先启动 Arch Linux 的盘,Arch Linux 的 GRUB 里可以选择进入 Windows。
所以要解决 Arch Linux 怎么启动识别另一块Windows盘:
使用os-prober来识别自动发现系统,写入 grub.cfg;GRUB 菜单多一个Windows Boot Manager
Linux 服务器写入DVD的脚本
1 | # 使用方法 |
shift+F10 打开 regedit 关闭bitlocker首先安装系统到联网那一步,按shift+F10打开cmd
执行以下命令跳过联网验证:
1 | OOBE\BypassNRO |
电脑会自动重启,重启回来就可以选“我没有Internet连接”,然后创建本地账号
1 | # 在线搜索一个软件 |
目前已安装的软件
1 |
|
其他推荐
1 |
|
执行脚本
1 | powershell -Command "Set-ExecutionPolicy Unrestricted" |
powershell 激活信息 slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr /skms kms8.msguide.com slmgr /ato 上面不行换这个 slmgr /skms kms.digiboy.ir slmgr /ato 上面不行换这个 slmgr /skms kms.chinancce.com slmgr
1 | irm https://get.activated.win | iex |
[^1]: Set up Windows 11 without internet - oobe\bypassnro
没有去问怎么解决问题X,而是去问解决方案Y应该怎么去实现和操作
对于X-Y Problem的意思如下:
1)有人想解决问题X
2)他觉得Y可能是解决X问题的方法
3)但是他不知道Y应该怎么做
4)于是他去问别人Y应该怎么做?
简而言之,没有去问怎么解决问题X,而是去问解决方案Y应该怎么去实现和操作。于是乎:
1)热心的人们帮助并告诉这个人Y应该怎么搞,但是大家都觉得Y这个方案有点怪异。
2)在经过大量地讨论和浪费了大量的时间后,热心的人终于明白了原始的问题X是怎么一回事。
3)于是大家都发现,Y根本就不是用来解决X的合适的方案。
X-Y Problem最大的严重的问题就是:在一个根本错误的方向上浪费他人大量的时间和精力!
我90%的技能价值归零,而10%的技能价值涨了1000倍
So you can think really big thoughts and the leverage of having those big thoughts has just suddenly expanded enormously. I had this tweet two years ago where I said “90% of my skills just went to zero dollars and 10% of my skills just went up 1000x”. And this is exactly what I’m talking about - having a vision, being able to set milestones towards that vision, keeping track of a design to maintain or control the levels of complexity as you go forward. Those are hugely leveraged skills now compared to knowing where to put the ampersands and the stars and the brackets in Rust.
— Kent Beck, interview with Gergely Orosz
基本上去这个网站找就好了 https://massgrave.dev/
对应仓库 https://github.com/massgravel/Microsoft-Activation-Scripts
不管是激活Windows系统还是Office都可以一行cmd代码搞定
1 | irm https://get.activated.win | iex |
1 | (function(){ |