[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render fun... ...
分类:
其他好文 时间:
2020-07-12 18:50:22
阅读次数:
74
jmeter+ant+jenkins接口自动化测试框架 安装jmeter 略 安装及配置ant 目录结构设计参见msi\d\Test\ 注意在ant\lib下新增两个jar包: ant-jmf.jar ant-jmf-1.1.1.jar 自定义TestAuto/pc/build.xml from邮箱 ...
分类:
其他好文 时间:
2020-07-12 18:27:28
阅读次数:
77
首先记录一下遇见的问题:1.使不同的小兵分别移动到不同的目的地——已解决,sources数组改下标就好。 每个mode中的代码中,以roleUpgrader教程代码为例: 1 var roleUpgrader = { 2 3 /** @param {Creep} creep **/ 4 run: f ...
分类:
其他好文 时间:
2020-07-12 17:14:41
阅读次数:
143
Ceph 学习目录: CEPH 部署完整版(CentOS 7 + luminous) Ceph - RBD 操作 Ceph - Dashboard 环境: IP地址 主机名 192.168.118.14 ceph-node1 192.168.118.15 ceph-node2 192.168.118 ...
分类:
其他好文 时间:
2020-07-12 16:58:42
阅读次数:
95
前序中序序列建立二叉树: //in[]和pre[]数组存放二叉树的中序和前序遍历序列 node* build(int preL,int preR,int inL,int inR){ if(preL>preR) return NULL; node* root=(node*)malloc(sizeof( ...
分类:
其他好文 时间:
2020-07-12 16:46:02
阅读次数:
85
ShardingJDBC分库分表配置 #端口 server.port = 56082 #应用名 spring.application.name = shopping #该配置运行环境为本地,dev开发,qas测试,prd生产 spring.profiles.active = local #项目路径l ...
分类:
数据库 时间:
2020-07-12 16:36:20
阅读次数:
75
在pom.xml中加上以下标签 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>12</maven.compiler.source> <mav ...
分类:
其他好文 时间:
2020-07-12 14:58:02
阅读次数:
65
重启了centos后,发现k8s没有正常启动 # kubectl get nodes 提示无法正常连接,查看k8s是否正常启动 # systemctl status kubelet 提示:Active: activating (auto-restart) (Result: exit-code) 查看 ...
分类:
其他好文 时间:
2020-07-12 14:43:02
阅读次数:
141
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...