From 45a55e4dfe710a39ff35b8acc8eefe1f8d7e9e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=AF=E6=98=8E?= <455043818@qq.com> Date: Wed, 1 Nov 2023 11:27:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:11=E6=9C=881=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/daily/2023-10.md | 20 +++++++++++++++++++- docs/javascript/2023-11-01-xe.md | 22 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 docs/javascript/2023-11-01-xe.md diff --git a/docs/daily/2023-10.md b/docs/daily/2023-10.md index 98ebb216c3..859ff9a57a 100644 --- a/docs/daily/2023-10.md +++ b/docs/daily/2023-10.md @@ -1,8 +1,26 @@ -## 10月31如 +## 10月31日 +- 前端监控项目 sentry + - https://juejin.cn/post/7275980024262443068 + - https://github.com/getsentry/sentry + - https://github.com/tryretool/retool-onpremise + - docker安装 https://docs.retool.com/self-hosted/quickstarts/docker +- 前端引入监控类库 + - https://github.com/M-cheng-web/web-tracing + - +- redis可视化工具 + - https://quick123.net/(使用过) + - https://github.com/qishibo/AnotherRedisDesktopManager(使用过) + - Redis Desktop Manager (RDM) + - Medis + - https://redis.com/thank-you/redisinsight-the-best-redis-gui-35/(使用过) - linux top 命令 - https://juejin.cn/post/6844904041483337741 - top - top -c +- df 查看硬盘大小 + - df -h 会有GB MB单位进行显示 + - df /usr/local 查看当前目录所在的磁盘或者分区 + - lsblk 查看设备挂载的目录 ## 10月30日 - seq 查询 - https://docs.datalust.co/docs/query-syntax diff --git a/docs/javascript/2023-11-01-xe.md b/docs/javascript/2023-11-01-xe.md new file mode 100644 index 0000000000..2e4fea6280 --- /dev/null +++ b/docs/javascript/2023-11-01-xe.md @@ -0,0 +1,22 @@ +-- 状态记录表 +select * from CollectDataStatus c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + + +-- 基本信息 +select * from pcs2309_tph_jbxx c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + +-- 收入情况 +select * from pcs2309_tph_srqk c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + +-- 家庭成员 +select * from pcs2309_tph_jtcy c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + +-- 帮扶责任人 +select * from pcs2309_tph_bfzrr c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + +--生产生活条件 +select * from pcs2309_tph_scshtj c where c.hid='77c4321e-0f92-45eb-a934-4d2d464431c5' + + +--- 户主信息 +select * from pcs2309_householdcode c where c.id='77c4321e-0f92-45eb-a934-4d2d464431c5' \ No newline at end of file