码迷,mamicode.com
首页 >  
搜索关键字:配置nrpe.cfg command    ( 10518个结果
Learning Linux From Scratch(一)
积少成多 Learning Linux From Scratch(一) 冷知识 bash shell Bourne again shell tty means teletypewriter 电传打字机 命令行界面(command line interface, CLI) 快捷键 Shift + Ct ...
分类:系统相关   时间:2021-02-23 14:17:31    阅读次数:0
【HTML5】弃用标签与新增标签
NO.1 弃用标签 <acronym> 允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。 <applet> 标志着包含了Java的applet。 <basefont> 定义页面中文本的默认字体、颜色或尺寸。 <bgsound> 是IE浏览器中设置网页背景音乐的元素。 <big ...
分类:Web程序   时间:2021-02-19 13:26:25    阅读次数:0
如何快速定位 Redis 热 key?
背景 在 Redis 中,热 key 指的是那些在一段时间内访问频次比较高的键值,具体到业务上,商品的限时抢购、瞬时的新闻热点或某个全局性的资源,都极有可能产生热点 key。 热点 key 的出现可能会对系统的稳定性和可用性造成影响,比如对应节点的网卡带宽被打满,出现丢包重传,请求波动耗时大幅上升, ...
分类:其他好文   时间:2021-02-19 13:18:59    阅读次数:0
基本的git/linux/g++/ 等指令
0 引言 本文将常用的指令记录下来,以备查询。 1 git Command Meaning Reference Linking git status view all files' state, tracked or untracked, commited or un commited git st ...
分类:系统相关   时间:2021-02-19 13:10:17    阅读次数:0
FWT 小记录
神仙的博客 https://www.luogu.com.cn/blog/command-block/wei-yun-suan-juan-ji-yu-ji-kuo-zhan qwq ...
分类:其他好文   时间:2021-02-19 12:55:53    阅读次数:0
GO学习-(21) Go语言基础之Go性能调优
Go性能调优 在计算机性能调试领域里,profiling 是指对应用程序的画像,画像就是应用程序使用 CPU 和内存的情况。 Go语言是一个对性能特别看重的语言,因此语言中自带了 profiling 的库,这篇文章就要讲解怎么在 golang 中做 profiling。 Go性能优化 Go语言项目中 ...
分类:编程语言   时间:2021-02-18 13:47:16    阅读次数:0
IDEA基本操作
psvm或者main main方法 sout --system.out 输出 ctrl+鼠标左键,进入类 左侧structure,查看类的结构,方法 tools --generate javadoc --other command line arguments:-encoding utf-8 -ch ...
分类:其他好文   时间:2021-02-18 13:17:46    阅读次数:0
Command "python setup.py egg_info" failed with error code 1
问题 在进行python环境配置的时候,发现以下问题: 解决 更新setuptools和pip ...
分类:编程语言   时间:2021-02-17 14:34:33    阅读次数:0
[Tips] docker 中遇到fork/exec /bin/sh: operation not permitted错误
在docker中运行fork进程的go程序时: /* UTS Namespace主要用来隔离nodename和domainname两个系统标识。在UTS namespace里,每个namespace允许有自己的hostname。 系统API 中的clone()创建新的进程。根据填入的参数来判断哪些n ...
分类:其他好文   时间:2021-02-16 12:43:00    阅读次数:0
[Bash] Read and Use JSON in Bash with jq
jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:Web程序   时间:2021-02-15 12:41:34    阅读次数:0
10518条   上一页 1 ... 10 11 12 13 14 ... 1052 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!