上一页 1 2 3 4 5 6 ··· 45 下一页
摘要: 安装qtCreater sudo pacman -S qtcreator 中文界面 sudo pacman -S qt5-translations 说明文档 sudo pacman -S qt5-doc 安装例子 sudo pacman -S qt5-examples 缺少某些模块的时候 查找模块 阅读全文
posted @ 2021-09-03 22:24 自由出土文物 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 下载 git clone https://github.com/colin-chang/jira-confluence.git cd jira-confluence jira sudo mkdir jira mysql sudo chmod -R 777 jira 修改 docker-compose 阅读全文
posted @ 2021-07-14 12:51 自由出土文物 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 直接上代码,估计以后未必用,留着备忘吧 package main import ( "github.com/gogf/gf/container/glist" "github.com/gogf/gf/frame/g" "github.com/gogf/gf/net/ghttp" "time" ) fu 阅读全文
posted @ 2021-06-18 08:21 自由出土文物 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 设置环境变量 vim ~/.profile export HADOOP_HOME=/home/mmc/hadoop hadoop 配置 vim etc/hadoop/hadoop-env.sh export JAVA_HOME=/opt/java/jdk1.8.0_151 vim etc/hadoo 阅读全文
posted @ 2021-06-01 09:19 自由出土文物 阅读(34) 评论(0) 推荐(0) 编辑
摘要: pamac build --noconfirm anydesk-bin 阅读全文
posted @ 2021-05-29 07:41 自由出土文物 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 安装 yay -S --noconfirm sunloginclient 注意一下,service不要enable,每次手动 sudo systemctl start runsunloginclient.service 阅读全文
posted @ 2021-05-20 16:08 自由出土文物 阅读(946) 评论(1) 推荐(0) 编辑
摘要: 装系统的时候,选开源驱动 阅读全文
posted @ 2021-05-15 20:47 自由出土文物 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 测试环境 mkdir -p ~/projects/docker/milvus/conf/ curl https://raw.githubusercontent.com/milvus-io/milvus/v1.0.0/core/conf/demo/server_config.yaml -o ~/pro 阅读全文
posted @ 2021-05-06 14:06 自由出土文物 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 某天,debian日常apt更新,提示错误 W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease: 由于没有公钥,无法验证下列签名 阅读全文
posted @ 2021-04-29 21:29 自由出土文物 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: 安装cargo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh vscode插件, gdb打印的参数不全,会丢失变量,用lldb ext install rust-lang.rustext install vadimcn. 阅读全文
posted @ 2021-04-28 21:29 自由出土文物 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 45 下一页