Given a string s and a non-empty string p, find all the start indices of p's anagrams in s. Strings consists of lowercase English letters only and the ...
分类:
其他好文 时间:
2020-06-08 11:06:25
阅读次数:
76
初始化错误,原因项目只会编译java文件,编译后只有class文件xml等其他resource文件不会存在编译后的包里 解决方法:在项目或者模块的maven配置文件pom.xml中配置 <build> <resources> <resource> <directory>src/main/resour ...
分类:
编程语言 时间:
2020-06-08 11:06:06
阅读次数:
85
1、初始化数据库的时候报错 error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory 是因为libstdc++.so.5没有装yum ...
分类:
数据库 时间:
2020-06-08 00:19:25
阅读次数:
134
0X01首先我们来了解下这个漏洞的关键函数 preg_replaceCTF的老函数了 preg_replace() 的第一个参数如果存在 /e 模式修饰符,则允许代码执行。 如果没有 /e 修饰符,可以尝试 %00 截断。 正则表达式修正符: 因为$pattern中指定的是要搜索的模式字符串,一般使 ...
分类:
Web程序 时间:
2020-06-07 17:56:40
阅读次数:
81
Windows 程序原理 一,CPU的保护模式和windows操作系统 windows 是多任务实现 虚拟内存和 各个进程的地址空间安排:2G系统空间,2G用户空间,2G用户空间是各个进程私有的,很少被其他应用打断,保证系统稳定 内核模式和用户模式:虽然用户模式下是独立4G空间,但是内核模式的系统和 ...
Mit6.828/6.S081 fall 2019的Lab1是Unix utilities,主要内容为利用xv6的系统调用实现sleep、pingpong、primes、find和xargs等工具。本文对各程序的实现思路及xv6的系统调用流程进行详细介绍。 前言 在实验之前,推荐阅读一下官网LEC1 ...
分类:
其他好文 时间:
2020-06-07 14:41:18
阅读次数:
128
vue-canvas-effect canvas动画合集Vue组件 <p align="center"> [? online demo](https://chenxuan0000.github.io/vue-canvas-effect/index.html) </p> 内容 浏览器兼容 安装 使用 ...
分类:
其他好文 时间:
2020-06-07 13:10:30
阅读次数:
129
异常 Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'BIGINT'. Cause: java.lang.ClassNotFoundException: Cannot find class: ...
分类:
Web程序 时间:
2020-06-07 12:57:25
阅读次数:
86
找出数组中重复的数字。 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数字重复了几次。请找出数组中任意一个重复的数字。 示例 1: 输入:[2, 3, 1, 0, 2, 5, 3]输出:2 或 3 限制: 2 ...
分类:
编程语言 时间:
2020-06-07 10:59:21
阅读次数:
67
导航 (返回顶部) 1. fd 2. mlocate 2.1 安装mlocate 2.2 手动更新库 2.3 查看配置文件 2.4 使用 2.5 帮助-常用选项 3. grep 3.1 常用选项: 3.2 示例 4. find 1. fd 2. mlocate 2.1 安装mlocate 2.2 手 ...
分类:
系统相关 时间:
2020-06-06 22:01:36
阅读次数:
100