使用psql无法连接数据库,并报错 FATAL:53300 psql: FATAL: 53300: remaining connection slots are reserved for non-replication superuser connections 普通用户的连接已满,保留用于非复制的 ...
分类:
数据库 时间:
2019-10-31 16:17:21
阅读次数:
477
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:
其他好文 时间:
2019-10-29 23:30:23
阅读次数:
107
Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, add spaces in s to construct a sentence where each word is ...
分类:
其他好文 时间:
2019-10-29 10:02:16
阅读次数:
97
出处: Java NIO浅析 NIO(Non-blocking I/O,在Java领域,也称为New I/O),是一种同步非阻塞的I/O模型,也是I/O多路复用的基础,已经被越来越多地应用到大型应用服务器,成为解决高并发与大量连接、I/O处理问题的有效方式。 那么NIO的本质是什么样的呢?它是怎样与 ...
分类:
编程语言 时间:
2019-10-28 23:48:43
阅读次数:
136
Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian ...
分类:
其他好文 时间:
2019-10-27 00:59:59
阅读次数:
105
Maven报错和解决:java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empt... ...
分类:
编程语言 时间:
2019-10-27 00:57:49
阅读次数:
107
来源:https://www.cnblogs.com/littleYellowDoggy/p/5198668.html [SerializeField] 在Inspector版面中显示非public属性,并且序列化;若写在public前面,等于没写……(至于序列化是啥,自行脑补……),上图:[Non ...
分类:
编程语言 时间:
2019-10-26 15:37:23
阅读次数:
92
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. ...
分类:
其他好文 时间:
2019-10-26 14:57:10
阅读次数:
55
The QtCore module contains the core non-GUI functionality. This module is used for working with time, files and directories, various data types, strea ...
分类:
其他好文 时间:
2019-10-26 10:59:26
阅读次数:
129
pythonic如果翻译成中文的话就是很python。很+名词结构的用法在中国不少,比如:很娘,很国足,很CCTV等等。· 以下为了简略,我们用P表示pythonic的写法,NP表示non-pythonic的写法,当然此P-NP非彼P-NP。 为什么要追求pythonic? 相比于NP,P的写法简练 ...
分类:
编程语言 时间:
2019-10-25 18:23:47
阅读次数:
117