ZhangZhihui's Blog |
|
||
2023年5月2日
摘要:
Use 'git commit -m <commit_message> -- <path_to_file>' to commit a single file. 阅读全文
摘要:
1. Use 'git log' to view the history of commits and get the commit ID of the commit you want to revert the file to. 2. Use 'git checkout <the commit I 阅读全文
2023年4月4日
摘要:
C:\Windows\System32>sfc /scannow Beginning system scan. This process will take some time. Beginning verification phase of system scan.Verification 100 阅读全文
2023年3月25日
摘要:
scnzzh: ~ >cat zzh.py print('aaa\n' + 'bbb') print('aaa\n'.strip() + 'bbb') scnzzh: ~ >python zzh.py aaa bbb aaabbb 阅读全文
摘要:
zzh1.py: import os.path print(os.path.dirname(__file__)) abs_file_dir = os.path.abspath(os.path.dirname(__file__)) print(abs_file_dir) a = abs_file_di 阅读全文
2023年2月11日
摘要:
Download extention SwitchyOmega from chrome we store. Create a proxy profile, and choose it as Startup Profile: Check chrome setting to verify if it i 阅读全文
2023年2月10日
摘要:
Create a new email. Right click in the edit area, select item 'Paragraph...'. Select tab 'Asian Typography'. Click 'Options...' button. Uncheck 'Parag 阅读全文
2023年2月4日
摘要:
To turn off highlighting until the next search: :noh Or turn off highlighting completely: set nohlsearch Or, to toggle it: set hlsearch! nnoremap <F3> 阅读全文
2023年2月3日
摘要:
[~/incoming]$>etl gpg --passphrase /home/etlrun/decrypt_passphrase.pw --decrypt 20230116.pgp ... gpg: public key decryption failed: Permission denied 阅读全文
2023年1月25日
摘要:
The file was encryted by customer with our public key. It can be decrypted (by us with our private key), but got this error. After importing customer' 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |