码迷,mamicode.com
首页 >  
搜索关键字:information quality    ( 3638个结果
新基建的福音:智慧楼宇可视化监控系统引领智能化新时代
智慧楼宇和人们的生活息息相关,楼宇智能化程度的提高,会极大程度的改善人们的生活品质,在当前工业互联网大背景下受到很大关注。传统的 智慧楼宇/楼宇自动化/楼宇安防/智慧园区 常会采用 BIM(建筑信息模型 Building information modeling)软件,如 Autodesk 的 R... ...
分类:其他好文   时间:2020-05-28 01:00:15    阅读次数:99
mysql innodb 文件
mysql --help | grep my.cnf 查看配置文件 参数文件 查看参数变量: 通过命令 show variables [like 'abc'\G]; 或者查看 information_schema下的global_variables视图 修改动态变量:分为会话范围和全局范围修改 se ...
分类:数据库   时间:2020-05-27 20:26:08    阅读次数:87
查看linux系统信息命令
NAME uname - print system information SYNOPSIS uname [OPTION]... DESCRIPTION Print certain system information. With no OPTION, same as -s. -a, --all p ...
分类:系统相关   时间:2020-05-27 18:27:50    阅读次数:82
Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1]
In this Document Goal Fix References Applies to: Oracle Net Services - Version 10.2.0.3 to 11.2.0.3 [Release 10.2 to 11.2]Information in this document ...
分类:数据库   时间:2020-05-27 12:09:38    阅读次数:85
用什么技术来搭建php环境
目前,所有的主流操作系统上php都能够运行,包括linux、unix系列、microsoft、windows、Mac OS X、RISC OS等。新版本的php支持大多数的webserver,包括aphache,nginx Microsoft internet information server( ...
分类:Web程序   时间:2020-05-26 12:42:16    阅读次数:105
UNDO
UNDO What Is Undo? Oracle Database creates and manages information that is used to roll back, or undo, changes to the database. Such information consi ...
分类:其他好文   时间:2020-05-26 01:06:47    阅读次数:100
mysql 查询表结构
查看表中字段的结构信息 可以用来查看表中字段的注释等,比如 select table_name,column_name,column_comment from information_schema.columns where table_schema ='表所在的库' and table_name ...
分类:数据库   时间:2020-05-25 12:11:59    阅读次数:80
DL/T 5210.6-2019 电力建设施工质量验收规程 第6部分:调整试验
点击下载该标准 标准编号:DL/T 5210.6-2019标准名称:电力建设施工质量验收规程 第6部分:调整试验英文名称:Code for construction quality acceptance of electric power construct-Part 6:Commissioning ...
分类:其他好文   时间:2020-05-24 15:15:10    阅读次数:484
CISSP官方学习指南(第8版)------前言
版次:2019年10月第1版 (ISC)² CISSP考试由国际信息系统安全认证联盟(International Information Systems Security Certification)管理,该联盟的英文简称是(ISC)²。(ISC)²是一个全球性非营利组织。 (ISC)²由董事会管理 ...
分类:其他好文   时间:2020-05-23 23:02:41    阅读次数:277
MySQL 查询数据库中某个表的所有字段名、字段类型以及注释
通过SQL语句,查询某个表中包含的字段名。SQL 语句如下: select COLUMN_NAME,DATA_TYPE,COLUMN_COMMENT from information_schema.COLUMNS where table_name = '表名' and table_schema = ...
分类:数据库   时间:2020-05-23 09:42:12    阅读次数:99
3638条   上一页 1 ... 13 14 15 16 17 ... 364 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!