急速入门,在这里我们使用RabbitMQ 3.6.5 版本进行操作: - 环境搭建: - 官网地址:http://www.rabbitmq.com/ - 环境描述:Linux(centos7 Redhat7) 1. 首先在Linux上进行一些软件的准备工作,yum下来一些基础的软件包yum inst ...
分类:
其他好文 时间:
2020-06-03 00:47:25
阅读次数:
95
视频渲染 libSDL 1.libSDL,他可以为开发者提供面向libSDL的API编程,libSDL内部会解决多个平台的OpenGL上下文环境以及窗口管理问题,开发者只需要交叉编译到各自的平台上就可以做到只写一份代码即可运行在多个平台。其中FFmpeg中的ffplay这一工具就是基于libSDL进 ...
分类:
其他好文 时间:
2020-06-02 22:50:54
阅读次数:
120
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:
其他好文 时间:
2020-06-02 21:41:56
阅读次数:
65
1.安装Tomcat 一路next直到 端口一般不需要更改,如果8080没有有其他web容器在使用的话(继续一路next)选择安装路径 Tomcat服务已存在错误解决方法(报错的内容大概是Can not install Tomcat with the given name because is ex ...
分类:
系统相关 时间:
2020-06-02 11:19:39
阅读次数:
89
{ OpenGL安装安装命令如下:$ sudo apt install build-essential $ sudo apt install libgl1-mesa-dev$ sudo apt install libglu1-mesa-dev $ sudo apt install freeglut3 ...
分类:
系统相关 时间:
2020-06-01 23:40:52
阅读次数:
167
https://learnku.com/docs/laravel-development-environment/7.x/development-environment-windows/8444 https://learnku.com/laravel/wikis/25528 ...
环境搭建: 1. 创建maven的wabapp项目,导入maven坐标: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
其他好文 时间:
2020-06-01 20:33:49
阅读次数:
67
安装条件 Cygwin 官方地址:http://www.cygwin.com/ swoole 官方下载地址:https://github.com/swoole/swoole-src/releases *【选好版本,我这里选的是 cygwin(最新的64位),swoole(4.4.15版本)】 一、分 ...
odoo odoo是一套开源的ERP软件 https://www.odoo.com/zh_CN/ 开发环境 python环境 git pycharm odoo12 postgresql 10.7 nodejs odoo12之后就不需要了 安装 绿色版解压 执行批处理文件 源码安装 https://n ...
分类:
其他好文 时间:
2020-05-31 21:46:56
阅读次数:
144