码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
MySQL数据库中查询数据库表、字段总数量,查询数据总量
最近要查询一些数据库的基本情况,由于以前用oracle数据库比较多,现在换了MySQL数据库,就整理了一部分语句记录下来。 1、查询数据库表数量 2、查询数据库字段 3、查询数据库中持久化的数据量 MySQL中有一个名为 information_schema 的数据库,在该库中有一个 TABLES ...
分类:数据库   时间:2019-10-22 11:14:02    阅读次数:457
Sql记录:判断表或字段是否存在
首先我们需要了解`information_schema`这个库: `information_schema`这张表中保存着关于MySQL服务器所维护的所有其他数据库的信息。如数据库名,数据库的表,表栏的数据类型与访问权 限等。在INFORMATION_SCHEMA中,有数个只读表。它们实际上是视图,而 ...
分类:数据库   时间:2019-10-22 10:59:13    阅读次数:91
Python Ethical Hacking - VULNERABILITY SCANNER(1)
HTTP REQUESTS BASIC INFORMATION FLOW The user clicks on a link. HTML website generates a request(client-side) The request is sent to the server. The s ...
分类:编程语言   时间:2019-10-20 13:20:24    阅读次数:112
Python Ethical Hacking - WEB PENETRATION TESTING(5)
Guessing Login Information on Login Pages Our target website: http://10.0.0.45/dvwa/login.php Execute the Python Script. ...
分类:编程语言   时间:2019-10-20 11:22:35    阅读次数:93
COMP30026 Models of Computation
The University of MelbourneSchool of Computing and Information SystemsCOMP30026 Models of ComputationAssignment 2, 2019Released: 27 September. Deadlin ...
分类:其他好文   时间:2019-10-19 20:18:23    阅读次数:143
win7安装python报错
新装win7后安装python出现one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file 本次解决方法 ...
分类:编程语言   时间:2019-10-19 15:14:17    阅读次数:107
随机森林与集成算法
决策树: 使用决策树算法,我们从树根开始,基于可获得最大信息增益(information gain,IG)的特征来对数据进行划分,我们将在下一节详细介绍信息增益的概念。 通过迭代处理,在每个子节点上重复此划分过程,直到叶子节点。这意味着在每一个节点处,所有的样本都属于同一类别。 在实际应用中,这可能 ...
分类:编程语言   时间:2019-10-19 10:01:54    阅读次数:106
Subject: 32547 UNIX Systems Programming
University of Technology SydneyFaculty of Engineering and Information TechnologySubject: 32547 UNIX Systems Programming, Spring 2019AssignmentDescript ...
分类:其他好文   时间:2019-10-16 20:16:00    阅读次数:86
processlist
select * from information_schema.processlist show full processlist # 获得select user,substring_index(host,':',1) as ip,count(1) as total from informatio... ...
分类:其他好文   时间:2019-10-15 22:37:47    阅读次数:63
2-9 线程queue
一 线程queue queue is especially useful in threaded programming when information must be exchanged safely between multiple threads. 有三种不同的用法 class queue. ...
分类:编程语言   时间:2019-10-13 10:44:30    阅读次数:99
3222条   上一页 1 ... 36 37 38 39 40 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!