mysql数据库查询带有某个字段的所有表名 SELECT * FROM information_schema.columns WHERE column_name='column_name'; oracle数据库查询带有某个字段的所有表名select column_name,table_name,fr ...
分类:
数据库 时间:
2018-09-06 18:00:53
阅读次数:
124
ASCII ASCII(American Standard Code for Information Interchange,美国信息交换标准代码),是一种单字节编码。计算机起源于美国,早期计算机中使用的只有英文,没有其他的语言,而单字节可以表示2**8 -1即255个字符,可以表示所有的英文字符及 ...
分类:
其他好文 时间:
2018-09-06 00:13:46
阅读次数:
175
视源面试总结 1. 虚函数列表的结构(vptr) RTTI (Run time type information 运行时刻识别) 虚表(virtual table)和虚函数表, 存放着该类所有的虚函数对应的函数指针; 所以虚函数是占用内存空间的 "虚函数的实现的基本原理" "深入虚表结构" 派生类虚 ...
分类:
其他好文 时间:
2018-09-05 17:59:59
阅读次数:
189
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:
其他好文 时间:
2018-09-05 09:10:05
阅读次数:
144
mysql查看正在执行的sql语句 2015年08月21日 17:32:59 阅读数:15398 有2个方法: 1、使用processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 -- use information_schema; - ...
分类:
数据库 时间:
2018-09-03 10:04:32
阅读次数:
174
手册中的基本命令: CONFIGURE TOOLING Configure user information for all local repositories Sets the name you want attached to your commit transactions Sets the ...
分类:
其他好文 时间:
2018-09-02 20:18:20
阅读次数:
163
1、国外 使用的一款在线工具,对web的信息收集很有帮助 地址http://archive.org ,it's name WayBack Machine 主界面如下:对百度存档的历史信息进行查询。 2、IP地址归属信息注册信息查找 (ARIN) , 该组织一共有五个,USA ,Canada 还有 C ...
分类:
其他好文 时间:
2018-09-02 02:08:27
阅读次数:
126
1.IIS中开启FTP相关服务。(Internet information server ) https://jingyan.baidu.com/article/0bc808fc408fa91bd585b94f.html 2.关闭防火墙,且允许应用或功能通过Windows defender(勾选FT ...
分类:
其他好文 时间:
2018-09-01 23:56:50
阅读次数:
245
Recently, I joined on a program about the chrome extension and met with some problem that is about web cross doamin. so I collect some information abo ...
分类:
Web程序 时间:
2018-09-01 18:07:37
阅读次数:
165
下面就给大家讲解Win10搭建FTP服务器的详细操作方法。 1、首先,我们在Cortana中搜索控制面板并进入; 2、在控制面板-程序中,点击启用或关闭Windows功能; 3、在FTP服务器、Web管理工具和Internet Information Services可承载的Web核心前打上勾,点击 ...