码迷,mamicode.com
首页 >  
搜索关键字:cisco common commands useful    ( 12780个结果
OPENSSL生成SSL自签证书
自签SSL证书免费数字证书(Certificate) 所谓数字证书,是一种用于电脑的身份识别机制。由数字证书颁发机构(CA)对使用私钥创建的签名请求文件做的签名(盖章),表示CA结构对证书持有者的认可。 ##X.509是一个标准,规范了公开秘钥认证、证书吊销列表、授权凭证、凭证路径验证算法等 ope ...
分类:其他好文   时间:2021-06-22 18:27:09    阅读次数:0
dedecms图集列表中调用单个图集的图片数量
dedecms图集列表中调用单个图集的图片数量。 打开文件/include/common.func.php,在文件中添加函数: /*** 调用图集中图片数量* 鹏程木业网 https://www.360muye.cn/**/function Getimgnum($aid) { global $dsq ...
分类:其他好文   时间:2021-06-21 21:07:20    阅读次数:0
docker 报错,使用这个脚本安装
#!/bin/bash rm -rf /var/lib/docker yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate ...
分类:其他好文   时间:2021-06-21 19:53:25    阅读次数:0
LeetCode-014-最长公共前缀
最长公共前缀 题目描述:编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 ""。 示例说明请见LeetCode官网。 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/longest-common-prefix/ ...
分类:其他好文   时间:2021-06-20 17:39:07    阅读次数:0
在Ubuntu 20.04.2 LTS上,启动samba服务
1.更新当前软件。 sudo apt-get upgrade sudo apt-get update sudo apt-get dist-upgrade 2.安装samba服务器。 sudo apt-get install samba samba-common 3.添加用户(下面的zhongshan ...
分类:系统相关   时间:2021-06-18 18:51:53    阅读次数:0
Centos7 Docker安装
1.卸载旧的docker,可选,如果搭建K8S平台,CentOS自带的docker会报错,因此最好使用官方最新的docker版本。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ dock ...
分类:其他好文   时间:2021-06-17 17:04:55    阅读次数:0
TP5 redis 延迟队列
###TP5.1 下载安装Redis 配置redis信息 <?php namespace app\common\redis; class RedisHandler { public $provider; //创建实例子 private static $_instance = null; //创建re ...
分类:其他好文   时间:2021-06-13 10:19:59    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
EPPlus - 操作Excel
look at me Some common mistakes Don't use localized function names. Only english names (such as SUM, IF, VLOOKUP, etc) are supported. Don't use semico ...
分类:其他好文   时间:2021-06-11 18:40:41    阅读次数:0
django static/media配置
配置示例 # setting.py配置如下 ## 访问 http://IP/static/***.css STATIC_URL = '/static/' ## python manage.py collectstatic时,把所有静态文件聚集到此目录下 STATIC_ROOT = os.path.j ...
分类:其他好文   时间:2021-06-10 17:37:06    阅读次数:0
12780条   上一页 1 2 3 4 5 ... 1278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!