场景: 在开发web项目的时候,写一些通用的公共方法是很常见的操作,而一些关于Http的操作,经常会用到HttpContext这个对象。 若是在Controller里,我们操作就很简单,可以使用注入的方法直接使用:,比如以下代码: public class HomeController : Cont ...
分类:
Web程序 时间:
2020-07-18 22:26:34
阅读次数:
118
1、Appium 官网:http://appium.io AppUI自动化测试 Appium 是一个移动端自动化测试开源工具,支持iOS 和Android 平台,支持Python、Java 等语言,即同一套Java 或Python 脚本可以同时运行在iOS 和Android平台,Appium 是一个 ...
分类:
其他好文 时间:
2020-07-18 22:24:31
阅读次数:
208
安装好Android Studio4.0。下载地址:https://developer.android.google.cn/studio安装教程:https://blog.csdn.net/xuw_xy/article/details/89524335 ...
分类:
移动开发 时间:
2020-07-18 21:55:38
阅读次数:
360
1、app中内嵌webview 2、Hybird应用自动化 基于UIAutomator+ChromeDrivernative部分走UIAutomator,webview部分走Chromedriver,两者结合混搭,从而实现Hybrid自动化 准备工作: step1:准备android 4.4+版本以 ...
分类:
移动开发 时间:
2020-07-18 15:34:44
阅读次数:
76
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:
其他好文 时间:
2020-07-18 13:42:58
阅读次数:
78
Helm应用包管理器 为什么需要Helm? K8S上的应用对象,都是由特定的资源描述组成,包括deployment、service等。都保存各自文件中或者集中写到一个配置文件。然后kubectl apply –f 部署。如果应用只由一个或几个这样的服务组成,上面部署方式足够了。而对于一个复杂的应用, ...
分类:
其他好文 时间:
2020-07-18 11:20:39
阅读次数:
98
问题:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 解决:rebuild project 问题:service实现类注入dao失败 解决:dao或者service的配置文 ...
分类:
其他好文 时间:
2020-07-18 00:41:34
阅读次数:
76
需求: http://quotes.money.163.com/service/chddata.html?code=1002566&start=20150104&end=20160108 我们可以通过雅虎网站获取了中国股市(深市)数据集,它以csv数据格式存储: date,open,High,Low ...
分类:
其他好文 时间:
2020-07-18 00:41:21
阅读次数:
84
一、防火墙相关命令 1、查看防火墙状态 : systemctl status firewalld.service 注:active是绿的running表示防火墙开启 2、关闭防火墙 :systemctl stop firewalld.service 3、开机禁用防火墙自启命令 :systemctl ...
分类:
系统相关 时间:
2020-07-18 00:35:07
阅读次数:
111
<template> <div> <el-form> <el-upload action="/raptorBrokerServer/service/resold/listHousing/upload/upload.do" list-type="picture-card" name="picture" ...
分类:
Web程序 时间:
2020-07-17 22:30:03
阅读次数:
141