3 王庆_日报_2024.12.25
wangqing edited this page 2024-12-31 09:48:48 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2024/12/25 日报

做了什么

  • 优化重置脚本重置data.db出现只能读取不能写入的问题程序日志显示"err := c.store.Create(cache)"err":"attempt to write a readonly database (1032)"}

  • windows 批处理添加点击索取管理员权限再bat业务代码前添加如下代码

@echo off

%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit

cd /d "%~dp0"

通过vbscript脚本来重新打开

学到了什么

  • shell脚本的一些具体写法

哪里还需要学习

  • shell脚本的深入学习