摘要: 报错内容 "The current Flask app is not registered with this 'SQLAlchemy' instance. Did you forget to call 'init_app', or did you create multiple 'SQLAlche 阅读全文
posted @ 2025-03-23 05:18 天长tianchang 阅读(49) 评论(0) 推荐(0)
摘要: 接上一篇 程序路径:powershell.exe 用powershell来执行文件 命令参数:-File getmessage.ps1 执行文件 :getmessage.ps1 工作目录:xxx #getmessage.ps1 # 执行 Get-VpnConnection 命令,仅获取名为 'cjc 阅读全文
posted @ 2024-04-24 17:03 天长tianchang 阅读(3) 评论(0) 推荐(0)
摘要: 一直觉得win键调出vpn在开关的操作很繁琐,于是想办法弄一个powershell脚本挂在sao utils这个软件上使用 查看连接的命令为 Get-VpnConnection -Name 'eee' eee是vpn名字 连接和断开vpn的命令为 # vpn-conn.ps1 rasdial CD 阅读全文
posted @ 2024-04-23 03:03 天长tianchang 阅读(4) 评论(0) 推荐(0)