会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一路繁花似锦绣前程
失败的越多,成功才越有价值
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
7
8
9
10
11
12
13
14
15
···
27
下一页
2021年6月29日
vue项目锚点动画滚动
摘要: <template> <div> <h2 ref="目录">目录</h2> <ul style="list-style-image:radial-gradient(transparent, green, transparent);"> <li @click="$refs.第一章.scrollInto
阅读全文
posted @ 2021-06-29 16:23 一路繁花似锦绣前程
阅读(192)
评论(0)
推荐(0)
编辑
2021年6月21日
docker安装redis
摘要: ###一、docker安装redis docker pull redis:latest docker run -itd --name redis-test -p 6379:6379 redis
阅读全文
posted @ 2021-06-21 15:40 一路繁花似锦绣前程
阅读(80)
评论(0)
推荐(0)
编辑
2021年6月16日
springsecurity密码模式项目实战
摘要: ###一、springsecurity密码模式项目实战 ####1、前言 a、整体框架spring-cloud-alibaba-nacos + spring-security + jwt + redis ####2、认证服务器 #####a、认证服务器pom.xml <!-- Spring Secu
阅读全文
posted @ 2021-06-16 12:44 一路繁花似锦绣前程
阅读(339)
评论(0)
推荐(0)
编辑
2021年6月15日
构建javaweb服务的docker镜像和容器化启动服务
摘要: ###一、构建javaweb服务的docker镜像和容器化启动服务 #####1、开启docker远程访问 a、vi /lib/systemd/system/docker.service b、在ExecStart=后追加如下配置 -H tcp://0.0.0.0:2375 -H unix:///va
阅读全文
posted @ 2021-06-15 16:54 一路繁花似锦绣前程
阅读(248)
评论(0)
推荐(0)
编辑
spring-cloud-alibaba-gateway
摘要: ###一、spring-cloud-alibaba-gateway #####1、pom.xml <!-- gateway 路由网关依赖 webflux--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>
阅读全文
posted @ 2021-06-15 13:35 一路繁花似锦绣前程
阅读(101)
评论(0)
推荐(0)
编辑
markdown-记笔记常用语法
摘要: [TOC] ###一、大标题 #####1、小标题 + 列表 ``` hello world!!! ``` > 最外层 > > 第一层嵌套 > > > 第二层嵌套 |表头|表头|表头| | | | | |单元格|单元格|单元<br/>格| |单元格|单元格|单元格| ![alt 属性文本](图片地址
阅读全文
posted @ 2021-06-15 12:55 一路繁花似锦绣前程
阅读(38)
评论(0)
推荐(0)
编辑
2021年6月9日
java-生成公私钥命令
摘要: # 生成密钥证书文件(需要jdk环境) keytool -genkeypair -alias oauth2 -keyalg RSA -keypass oauth2 -keystore oauth2.jks -storepass oauth2 # 获取公钥命令(需要安装OpenSSL) keytool
阅读全文
posted @ 2021-06-09 14:50 一路繁花似锦绣前程
阅读(341)
评论(0)
推荐(0)
编辑
2021年6月8日
阿里云oss文件服务器
摘要: ###阿里云oss文件服务器 #####1、开始 a、创建bucket,并设置为公共读权限 b、创建用户,访问方式为编程访问 c、为用户创建accesskey,并开启用户的oss权限 d、application.yml aliyun: # 要带上 https:// ,上传时要使用的 endpoint
阅读全文
posted @ 2021-06-08 17:18 一路繁花似锦绣前程
阅读(807)
评论(0)
推荐(0)
编辑
mybatis-mapper.xml一个标签支持执行多个sql语句
摘要: 例如: <update id="updateUserInfo"> UPDATE dcy_article SET nick_name = #{nickName} , user_image = #{userImage} WHERE user_id = #{userId}; -- 注意,最后加上英文分号
阅读全文
posted @ 2021-06-08 16:03 一路繁花似锦绣前程
阅读(2521)
评论(0)
推荐(1)
编辑
2021年6月7日
docker安装nacos
摘要: ###三、docker安装nacos docker pull nacos/nacos-server:1.3.2 docker run --name nacos-test -e MODE=standalone -p 8848:8848 -d nacos/nacos-server:1.3.2 默认登录账
阅读全文
posted @ 2021-06-07 13:24 一路繁花似锦绣前程
阅读(105)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
27
下一页