会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
理舞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
30
下一页
2020年1月16日
springcloud gateway解决跨域问题
摘要: /** * 跨域允许 */ @Configuration public class CorsConfig { @Bean public WebFilter corsFilter() { return (ServerWebExchange ctx, WebFilterChain chain) -> {
阅读全文
posted @ 2020-01-16 11:38 理舞
阅读(6379)
评论(0)
推荐(1)
2019年12月12日
docker-compose-volumes的说明
摘要: 请前往博客:https://www.cnblogs.com/lori/archive/2018/10/24/9843190.html
阅读全文
posted @ 2019-12-12 09:59 理舞
阅读(1165)
评论(0)
推荐(0)
2019年12月3日
docker在Linux上安装
摘要: 一、centos 1)Uninstall old versions yum remove docker docker-client docker-client-latest \ docker-common docker-latest docker-latest-logrotate \ docker-
阅读全文
posted @ 2019-12-03 21:00 理舞
阅读(160)
评论(0)
推荐(0)
2019年12月2日
docker下安装svn-server
摘要: 参考资料,搭建过程比较详细:https://www.jianshu.com/p/a25fac7e7811 我按照上面资料搭建后,将其重新制作成了新的镜像theorydance/svn-server:1.0,设置的用户名:theorydance / 123456 占用的宿主机目录/data/svn/r
阅读全文
posted @ 2019-12-02 08:35 理舞
阅读(1179)
评论(0)
推荐(0)
2019年11月27日
比较有用的博客或文章链接收藏
摘要: 1、maven私服搭建:https://blog.csdn.net/zn353010922/article/details/79441122 2、jeecg-boot技术文档:http://jeecg-boot.mydoc.io/ 3、centos快速安装java环境:http://www.imoo
阅读全文
posted @ 2019-11-27 16:06 理舞
阅读(191)
评论(0)
推荐(0)
activiti环境安装
摘要: 使用Eclipse安装activiti插件的时候,没有安装成功,参考这边文章才成功,链接:https://jingyan.baidu.com/article/4dc408480d4201c8d846f154.html 这里主要记录一下,eclipse本地插件的安装,在编辑site的时候: Name:
阅读全文
posted @ 2019-11-27 15:41 理舞
阅读(128)
评论(0)
推荐(0)
springboot中使用h2数据库(内存模式)
摘要: 使用H2的优点,不需要装有服务端和客户端,在项目中包含一个jar即可,加上初始化的SQL就可以使用数据库了 在springboot中引入,我的版本是2.1.4,里面就包含有h2的版本控制 <!-- 集成h2数据库 --> <dependency> <groupId>com.h2database</g
阅读全文
posted @ 2019-11-27 11:44 理舞
阅读(5899)
评论(0)
推荐(1)
2019年11月23日
服务器端口情况
摘要: 端口情况:21 ftp服务22 ssh连接23 telnet 远程登登陆25 SMTP服务器53 DNS服务开放端口80 http端口443 https1443 SQLServer默认端口3306 MySQL默认端口5601 kibana默认端口8080 tomcat默认端口,nginx,httpd
阅读全文
posted @ 2019-11-23 09:51 理舞
阅读(308)
评论(0)
推荐(0)
maven私有仓库搭建(nexus)
摘要: 搭建是参考博客:https://blog.csdn.net/zn353010922/article/details/79441122 切换到nexus目录的bin下 启动、状态、停止:./nexus start | status | stop
阅读全文
posted @ 2019-11-23 09:16 理舞
阅读(138)
评论(0)
推荐(0)
mysql扩展百分位函数(类似SUM)
摘要: mysql扩展百分位函数(类似SUM) 参考:https://my.oschina.net/waterbear/blog/1186744 百度搜索:mysql percentile
阅读全文
posted @ 2019-11-23 09:12 理舞
阅读(1145)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
30
下一页