pplx作为cpprestsdk项目一部分,是ppl并行开发库的一个跨平台移植简略版,依赖boost.asio库支持跨平台。到底简略到什么程度,支持多少功能,性能是否100%copy到了PPL呢。 ...
分类:
其他好文 时间:
2020-06-19 19:17:54
阅读次数:
65
引言:进入本公司后,发现公司框架使用的持久层是beetlsql,按照大佬的说法,这个持久层框架只需要学习半个小时就会使用了。 起初刚进公司时还是传统ssm项目,现在升级使用springboot微服务了。所以自己特意学习整合一下。 1、引入pom.xml中的beetlsql依赖。【其他springbo ...
分类:
数据库 时间:
2020-06-19 16:13:55
阅读次数:
94
centos7中安装zabbix 1、关闭防火墙 # systemctl stop firewalld # setenforce 0 同步时间 # ntpdate pool.ntp.org 2、安装Apache、php、mariadb # yum -y install httpd mariadb m ...
分类:
其他好文 时间:
2020-06-19 00:35:29
阅读次数:
86
启动报错如下 ./rabbitmq-server: line 47: erl: command not found 解决方案1 :在rabbitmq-server 中添加erlang的环境变量 # Lazy initialization of threed pool size - if it was ...
分类:
其他好文 时间:
2020-06-18 21:23:53
阅读次数:
78
出现问题 配置了两个不同的docker-compose.yml,使用了相同的网段,导致了在运行第二个yml文件时命令行报错目标网段已存在,报错如下: Creating network "v2_dev" with driver "bridge" ERROR: Pool overlaps with ot ...
分类:
其他好文 时间:
2020-06-18 19:58:35
阅读次数:
131
【Android】SharedPreferences 存储 Android 提供多种选项来保存永久性数据。不同的存储方案取决于不同的需求。 存储选项 共享首选项 在键值对中存储私有原始数据。(SharedPreferences) 内部存储 在设备内存中存储私有数据。 外部存储 在共享的外部存储中存储 ...
分类:
其他好文 时间:
2020-06-18 11:07:22
阅读次数:
57
# 安装补丁包# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim# 禁用防火墙# systemctl stop firewalld && systemct ...
分类:
其他好文 时间:
2020-06-18 01:44:16
阅读次数:
65
实现功能包括:用户列表,搜索,新建和编辑。用户数据:用户名,类型,有效期,备注。 一、从vue-element-admin复制文件: vue-admin-template\src\layout\components\Pagination文件夹 vue-admin-template\src\utils ...
分类:
其他好文 时间:
2020-06-18 01:41:36
阅读次数:
66
金额=单价*数量 示例: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script type="text/javascript" src="js/jquery-1.10.2. ...
分类:
Web程序 时间:
2020-06-17 18:36:38
阅读次数:
73
父组件: DOM部分 <el-table-column prop="img" :label="label" width="180"> <template slot-scope="scope"> <div class="img-wrap"> <img v-lazy="scope.row.album.p ...
分类:
其他好文 时间:
2020-06-17 12:41:24
阅读次数:
159