摘要: curl基础用法! www.ruanyifeng.com/blog/2019/09/curl-reference.html 阅读全文
posted @ 2020-07-23 16:56 启*敬 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 前提:jenkins支持远程调用(具体设置自行百度)1、在我的个人中心--configure--API TOKEN--如果没有,则添加一个token,并生成,再复制并记录下来2、在你的job上面加上你的用户名和token即可 具体curl用法自行百度例如:http://userName:token@ 阅读全文
posted @ 2020-07-23 16:54 启*敬 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.cnblogs.com/JetpropelledSnake/p/9450810.html bom&dom:https://www.cnblogs.com/wangxiang9528/p/9855358.html ecmascript:https://www.cnblog 阅读全文
posted @ 2020-07-02 14:15 启*敬 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.cnblogs.com/wenjunwei/p/10078460.html 阅读全文
posted @ 2020-07-02 11:43 启*敬 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1、打开idea--help--edit custom VM options--在文件末尾追加-Dfile.encoding=UTF-8 2、打开tomcat配置,在VM Options后面追加-Dfile.encoding=UTF-8 3、File--Setting 4、修改idea的bin目录下 阅读全文
posted @ 2020-06-07 22:39 启*敬 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 链接:https://blog.csdn.net/wang123459/article/details/79063703 阅读全文
posted @ 2020-05-24 10:27 启*敬 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1、取最大最小值 public static int maxOrMinTest(List<Integer> list){ Integer[] integers = list.toArray(new Integer[0]); int max = integers[0]; for (int a=1;a< 阅读全文
posted @ 2020-05-09 14:16 启*敬 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 【以下部分截图】2019-11-25 09:48:49,045 [ 108964] WARN - #org.jetbrains.idea.maven - Cannot open index C:\Users\**\.IntelliJIdea2019.2\system\Maven\Indices\In 阅读全文
posted @ 2019-11-25 10:13 启*敬 阅读(2998) 评论(0) 推荐(1) 编辑
摘要: 1、linux操作 ①在linux中输入 ssh-keygen -t rsa ②提示信息 Enter file in which to save the key (/home/用户目录/.ssh/id_rsa):直接enter不设置账号 Enter passphrase (empty for no 阅读全文
posted @ 2019-03-25 11:38 启*敬 阅读(4704) 评论(0) 推荐(0) 编辑
摘要: 把每个返回值的print使用return替代即可 例子: 修改为: 阅读全文
posted @ 2019-02-14 16:53 启*敬 阅读(1032) 评论(0) 推荐(0) 编辑