上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 342 下一页
摘要: Oracle 把某一个字段合并到一起 column1 column2 column3 id_1 name_1 lable_1 id_1 name_1 lable_2 变为 column1 column2 column3 id_1 name_1 lable_1,lable_2 -- SQL -- se 阅读全文
posted @ 2022-01-11 19:05 emanlee 阅读(1161) 评论(0) 推荐(0)
摘要: 已经安装了Excel,提示“您没有安装Excel软件!” 1)重新安装Office 2) 修改注册表 找到excel图标,点击右键,发现出现没有安装excel的提示,可能是安装版本的问题,也有可能是注册表被删除 win+R键,跳出运行弹窗,输入regedit,点击确认 选择打开HKEY_LOCAL_ 阅读全文
posted @ 2022-01-11 15:53 emanlee 阅读(4202) 评论(0) 推荐(0)
摘要: postman 简介 在我们日常的测试工作中,接口测试其实很普遍,无论你是做什么测试,功能、自动化亦或是性能测试,都会或多或少接触到接口。在测试过程中,很多场景都需要测试人员针对某个接口进行测试,并针对不同类型的接口设计不同的测试方案,这时如果有一款功能强大的接口测试工具,就快速完成繁琐工作,大幅提 阅读全文
posted @ 2022-01-05 22:19 emanlee 阅读(779) 评论(0) 推荐(0)
摘要: 接口管理现状 目前常用的解决方案如下: 使用 Swagger 管理接口文档 使用 Postman 调试接口 使用 RAP Mock 数据 使用 JMeter 做接口自动化测试 ref https://zhuanlan.zhihu.com/p/423521918 阅读全文
posted @ 2022-01-05 18:15 emanlee 阅读(72) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-01-05 08:26 emanlee 阅读(57) 评论(0) 推荐(0)
摘要: KVM The Virtual KVM Client applet is not running or not initialized properly. Port Access is disabled. Port Access is disabled. 阅读全文
posted @ 2022-01-04 16:12 emanlee 阅读(272) 评论(0) 推荐(0)
摘要: //ERROR No qualifying bean of type 'org.springframework.context.ApplicationContext' available applicationContext.getBean(ApplicationContext.class); // 阅读全文
posted @ 2022-01-03 11:07 emanlee 阅读(600) 评论(0) 推荐(0)
摘要: @RestController is a stereotype annotation that combines @ResponseBody and @Controller.意思是:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1)如 阅读全文
posted @ 2022-01-03 10:25 emanlee 阅读(72) 评论(0) 推荐(0)
摘要: 方法1:(可行)只能查看部分 getBeanDefinitionNames 中的Bean。 package com.itheima.controller; import org.springframework.beans.factory.annotation.Autowired; import or 阅读全文
posted @ 2022-01-02 21:49 emanlee 阅读(2663) 评论(1) 推荐(1)
摘要: java: Compilation failed: internal java compiler error 1、查看项目的jdk(Ctrl+Alt+shift+S)File ->Project Structure->Project Settings ->Project 2、查看工程的jdk(Ctr 阅读全文
posted @ 2022-01-02 21:06 emanlee 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 342 下一页