logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Sentinel 下载安装

下载地址https://github.com/alibaba/Sentinel/releases/tag/1.7.0启动java-jar sentinel-dashboard-1.7.0.jar 默认端口8080默认账号密码都是sentinel

linux centos7下安装mysql5.7.22

下载地址:https://downloads.mysql.com/archives/community/安装依赖 :yum install -y cmake make gcc gcc-c++ libaio ncurses ncurses-devel解压tar -zxvf mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz...

sentinel 下载启动

文档地址:https://github.com/alibaba/Sentinel/wiki/%E6%96%B0%E6%89%8B%E6%8C%87%E5%8D%97下载地址:https://github.com/alibaba/Sentinel/releases启动命令java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost

#java#sentinel
docker 进入,退出容器命令

进入容器命令:docker attach 容器ID或者docker exec -it 容器ID /bin/bash或者docker exec -it 容器的name bash退出容器命令exit或者Ctrl+P+Q

python + selenium 自动化搭建

先安装好python环境(默认你们安装)检查是否安装: cmd 直接打python下载python的selenium安装包Python3.4的标准库里就有现成的pip工具,可以用pip安装selenium:pip install selenium下载谷歌的驱动包(找到适合自己浏览器的版本)http://chromedriver.storage.googleapis.com...

java 实现微信小程序接口

使用weixin-java-miniapp实现微信小程序登录接口,我们使用开源的包maven 依赖<dependency><groupId>com.github.binarywang</groupId><artifactId>weixin-java-miniapp</artifactId><version>3.9.0</

Sentinel 下载安装

下载地址https://github.com/alibaba/Sentinel/releases/tag/1.7.0启动java-jar sentinel-dashboard-1.7.0.jar 默认端口8080默认账号密码都是sentinel

史上最全的 axios 工具封装

npm使用国内淘宝镜像的方法npm install -g cnpm --registry=https://registry.npm.taobao.orgnpm 导入axios 包cnpm install axios -save封装要点统一的url配置统一的api请求request(请求)拦截器。例如:带上token等,设置请求头respon (响应) 拦...

uni-app如何获取当前页面路由

方法一:用官方方法getcurrentpages先获取所有数组,然后取最后一个数组,再去获取路由let routes = getCurrentPages(); // 获取当前打开过的页面路由数组let curRoute = routes[routes.length - 1].route // 获取当前页面路由,也就是最后一个打开的页面路由方法二:用官方已经挂在的$mp变量获取,其实和上述方法基本上

uniapp中使用高德地图

/** 异步创建script标签*/export default function MapLoader () {return new Promise((resolve, reject) => {if (window.AMap) {resolve(window.AMap)} else {var script = document.createElement('script')script.ty

暂无文章信息