• 2024-09-04记录 macos 链接 win10 wsl2 ubuntu clickhouse 记录
    遇到了许多问题顺序应该不同首先就是链接的客户端是DBeaver链接的时候要选择版本低版本的用legacy,   驱动也很重要,下不到驱动的可以用网上找的驱动来安装  有的时候会有类名的问题但是报错很离谱会报  dbeaverclickhouse链接错误code:46Unknow
  • 2023-11-28docker部署HomeAssistant
    一、docker部署sudodockerrun-d--name="homeassistant-v1"-v/docker/home-assistant/config:/config-p8123:8123homeassistant/home-assistant:latest二、docker-compose部署version:'3'services:homeassistant:hostname:homeassistant
  • 2023-09-27homeassistant 安装与使用
    dockerrun-d--namehomeassistant--privileged--restart=unless-stopped-eTZ=Asia/Shanghai-p8123:8123-v/volume1/docker/homeassistant:/config--network=hosthomeassistant/home-assistanthttp://127.0.0.1:8123/onboarding.html/volume1/docker/ho
  • 2023-08-15N1的openwrt的docker下安装homeassistant
    docker配置Docker>配置修改默认桥接的地址为路由器ip(如果n1作为旁路由的话则则这里填写主路由的ip)获取docker镜像拉取homeassistant最新docker镜像软路由打开终端执行以下命令dockerpullhomeassistant/home-assistant:latest等代码跑完后,进入软路由系统,查看镜像出现这
  • 2023-08-01homeassistant+ ESPHOME
    esphome安装pip3installesphomeesphomedashboardesphome_config/http://ip:6052docker安装homeassistantdockerpullhomeassistant/home-assistantdockerrun-d--name="home-assistant"-v/etc/localtime:/etc/localtime:ro-vhomeassistant:/config
  • 2023-06-30内核文档翻译 —— Building External Modules(编译外部模块)
    原文:https://www.kernel.org/doc/html/latest/kbuild/modules.htmlThisdocumentdescribeshowtobuildanout-of-treekernelmodule.1.Introduction"kbuild"isthebuildsystemusedbytheLinuxkernel.Modulesmustusekbuildtostaycompatiblewi
  • 2023-04-23springboot使用mybatis应用clickhouse
    一、clickhouse,说白了还是数据库,不一样的是clickhouse是列式存储,和传统的MySQL行式存储不同的地方在于,查询和所储。1)查询,行式和列式的区别,图形说明说明:理解上来说,行式对于一条数据的完整性索引会更快。而列式对于统计和查询指定数据会更加块。2)数据
  • 2023-01-18Docker容器化急速部署ClickHouse
    文章目录1.ClickHourse入门简介2.Docker部署ClickHouse3.DBeaver连接ClickHouse1.ClickHourse入门简介(1)什么是行存储传统的OLTP关系型数据库都是行存储一行中
  • 2023-01-06Arch Linux 为 Discord 设置代理
    复制图标到用户所属目录$cp/usr/share/applications/discord.desktop~/.local/share/applications/修改启动命令为其添加代理[DesktopEntry]Name=DiscordStartup
  • 2022-10-18python+clickhouse
    1.关于使用客户端能链接成功而使用代码无法访问clickhouse的问题clikchouse有两种链接方式:http端口默认为8123,tcp默认接口为9000使用客户端链接时用8123端口,而代码中就
  • 2022-08-29clickhouse 开启了远程连接还是无法访问 解决办法
    查看端口: #lsof-i:8123   *.8123是可以远程连接的   localhost:8123 无法远程连接 先kill掉这个进程 重新启动即可以为systemctl clic