上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页
摘要: 背景: 在做接口对接的时候,对于接口不通的情况。最好设置一个超时时间, 一个小demo记录执行异步方法的方式 下图4000是4秒,会导致超时 package com.louis.z.ifs.demo;import java.util.concurrent.*;public class Test { 阅读全文
posted @ 2020-04-27 17:04 1161588342 阅读(1549) 评论(0) 推荐(0)
摘要: 对于Mybatis 3.4版本以上新增如下依赖 <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-typehandlers-jsr310</artifactId> <version>1.0.2</version> </de 阅读全文
posted @ 2020-04-24 09:34 1161588342 阅读(236) 评论(0) 推荐(0)
摘要: 背景: 在Gitee看到某个非常棒的项目, Fork到自己仓库, 同时git clone 自己仓库,用来自己开发, 后来初始Fork的项目更新了, 于是想更新初始Fork的最新代码和已改的代码整合起来.. 首先在本地查看remote源, 可以看见初始本地仓库副本的2个源 PS E:\workspac 阅读全文
posted @ 2020-04-23 15:51 1161588342 阅读(2034) 评论(0) 推荐(0)
摘要: 正式环境中Nginx配置 VUE打包后dist目录配置跨域, 同时设置静态资源缓存 server { listen 80; server_name XXX.top www.XXX.top; sendfile on; #charset koi8-r; access_log /var/log/nginx 阅读全文
posted @ 2020-04-23 15:07 1161588342 阅读(825) 评论(0) 推荐(0)
摘要: 参考地址: https://blog.csdn.net/m0_37034294/article/details/82917234 阅读全文
posted @ 2020-04-20 16:01 1161588342 阅读(843) 评论(0) 推荐(0)
摘要: 参考地址: https://www.jianshu.com/p/52dbc679094a 注意的地方: echo 命令设置 ACCESS_KEY 和 SECRET_KEY echo "admin" | docker secret create access_key - echo "12345678" 阅读全文
posted @ 2020-04-16 10:35 1161588342 阅读(4175) 评论(0) 推荐(1)
摘要: https://my.oschina.net/qrainly/blog/3189752/print 阅读全文
posted @ 2020-04-15 15:58 1161588342 阅读(374) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/RoadAspenBK/p/7201039.html 阅读全文
posted @ 2020-04-11 16:20 1161588342 阅读(563) 评论(0) 推荐(0)
摘要: 修改红色部分自己的目录,改成.bat执行脚本 @echo off ::获取管理员权限方法一: %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(w 阅读全文
posted @ 2020-04-08 20:02 1161588342 阅读(239) 评论(0) 推荐(0)
摘要: 地址介绍 https://www.jianshu.com/p/286cac4625b6 阅读全文
posted @ 2020-04-07 10:20 1161588342 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 51 下一页