mosquitto配置通过ssl通信 摘自https://www.cnblogs.com/stin/p/9258211.html 注意项:For openssl >= 1.0.1 the valid values are tlsv1.2 tlsv1.1 and tlsv1.For openssl < ...
分类:
其他好文 时间:
2019-02-13 20:50:30
阅读次数:
196
Algorithm 【leetcode】125验证回文串 https://leetcode.com/problems/valid palindrome/ 1)problem 2)answer 1、普通思路 把数字和字符提取出来,然后如果是字母就转换为小写。加到新的字符串中。 对于这个新的字符串,使用 ...
分类:
其他好文 时间:
2019-02-10 00:01:38
阅读次数:
175
Additive number is a string whose digits can form additive sequence. A valid additive sequence should contain at least three numbers. Except for the f ...
分类:
其他好文 时间:
2019-02-09 01:06:24
阅读次数:
134
算法描述: Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or ano ...
分类:
其他好文 时间:
2019-02-06 22:36:14
阅读次数:
189
算法描述: Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contain ...
分类:
其他好文 时间:
2019-02-02 17:02:41
阅读次数:
149
算法描述: Given a string containing only digits, restore it by returning all possible valid IP address combinations. Example: 解题思路:题目要求所有可能的结果,首先想到回溯法。重点有 ...
分类:
其他好文 时间:
2019-02-02 14:17:56
阅读次数:
209
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. Example 1: Exampl ...
分类:
其他好文 时间:
2019-02-01 19:50:13
阅读次数:
125
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: No ...
分类:
其他好文 时间:
2019-01-29 12:47:14
阅读次数:
194
Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: The Sudoku board could be parti ...
分类:
其他好文 时间:
2019-01-29 10:50:07
阅读次数:
194
not a valid identifier不是有效的标识符 因为在/usr的“/”多加了一个空格,导致JAVA_Home 无法识别 ...
分类:
其他好文 时间:
2019-01-28 23:09:03
阅读次数:
240