可能是代码不规范,在力扣端编译环境下出错:Line 35: Char 10: runtime error: load of value 64, which is not a valid value for type 'bool' (solution.cpp)。 在VS环境下没有问题。先搁置问题,以后 ...
分类:
编程语言 时间:
2020-07-01 12:29:34
阅读次数:
375
package LeetCode_210 import java.util.* import kotlin.collections.ArrayList /** * 210. Course Schedule II * https://leetcode.com/problems/course-sched ...
分类:
其他好文 时间:
2020-06-30 22:58:57
阅读次数:
116
mysql-8.0.20版本 问题: 1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'usertest.users.id' which is not fu ...
分类:
数据库 时间:
2020-06-30 20:21:09
阅读次数:
83
前言 fiddler抓取https协议的时候报错This is a CONNECT tunnel, through which encrypted HTTPS traffic flows. 步骤 删除所有个人证书就可以了 tools->options->https->actions->open wi ...
分类:
Web程序 时间:
2020-06-30 10:44:16
阅读次数:
181
How to restrict folder access in asp.net 回答1(不考虑用户权限的问题) For the future generation the answer which works for me is to use hidden segments. If you wan ...
分类:
数据库 时间:
2020-06-29 18:38:44
阅读次数:
90
1. 系统设置环境变量 ? ~ which python3 /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 ? ~ echo $PATH /Users/abc/.nvm/versions/node/v8.13.0/bin:/ ...
分类:
编程语言 时间:
2020-06-29 15:45:09
阅读次数:
89
名称: 命令模式(Command Pattern) 问题: The Command pattern encapsulates a request in an object, which enables you to store the command, pass the command to a m ...
分类:
其他好文 时间:
2020-06-28 22:12:34
阅读次数:
80
package LeetCode_31 /** * 31. Next Permutation * https://leetcode.com/problems/next-permutation/description/ * Implement next permutation, which rearr ...
分类:
其他好文 时间:
2020-06-28 18:53:29
阅读次数:
51
1. Your goal in this kata is to implement a difference function, which subtracts one list from another and returns the result. It should remove all va ...
分类:
其他好文 时间:
2020-06-28 09:41:17
阅读次数:
75
Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. Example 1: Input: n = 12 O ...
分类:
其他好文 时间:
2020-06-28 09:27:41
阅读次数:
56