qt6 跨平台交叉编译 配置全流程
注意事项:本博客所有指令千万不要直接复制执行,因为用户名不一样! 若使用WSL2
注意事项:本博客所有指令千万不要直接复制执行,因为用户名不一样! 若使用WSL2
在电脑没有maven的情况下 curl -Nkl https://raw.githubusercontent.com/takari/maven-wrapper/master/mvnw | bash 电脑有maven的情况下 mvn wrapper:wrapper
sudo fallocate -l 8G /swapfile # 设置权限 sudo chmod 600 /swapfile # 格式化为交换分区 sudo mkswap /swapfile sudo swapon /swapfile # 验证结果 free -h 将上面的交换空间持久
// 1. 脚本部分:获取数据并传递 const responseData = pm.response.json(); const messages = responseData.data || []; // 2. HTML 模板 const template = ` <div id="s
前往 https://www.rabbitmq.com/community-plugins.html 下载rabbitmq延迟插件 rabbitmq-plugins enable rabbitmq_delayed_message_exchange
列出所有用户名 cut -d: -f1 /etc/passwd 强制切换到某个用户 sudo su - 用户名
先切换到分支A git checkout master 开始合并到暂存区,但是不提交 git merge --squash copilot/add-clash-management-tab
# 先移除现有的 origin git remote remove origin # 添加带有用户名的地址 git remote add origin https://该仓库拥有者@github.com/仓库路径.git # 再次尝试推送 git push -u origin main
miwifi-webinitrd-oNThyBYfsXUdkDNIMPrHSsFwFrIjvyxs.conf default-locations-GRpPQdtokCsWGTAkSlvNspJWAEJHSQPu.conf 80-BmChboGHQLNFNYZVieElwsyylcOgasTc.con
分支树 git log --graph --oneline --all --decorate 设置别名:git tree git config --global alias.tree "log --graph --oneline --all --decorate" 分支 当前分支 git branc