03 2020 档案

摘要:一、前言: 在使用maven管理jar包依赖的时候,为了避免每次都从中央仓库拉取依赖包,使用了nexus做了代理仓库。 docker镜像仓库与nexus私服仓库作用类似,用于将打包好的镜像保存在仓库中方便各开发生产环境镜像拉取存储,减轻环境部署需要的相应操作。 Docker镜像操作,有五个常用的命令 阅读全文
posted @ 2020-03-31 10:04 jiftle 阅读(766) 评论(0) 推荐(0) 编辑
摘要:依赖包报错 module declares its path as... module declares its path as: but was required as: 今天将一部分共用的代码提取出来, 放在 github 以单独项目进行管理. 从另一个库进行依赖的时候, 执行 go mod t 阅读全文
posted @ 2020-03-30 15:53 jiftle 阅读(4499) 评论(0) 推荐(0) 编辑
摘要:你只需使用M交叉环境(MXE)。它消除了整个过程中的痛苦: 得到它: $ git clone https://github.com/mxe/mxe.git 安装构建依赖关系 为Windows构建Qt及其依赖关系和跨构建工具; 这将需要大约一个小时的快速机器与体面的互联网接入; 下载大约500MB: 阅读全文
posted @ 2020-03-29 01:42 jiftle 阅读(1769) 评论(0) 推荐(0) 编辑
摘要:每次brew安装新包的时候必先更新自身,网络慢的时候brew update无限卡死,虽然按一次ctrl C可以跳过,但有时候恰恰是brew本身版本导致的莫名其妙的问题出现,如果不把航空母舰更新了,后面也不会顺利。今天一怒之下,换了阿里镜像,果然一切迎刃而解了(原教派)贴上iterm-bash脚本备查 阅读全文
posted @ 2020-03-29 00:28 jiftle 阅读(1977) 评论(0) 推荐(0) 编辑
摘要:package main import ( "os" "ttqt/uigen" "fmt" "github.com/therecipe/qt/core" "github.com/therecipe/qt/widgets" ) func main() { _translate := core.QCor 阅读全文
posted @ 2020-03-25 17:54 jiftle 阅读(6845) 评论(0) 推荐(0) 编辑
摘要:1、问题描述QtCreator第一次编译时,报错GL/gl.h: No such file or directory错误信息如下:/home/Qt5.6.3/5.6.3/gcc_64/include/QtGui/qopengl.h:136: error: GL/gl.h: No such file 阅读全文
posted @ 2020-03-25 12:09 jiftle 阅读(4190) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示