logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

PlantUML在vscode中的使用

安装搜索 PlantUML 进行安装使用使用文档: https://plantuml.com/zh/VScode 渲染使用命令 option + d使用文档@startumlAlice -> Bob: Authentication RequestBob --> Alice: Authentication ResponseAlice -> Bob: Another authenti

#uml
PlantUML在vscode中的使用

安装搜索 PlantUML 进行安装使用使用文档: https://plantuml.com/zh/VScode 渲染使用命令 option + d使用文档@startumlAlice -> Bob: Authentication RequestBob --> Alice: Authentication ResponseAlice -> Bob: Another authenti

#uml
阿里云Serverless实践

阿里云ServerLess最佳实践,Serverless的全称是Serverless computing无服务器运算

#阿里云#serverless#前端
jira-trigger-jenkins

jira-trigger-jenkinsJIra 状态发生变化时通知Jenkins进行动作执行import com.atlassian.jira.component.ComponentAccessorimport com.atlassian.jira.issue.Issue;import com.atlassian.jira.issue.comments.CommentManagerimport

#devops#jira#jenkins
jenkins部署,访问地址添加前缀

/usr/local/java/bin/java-Djava.awt.headless=true-DJENKINS_HOME=/opt/jenkins-jar /usr/lib/jenkins/jenkins.war--logfile=/var/log/jenkins/jenkins.log--webroot=/var/cache/jenkins/war--httpPort=8080--debug

#jenkins
为 Git branch 命令添加描述功能

本文介绍了一种为Git分支添加描述功能的解决方案。通过在项目根目录创建.gitbranch文件存储分支描述,并配置Git别名命令git branch.note来实现分支管理。该命令支持添加、查看和清空分支描述,格式为"|分支名|描述|",操作简单透明。配置方法包括创建.gitbranch文件和设置Git别名,使用示例展示了如何添加、查看和删除分支说明。这一方案提升了分支管理的可

#git#elasticsearch#数据库
流式操作接收大模型返回的数据

【代码】流式操作接收大模型返回的数据。

文章图片
#前端
到底了