background picture of the home page

Moment

重设数据库表自增id序列

一、 操作步骤 1、备份主表 修改主键前务必备份全表数据,防止操作失误导致数据丢失 CREATE TABLE t_oplog_backup AS SELECT * FROM t_oplog; 2、移除自增属性 修 id 列的属性,暂时移除 AUTO_INCREMENT:

thumbnail of the cover of the post

es相关curl命令

1、查看索引字段映射 curl -u : --negotiate -H "Content-Type: application/json" sdsec20034:9200/threat-intelligence-office-domain-data-2023/_mapping 2、登录kbers认证

thumbnail of the cover of the post

使用Cloudflare-workers搭建vless

注:适用于服务器被墙的科学上网 一. 准备工作 拥有cloudflare账号,前往注册 拥有自己的域名,也可直接在Cloudflare注册新域 二. 域名托管 以下以阿里云购买的域名为例子 前往cloudflare右上角添加站点,按照提示填写信息

thumbnail of the cover of the post

基于Meting构建APlayer API服务

1. git地址 https://github.com/banxiachuqing/meting-api/ 2. 构建docker镜像 2.1 新建文件并命名为Dockerfile,内容如下 # 使用官方的 PHP 镜像作为基础镜像 FROM php:7.4-apache # 安装必要的 PHP

thumbnail of the cover of the post

Clickhouse相关操作文档

一. 集群操作 1. 添加字段 alter table ailpha_security_alarm_data ON CLUSTER clickhouse_cluster add column srcexpose; 2.删除字段 alter table ailpha_security_alarm_d

thumbnail of the cover of the post