中文打字
2025年5月13日 星期二
2025年2月6日 星期四
how install jupter notebook in win10
1. check install python https://www.python.org/downloads/
2. intall jupter notebook
open your termial(cmd) then type:
pip install notebook
3.how to launch
in your termial tpye
jupter notebook
reference from :https://tw.alphacamp.co/blog/jupyter-notebook
2024年7月3日 星期三
2023年8月25日 星期五
在win10下 網路芳鄰無法進入
adapted from
https://learn.microsoft.com/zh-tw/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3?tabs=server
以下均在powersheel下操作
SMBv1
detect
Get-SmbServerConfiguration | Select EnableSMB1Protocol
禁用
Set-SmbServerConfiguration -EnableSMB1Protocol $false
active
Set-SmbServerConfiguration -EnableSMB1Protocol $true
SMB v2/v3
detect
Get-SmbServerConfiguration | Select EnableSMB2Protocol
禁用
Set-SmbServerConfiguration -EnableSMB2Protocol $false
active
Set-SmbServerConfiguration -EnableSMB2Protocol $true
2022年1月13日 星期四
Windows 照片檢視器無法顯示此圖片
reference from https://www.gushiciku.cn/pl/p5RU/zh-tw
解決辦法 換另一個看圖軟體即可 丟到瀏覽器 也能看到圖
一般導致該問題的圖片都是照相機拍出來的,那是因為 Windows 圖片檢視器軟體根本識別不了照片裡的顏色,一直載入一直識別不了造成記憶體不足報警(因為報錯時間極短,不像是過大的資料量溢位,應該是圖片的某些資料超出了該軟體能夠處理的記憶體地址範圍造成的)
訂閱:
文章 (Atom)