Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n? Example: Input: 3 Output: 5 Explanation: Given n = 3, the ...
                            
                            
                                分类:
其他好文   时间:
2021-01-12 11:12:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1.mysql -u root -p 回车输入密码进入mysql 2. 执行show variables like "max_connections"; 3.执行set GLOBAL max_connections=1000; 4.执行show variables like "max_connect ...
                            
                            
                                分类:
数据库   时间:
2021-01-08 11:38:08   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    原题链接 KMP+标准化+最大最小表示法 错误思路: 看到这题的第一反应是破环成链思想,枚举它能循环得到的字符串...算了下时间复杂度大概率TLE,看了别人的提示才反应过来是标准化... 正确思路: 像这种一种表示多种形态的字符串大概率用标准化了,我们用最小最大表示法求最大或最小值,用set或map ...
                            
                            
                                分类:
其他好文   时间:
2021-01-05 10:48:42   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                There are many ways to load text data file into the database. In general, we would use applications that database service providers' product. For exam ...
                            
                            
                                分类:
其他好文   时间:
2021-01-05 10:36:37   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                最近使用Mysql数据库进行多编程操作时报错:ERROR 1040: Too many connections 。提示连接过多,检查发现Mysql的默认连接数为151,可根据实际情况进行修改。
                            
                            
                                分类:
数据库   时间:
2020-12-30 11:14:32   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                4Sum II (M) 题目 Given four lists A, B, C, D of integer values, compute how many tuples (i, j, k, l) there are such that A[i] + B[j] + C[k] + D[l] is ze ...
                            
                            
                                分类:
其他好文   时间:
2020-12-22 12:32:53   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    P2869 [USACO07DEC]美食的食草动物Gourmet Grazers 题目描述 [链接] Like so many others, the cows have developed very haughty tastes and will no longer graze on just a ...
                            
                            
                                分类:
其他好文   时间:
2020-12-21 12:00:15   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Last_IO_Errno: 1129 Last_IO_Error: error connecting to master 'slavetest@xxx.xxx.xxx.xx:6612' - retry-time: 60 retries: 1 message: Host 'xxx.xxx.xxx.x ...
                            
                            
                                分类:
数据库   时间:
2020-11-10 11:23:28   
                                阅读次数:
13
                             
                    
                        
                            
                            
                                
                    Reference: [Dockerfile Security Best Practices] Container security is a broad problem space and there are many low hanging fruits one can harvest to m ...
                            
                            
                                分类:
其他好文   时间:
2020-10-24 11:48:16   
                                阅读次数:
37
                             
                    
                        
                            
                            
                                
                    经常有一些有意识和无意识的事情,我们会做很多次的重复,非常的没有效率。 同理,有一些小的代码段,经常被一些愚蠢的工程师(如果我也算是的话)折腾来折腾去,毫无新意,毫无价值,改完之后似乎某个时刻又被翻出来重新讨论,重新回到沦陷前。 那么能不能有一条规则,可以有效的评估,在N次迭代后还没有效果的东西,要 ...
                            
                            
                                分类:
其他好文   时间:
2020-10-10 17:37:19   
                                阅读次数:
19