参考:https://blog.csdn.net/think_nothing/article/details/53788524 1、虚拟机扩容 D:\VirtualBox VMs>VBoxManage list hddsUUID: f69aee89-bdb3-4337-9ec3-6231b97e98 ...
                            
                            
                                分类:
系统相关   时间:
2020-03-21 13:07:58   
                                阅读次数:
77
                             
                         
                    
                        
                            
                            
                                原文地址:Vertical-Align: All You Need To Know Often I need to vertically align elements side by side. 我经常需要并排地垂直对齐元素。 CSS offers some possibilities. Somet ...
                            
                            
                                分类:
其他好文   时间:
2020-03-21 13:01:53   
                                阅读次数:
59
                             
                         
                    
                        
                            
                            
                                You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number ...
                            
                            
                                分类:
其他好文   时间:
2020-03-20 18:39:27   
                                阅读次数:
72
                             
                         
                    
                        
                            
                            
                                    摘自:https://www.cnblogs.com/ylz8401/p/9004427.html 1. PKCS#8 转 PKCS#1 You will need BouncyCastle: import org.bouncycastle.asn1.ASN1Encodable; import or ...
                            
                            
                                分类:
编程语言   时间:
2020-03-18 18:29:04   
                                阅读次数:
280
                             
                         
                    
                        
                            
                            
                                1. 开启debug 配置文件 config -> APP // 显示错误信息 'show_error_msg' => false, 我是修改的.env2.使用view需要安装扩展包composer require topthink/think-view3.多应用模式 composer requir ...
                            
                            
                                分类:
Web程序   时间:
2020-03-18 11:50:30   
                                阅读次数:
82
                             
                         
                    
                        
                            
                            
                                Given a string str and a dictionary dict, you need to find out which words in the dictionary are subsequences of the string and return those words.The ...
                            
                            
                                分类:
其他好文   时间:
2020-03-18 10:05:00   
                                阅读次数:
74
                             
                         
                    
                        
                            
                            
                                Given an array of integers and an integer k, you need to find the minimum size of continuous subarrays whose sum equals to k, and return its length. i ...
                            
                            
                                分类:
其他好文   时间:
2020-03-18 09:33:00   
                                阅读次数:
42
                             
                         
                    
                        
                            
                            
                                    MIB 2 管理对象可以分为两大类 ? mib 2中的二维表由哪两类对象组成? i think 只不过 是表中的标量对象 是叫做列对象 他问的 是二维表 意在表, 而不是管理 我觉得 是列对象 查询1.3.6.1.2.1.1.7.0,返回的是什么? sysServices 系统提供的协议层服务 is ...
                            
                            
                                分类:
其他好文   时间:
2020-03-16 21:41:49   
                                阅读次数:
58
                             
                         
                    
                        
                            
                            
                                概率+0 1背包 要算成功的最大概率,那就是失败的最小概率,所以01背包直接让失败的概率最小就行了。 注意: 概率与概率之间是要相乘的,不是相加。 #include<bits/stdc++.h> using namespace std; const int N=1e4+7; int weight[N ...
                            
                            
                                分类:
其他好文   时间:
2020-03-16 12:49:57   
                                阅读次数:
39
                             
                         
                    
                        
                            
                            
                                文章来源:lsh4ck's Blog 原文链接: https://www.77169.com/html/237165.html Thinkphp 5.0.22 http://192.168.1.1/thinkphp/public/?s=.|think\config/get&name=database ...
                            
                            
                                分类:
Web程序   时间:
2020-03-14 15:06:47   
                                阅读次数:
157