码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
查看mysql数据库容量大小
第一种情况:查询所有数据库的总大小,方法如下: mysql> use information_schema; mysql> select concat(round(sum(DATA_LENGTH/1024/1024),2),'MB') as data from TABLES; + + | data ...
分类:数据库   时间:2020-02-28 17:18:36    阅读次数:57
5G和AI会碰撞出什么样的火花呢?
本文学习和分享一篇综述文章,这篇文章是东南大学移动通信国家重点实验室主任、长江学者特聘教授尤肖虎教授2019年发表在《中国科学 信息科学》(《SCIENCE CHINA Information Sciences》)上关于AI助力5G的研究方向和范式的综述文章。 以下内容是经过翻译和精简整理得到的,与 ...
分类:其他好文   时间:2020-02-28 13:59:52    阅读次数:86
RIP动态路由协议
一、RIP(Routing Information Protocol)路由协议 1.Rfc( 思科官网文件编号):1058。 2.距离矢量协议。 3.度量值:跳数。跳数超过15不可达。 4.每30秒收敛一次,也可触发式更新。 5.V1使用广播,V2使用组播,组播地址:224.0.0.9。 6.管理距 ...
分类:其他好文   时间:2020-02-27 18:59:06    阅读次数:62
mysql连接报错 Lost connection to MySQL server at 'sending authentication information', system error: 32
如果mysql连接报错Lost connection to MySQL server at 'sending authentication information', system error: 32 一种可能的原因是系统打开文件数过多 mac系统默认是256个,如果数据库打开文件过多,会因为系统限 ...
分类:数据库   时间:2020-02-26 20:40:14    阅读次数:99
m:oMath
http://www.datypic.com/sc/ooxml/e-m_oMath-1.html Element information Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math Schema docu ...
分类:其他好文   时间:2020-02-26 01:15:26    阅读次数:246
The Expressive Power of Neural Networks: A View from the Width
[TOC] "Lu Z, Pu H, Wang F, et al. The expressive power of neural networks: a view from the width[C]. neural information processing systems, 2017: 6232 ...
分类:Web程序   时间:2020-02-24 14:44:11    阅读次数:87
BUUCTF-[强网杯 2019]随便注
随便注? 那么我就不客气了,先试试返回真值: ' or 1=1# 返回了所有查询内容,共三条,order by猜测字段长,发现为2,验证了一下: 日常操作: ' or 1=1 union select 1,table_name,3 from information_schema.tables# 匹配 ...
分类:其他好文   时间:2020-02-23 20:34:17    阅读次数:118
MYSQL中information_schema简介
一、information_schema简介 在MySQL中,把 information_schema 看作是一个数据库,确切说是信息数据库。其中保存着关于MySQL服务器所维护的所有其他数据库的信息。如数据库名,数据库的表,表栏的数据类型与访问权 限等。在INFORMATION_SCHEMA中,有 ...
分类:数据库   时间:2020-02-22 22:12:55    阅读次数:77
objdump
objdump objdump命令是用查看目标文件或者可执行的目标文件的构成的gcc工具。 ```shell $ objdump help 显示目标文件信息 a, archive headers Display archive header information 显示档案头 f, file hea ...
分类:其他好文   时间:2020-02-21 12:42:24    阅读次数:51
Github搜索技巧整理
Github官方网址:https://github.com/ 一、详细官方文档:https://help.github.com/en/github/searching-for-information-on-github/about-searching-on-github 通过GitHub可以搜索到: ...
分类:其他好文   时间:2020-02-11 17:39:36    阅读次数:78
3222条   上一页 1 ... 20 21 22 23 24 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!