摘要:
1.分支推送过程中突然出现 将分支推送到远程存储库时遇到错误: Git failed with a fatal error.'master' does not appear to be a git repository Could not read from remote repository. 解 阅读全文
阅读排行榜
Windows 相关的命令
2011-03-04 10:47 by Lecone.JY.HU, 160 阅读, 收藏,
摘要:
1.远程桌面:mstsc /admin 2.Windows DirectX诊断工具: dxdiag 阅读全文
vnext+sqlite3+sqlcipher
2022-08-16 15:00 by Lecone.JY.HU, 147 阅读, 收藏,
摘要:
1.在abp.io网站上创建项目并选择数据库为sqlite。 2.默认情况下,sqlite是不加密的。 3.打开appsettings.json "ConnectionStrings": { "Default": "Data Source=de.db;//You need to change to 阅读全文
批处理文件管理员启动cmd运行程序
2022-08-25 12:46 by Lecone.JY.HU, 135 阅读, 收藏,
摘要:
@ECHO OFF setlocal EnableDelayedExpansion title 添加服务配置 PUSHD %~DP0 & cd /d "%~dp0" %1 %2 mshta vbscript:createobject("shell.application").shellexecute 阅读全文
wails编译32位程序
2024-05-17 11:08 by Lecone.JY.HU, 132 阅读, 收藏,
摘要:
//编译32程序 可用wails build -platform windows/386 -ldflags "-H windowsgui" //编译64程序wails build -platform windows/amd64 -ldflags "-H windowsgui" 阅读全文
浙公网安备 33010602011771号