会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JLCUI
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2022年8月2日
getServletPath getRequestURI getRequestURL区别
摘要: getContextPath:/test //上下文,类似工程名 getServletPath:/test.jsp getRequestURI:/test/test.jsp getRequestURL:http://localhost:8080/test/test.jsp private Strin
阅读全文
posted @ 2022-08-02 15:44 JLCUI
阅读(133)
评论(0)
推荐(0)
2022年6月28日
Activiti5.22.0扩展支持达梦数据库
摘要: 前言 目前国内部分公司做的项目要求去ioe使用国产的替代方案。数据从异构数据库中迁移到达梦,应用中使用Activiti工作流在替换了数据库驱动后启动过程报错如下: nested exception is org.activiti.engine.ActivitiException: couldn't
阅读全文
posted @ 2022-06-28 10:45 JLCUI
阅读(2248)
评论(0)
推荐(0)
2022年6月22日
PLM数据库脚本升级命令
摘要: 登录mysql:mysql -uroot -S /mysqlrun/plmtestmysql/run/plmtestmysql.sock --port=10050 -p 导出数据库脚本:mysqldump --socket=/mysqlrun/plmtestmysql/run/plmtestmysq
阅读全文
posted @ 2022-06-22 15:55 JLCUI
阅读(47)
评论(0)
推荐(0)
2022年4月20日
SecurityRandom随机数生成
摘要: package com.netauth.utils; import java.security.SecureRandom; /** * * <p> * SecureRandom随机数生成工具类 * </p> * * <p> * 版权所有:北京信安世纪科技股份有限公司(c) 2020 * </p> *
阅读全文
posted @ 2022-04-20 15:50 JLCUI
阅读(768)
评论(0)
推荐(0)
2022年2月22日
ResponseUtil 请求返回
摘要: package com.infosec.sso.common; import java.io.IOException; import java.util.HashMap; import java.util.Map; import javax.servlet.ServletOutputStream;
阅读全文
posted @ 2022-02-22 15:07 JLCUI
阅读(45)
评论(0)
推荐(0)
2022年1月28日
string转JSONObject顺序不变和 往map放数据按顺序
摘要: JSONObject field = JSONObject.parseObject(fieldStr,Feature.OrderedField); Map<String,String> map = new LinkedHashMap<String, String>(); 使用linkedHashMa
阅读全文
posted @ 2022-01-28 16:52 JLCUI
阅读(312)
评论(0)
推荐(0)
2022年1月6日
HttpClient psot和get请求
摘要: private String backAllUserInfo(String uid) throws IOException { //this.setInterfaceurl("/idm/jsoninterface/userManager/getUserByUid.do"); this.setInte
阅读全文
posted @ 2022-01-06 08:37 JLCUI
阅读(65)
评论(0)
推荐(0)
2021年9月18日
Jenkins自动化部署nodejs项目(前端项目)
摘要: 1.安装nodejs插件 2.Linux系统安装nodejs (1)去nodejs官网下载最新包 https://nodejs.org/dist/latest/ (2)解压安装 tar xvzf node-v11.14.0-linux-x64.tar.gz -C /opt (3)修改环境变量 vim
阅读全文
posted @ 2021-09-18 18:30 JLCUI
阅读(972)
评论(0)
推荐(0)
2021年9月2日
springboot +jasypt 配置文件加密
摘要: <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.3</version> </dependency> sp
阅读全文
posted @ 2021-09-02 21:30 JLCUI
阅读(118)
评论(0)
推荐(0)
2021年9月1日
jasypt 加密解密+自定义加密算法
摘要: 1.引用jar包 <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.3</version></depend
阅读全文
posted @ 2021-09-01 18:20 JLCUI
阅读(2124)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告