logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

maven打包将依赖打包到target目录中

package打包后会自动将依赖的group为com.xxx.xxx的jar包放到target/dependency目录中。pom.xml的build/plugins节添加。

#maven#java
superset 图标调整

superset docker方式安装系统为debian 9安装路径为/usr/local/lib/python3.6/site-packages/superset/web页面左上角图标路径为:static/assets/images/superset-logo@2x.png采用Flask框架页面在views/中,core.py中#欢迎页面@e...

图数据库neo4j安装、neo4j使用

安装yum install java-1.8.0-openjdktar -xf neo4j-community-3.5.2-unix.tar.gz./bin/neo4j start外部访问需修改vi conf/neo4j.conf如下这行去掉注释dbms.connectors.default_listen_address=0.0.0.0需要开放端口...

SpringBoot Redis分布式锁

maven依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency><dependency>...

#redis
maven打包报错You have to use a classifier to attach supplemental artifacts to the project instead of rep

maven打包报错You have to use a classifier to attach supplemental artifacts to the project instead of replacing them.[WARNING]JAR will be empty - no content was marked for inclusion!15:51:40 [ERROR] Failed

zookeeper命令

////////////help帮助命令////////////ls 查看命令ls /ls /zookeeperls /zookeeper/quota/////////////create 创建节点命令格式:create path datacreate /whq mytest创建/whq节点,内容为mytest///////////////get 查看节点内容命令格式:g...

WebFlux SpringCloudGateway单元测试

import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTest;import org.springfr...

superset 时区问题Timestamp subtraction must have the same timezones or no timezones

superset绑定数据源后,切换到图表展示时报错:Timestamp subtraction must have the same timezones or no timezonesFile "/usr/local/lib/python3.6/site-packages/superset/utils/core.py", line 362, in datetime_to_epoch ret...

自动合并代码到test、master分支并调用jenkins进行打版的AI IDE命令

技术工作流自动化配置指南 本文档提供了自动化技术工作流的配置方法: 设置Git自动提交合并到test分支并推送 Jenkins自动化部署配置(需设置API Token和环境变量) 构建自动命令脚本存放位置(.cursor/commands目录) 修改命令描述以包含提交、合并和Jenkins触发流程 提供生产环境部署命令示例(/gpb.pd合并到master) 关键配置点包括Jenkins URL设

文章图片
#jenkins#运维
    共 27 条
  • 1
  • 2
  • 3
  • 请选择