摘要: 1 阅读全文
posted @ 2023-05-20 18:00 wyl_103 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、开启8080端口:需要配置防火墙,执行firewall-cmd --permanent --zone=public --add-port=8080/tcp,提示success,表示设置成功 2、cd /etc/sysconfig/network-scripts打开配置文件,vi ifcfg-en 阅读全文
posted @ 2020-02-24 21:54 wyl_103 阅读(92) 评论(0) 推荐(0) 编辑
摘要: :q! 不保存文件,强制退出vi命令 :w 保存文件,不退出vi命令 :wq 保存文件,退出vi命令 sudo shutdown -r now 阅读全文
posted @ 2019-12-14 11:34 wyl_103 阅读(120) 评论(0) 推荐(0) 编辑
摘要: // // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package cn.com.tisco.upad.common.util.convert; import cn.com.tisco.upad.common.util.ArrayUti... 阅读全文
posted @ 2017-12-23 21:37 wyl_103 阅读(306) 评论(0) 推荐(0) 编辑
摘要: @Override public void excelImportProgramAndDetail(String awardItemCode, InputStream excelInputStream, String fileName) { Preconditions.checkArgument(excelInputStream != null, "excel数据不能为空... 阅读全文
posted @ 2017-12-23 21:28 wyl_103 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1.调用toString转回去方法 2.2017-12-16T13:40:00+08:00转换 阅读全文
posted @ 2017-12-23 12:37 wyl_103 阅读(385) 评论(0) 推荐(0) 编辑
摘要: List> datas = null; List> data = new ArrayList>(employeeMonthlySalaries.size()); datas = Lists.transform(data, new Function, Map>() { @Override public Map apply(Map... 阅读全文
posted @ 2017-12-22 16:48 wyl_103 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: package com.caair.soc.external.infra.util; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.lan... 阅读全文
posted @ 2017-12-13 10:25 wyl_103 阅读(1356) 评论(0) 推荐(0) 编辑
摘要: $.ajaxSettings.async = false; $.ajaxSetup({ async : false }); 阅读全文
posted @ 2017-11-24 18:48 wyl_103 阅读(1078) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-11-24 12:42 wyl_103 阅读(1) 评论(0) 推荐(0) 编辑