NullPointerException:空指针异常 ArrayIndexOutOfBoundsException:数组下标越界 NumberFormatException:数字转换异常 IllegalArgumentException:参数不匹配异常 InstantiationException: ...
分类:
其他好文 时间:
2020-12-31 12:29:27
阅读次数:
0
Header搜索组件:选择性CV router/index.js 12345678910 import SearchCourse from '../views/SearchCourse.vue'const routes = [ // ... { path: '/course/search', nam ...
分类:
其他好文 时间:
2020-12-31 12:25:08
阅读次数:
0
Git工作原理 WorkSpace:本地工作区 Index:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 Git命令 git config # 查看配置信息 # --local:仓库级,--global:全局级,--system:系统级 $ git config <-- ...
分类:
其他好文 时间:
2020-12-30 11:01:38
阅读次数:
0
有两种解法①session伪造②unicode欺骗 1.session伪造 在注册时发现admin已经被注册了,我用的admie注册进入,f12看到注释提示不是管理员、 接着在change password页面看到提示 在index.html发现要将session与admin的session进行比较 ...
分类:
其他好文 时间:
2020-12-30 10:53:29
阅读次数:
0
创建好的Maven项目: 首先要在main下创建两个文件夹:java,resources/config(标准是resources) 然后把Java文件用Make Directory as设置为Sources Root 把resources用Make Directory as设置为Resources ...
分类:
编程语言 时间:
2020-12-30 10:49:00
阅读次数:
0
最近面试时遇到这个问题,蛮有意思的,经典题目了。 问题如下: 在一堆数据里面找到前 K 大(当然也可以是前 K 小)的数。 1、首先想到的对数据进行全排序,取出其中最大的K个数。比如:快排或者归并 后期补代码吧 2、其次做一些优化,其实找前K大的不用全部所有值得顺序都确定好,只要排K个值就好了,故想 ...
分类:
其他好文 时间:
2020-12-29 11:53:03
阅读次数:
0
jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
分类:
其他好文 时间:
2020-12-29 11:23:54
阅读次数:
0
Given an array of non-negative integers nums, you are initially positioned at the first index of the array. Each element in the array represents your ...
分类:
其他好文 时间:
2020-12-29 11:18:24
阅读次数:
0
PlatformIO: 一款跨平台,跨编译器,基于python 在不同类单片机上基于.ini配置文件从而下载对应的相关内容。推荐在vscode 上用platformio插件。 ...
分类:
Web程序 时间:
2020-12-28 11:42:48
阅读次数:
0
一、首先安装git插件,但是一般eclipse自带git。 二、配置。 配置本地仓库。 创建唯一用户。 配置密钥。 然后右击想要上传的项目。点击team->share project ->git 创建本地仓库。 点击finish。 然后将项目纳入暂存区。右击项目,team->add to index ...
分类:
系统相关 时间:
2020-12-28 11:41:39
阅读次数:
0