10 2024 档案

摘要:1. 映射常用短语 vim ~/.vimrc 当输入mliwl时,会自动转换为自定义内容 iab mliwl <c-r>=strftime("note by liwl, %Y/%m/%d %H:%M:%S")<cr> 同时设置以下参数,加快转换反应时间 set timeoutlen=500 set 阅读全文
posted @ 2024-10-07 16:16 liwl1991 阅读(6) 评论(0) 推荐(0) 编辑
摘要:总结一些bash的特性用法 阅读全文
posted @ 2024-10-07 13:13 liwl1991 阅读(4) 评论(0) 推荐(0) 编辑
摘要:. 阅读全文
posted @ 2024-10-06 16:21 liwl1991 阅读(17) 评论(0) 推荐(0) 编辑
摘要:shell简单使用技巧 阅读全文
posted @ 2024-10-06 16:12 liwl1991 阅读(4) 评论(0) 推荐(0) 编辑
摘要:shell简单使用技巧 阅读全文
posted @ 2024-10-06 16:07 liwl1991 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1. win10安装python 我安装的是python3.12 2. 编辑翻译脚本 申请百度翻译api的key和appid 注意安装相关依赖包:requests win10toast import requests import random import json from hashlib im 阅读全文
posted @ 2024-10-06 10:29 liwl1991 阅读(9) 评论(0) 推荐(0) 编辑