贝隆

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页

2023年3月17日

摘要: ————————————————版权声明:本文为CSDN博主「carcoon」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/carcoon/article/details/114223630 阅读全文
posted @ 2023-03-17 13:51 贝隆 阅读(16) 评论(0) 推荐(0)

摘要: maven安装bin目录中按shift鼠标右击打开管理员命令: mvn deploy:deploy-file -DgroupId= -DartifactId= -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar -Dfile=C:\....\1.0.0-SNAPSHOT 阅读全文
posted @ 2023-03-17 11:20 贝隆 阅读(31) 评论(0) 推荐(0)

2023年2月25日

摘要: 1 # Proxy to the Airsonic server location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; pr 阅读全文
posted @ 2023-02-25 11:16 贝隆 阅读(22) 评论(0) 推荐(0)

2023年1月31日

摘要: aliyun环境docker安装并使用postgres121.拉取postgres镜像docker pull postgres:12 2.检查现有镜像docker images 3.启动postgres容器docker run -d --name pgsql12 -p 5432:5432 -e "P 阅读全文
posted @ 2023-01-31 09:47 贝隆 阅读(361) 评论(0) 推荐(0)

2023年1月16日

摘要: 特殊: 字符串"yyyy-MM-dd"格式的时间想要转换成Date类型同样格式的时候,总是转换不好,会变成英文格式(Sat Mar 23 00:00:00 GMT+08:00 1957)的时间。就试试下面的方法。 //获取的值为"19570323"String dateString = emp.ge 阅读全文
posted @ 2023-01-16 11:23 贝隆 阅读(74) 评论(0) 推荐(0)

2023年1月10日

摘要: oauth2-client在Nginx代理后遇到的问题和解决方案 2020-01-17 2020-05-27 TECH 30 MINUTES READ (ABOUT 4442 WORDS) OAuth2 Client在实际运用过程中遇到的问题 服务程序集成了OAuth2-Client,以便于用户能够 阅读全文
posted @ 2023-01-10 13:46 贝隆 阅读(164) 评论(0) 推荐(0)

2022年12月20日

摘要: 1.统计代码 pipeline { agent any parameters { choice( description: '你需要选择当前哪个分支进行统计 ?', name: 'branchNow', choices: ['release-v2.0.0', 'release-v1.1.1','ma 阅读全文
posted @ 2022-12-20 17:43 贝隆 阅读(231) 评论(0) 推荐(0)

2022年11月2日

摘要: 本地目录: gradle-wrapper.properties distributionUrl=file\:///D:/\.gradle/gradle-7.3-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dis 阅读全文
posted @ 2022-11-02 22:33 贝隆 阅读(57) 评论(0) 推荐(0)

2022年9月14日

摘要: https://www.jianshu.com/p/8e946b14d8f2 一、springboot 项目流水线配置 1.1 参数化构建页面 参数化构建的操作页面 1.2 配置 第一页配置 其中下拉选择分支参考本文章:Jenkins配置pipeline选择git分支发布,https://blog. 阅读全文
posted @ 2022-09-14 22:10 贝隆 阅读(31) 评论(0) 推荐(0)

2022年9月13日

摘要: 日常在周末更新相关容器,更新 potainer 2.6.3 后发现所有远程 docker 节点都无法连接了,看了下日志报错是这样的: background schedule error (endpoint snapshot). Unable to create snapshot (endpoint= 阅读全文
posted @ 2022-09-13 17:38 贝隆 阅读(243) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 17 下一页