Mysql编译安装8.0.19 准备工作 GCC boots Red Hat系 7.x: 8.x: boost 解压 创建临时bld文件夹 编译与安装 cmake 先去 "官网" 下载: 安装了boost的可以不需要: 安装位置与数据位置根据需要自定义: 编译和安装 这里笔者遇到了libstdc++ ...
分类:
数据库 时间:
2020-05-07 15:44:46
阅读次数:
101
spring-cloud-starter-gateway依赖与mvc是不兼容的,如果要引用spring-boot-starter-web需要把mvc排除 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri ...
分类:
编程语言 时间:
2020-05-07 13:56:50
阅读次数:
142
Description: Flyway failed to initialize: none of the following migration scripts locations could be found: classpath:db/migration Action: Review the ...
分类:
其他好文 时间:
2020-05-07 13:43:30
阅读次数:
300
原文: https://www.cnblogs.com/liuxianan/p/linux_install_svn_server.html 安装 使用yum安装非常简单: yum install subversion 配置 2.1. 创建仓库 我们这里在/home下建立一个名为svn的仓库(repo ...
分类:
系统相关 时间:
2020-05-05 20:21:08
阅读次数:
80
转自我的个人博客《U盘安装Proxmox VE(二)》 上一篇《U盘安装Proxmox VE(一)》制作好启动盘后,插入U盘,设置bios从U盘启动,开始安装pve。一、安装设置选择Install Proxmox VE后,不再报错no cdrom found,但是自检过后出现白屏,鼠标可以正常移动, ...
分类:
其他好文 时间:
2020-05-05 11:13:27
阅读次数:
255
推荐插件: C/C++(建议关闭补全和错误提示功能,因为实在是太烂了) ccls clangd Code Runner Cmake CMake Tools 其他好用的插件: GNU Assembler Language Support Bracket Pair Colorizer 2 Visual ...
分类:
编程语言 时间:
2020-05-05 10:39:40
阅读次数:
734
Pybind11 是一个轻量级只包含头文件的库,用于 Python 和 C++ 之间接口转换,可以为现有的 C++ 代码创建 Python 接口绑定。Pybind11 通过 C++ 编译时的自省来推断类型信息,来最大程度地减少传统拓展 Python 模块时繁杂的样板代码, 已经实现了 STL 数据结... ...
分类:
编程语言 时间:
2020-05-04 17:01:44
阅读次数:
74
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development ...
分类:
Web程序 时间:
2020-05-04 13:26:42
阅读次数:
81
sql语法错误 正确写法 传递的参数 (mybatis中) sql写法 还有一个错误:在批量删除时,如果传递 string a="1,2,3,4"; 那么删除只能删除一个,所以只能使用foreach循环; ...
分类:
其他好文 时间:
2020-05-04 09:28:25
阅读次数:
70
1、资源介绍 Linux发行版:Ubuntu16.04 板子:x210(kernel:2.6.35,SoC:S5PV210) toolchain:gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) cmake 3.5.1 参考博客 2、基础认识 mosqu ...
分类:
其他好文 时间:
2020-05-03 22:01:02
阅读次数:
88