摘要: <div> <ul id="permissionTree" class="ztree"></ul> </div> <script src="${APP_PATH}/ztree/jquery.ztree.all-3.5.min.js"></script> <script type="text/java 阅读全文
posted @ 2020-06-04 17:08 堕落先锋 阅读(95) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-05 14:25 堕落先锋 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 就是excel文件拿到以后,先将所有数据遍历一遍,给每个数据做一个标记,就是map映射,之后 就可以任意遍历所有数据,并取值了。 public List GetMapList() { List dataList = Lists.newArrayList(); for (int i = this.ge 阅读全文
posted @ 2020-04-27 19:06 堕落先锋 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 请求过程先请求IP1,之后又请求了IP2所以直接导致了跨域请求 window.open("http://IP1/项目名/pdf/web/anirsViewer.jsp?file=" +encodeURIComponent("http://IP2/项目名//filePdfWord/filePdfWor 阅读全文
posted @ 2020-04-17 16:22 堕落先锋 阅读(116) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-14 14:43 堕落先锋 阅读(0) 评论(0) 推荐(0) 编辑
摘要: http://www.mamicode.com/info detail 906639.html WdatePicker({ el: this, //点击对象id,一般可省略el lang: 'auto', //语言选择,一般用auto dateFmt: 'yyyy MM dd HH:mm:ss', 阅读全文
posted @ 2020-04-01 18:20 堕落先锋 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 1、开放端口 firewall cmd zone=public add port=5672/tcp permanent 开放5672端口 firewall cmd zone=public remove port=5672/tcp permanent 关闭5672端口 firewall cmd rel 阅读全文
posted @ 2020-03-26 16:41 堕落先锋 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 参考自 https://www.cnblogs.com/guoyaohua/p/8600214.html / 冒泡排序 相领的位置进行比较,一次循环能确定一个位置元素 共需确定length 1个位置 / public void bubbleSort(String[] arr){ for(int i 阅读全文
posted @ 2020-01-09 21:14 堕落先锋 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 排序 https://www.cnblogs.com/guoyaohua/p/8600214.html 阅读全文
posted @ 2019-12-29 18:13 堕落先锋 阅读(80) 评论(0) 推荐(0) 编辑
摘要: grant read,write on directory data_dir to dbuser; grant exp_full_database,imp_full_database to dbuser; 参考自: https://blog.csdn.net/mr_awei/article/deta 阅读全文
posted @ 2019-12-26 10:59 堕落先锋 阅读(206) 评论(0) 推荐(0) 编辑