上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 异常:java.lang.IllegalArgumentException: Invalid row number (65536) outside allow 解决方案1: 换成xlsx,2007版本,没有数量限制; 解决方案2: //创建新的工作薄 Workbook wb = new HSSFWo 阅读全文
posted @ 2021-03-01 15:05 748573200000 阅读(965) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/yaowen/p/9226566.html RSAEncrypt: package com.zhx.base.interceptor; import java.io.BufferedReader; import java.io.BufferedW 阅读全文
posted @ 2021-02-24 11:23 748573200000 阅读(202) 评论(0) 推荐(0)
摘要: 之前有部分数据是在java服务端中进行des3加密,后需要在oracle中直接进行解密,记录以供参考: select fun_encrypt_app('123','9OOuLGtKQNkgkhm8MS/mbopUlPQ7vwtD') from dual; select fun_decrypt_app 阅读全文
posted @ 2021-02-22 13:58 748573200000 阅读(670) 评论(0) 推荐(0)
摘要: 添加pom文件 <!-- quartz 模块 --> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.3.0</version> <exclusions> 阅读全文
posted @ 2021-02-20 15:11 748573200000 阅读(452) 评论(0) 推荐(0)
摘要: 在RabbitMQ中,Socket descriptors 是 File descriptors 的子集,它们也是一对此消彼长的关系。然而,它们的默认配额并不大,File descriptors 默认值为“1024”,而 Socket descriptors 的默认值也只有“829”,同时,File 阅读全文
posted @ 2021-01-14 12:34 748573200000 阅读(497) 评论(0) 推荐(0)
摘要: <!-- 自定义按钮效果 --> <div class="input_img_father_div"> <input class="upload_input" id="result_background" name="result_background" type="file" /> <div cl 阅读全文
posted @ 2020-12-28 10:25 748573200000 阅读(285) 评论(0) 推荐(0)
摘要: 在~/.bashrc里写好了相应环境,在桌面登陆可以直接使用,但ssh每次都需要source下(没有ll命令,没有文件颜色),解决方法: vim ~/.bash_profile 在文件内部输入 # 加载.bashrc文件 if test -f .bashrc ; then source .bashr 阅读全文
posted @ 2020-12-14 09:26 748573200000 阅读(801) 评论(0) 推荐(0)
摘要: java换行写入csv文件,最后一行去掉空白行 public void Csvcreate(HttpServletRequest request, HttpServletResponse response, List<Map> list) { String cateid = ""; List<Str 阅读全文
posted @ 2020-12-08 17:28 748573200000 阅读(1890) 评论(0) 推荐(0)
摘要: easyui设置默认日期为三个月后最后一天 //加的月份addMonth function formatterDate(date,addMonth) { var year = date.getFullYear(); var monthDate = date.getMonth() +1; var mo 阅读全文
posted @ 2020-12-08 11:02 748573200000 阅读(341) 评论(0) 推荐(0)
摘要: 动态添加删除input框,并且拼接成json, 以及后台json进行回显 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="https://cdn.boot 阅读全文
posted @ 2020-11-10 17:12 748573200000 阅读(378) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页