上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 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 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 前言 目前国内部分公司做的项目要求去ioe使用国产的替代方案。数据从异构数据库中迁移到达梦,应用中使用Activiti工作流在替换了数据库驱动后启动过程报错如下: nested exception is org.activiti.engine.ActivitiException: couldn't 阅读全文
posted @ 2022-06-28 10:45 JLCUI 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 登录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 阅读(34) 评论(0) 推荐(0) 编辑
摘要: package com.netauth.utils; import java.security.SecureRandom; /** * * <p> * SecureRandom随机数生成工具类 * </p> * * <p> * 版权所有:北京信安世纪科技股份有限公司(c) 2020 * </p> * 阅读全文
posted @ 2022-04-20 15:50 JLCUI 阅读(740) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(29) 评论(0) 推荐(0) 编辑
摘要: JSONObject field = JSONObject.parseObject(fieldStr,Feature.OrderedField); Map<String,String> map = new LinkedHashMap<String, String>(); 使用linkedHashMa 阅读全文
posted @ 2022-01-28 16:52 JLCUI 阅读(282) 评论(0) 推荐(0) 编辑
摘要: private String backAllUserInfo(String uid) throws IOException { //this.setInterfaceurl("/idm/jsoninterface/userManager/getUserByUid.do"); this.setInte 阅读全文
posted @ 2022-01-06 08:37 JLCUI 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(762) 评论(0) 推荐(0) 编辑
摘要: <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 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1804) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页