上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页
  2021年2月5日
摘要: //搭建环境 //package.json文件 npm init //安装webpack npm install webpack -g npm install webpack-cli -g //简单打包 webpack ./a.js ./bundle.js 阅读全文
posted @ 2021-02-05 20:47 biind 阅读(64) 评论(0) 推荐(0)
  2021年1月19日
摘要: 1. 2. 3. 阅读全文
posted @ 2021-01-19 09:47 biind 阅读(90) 评论(0) 推荐(0)
摘要: 1.java jdk 安装 2.jdk 环境变量配置 3.jmeter环境变量配置 三 jmeter环境变量配置 JMETER_HOME E:\学习软件\apache-jmeter-5.4\apache-jmeter-5.4 CLASSPATH %JMETER_HOME\lib\ext\Apache 阅读全文
posted @ 2021-01-19 09:40 biind 阅读(102) 评论(0) 推荐(0)
摘要: 1.下载 2.安装 3.使用 一 下载 地址:http://jmeter.apache.org/download_jmeter.cgi apache-jmeter-5.4.zip 二 安装 免安装,解压后使用。 三 使用 1.汉化 bin/jmeter.properties 修改37行:langua 阅读全文
posted @ 2021-01-19 09:35 biind 阅读(117) 评论(0) 推荐(0)
  2021年1月12日
摘要: 阅读全文
posted @ 2021-01-12 08:09 biind 阅读(69) 评论(0) 推荐(0)
  2020年12月3日
摘要: 1.发布订阅 2.主从配置 参考:https://www.runoob.com/redis/redis-conf.html 一 发布订阅 cmd打开另一个窗口redis-cli.exesubscribe channel1 cmd打开另一个窗口redis-cli.exepublish channel1 阅读全文
posted @ 2020-12-03 21:56 biind 阅读(100) 评论(0) 推荐(0)
  2020年11月21日
摘要: 1.读取配置文件 2.处理跨域问题(过滤器/@CrossOrigin注解) 一 读取配置文件 1.1@Value注解 默认读取application.properties,中文会乱码 1.2 @ConfigurationProperties @PropertySource application.p 阅读全文
posted @ 2020-11-21 11:06 biind 阅读(787) 评论(0) 推荐(0)
摘要: 工具:idea 1.maven工程 2.springboot入门程序 一 maven工程 二 springboot入门程序 2.1依赖包 2.2启动类 2.3控制器 2.4启动,浏览器调用get请求 http://localhost:8080/test 2.5 运行jar包。 java -jar s 阅读全文
posted @ 2020-11-21 10:09 biind 阅读(285) 评论(0) 推荐(0)
  2020年10月12日
摘要: 1.vuex保持的数据,在页面刷新后,丢失 2.vuex-persistedstate 解决持久化问题 一 安装 npm install --save vuex-persistedstate 二 配置 底层:sessionStorage / cookie import Vue from 'vue' 阅读全文
posted @ 2020-10-12 08:10 biind 阅读(586) 评论(1) 推荐(0)
  2020年10月6日
摘要: 1.安装 npm install vuex --save 2.引入 a) 新增store/store.js b)main.js,引入 3.使用 <button @click="$store.commit('add')">+</button><button @click="$store.commit( 阅读全文
posted @ 2020-10-06 11:22 biind 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页