logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7查看IP命令 ifconfig

关闭防火墙:systemctl stop firewalld.service重启网卡:centos7版本操作命令:systemctl restart network                     别的版本命令:service network restart查看版本命令:    cat /etc/redhat-release查看虚拟机IP命令:    1、输入命令   i...

#linux#centos
判断一个对象是否是JSON对象

if(typeof(obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length){alert('是JSON对象');}

linux下mysql 大小写敏感 设置

说明:MySQL在Linux下数据库名、表名、列名、别名大小写规则是这样的:  1、数据库名与表名是严格区分大小写的;  2、表的别名是严格区分大小写的;  3、列名与列的别名在所有的情况下均是忽略大小写的;  4、变量名也是严格区分大小写的;MySQL在Windows下都不区分大小写。————————————————linux(版本:centos7....

#linux
到底了