ITIL即IT基础架构库(Information Technology Infrastructure Library, ITIL,信息技术基础架构库)由英国政府部门CCTA(Central Computing and Telecommunications Agency)在20世纪80年代末制订,现由 ...
分类:
其他好文 时间:
2019-03-22 22:40:38
阅读次数:
150
http://www.cnblogs.com/linhaifeng/articles/7211690.html 一 系统数据库 information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schem ...
分类:
其他好文 时间:
2019-03-21 21:47:42
阅读次数:
165
Coursework Assessment Pro-formaModule Code: CMT212Module Title: Visual Communication and Information DesignAssessment Title: Data Analysis and Visuali ...
分类:
其他好文 时间:
2019-03-17 20:06:07
阅读次数:
105
1, 在使用 rpm 删除 rpm 包的时候的: rpm -r *** 报错: error reading information on service sfdc3: No such file or directory 需要你自己在 /etc/init.d/ 这个目录下面去看一下是不是有 sfdc3 ...
分类:
系统相关 时间:
2019-03-15 17:16:55
阅读次数:
185
基本信息: 系统一:CentOS7.5+mysql5.7.25 系统二:win10+mysql5.7.25解压缩版数据库表结构如下:对MySql进行操作时报以下错误: [Err]1055-Expression#1ofORDERBYclauseisnotinGROUPBYclauseandcontainsnonaggregatedcolumn‘information_schema.PR
分类:
数据库 时间:
2019-03-15 12:00:22
阅读次数:
204
本节重点: 掌握库的增删改查 一、系统数据库 执行如下命令,查看系统库 show databases; information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schema: MySQL 5.5 ...
分类:
其他好文 时间:
2019-03-13 19:53:24
阅读次数:
160
Linux里的lsb_release命令用来查看当前系统的发行版信 息(prints certain LSB (Linux Standard Base) and Distribution information.)。有了这个命令就可以清楚的知道到底是RedHat的、还是别的发行版,还有具体的版本号, ...
分类:
系统相关 时间:
2019-03-13 09:21:27
阅读次数:
227
# cat /proc/cpuinfo | grep physical | sort -n | uniq | wc -l 3 代表3个cpu的个数 查看服务器型号 # dmidecode|grep "System Information" -A9|egrep "Manufacturer|Produc ...
分类:
其他好文 时间:
2019-03-12 21:17:15
阅读次数:
283
清空表的时候注意外键约束 命令版 查询数据库中所有表名select table_name from information_schema.tables where table_schema='DB_name' and table_type='base table';查询指定数据库中指定表的所有字段名 ...
分类:
数据库 时间:
2019-03-10 13:57:31
阅读次数:
219
xml错误 Referenced file contains errors (http://www.springframework.org/schema/mvc/spring-mvc.xsd). For more information, right click on the message in ...
分类:
系统相关 时间:
2019-03-10 09:47:35
阅读次数:
161