码迷,mamicode.com
首页 >  
搜索关键字:dpkg status databas    ( 14112个结果
Linux关闭防火墙命令
1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭防火墙 systemctl disable firew ...
分类:系统相关   时间:2021-06-05 17:51:23    阅读次数:0
linux防火墙使用以及配置
linux防火墙使用以及配置 Centos 7 firewall : 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : ...
分类:系统相关   时间:2021-06-04 19:47:34    阅读次数:0
PHP的zip压缩工具扩展包学习
总算到了 PHP 的拿手好戏上场了,前面我们学习过 Bzip2 、 LZF 、 Phar 和 rar 这些压缩相关扩展在 PHP 中的使用,不过它们要么是太冷门,要么就是很多功能不支持。而 Zip 则是在 PHP 中得到最大幅度功能支持的热门压缩格式,或者说是通用常见的一种压缩格式。当然,也主要得益 ...
分类:Web程序   时间:2021-06-04 19:13:31    阅读次数:0
Js 案例,排序和比较
通过某一个值排序输出 if (json.Entity[0].Attributes.find(f => f.Key == "ssss_confirmed_by") != undefined) { SDK.CrmRest.retrieveMultipleRecords("SystemUser", "?$ ...
分类:编程语言   时间:2021-06-03 17:59:51    阅读次数:0
nginx日志配置
1、nginx日志字段解析 包含的变量注释如下: $remote_addr, $http_x_forwarded_for 记录客户端IP地址 $remote_user 记录客户端用户名称 $request 记录请求的URL和HTTP协议 $status 记录请求状态 $body_bytes_sent ...
分类:其他好文   时间:2021-06-02 18:47:12    阅读次数:0
tpconfig清洗磁带
清洗磁带 https://www.veritas.com/content/support/en_US/doc/123533878-127136857-0/v123555387-127136857 NetBackup status code 87: media close error https:// ...
分类:其他好文   时间:2021-06-02 16:46:08    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
Oracle Dataguard相关sql语句汇总
--check dataguard status select process,status,group#,sequence# from v$managed_standby select * from v$archived_log order by thread#, sequence#; selec ...
分类:数据库   时间:2021-06-02 14:24:58    阅读次数:0
php数组操作(字符串转数组,数组降维,判断数组是否重复)
// 定义瓶码字符串 $bianhaop_str = substr($bianhaop_str,1); $bianhaop_arr = explode(',', $bianhaop_str); if(!empty($bianhaop_arr)){ //判断本身是否存在重复项 if(count(arr ...
分类:编程语言   时间:2021-06-02 14:10:18    阅读次数:0
防火墙linux
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:系统相关   时间:2021-06-02 13:23:22    阅读次数:0
14112条   上一页 1 ... 3 4 5 6 7 ... 1412 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!