package cn.kgc.core.util; import org.apache.commons.io.FilenameUtils; import org.csource.common. ...
import org.csource.common.NameValuePair import org.csource.fastdfs.ClientGlobal import org.csource.fastdfs.StorageClient import org.csource.fastdfs.StorageServer import org.csource.fastdfs.TrackerClie ...
2019-01-11 11:42 0 1945 推荐指数:
package cn.kgc.core.util; import org.apache.commons.io.FilenameUtils; import org.csource.common. ...
1.SFTP搭建方法: 地址: http://www.jb51.net/article/101405.htm https://blog.csdn.net/helloloser/article/details/79399575 2.SFTP工具类: ...
...
1.添加Redis依赖包 2.RedisUtil实现代码 ...
一、为什么要用BigDecimal? 涉及到加减乘除,用int,double 会出现数据丢失,这个时候就要用BigDecimal。 注意:在new BigDecimal(Double.toStri ...
json工具类,包含以下方法 json转map json转List<Map<String,?>> map转json List<Map<String,?>>转json 对象转json 数组转json(数组转map,然后转 ...
---------------------------------------------------------------------------------Blog:http:// ...
参考: https://blog.csdn.net/u013802160/article/details/51860541 ...