元数据:描述数据的数据三类: 数据库元数据、参数元数据、结果集元数据1.数据库元数据 DataBaseMetaData Connection->DataBaseMertaData->. Class.forName(DRIVER); Connection connection = DriverMana ...
分类:
其他好文 时间:
2020-06-19 23:11:08
阅读次数:
78
PHP进行ODBC数据库操作, set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0"conn.Open( Server.Mappath("/db/apstest.mdb"))s ...
分类:
数据库 时间:
2020-06-19 14:10:44
阅读次数:
70
nmcli [OPTIONS...] {help | general | networking | radio | connection | device | agent | monitor} [COMMAND] [ARGUMENTS...] 一:nmcli help 类似于ip,分成很多objec ...
分类:
Web程序 时间:
2020-06-19 00:37:37
阅读次数:
105
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法
分类:
其他好文 时间:
2020-06-19 00:37:14
阅读次数:
155
Description HostAgent fails to establish SSH Connection to RedHat EL7 hostThe error reported when the agent attempts to connect to the host matches th ...
分类:
系统相关 时间:
2020-06-18 19:16:06
阅读次数:
459
1. Tomcat简介 1.1 Tomcat的核心组件 catalina:servlet container(servlet的容器) Coyote:http connection(http连接器) Jasper:JSP Engine(jsp引擎,jsp翻译器) 注意: Tomcat的开发语言:JAV ...
分类:
其他好文 时间:
2020-06-17 23:23:32
阅读次数:
65
在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:
移动开发 时间:
2020-06-17 15:33:57
阅读次数:
100
1、问题描述: 用 git 提交代码至Github,结果报错,报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 解决方法: 打开 Git Bash ,进入到项目的根目录下,输入命令行: git con ...
分类:
其他好文 时间:
2020-06-17 12:37:13
阅读次数:
105
使用anaconda安装tensorflow (windows10环境)🔗 遇到的问题:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/ 解决方案:在 ...
分类:
Web程序 时间:
2020-06-16 23:11:53
阅读次数:
495
nginx基础概念(100%) connection¶ 在nginx中connection就是对tcp连接的封装,其中包括连接的socket,读事件,写事件。利用nginx封装的connection,我们可以很方便的使用nginx来处理与连接相关的事情,比如,建立连接,发送与接受数据等。而nginx ...
分类:
其他好文 时间:
2020-06-15 15:50:13
阅读次数:
45