#ap

Hive开启mapjoin优化、并行执行、动态分区

1. mapjoin优化适合小表join大表sethive.optimize.skewjoin=true;//有数据倾斜时开启负载均衡,默认falsesethive.auto.convert.join=true;//设置自动选择MapJoin,默认是truesethive.auto.convert.join....

kafka connect rest api

1.获取ConnectWorker信息curl-shttp://127.0.0.1:8083/|jqlenmom@M1701:~/workspace/software/kafka_2.11-2.1.0/logs$curl-shttp://127.0.0.1:8083/|jq{"version":"2.1.0","com...
代码星球 代码星球·2020-04-05

superrvisor application config ini

1.zookeeper[program:zookeeper]environment=JAVA_HOME="/opt/jdk1.8.0_191"process_name=%(program_name)s;进程名称directory=/home/lenmom/workspace/software/zookeeper-3.4...

基于HAProxy+Keepalived高可用负载均衡web服务的搭建

1.HAProxyHAProxy提供高可用性、负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机,它是免费、快速并且可靠的一种解决方案。HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持或七层处理。HAProxy运行在时下的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可...

Web api Json 接受的参数类型为父类,自动序列化为子类的过程

场景:publicabstractclassJsonCreationConverter<T>:JsonConverter{///<summary>///thisisveryimportant,otherwiseserializationbreaks!///</summary>publ...

APP测试流程梳理

1APP测试基本流程   测试周期可按项目的开发周期来确定测试时间,一般测试时间为两三周(即15个工作日),根据项目情况以及版本质量可适当缩短或延长测试时间。测试任务开始前,检查各项测试资源。--产品功能需求文档;--产品原型图;--产品效果图;--测试设备;--其他。 1)测试...
代码星球 代码星球·2020-04-05

Appium关键字

***Settings***LibraryAppiumLibraryLibraryAutoItLibraryLibraryos***Keywords***xpath应该匹配次数[Arguments]${xpath}${count}XpathShouldMatchXTimes${xpath}${count}上传文件[Ar...
代码星球 代码星球·2020-04-05

关于robotframework,app,appium的xpath定位问题及常用方法

(转自:https://www.cnblogs.com/xiaoqi111/p/6250253.html)关于类似的帖子好像很多,但是没有找到具体能帮我解决问题的办法。还是自己深究了好久才基本知道app上面的xpath定位和web上的不同点:先放一个图: A,先说说不用xpath的场景,一般是用于存在id或者...

requestLibrary API

 requestLibraryAPI KeywordArgumentsDocumentationCreateNtlmSessionalias,url,auth,headers={},cookies=None,timeout=None,proxies=None,verify=False创建一个HTTP...
代码星球 代码星球·2020-04-05

Robot Framework-DatabaseLibrary(MySql) API

API参数说明CheckIfExistsInDatabase查询语句数据库中存在:存在,则为PASS,不存在,则为FAILCheckIfNotExistsInDatabase查询语句数据库中不存在:不存在,则为PASS,存在,则为FAILConnectToDatabasedbapiModuleName=None,dbN...

yum提示another app is currently holding the yum lock;waiting for it to exit

当使用yuminstall软件时,提示这个错误,应该是当前的yum进程被锁定。处理方法:rm-f/var/run/yum.pid重新yuminstall就ok...
代码星球 代码星球·2020-04-05

api文档设计工具:RAML、Swagger

api文档设计工具是用来描述和辅助API开发的。一、RAMLhttps://raml.org/  https://wenku.baidu.com/view/9523238d5ef7ba0d4b733b16.html###RAML(RESTfulAPIModelingLanguage即RESTfulAPI建模语言)是对R...

Android Studio:Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details

Gradle编译错误:14:39:58Executingtasks:[clean,:app:generateDebugSources,:app:mockableAndroidJar,:app:prepareDebugUnitTestDependencies,:app:generateDebugAndroidTestSo...

inconvertible types; cannot cast 'android.supoort.v4.app.Fragment' to 'com.example.sevenun.littledemo.fragment.NewsTitleFragment'

inconvertibletypes;cannotcast'android.supoort.v4.app.Fragment'to'com.example.sevenun.littledemo.fragment.NewsTitleFragment'inconvertibletypes;cannotcast'android...

Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDialog

学习《第一行代码》的时候遇到的问题。 Process:com.example.sevenun.littledemo,PID:2085java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.F...
首页上一页...336337338339340...下一页尾页