摘要:
动态拼接sql /** * ************************************************************************* * <PRE> * @ClassName: : SqlUtils * * @Description: : dynamic s
阅读全文
posted @ 2021-06-15 13:45
lshan
阅读(207)
推荐(0)
摘要:
今天试着删除数据,一值报分区错误: 官网:数据删除: 此处单独列出来 http://doris.incubator.apache.org/master/zh-CN/administrator-guide/load-data/delete-manual.html#%E8%AF%AD%E6%B3%95
阅读全文
posted @ 2021-06-12 14:30
lshan
阅读(20319)
推荐(0)
摘要:
下面是个人测试例子:详细请参考官网(特别详细):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
阅读(2921)
推荐(0)
摘要:
参考即可 appium自动化测试环境搭建教程 :https://zhuanlan.zhihu.com/p/142899252
阅读全文
posted @ 2021-05-24 11:27
lshan
阅读(65)
推荐(0)
摘要:
和使用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
阅读(12456)
推荐(0)
摘要:
具体见官网: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
阅读(3994)
推荐(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
阅读(1906)
推荐(0)
摘要:
关于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
阅读(3861)
推荐(0)
摘要:
美团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
阅读(995)
推荐(0)
摘要:
原文: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
阅读(88)
推荐(0)