ZhangZhihui's Blog  
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 78 下一页

2023年5月2日

摘要: Use 'git commit -m <commit_message> -- <path_to_file>' to commit a single file. 阅读全文
posted @ 2023-05-02 15:43 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0) 编辑
 
摘要: 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 阅读全文
posted @ 2023-05-02 14:58 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2023-04-04 10:12 ZhangZhihuiAAA 阅读(37) 评论(0) 推荐(0) 编辑

2023年3月25日

摘要: scnzzh: ~ >cat zzh.py print('aaa\n' + 'bbb') print('aaa\n'.strip() + 'bbb') scnzzh: ~ >python zzh.py aaa bbb aaabbb 阅读全文
posted @ 2023-03-25 12:55 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: 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 阅读全文
posted @ 2023-03-25 09:52 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2023-02-11 16:06 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2023-02-10 16:30 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0) 编辑

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> 阅读全文
posted @ 2023-02-04 17:15 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑

2023年2月3日

摘要: [~/incoming]$>etl gpg --passphrase /home/etlrun/decrypt_passphrase.pw --decrypt 20230116.pgp ... gpg: public key decryption failed: Permission denied 阅读全文
posted @ 2023-02-03 14:19 ZhangZhihuiAAA 阅读(111) 评论(0) 推荐(0) 编辑

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' 阅读全文
posted @ 2023-01-25 11:15 ZhangZhihuiAAA 阅读(69) 评论(0) 推荐(0) 编辑
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 78 下一页