appium自动化测试环境搭建教程
摘要:参考即可 appium自动化测试环境搭建教程 :https://zhuanlan.zhihu.com/p/142899252
阅读全文
posted @
2021-05-24 11:27
lshan
阅读(62)
推荐(0) 编辑
doris java jdbc 连接
摘要:和使用mysql一样使用。 springdata jpa mybaatis 也一样。 pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs
阅读全文
posted @
2021-05-21 10:14
lshan
阅读(11844)
推荐(0) 编辑
kafka 导入数据到 doris
摘要:具体见官网:http://doris.apache.org/master/zh-CN/sql-reference/sql-statements/Data%20Manipulation/ROUTINE%20LOAD.html#description 下面是个人测试例子: 1.创建DB CREATE T
阅读全文
posted @
2021-05-20 17:06
lshan
阅读(3853)
推荐(0) 编辑
doris docker 部署 及监控 (更新到1.0)
摘要:evn: ubuntu20.04 jdk8_172 doris 0.13.12 ############# 1 启动Fe BE ################### 准备: sudo mkdir -p /opt/docker/doris/ && sudo chmod -R 777 /opt/doc
阅读全文
posted @
2021-05-19 10:27
lshan
阅读(1844)
推荐(0) 编辑
Doris 集群部署
摘要:关于open file limit问题解决 如果遇到open file limit问题 Configuration of maximum open file limit is too low: 1024 (expected at least 32768). Please consult https:
阅读全文
posted @
2021-05-19 10:14
lshan
阅读(3801)
推荐(0) 编辑
Doris 初识 -安装
摘要:美团Doris 使用: https://zhuanlan.zhihu.com/p/128068950 官网发布文档: http://doris.incubator.apache.org/master/zh-CN/installing/install-deploy.html Apache Doris官
阅读全文
posted @
2021-05-17 11:51
lshan
阅读(934)
推荐(0) 编辑
ubuntu16 下Fiddler抓包
摘要:原文:https://www.cnblogs.com/hello-/articles/9577769.html fiddler通常用于网页抓包。 更广泛的抓包:wireshark 首先,安装Mono环境,在Ubuntu环境下安装很简单,输入: sudo apt-get install mono-co
阅读全文
posted @
2021-05-11 18:15
lshan
阅读(75)
推荐(0) 编辑
抖音爬虫
摘要:配置环境: android 7 Xpost 框架: 最新版本(必须最新): https://forum.xda-developers.com/t/official-xposed-for-lollipop-marshmallow-nougat-oreo-v90-beta3-2018-01-29.303
阅读全文
posted @
2021-05-07 19:33
lshan
阅读(93)
推荐(0) 编辑