引入依赖1 <dependency> 2 <groupId>ch.ethz.ganymed</groupId> 3 <artifactId>ganymed-ssh2</artifactId> 4 <version>262</version> 5 </dependency> 创建Connection并 ...
分类:
编程语言 时间:
2020-06-03 00:33:24
阅读次数:
61
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) 改为 self.SetSizeHints( wx.DefaultSize, wx.DefaultSize ) self.m_statusBar2 = self.CreateStatusBar( ...
分类:
其他好文 时间:
2020-06-02 13:15:10
阅读次数:
84
禁用词语(织梦dedecms系统讲直接停止用户动作)用|分开,但不要在结尾加|(cfg_notallowstr):系统禁用词语设置,系统在进行互动操作过程中, 如果有用户提交这些信息,系统将会显示“has not allow words!”,关键词用“|”分开,并且不要在结尾加上“|”https:/ ...
分类:
其他好文 时间:
2020-06-02 13:05:01
阅读次数:
67
Ashish has a tree consisting of nn nodes numbered 11 to nn rooted at node 11 . The ii -th node in the tree has a cost aiai , and binary digit bibi is ...
分类:
其他好文 时间:
2020-06-01 23:55:59
阅读次数:
100
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
分类:
其他好文 时间:
2020-06-01 13:35:45
阅读次数:
64
问题:安装oracle-java8-installer按照如下指南失败: How To Install Java with Apt-Get on Ubuntu 16.04[https://www.digitalocean.com/community/tutorials/how-to-install- ...
分类:
数据库 时间:
2020-06-01 12:04:50
阅读次数:
103
我们在开发过程中经常会出现Connection reset问题,包括http调用,数据库连接等场景。出现Connection reset的原因很多,本文从tcp层面简单介绍下Connection reset出现的原因,以及在实际开发过程中如何排查这类问题。 1、什么是Connection reset ...
分类:
其他好文 时间:
2020-06-01 01:16:20
阅读次数:
331
nginx ab并发测试 apr_socket_recv: Connection refused vim /etc/sysctl.conf net.ipv4.tcp_syncookies = 0 就可以了 ...
分类:
其他好文 时间:
2020-05-31 22:05:45
阅读次数:
245
##线程状态 NEW:刚创建未启动的线程 RUNNABLE:正在执行状态 BLOCKED:处于阻塞状态的线程 WAITING:正在等待另一个线程执行特定动作的线程 TIMED_WAITING:等待另一个线程执行时间到达指定时间 TERMINATED:线程退出执行 public class TestS ...
分类:
编程语言 时间:
2020-05-31 19:40:59
阅读次数:
63
再开始里找到sql server configuration manager,发现TCP/IP是禁用的。 点击启用并重启 也可以在TCP、IP看到默认端口号 重启即可 ...
分类:
数据库 时间:
2020-05-31 12:41:03
阅读次数:
232