- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 jar批量上传到私服
把本地maven仓库的jar打包到私服服务器,然后解压后执行以下脚本上传到私服,速度快touch mavenimport.sh#将下面的代码复制进mavenimport.sh的shell脚本中find . -type f -not -path './mavenimport\.sh*' -not -path '*/\.*' -not -path '*/\^archetype\-catalog\.xml*' -not -path '*/\^maven\-metadata\-local*\.xml' -no
2021-05-07 08:35:55 327
转载 本地仓库的jar包上传到私服
本地仓库的jar包上传到私服CSDN找到一个比较好的工具脚本。起来收藏脚本内容,将以下内容保存为mavenimport.sh,放置于需要上传的目录下,可以是顶层目录,或者某个分包的目录,若私服已有待上传的包,则执行会被替换#!/bin/bash#!/bin/bash# copy and run this script to the root of the repository directory containing files# this script attempts to exclude
2021-05-06 19:35:24 256
转载 JAVA 3DES加密 ECB模式 ZeroPadding填充
3DES ECB ZeroPadding前言解决相关类前言因金融机构支付相关的接口需要对敏感数据加密,采用3DES加密。刚开始以为这个加密网上找一大堆,没想到一无所获。解决由于不熟悉这个加密,对数据的位数不足填充不是特别了解,功力不够。最后终于在github找到了。github地址:https://github.com/quanqiang-li/knowledge相关类加密类 Cip...
2019-08-27 15:54:13 6074 3
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人