电脑问题
小工具
| 破解word加密? | 先转为rar,搜索documentProtection。https://blog.csdn.net/sinat_42483341/article/details/86219258 |
| excel随机数 | =INDIRECT(“A”&RANDBETWEEN(1,10)) |
win
| 在Windows上修复“0xc0000022” | https://www.cnblogs.com/oplusx/p/11818963.html |
| 自动设置Windows聚焦背景为桌面壁纸 | http://www.xitonghe.com/jiaocheng/Windows10-9338.html |
| Win10桌面图标显示不正常怎么办? | http://www.xitongzhijia.net/xtjc/20190409/153615.html |
| 便签无网 | https://answers.microsoft.com/zh-hans/windows/forum/all/%E5%BE%AE%E8%BD%AF%E8%87%AA%E5%B8%A6%E5%BA%94/c5345e6f-4b70-4bdb-b2ed-e8414c266750 |
| 重装或更新网卡驱动时遇到错误代码56的解决办法 | 清理注册表 https://baijiahao.baidu.com/s?id=1713227398841422660&wfr=spider&for=pc&searchword= |
| github无法提交代码 | github有两种登陆模式,通过oAuth或者生成的access码。有两种通信协议ssh和https。oauth可能有些操作没权限,access可以设置权限。当配置好但无法访问github时,因为需要翻墙,需要配置自己的电脑代理,可以通过git config –global http.proxy 127.0.0.1:7890 git config –global https.proxy 127.0.0.1:7890命令设置代理 |
ipad
| ipad快捷键 | http://www.pptgeek.com/727/ |
linux
| Linux–由笔记本合盖不休眠探究logind.conf配置 | https://blog.csdn.net/dkx523121943/article/details/81545799 |