参考链接: "Laravel 相关几道题目复现" sql注入 username的sql注入,一眼就能看出来,但是admin的密码是加密过的,没法直接得到密码 public function index(Note $note) { $username = Auth::user() name; $not ...
分类:
其他好文 时间:
2020-02-19 01:15:09
阅读次数:
124
看到这篇的同学应该是安装了新版本的mysql吧,新版本的mysql的密码初始化方式已经改了, 下面这个log就是安装mysql时候的输出,其中的红字就是密码初始化命令, Installing MySQL system tables...2020-02-18 00:51:06 0 [Warning] ...
分类:
数据库 时间:
2020-02-18 20:09:31
阅读次数:
256
一、XML语言的特点 1、XML独立于任何编程语言,允许人们按接收者容易解析的方式,对复杂数据进行编码。先来看一个简单的XML格式的文件: [XML] 纯文本查看 复制代码 ? 1 2 3 4 5 6 <note> <to>George</to> <from>John</from> <heading ...
分类:
其他好文 时间:
2020-02-18 16:27:31
阅读次数:
63
Imagine you have an array like this (note that the array has duplicates, and includes 0 and k): a = [ 4, 64, 200, 42, 56, 22, 1, 64, 0, 161, 200, 0, 4 ...
分类:
其他好文 时间:
2020-02-18 09:14:49
阅读次数:
73
[root@bs-k8s-ceph ~]# ceph -s cluster: id: 11880418-1a9a-4b55-a353-4b141e2199d8 health: HEALTH_WARN Long heartbeat ping times on back interface seen, ...
分类:
其他好文 时间:
2020-02-17 16:21:40
阅读次数:
505
第一章:Python程序设计导论 目标: 1.了解程序概念 2.理解程序如何执行 3.了解python语言及其开发环境 内容: 一、了解 1.计算机是做什么的。 执行计算和存储数据。 2.编程语言的发展。 机器语言--汇编语言--高级语言 3.什么是程序。 程序=数据结构(数据的存储和组织)+算法( ...
分类:
编程语言 时间:
2020-02-17 12:21:25
阅读次数:
73
为了防止python环境变乱,于是新建子环境进行不同项目操作。最近想使用jupyter切换环境进行操作。遇到了下列问题: "1. 安装插件,使jupyter可以切换环境" "2. ImportError: DLL load failed: 找不到指定的模块。" "3. ImportError: DL ...
分类:
其他好文 时间:
2020-02-17 12:01:36
阅读次数:
799
Problem : Reverse a linked list from position m to n . Do it in one pass. Note: 1 ≤ m ≤ n ≤ length of list. Example: 思路 : 保存2个节点 和`cur pre cur cur nex ...
分类:
其他好文 时间:
2020-02-16 01:21:34
阅读次数:
57
1.新手建议使用 Sublime(写代码工具,相当于一个高级记事本)、Notepad++(高级记事本)、 Chrome(谷歌浏览器) 2.其他开发工具 1.常用的浏览器有IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等,我们平时称为五大浏览器。 2.前端常用的写代码工具 ...
分类:
Web程序 时间:
2020-02-15 15:36:21
阅读次数:
81
gdiplustypes.h(280): error C2059: syntax error : 'constant'gdiplustypes.h(280): error C2238: unexpected token(s) preceding ';'gdiplustypes.h(281): err ...
分类:
其他好文 时间:
2020-02-14 14:45:50
阅读次数:
116