240
世界上有10种人,一种懂二进制,另一种不懂二进制。
摘要: 1 前言 nginx配置,网上资料各种各样,看得头晕,有时还无效。记录使用。 2 配置 编辑/etc/nginx/nginx.conf 新增代码如下: http { ## # Basic Settings ## #获取真实ip proxy_set_header Host $host; proxy_s 阅读全文
posted @ 2021-02-25 17:57 unionline 阅读(1714) 评论(1) 推荐(0) 编辑
摘要: 1 前言 url如下: https://openapi-fxg.jinritemai.com/product/list?app_key=691484656896&method=product.list&access_token=f907b16f-20a-84bd-d816aa64d0a0&param 阅读全文
posted @ 2021-02-25 16:15 unionline 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: 1 前言 本地项目打包正常,放到服务器(Ubuntu18.04)运行出现错误。 URL [jar:file:/root/depoly/example-api.jar!/BOOT-INF/lib/example-common-2.5.0.jar!/mapper/vd/InstanceDao.xml]' 阅读全文
posted @ 2021-02-25 12:10 unionline 阅读(1577) 评论(0) 推荐(0) 编辑
摘要: 1 前言 遍历指定文件夹内文件并拼接到一起到指定文件中。仅作记录使用。 2 代码 public static ArrayList<String> joinFiles(String destDir,String destFile) { ArrayList<String> files = getFold 阅读全文
posted @ 2021-02-25 10:09 unionline 阅读(172) 评论(0) 推荐(0) 编辑