logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

第一章:创建一个空的Spring boot项目

从Spring的官网上,创建一个spring boot 项目:https://start.spring.io/使用idea打开该项目,就可以运行了。。。项目的源码地址:https://gitee.com/gzsjd/fast项目使用的工具版本:InterlloJ IDEA 2020.1Mysql 8.0.15Redis 5.0.3前端WebStorm 2020.1nodenpmvueelement

#spring boot
VUE element UI 搭建

VUE的环境安装这里就不多说了,我们直接开始element UI的安装。推荐使用开源中国的码云:Gitee - 基于 Git 的代码托管和研发协作平台创建好了过后,在从码云上,把仓库拉取到本地来。这里在执行之前,要注意一下目录跟项目名称,覆盖到我们本地从git拉取来的就行。当然你也可以先新建好项目过后在上传到git上去。我是一路回车等待完成过后,就可以运行了。到这里,我们的vue项目就创建起来了,

#vue.js#ui#前端
Java调用百度API将GPS坐标转为百度地图坐标

本文使用的是百度地图提供的API来进行转换:百度坐标转换API坐标转换服务每日请求次数上限为10万次,每次最多支持100个坐标点的转换,若需更高配额,请申请开发者认证以获取更高配额和更及时技术支持。可能申请开发者认证后,调用的配额可能会有所提高吧。具体的参数我就不说了,直接来事例:import java.io.BufferedReader;import java.io.Input

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe

在Mysql集群中创建用户时、出现如下错误!mysql> create user 'testuse'@'localhost' identified by '111111';ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe

在Mysql集群中创建用户时、出现如下错误!mysql> create user 'testuse'@'localhost' identified by '111111';ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this

openresty 网关rsa+aes+redis鉴权解密

之前使用了openresty进行了rsa跟aes的加解密测试。现在我们整合一下、使用openresty连接redis做鉴权、解密。之前提到过,我们不使用cookie而是使用token来认证用户信息。而且token是我们自己加密的、加密的规则就是使用aes进行加密。我们再来缕一缕整个流程。客户端(浏览器)流程:第一步:先获取token(临时token),返回的token是aes加密的,这里的密钥我们

暂无文章信息