会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
83
下一页
2021年6月8日
doris 动态分区
摘要: 下面是个人测试例子:详细请参考官网(特别详细):http://doris.incubator.apache.org/master/zh-CN/administrator-guide/dynamic-partition.html#%E7%A4%BA%E4%BE%8B PARTITIONS 分区的基本操
阅读全文
posted @ 2021-06-08 16:50 lshan
阅读(2804)
评论(0)
推荐(0)
编辑
2021年5月24日
appium自动化测试环境搭建教程
摘要: 参考即可 appium自动化测试环境搭建教程 :https://zhuanlan.zhihu.com/p/142899252
阅读全文
posted @ 2021-05-24 11:27 lshan
阅读(61)
评论(0)
推荐(0)
编辑
2021年5月21日
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
阅读(11436)
评论(2)
推荐(0)
编辑
2021年5月20日
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
阅读(3773)
评论(0)
推荐(0)
编辑
2021年5月19日
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
阅读(1808)
评论(0)
推荐(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
阅读(3778)
评论(0)
推荐(0)
编辑
2021年5月17日
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
阅读(879)
评论(0)
推荐(0)
编辑
2021年5月11日
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)
推荐(0)
编辑
2021年5月7日
抖音爬虫
摘要: 配置环境: 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
阅读(90)
评论(0)
推荐(0)
编辑
2021年4月30日
Scrapy回调函数callback传递参数的方式
摘要: Scrapy回调函数: yield Request(url=self.base_url + 'QueryInfo', headers=self.request_headers, method="POST", body=json.dumps(request_params), callback=self
阅读全文
posted @ 2021-04-30 14:20 lshan
阅读(244)
评论(0)
推荐(0)
编辑
上一页
1
···
16
17
18
19
20
21
22
23
24
···
83
下一页