今天在idea上跑一个项目,所有配置都正常,其他接口测试也正常。唯独“/manage/user”接口在测试的时候后台没反应,也就是程序根本没往下走,postman测试显示如下: 浏览器范围url连接显示如下: 原因是因为url问题,要是浏览器直接访问localhost:8080/manager,如下 ...
分类:
数据库 时间:
2018-12-15 21:41:46
阅读次数:
421
A Paper Airplanes 周翔:@ B Battleship C Petya and Origami 周翔:@ D Margarite and the best present E Masha and two friends ...
分类:
其他好文 时间:
2018-12-14 22:47:59
阅读次数:
155
今天出现了一个问题找了好久先看代码: 这可能是个BUG吧插入代码: 最终: ...
分类:
数据库 时间:
2018-12-14 01:09:12
阅读次数:
1649
There are N boxes on the ground, which are labeled by numbers from 1 to N. The boxes are magical, the size of each one can be enlarged or reduced arbi ...
分类:
其他好文 时间:
2018-12-13 23:31:37
阅读次数:
196
Katalon Studio自带集成了图片识别功能,有2个比较有用的图片识别相关的命令:Wait For Image Present和Click Image。这里重点讲下Click Image命令: 当你需要在浏览器里去操作非浏览器元素,比如IE的保存调的就是Windows的控件了; 当你无法定位某 ...
分类:
其他好文 时间:
2018-12-11 00:39:48
阅读次数:
426
https://www.youtube.com/watch?v=UISiuiPd_FY will 说话的当下决定的将来要做什么,in the moment be going to 有意图去做,但没有计划 present continuous 现在进行时是有明确的计划。 This English le... ...
分类:
其他好文 时间:
2018-12-10 15:36:33
阅读次数:
202
https://www.youtube.com/watch?v=a03VKQL0dZg&list=PLZOJurmtexYozmvQGAJnVg3lgiZw0mj-y HOW TO USE FUTURE TENSES IN ENGLISH The example I gave at the star... ...
分类:
其他好文 时间:
2018-12-10 14:03:56
阅读次数:
142
1 public class StreamUtils { 2 3 4 5 private static final List listInteger = Lists.newArrayList(1, 2, 3, 4, 5, 6, 3, 5, 1, 4, 2, 8, 9); 6 7 private st... ...
分类:
编程语言 时间:
2018-12-09 16:09:47
阅读次数:
183
1、apache没有权限 修改log cd /var/www chmod -R 777 html/ 2、 The bootstrap/cache directory must be present and writable. 部署laravel除了vendor其他文件夹都需要更新到服务器,及加入gi ...
分类:
Web程序 时间:
2018-12-07 11:58:21
阅读次数:
302