码迷,mamicode.com
首页 >  
搜索关键字:connection reset    ( 9238个结果
pandas --index ,reindex, set_index, reset_index , reindex_like函数 之 set_index
set_index() 函数原型:DataFrame.set_index(keys, drop=True, append=False, inplace=False, verify_integrity=False) 参数解释: keys:列标签或列标签/数组列表,需要设置为索引的列 drop:默认为T ...
分类:其他好文   时间:2020-05-10 11:20:35    阅读次数:76
【git】放弃本地所有修改
git checkout . #本地所有修改内的。没有的提交的,都返回到原来的状态 git stash #把所有没有提交的修容改暂存到stash里面。可用git stash pop回复。 git reset --hard HASH #返回到某个节点,不保留修改。 git reset --soft H ...
分类:其他好文   时间:2020-05-09 23:10:24    阅读次数:71
Failed to obtain the JDBC Connection + Access denied for user 'XXX'@'localhost' (using password: YES)
如果你遇到的问题同时出现上面两种情况,且XXX的username是你主机名而非数据库用户名的情况,那么这篇博文也许对你有用 在db.properities【或其他名称,表示数据库连接参数】中需要使用jdbc.username而不可以是username,否则db获取的会是你的主机名【迷惑】 但是其他参 ...
分类:数据库   时间:2020-05-09 21:38:39    阅读次数:87
邮件系统全套(第二版)
package cn; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import java.util.Arra ...
分类:其他好文   时间:2020-05-09 21:21:10    阅读次数:57
TCP learn
Headers Connection Management State Tansition Diagram Sequence Diagram Normal Simultaneous Open Simultaneous Close Half Close Normal with State Exampl ...
分类:其他好文   时间:2020-05-09 18:55:49    阅读次数:61
回到javaweb的第二十天(一)(附上一个救命链接,当你class not found之类的看这里 )
https://blog.csdn.net/at10090/article/details/99701422 救命链接在这 记住了,lib是放在这个web的WEB-INF下面的。 数据库的使用: 1.JDBCUTILS的话 是把connection statement resultset的释放给封装 ...
分类:编程语言   时间:2020-05-09 00:25:43    阅读次数:61
JdbcUtils工具类代码
public class JdbcUtils { //加载properties类,只需要加载一次 static Properties props = new Properties(); //属性参数 private static Connection conn = null; private sta ...
分类:数据库   时间:2020-05-07 22:52:47    阅读次数:78
Gerrit push到master分支踩过的坑
Merge Conflict 参考https://www.cnblogs.com/dev2007/p/5830210.html 1.把几个merge conflict的commit在Gerrit上abandon 2.git log找到未提交的编号*****,git reset --soft **** ...
分类:其他好文   时间:2020-05-07 15:36:15    阅读次数:267
mysql 函数
1. 数学函数 2. 字符串函数 3. 日期和时间函数 4. 条件判断函数 5. 系统信息函数 SELECT 函数(); VERSION() 数据库版本号 CONNECTION_ID() 服务器连接数 DATABASE() SCHEMA() 当前数据库名 USER() SYSTEM_USER() S ...
分类:数据库   时间:2020-05-06 20:09:03    阅读次数:87
mysql基础
C:\Users\JChen46>mysql -u root -p Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server ...
分类:数据库   时间:2020-05-06 13:50:05    阅读次数:66
9238条   上一页 1 ... 53 54 55 56 57 ... 924 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!