首页
搞机
mongodb
1. NoSQL 简介
2. MongoDB 概念解析
3. MongoDB 的连接
4. MongoDB 创建数据库
5. MongoDB 删除数据库
6. MongoDB 创建集合
7. MongoDB 删除集合
8. MongoDB 插入文档
9. MongoDB 更新文档
10. MongoDB 删除文档
11. MongoDB 查询文档
12. MongoDB 条件操作符
13. MongoDB $type 操作符
14. MongoDB Limit与Skip方法
15. MongoDB 排序
16. MongoDB 索引
17. MongoDB 聚合
18. MongoDB 复制(副本集)
19. MongoDB 分片
linux
1. Linux 系统目录结构
2. Linux 文件基本属性
3. Linux 文件与目录管理
4. Linux 用户和用户组管理
5. Linux 磁盘管理
6. Linux vi/vim
7. Linux yum 命令
8. Linux apt 命令
Shell 教程
1. Shell 变量
2. Shell 传递参数
3. Shell 数组
4. Shell 基本运算符
5. Shell echo命令
6. Shell printf 命令
7. Shell test 命令
8. Shell 流程控制
9. Shell 函数
10. Shell 输入/输出重定向
11. Shell 文件包含
文章归档
关于页面
默认分类
你看这世界并不坏
行动起来,活在当下
累计撰写
117
篇文章
累计创建
25
个标签
累计收到
0
条评论
栏目
首页
搞机
mongodb
1. NoSQL 简介
2. MongoDB 概念解析
3. MongoDB 的连接
4. MongoDB 创建数据库
5. MongoDB 删除数据库
6. MongoDB 创建集合
7. MongoDB 删除集合
8. MongoDB 插入文档
9. MongoDB 更新文档
10. MongoDB 删除文档
11. MongoDB 查询文档
12. MongoDB 条件操作符
13. MongoDB $type 操作符
14. MongoDB Limit与Skip方法
15. MongoDB 排序
16. MongoDB 索引
17. MongoDB 聚合
18. MongoDB 复制(副本集)
19. MongoDB 分片
linux
1. Linux 系统目录结构
2. Linux 文件基本属性
3. Linux 文件与目录管理
4. Linux 用户和用户组管理
5. Linux 磁盘管理
6. Linux vi/vim
7. Linux yum 命令
8. Linux apt 命令
Shell 教程
1. Shell 变量
2. Shell 传递参数
3. Shell 数组
4. Shell 基本运算符
5. Shell echo命令
6. Shell printf 命令
7. Shell test 命令
8. Shell 流程控制
9. Shell 函数
10. Shell 输入/输出重定向
11. Shell 文件包含
文章归档
关于页面
默认分类
目 录
CONTENT
最新文章
2023-09-16
Node.js 调试指南—— 7.2 Telegraf + InfluxDB + Grafana(下)
Node.js 调试指南—— 7.2 Telegraf + InfluxDB + Grafana(下) 上一小节主要讲解了 Telegraf(StatsD) + InfluxDB + Grafana 的搭建和基本用法,并创建了请求量和响应时间
2023-09-16
13
0
0
debugger
nodejs
2023-09-16
Node.js 调试指南—— 7.1 Telegraf + InfluxDB + Grafana(上)
Node.js 调试指南—— 7.1 Telegraf + InfluxDB + Grafana(上) 本节将会讲解如何使用 Telegraf(StatsD) + InfluxDB + Grafana 搭建一套完整的监控系统。 7
2023-09-16
12
0
0
nodejs
debugger
2023-09-16
Node.js 调试指南—— 6.5 Sentry
Node.js 调试指南—— 6.5 Sentry 6.5.1 什么是 Sentry? Sentry官网的介绍: Sentry’s real-time error tracking gives you insight into production deployments and informati
2023-09-16
15
0
0
nodejs
debugger
2023-09-16
Node.js 调试指南—— 6.4 OpenTracing + Jaeger
Node.js 调试指南—— 6.4 OpenTracing + Jaeger 6.4.1 什么是 OpenTracing? OpenTracing 是一个分布式追踪规范。OpenTracing 通过提供平台无&
2023-09-16
15
0
0
debugger
nodejs
2023-09-16
Node.js 调试指南—— 6.3 ELK
Node.js 调试指南—— 6.3 ELK ELK 是 ElasticSearch + Logstash + Kibana 这套组合工具的简称,是一个常用的日志系统。 ElasticSearch:是一款开源的基于 Lucene 之上实
2023-09-16
16
0
0
debugger
nodejs
2023-09-16
Node.js 调试指南—— 6.2 async_hooks
Node.js 调试指南—— 6.2 async_hooks 上一小节讲解了 koa-await-breakpoint 的用法,但 koa-await-breakpoint 仍然有一个很大的缺憾,即无法记录除 routes/controllers 外的函数的&
2023-09-16
16
0
0
nodejs
debugger
2023-09-16
Node.js 调试指南—— 6.1 koa-await-breakpoint
Node.js 调试指南—— 6.1 koa-await-breakpoint 日志打点一直是个调试最头疼的问题。如果直接在代码中插入埋点代码,不仅侵入性强而且
2023-09-16
10
0
0
debugger
nodejs
2023-09-16
Node.js 调试指南—— 5.2 Elastic APM
Node.js 调试指南—— 5.2 Elastic APM 5.2.1 什么是 Elastic APM? Elastic APM 是 Elastic 公司开源的一款 APM 工具,目前还处于 Beta 阶段,它有以下几
2023-09-16
12
0
0
debugger
nodejs
2023-09-16
Node.js 调试指南—— 5.1 NewRelic
Node.js 调试指南—— 5.1 NewRelic NewRelic 是一个老牌的应用性能监测工具,提供 14 天免费试用,本节将讲解如何使用 NewRelic 监控 Node.js
2023-09-16
11
0
0
nodejs
debugger
2023-09-16
Node.js 调试指南—— 4.5 supervisor-hot-reload
Node.js 调试指南—— 4.5 supervisor-hot-reload 我们在本地开发 Node.js 程序时通常会使用 nodemon 或者 supervisor 这种进程管ĩ
2023-09-16
29
0
0
nodejs
debugger
1
2
3
4
5
...
12