Skip to content

Commit

Permalink
docs: update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Mar 4, 2024
1 parent 43f23b2 commit aeadd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/_posts/2019-08-26-scrcpy_screen_projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ order: -26

市面上主流的多屏协同软件大多都是基于 scrcpy 开发的套壳产品,而且 bug 也没有得到修复,因此建议直接使用官方的 scrcpy。

本文以 Windows 投屏为例,可以前往官方站点下载 [scrcpy-win64-v2.3.zip](https://github.com/Genymobile/scrcpy/releases/download/v2.3/scrcpy-win64-v2.3.zip),或者使用[国内搬运链接](https://wwva.lanzouq.com/iRD6J1fzo7tc)
本文以 Windows 投屏为例,可以前往官方站点下载 [scrcpy-win64-v2.4.zip](https://github.com/Genymobile/scrcpy/releases/download/v2.4/scrcpy-win64-v2.4.zip),或者使用[国内搬运链接](https://wwz.lanzouq.com/ivPYD1qcs29e)

## 有线投屏

Expand All @@ -33,7 +33,7 @@ order: -26

```shell
# a.将命令目录切换到 scrcpy 文件夹。如果使用的是 Windows 11,在 scrcpy 文件夹中右键点击「在终端中打开」,会自动切换到当前路径。
cd D:\Libraries\Desktop\scrcpy-win64-v2.3
cd D:\Libraries\Desktop\scrcpy-win64-v2.4
# b.在手机端开启「开发者选项」和「USB 调试」,然后使用数据线将手机和电脑连接,并允许 USB 调试,开启手机端口。
.\adb tcpip 5555
Expand Down Expand Up @@ -66,7 +66,7 @@ cd D:\Libraries\Desktop\scrcpy-win64-v2.3

```shell
# 将命令目录切换到 scrcpy 文件夹。
cd D:\Libraries\Desktop\scrcpy-win64-v2.3
cd D:\Libraries\Desktop\scrcpy-win64-v2.4
# 开始录制,录屏文件会自动保存在当前文件夹内,文件名为指定的文件名。
.\scrcpy -r filename.mp4
Expand All @@ -80,7 +80,7 @@ cd D:\Libraries\Desktop\scrcpy-win64-v2.3

遇到报错时,检查下列三种情况,可以解决 90% 的错误:

- 更换数据线;
- 更换数据线(最好使用**原装数据线**
- 检查手机的「本机 IP」是否正确;
- 核对有线连接步骤,选择「开启 USB 调试」>「连接手机与电脑」>「启动 scrcpy」。

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2020-10-25-dpc_watchdog_violation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Windows 蓝屏的原因众多,你在网上搜到的解决方案,大多与你
如果不想分析日志,甚至找不到蓝屏日志,可以尝试以下方法,这些方法可以解决 80% 的蓝屏问题:

- 驱动类:更新显卡驱动;更新网卡驱动;重置声卡驱动;重置 SATA AHCI 驱动;
- 主板类:擦拭内存条;重置 BIOS;增加 CPU 电压;关闭超线程;
- 主板类:擦拭内存条,更换内存条位置;重置 BIOS;增加 CPU 电压;关闭超线程;
- 系统修复:管理员权限打开命令行(cmd),运行 `sfc/Scannow`,系统会自动检查损坏文件并修复;
- 终极方法:重装系统,测试期间尽量**使用默认系统驱动**。如果重装后仍然出现蓝屏,说明你新装的驱动有问题,可以卸掉有问题的驱动。

Expand Down

0 comments on commit aeadd02

Please sign in to comment.