上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页
摘要: /** * 跨域允许 */ @Configuration public class CorsConfig { @Bean public WebFilter corsFilter() { return (ServerWebExchange ctx, WebFilterChain chain) -> { 阅读全文
posted @ 2020-01-16 11:38 理舞 阅读(6287) 评论(0) 推荐(1) 编辑
摘要: 请前往博客:https://www.cnblogs.com/lori/archive/2018/10/24/9843190.html 阅读全文
posted @ 2019-12-12 09:59 理舞 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 一、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 理舞 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 参考资料,搭建过程比较详细:https://www.jianshu.com/p/a25fac7e7811 我按照上面资料搭建后,将其重新制作成了新的镜像theorydance/svn-server:1.0,设置的用户名:theorydance / 123456 占用的宿主机目录/data/svn/r 阅读全文
posted @ 2019-12-02 08:35 理舞 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: 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 理舞 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 使用Eclipse安装activiti插件的时候,没有安装成功,参考这边文章才成功,链接:https://jingyan.baidu.com/article/4dc408480d4201c8d846f154.html 这里主要记录一下,eclipse本地插件的安装,在编辑site的时候: Name: 阅读全文
posted @ 2019-11-27 15:41 理舞 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 使用H2的优点,不需要装有服务端和客户端,在项目中包含一个jar即可,加上初始化的SQL就可以使用数据库了 在springboot中引入,我的版本是2.1.4,里面就包含有h2的版本控制 <!-- 集成h2数据库 --> <dependency> <groupId>com.h2database</g 阅读全文
posted @ 2019-11-27 11:44 理舞 阅读(5538) 评论(0) 推荐(1) 编辑
摘要: 端口情况: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 理舞 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 搭建是参考博客:https://blog.csdn.net/zn353010922/article/details/79441122 切换到nexus目录的bin下 启动、状态、停止:./nexus start | status | stop 阅读全文
posted @ 2019-11-23 09:16 理舞 阅读(126) 评论(0) 推荐(0) 编辑
摘要: mysql扩展百分位函数(类似SUM) 参考:https://my.oschina.net/waterbear/blog/1186744 百度搜索:mysql percentile 阅读全文
posted @ 2019-11-23 09:12 理舞 阅读(1129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页