https://leetcode.com/problems/path-sum-iii/ https://leetcode.com/problems/path-sum-iv/ https://leetcode.com/problems/maximum-product-of-three-numbers/ ...
                            
                            
                                分类:
其他好文   时间:
2020-01-05 11:39:50   
                                阅读次数:
78
                             
                         
                    
                        
                            
                            
                                    监控 Linux 系统的 7 个命令行工具 https://linux.cn/article-5898-1.html 这里有一些基本的命令行工具,让你能更简单地探索和操作Linux。 Image courtesy Meltys-stock 深入 关于Linux最棒的一件事之一是你能深入操作系统,来探 ...
                            
                            
                                分类:
系统相关   时间:
2020-01-05 09:25:00   
                                阅读次数:
85
                             
                         
                    
                        
                            
                            
                                1.SymmetricAlgorithm.IV Property 获取或设置对称算法的初始化向量 IV属性的大小必须与BlockSize属性除以8相同。 The classes that derive from the SymmetricAlgorithm class use a chaining  ...
                            
                            
                         
                    
                        
                            
                            
                                    ecb模式:(这种不需要偏移向量iv,安全性较低,代码出处忘了) # -*- coding=utf-8-*- from Crypto.Cipher import AES import os from Crypto import Random import base64 from Crypto.Cip ...
                            
                            
                                分类:
编程语言   时间:
2020-01-01 18:54:05   
                                阅读次数:
217
                             
                         
                    
                        
                            
                            
                                有监督:chi2、BestK、cart、最优woe/iv 无监督:等频、等距、聚类 https://www.jb51.net/article/174833.htm https://www.jb51.net/article/174816.htm https://www.jb51.net/article ...
                            
                            
                                分类:
编程语言   时间:
2019-12-31 23:40:03   
                                阅读次数:
161
                             
                         
                    
                        
                            
                            
                                    stock_basic_data stk_code varchar(12) not null primary key unique 股票代码 stk_name varchar(30) 股票名称 city varchar(60) 所属城市 exchange varchar(6) 交易所类型 list_ ...
                            
                            
                                分类:
其他好文   时间:
2019-12-26 21:12:38   
                                阅读次数:
97
                             
                         
                    
                        
                            
                            
                                    1、安装 rpm -i需要安装的包文件名 举例如下: rpm -i example.rpm 安装 example.rpm 包; rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息; rpm -ivh example.rpm 安装 exampl ...
                            
                            
                                分类:
其他好文   时间:
2019-12-24 23:38:39   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                1.前端调用wx.login()获取code值 2.前端通过调用wx.getUserInfo获取iv、rawData、signature、encryptedData等加密数据,传递给后端 3.服务器通过code请求api--auth.code2Session,换回session_key和openid ...
                            
                            
                                分类:
微信   时间:
2019-12-23 17:15:07   
                                阅读次数:
2178
                             
                         
                    
                        
                            
                            
                                链接: https://codeforces.com/contest/1278/problem/C 题意: Karlsson has recently discovered a huge stock of berry jam jars in the basement of the house. Mo ...
                            
                            
                                分类:
其他好文   时间:
2019-12-21 12:08:12   
                                阅读次数:
71
                             
                         
                    
                        
                            
                            
                                    Karlsson has recently discovered a huge stock of berry jam jars in the basement of the house. More specifically, there were 2n2n jars of strawberry an ...
                            
                            
                                分类:
其他好文   时间:
2019-12-21 11:39:25   
                                阅读次数:
74