Skip to content

Commit

Permalink
chore:11月1日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Nov 1, 2023
1 parent 0235349 commit 45a55e4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/daily/2023-10.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 22 additions & 0 deletions docs/javascript/2023-11-01-xe.md
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 45a55e4

Please sign in to comment.