码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
分析mysql索引信息及空间占用
查询索引信息 show index from db.table; select TABLE_SCHEMA,TABLE_NAME,COLUMN_NAME,CARDINALITY from information_schema.STATISTICS isswhere iss.table_name='ta ...
分类:数据库   时间:2020-04-09 12:49:15    阅读次数:81
Win10搭建web服务实现文件共享
配置Internet Information Services服务,实现文件共享。 打开控制面板,找到程序和功能,启用或关闭Windows功能。 启用IIS服务,系统会自动搜索并安装IIS服务。 浏览器输入localhost测试一下。 配置Internet Information Services服 ...
分类:Windows程序   时间:2020-04-08 10:05:35    阅读次数:128
MySQL- 5.7 sys schema
performance_schema提供监控策略及大量监控项,包括:元数据锁、进度跟踪、事务、内存使用及存储程序等。但是,performance_schema又过于复杂,操作不便,所以5.7新增了 sys schema,基础数据来自于 performance 跟 information_shcema ...
分类:数据库   时间:2020-04-06 11:20:14    阅读次数:99
sql注入
整理下sql相关知识,查漏补缺(长期更新) 常用语句及知识 information_schema包含了大量有用的信息,例如下图 mysql.user下有所有的用户信息,其中authentication_string为用户密码的hash,如果可以使用可以修改这个值,那么就可以修改任意用户的密码 常用函 ...
分类:数据库   时间:2020-04-05 09:46:34    阅读次数:83
VS CODE gdb
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https: ...
分类:数据库   时间:2020-04-05 00:41:07    阅读次数:104
NetBeans使用pkgconfig开发配置环境
# Package Information for pkg-config prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir_old=${prefix}/include/opencv include ...
分类:Web程序   时间:2020-04-04 18:40:07    阅读次数:76
复试问题(通信篇)总结
01:什么是数据传输速率、波特率、比特率?两种传输速率的之间的关系是什么? 1.比特率 比特率(bit rate)又称传信率、信息传输速率(简称信息速率,information rate)。其定义是:通信线路(或系统)单位时间(每秒)内传输的信息量,即每秒能传输的二进制位数,通常用Rb表示,其单位是 ...
分类:其他好文   时间:2020-04-01 13:16:14    阅读次数:256
[SAP HANA] 如何设定HANA数据库存的类型 生产/测试/开发/定制
问题: 如何区分HANA系统的使用类型 解决方案: global.ini-->system_information --> 更改usage的值,可以是以下几种,需要重启系统.示例如下图 production test development custom (default) 思考: 最好在系统开始安 ...
分类:数据库   时间:2020-03-31 23:18:35    阅读次数:158
类(一)
一.类的组成 class Who(object): what = 'what' def __init__(self,name,age,gender): self.name = name self.age = age self.gender =gender def information(self): ...
分类:其他好文   时间:2020-03-30 00:12:38    阅读次数:66
Saltstack module inspector 详解
inspector.query Query the node for specific information. Parameters: scope : Specify scope of the query. System : Return system data. Software : Retur ...
分类:其他好文   时间:2020-03-28 21:35:10    阅读次数:99
3222条   上一页 1 ... 15 16 17 18 19 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!