升级了 AdroidStudio到3.6.3,总是报找不到 gradle3.6.3 修改工程的 build.gradle,加入 google() 再同步就可以了 ext { var = '3.6.3' }// Top-level build file where you can add config ...
                            
                            
                                分类:
移动开发   时间:
2020-07-04 12:01:04   
                                阅读次数:
132
                             
                         
                    
                        
                            
                            
                                Python中的异常事件: 当Python遇到无法正常处理的事件时,便是异常发生的时候,Python将异常也当作一个对象,尽管他是出错的。当发生异常时候我们要捕获他,否则程序就会中断运行。 Python标准异常: 异常名称 说明 NameError 语法错误,未声明/初始化对象 (没有属性) EOF ...
                            
                            
                                分类:
编程语言   时间:
2020-07-04 01:50:01   
                                阅读次数:
96
                             
                         
                    
                        
                            
                            
                                    CSS 中文开发手册 规定灵活项目的方向 | flex-direction (Flexible Box Layout) - CSS 中文开发手册 CSSflex-direction属性指定了内部元素是如何在 flex 容器中布局的,定义了主轴的方向(正方向或反方向)。 本文标题:规定灵活项目的方向 ... ...
                            
                            
                                分类:
Web程序   时间:
2020-07-04 01:47:44   
                                阅读次数:
82
                             
                         
                    
                        
                            
                            
                                    This guide walks you through the process of creating a Spring application connected to a MySQL Database (as opposed to an in-memory, embedded database ...
                            
                            
                                分类:
数据库   时间:
2020-07-04 01:46:34   
                                阅读次数:
78
                             
                         
                    
                        
                            
                            
                                    一、vs中把mvc项目发布以文件系统、设置保存的路径 二、安装.NET Core 3.1 Runtime 网址:https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installe ...
                            
                            
                                分类:
Web程序   时间:
2020-07-04 00:59:31   
                                阅读次数:
99
                             
                         
                    
                        
                            
                            
                                Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements. Your t ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 21:48:09   
                                阅读次数:
68
                             
                         
                    
                        
                            
                            
                                    Catkin工作空间 (重点) 1 Catkin工作空间 工作空间(workspace)是一个存放工程开发相关文件的文件夹。 src:代码空间(Source Space) build:编译空间(Build Space) devel:开发空间(Development Space) install:安装 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 21:03:02   
                                阅读次数:
79
                             
                         
                    
                        
                            
                            
                                    https://www.bangzhujiaocheng.com/126.html In order to access certain membership resources, you must accept the latest Apple Developer Program License  ...
                            
                            
                                分类:
移动开发   时间:
2020-07-03 19:52:27   
                                阅读次数:
683
                             
                         
                    
                        
                            
                            
                                    总结 状压DP就是将一个状态压缩为一个整数(通常为二进制数),就可以在更为方便地进行状态转移的同时,达到节约空间的目的。 题型一、冲突问题 1.1 特殊方格棋盘 题目描述 分析 我们设f[i][j]为当前的状态为$i$,放置到第$j$行时的方案数 但是,因为我们要在$n \times n$的棋盘上放 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 19:14:23   
                                阅读次数:
54
                             
                         
                    
                        
                            
                            
                                    题目链接:https://codeforces.com/contest/1371 题目说明: A.Magical Sticks(简单思维) B.Magical Calendar(思维) C.Cookie for you(简单思维) D.Grid-00100(规律构造) E1.Asterism(Eas ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 17:59:14   
                                阅读次数:
98