Skip to content

四号程序员

Keep It Simple and Stupid

  • Home
  • 读过的书
  • 从0到1实战微服务架构(第2版)

Nginx如何对变量进行debug

Leave a reply

add_header X-debug $suffix;
 [......]

继续阅读

This entry was posted in Linux and tagged nginx, 配置 on 2020-06-12 by coder4.

Create a Multi-Cluster Monitoring Dashboard with Thanos, Grafana and Prometheus

Leave a reply

Create a Multi-Cluster Monitoring Dashboard with Thanos, Grafana and Prometheus

开源dashboard

https://grafana.com/grafana/dashboards

https://github.com/percona/grafana-dashboards/[......]

继续阅读

This entry was posted in Linux and tagged dashboard, Grafana, Prometheus, Thanos on 2020-06-06 by coder4.

MySQL添加唯一索引前去除重复数据

Leave a reply

delete from YOUR_TABLE where id not in (select id from (select max(id) as id from YOUR_TABLE group by UNIQUE_FIELD) as b);

 [......]

继续阅读

This entry was posted in 数据库技术 and tagged MySQL, 去重, 唯一索引 on 2020-06-04 by coder4.

Ubuntu和Windows双系统解决时区不一致的问题

Leave a reply

timedatectl set-local-rtc 1 --adjust-system-clock

 [......]

继续阅读

This entry was posted in Linux and tagged 不一致, 时区 on 2020-04-25 by coder4.

如何限制deb包被自动升级(想保留老版本)

Leave a reply

转载自:https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package

dpkg或者apt二选一即可

dpkg层面
# Put a package on hold:
echo "<package-name> hold" | sudo dpkg --set-selections

# Remove the hold:
echo "<package-name[......]

继续阅读

This entry was posted in Linux on 2020-04-25 by coder4.

Post navigation

← Older posts
Newer posts →

Categories

  • Android
  • C && C++
  • Go
  • iOS
  • Java
  • Linux
  • Mac
  • NLP
  • opencv
  • Perl
  • PHP
  • Python
  • RPC
  • Ruby
  • Visual C++ && C#
  • Windows
  • Wordpress
  • 前端技术
  • 大数据技术
  • 心情随笔
  • 搜索技术
  • 数据库技术
  • 未分类
  • 机器学习
  • 笔面题
  • 算法&数据结构
  • 网络&网络模拟
  • 计算机技术
  • 设计

Tags

  • Android
  • C
  • CentOS
  • c语言
  • Debian
  • docker
  • go
  • gtk
  • Hadoop
  • Hive
  • ios
  • Java && J2EE
  • Java && J2EE
  • Java核心技术
  • KVM
  • Linux
  • MySQL
  • nginx
  • Oracle
  • PHP
  • Python
  • Python Essential Reference
  • shell
  • socket
  • Ubuntu
  • VC
  • windows
  • 严蔚敏
  • 中文
  • 乱码
  • 卷2
  • 字符串
  • 安装
  • 实现
  • 排序
  • 教程
  • 数据结构
  • 核心技术
  • 算法
  • 算法技术手册
  • 编译
  • 读书笔记
  • 递归
  • 配置
  • 重读
Proudly powered by WordPress