發表文章

目前顯示的是有「howto」標籤的文章

Windows 10 如何調整螢幕顯示方向? Windows 10 How to Rotate a Laptop or PC Screen.

圖片
Windows 10 如何調整螢幕顯示方向? Windows 10 How to Rotate a Laptop or PC Screen.  開始->設定->系統 或使用快速鍵 快速鍵: win+I 接著選擇 [系統] hot key: win+I then select System 在顯示器上選擇[顯示方向] 有4個選項,如下圖所示: 選擇[顯示方向] 共有4個選項:橫向、直向、橫向(翻轉)、直向(翻轉) that's it.

Windows 10 如何調整桌面的字體大小呢?How to Change the size of text in Windows 10?

圖片
Windows 10 如何調整桌面的字體大小呢? How to Change the size of text in Windows 10? 【開始】->【設定】->【系統】->【顯示器】->【縮放與版面配置 變更文字、應用程式與其他項目大小】 select  Start    >  Settings   >  Ease of Access  >  Display .To make only the text on your screen larger, adjust the slider under  Make text bigger .  或 快速鍵: win+I 接著選擇 [系統] hot key: win+I then select System 可以分別設定不同顯示器。 如下圖所示: 如果想要zoom in ,可以使用快速鍵 win鍵 加上(+) 。 如果想要zoom out,可以使用快速鍵 win鍵 加上(-) 。 that's it.

如何升級python 版本,如python3.6 升級或 python3.7升級

圖片
如果你想要升級你的python3版本(非虛擬環境下),可用下面的指令: sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1