码迷,mamicode.com
首页 >  
搜索关键字:resultset connection    ( 6325个结果
java中使用jdbc连接数据库操作
先贴代码,在做说明 import java.sql.*; import java.util.ArrayList; import java.util.List; public class Conn { private static final String DRIVER = "com.mysql.cj ...
分类:数据库   时间:2019-12-22 18:41:25    阅读次数:119
django-建表出现的错误
在执行python3 manage.py migrate时出现以下错误 ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default' HINT: MySQL's Strict Mode fixes man ...
分类:其他好文   时间:2019-12-22 14:24:51    阅读次数:100
MyBatis系列:二、配置文件详解
本文会详细介绍MyBatis的常用配置 1.properties节点 <properties resource="mybatis-config.properties"> <property name="username" value="dev_user"/> <property name="pass ...
分类:其他好文   时间:2019-12-21 22:30:02    阅读次数:108
Minimum Spanning Tree
Description Given a list of Connections, which is the Connection class (the city name at both ends of the edge and a cost between them), find edges th ...
分类:其他好文   时间:2019-12-21 12:00:30    阅读次数:76
Rabbitmq的延时队列的使用
配置: spring: rabbitmq: addresses: 192.168.108.128:5672 connection-timeout: 15000 username: guest password: guest publisher-confirms: true publisher-ret ...
分类:其他好文   时间:2019-12-20 22:37:49    阅读次数:308
Spring boot jpa mysql 连接数据库SSL错误
Fri Dec 20 21:53:24 CST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, ...
分类:数据库   时间:2019-12-20 22:24:57    阅读次数:120
23Why httpclient is recommended to go with a connection pool in server-to-server request?
22 ...
分类:Web程序   时间:2019-12-20 12:11:40    阅读次数:80
数据库连接池
数据库连接池的目的: 减少频繁的创建/销毁连接,因为一次数据库连接的开销是很大的,要经过一下几个步骤: 1.加载驱动 2.获得一个Connection 3.通过TCP连接数据库 4.发送sql语句 5.执行sql,返回结果 6.关闭TCP连接 7.释放Connection JDBC连接池测试数据库的 ...
分类:数据库   时间:2019-12-19 12:59:01    阅读次数:113
git时 Failed to connect to 127.0.0.1 port 1080: Connection refused
在公司换了一台电脑之后发现git clone 和 npm install都失败,报错为 fatal: unable to access 'https://github.com/netease-im/NIM_PC_UIKit/': Failed to connect to 127.0.0.1 port ...
分类:其他好文   时间:2019-12-18 11:10:57    阅读次数:369
IEEE80211W
80211w概述 1,WLAN网络在设计的时候就容易遭受各种类型的Denial of Service(DOS)攻击, a,射频干扰(RF jamming) b,Spoofed Disconnect(哄骗的断开连接) c,Connection Request Flooding(链接请求使其崩溃) 2, ...
分类:其他好文   时间:2019-12-17 17:54:59    阅读次数:193
6325条   上一页 1 ... 60 61 62 63 64 ... 633 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!