码迷,mamicode.com
首页 >  
搜索关键字:format release    ( 24203个结果
zabbix 5.2.2 结合 grafana7..3.6做大屏显示
grafana下载地址wgethttps://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpmsudoyuminstallgrafana-7.3.6-1.x86_64.rpm如果网速不好,可以直接通过迅雷打开链接https://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpm下载到本
分类:其他好文   时间:2020-12-25 12:36:18    阅读次数:0
vscode format
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "eslint.validate": [ "javascript" ] } ...
分类:其他好文   时间:2020-12-25 12:33:40    阅读次数:0
【java日期格式化】
SimpleDateFormat import java.text.SimpleDateFormat; import java.util.Date; public class DateFormatTest { public static void main(String[] args) { /* y ...
分类:编程语言   时间:2020-12-24 12:03:07    阅读次数:0
Java中print、printf、println的区别
1、print和println 先说简单的两个:print和println都是最简单的输出,区别就是前者不换行,后者自带换行功能。 当然可以通过在print中加\n实现换行功能 2、printf 顾名思义,print format,格式化输出。 具体使用方法 支持以下格式: 格式 含义 %c 单个字 ...
分类:编程语言   时间:2020-12-23 12:37:01    阅读次数:0
MacOS系统Web服务器
1.Apache MacOS系统一般预装了Apache,我的机器是安装在/etc/apache2/目录中。 配置文件为:/etc/apache2/httpd.conf Listen 8088 DocumentRoot "/Library/WebServer/Documents" <Directory ...
分类:Web程序   时间:2020-12-23 12:23:24    阅读次数:0
在linux安装redis
第一步:升级GCC linux一般默认GCC是4.8.5,Redis新版本使用了更高版本的GCC gcc -v # 查看gcc的版本,一般都是4.8.5 yum -y install centos-release-scl # 升级到9.1版本 yum -y install devtoolset-9- ...
分类:系统相关   时间:2020-12-22 12:30:41    阅读次数:0
01-redis安装
centos7.8 安装 redis 6,先升级gcc,否则编译出错。 环境: 升级gcc: yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-bin ...
分类:其他好文   时间:2020-12-22 12:05:01    阅读次数:0
使用supervisor守护freeswitch进程
一、安装supervisor yum install -y epel-release yum install -y supervisor systemctl start supervisord systemctl enable supervisord 二、使用supervisor管理进程 cat > ...
分类:系统相关   时间:2020-12-21 11:05:54    阅读次数:0
C# 字符串笔刷与实体转换
--字符串转换为对象 Font vFont = new Font(new FontFamily(item.font_name), float.Parse(item.font_size), (FontStyle)Enum.Parse(typeof(FontStyle), item.font_style ...
分类:Windows程序   时间:2020-12-21 11:02:48    阅读次数:0
k8s中secret相关的配置yaml文件
secret apiVersion: v1 data: password: MTIzNDU2 username: YWRtaW4= kind: Secret metadata: creationTimestamp: null name: my-secret configmap apiVersion: ...
分类:其他好文   时间:2020-12-21 10:56:00    阅读次数:0
24203条   上一页 1 ... 31 32 33 34 35 ... 2421 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!