os: centos 7.4db: postgresql 12.2 postgresql 12 的分区表已经比较完善。 版本 # cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) # # su - postgres Last l ...
分类:
数据库 时间:
2020-10-10 18:04:17
阅读次数:
54
Mysql为数据库管理系统(DBMS) 使用cmd登录: 先输入Mysql -h ip地址 -P 端口号 -u root -p,然后输入密码。 DDL:数据库定义语言。 DML:数据库操纵语言。 DQL:数据库查询语言。 DCL:数据库控制语言。 ##DDL: 查看已有数据库 show databa ...
分类:
数据库 时间:
2020-10-10 17:44:10
阅读次数:
23
如果你使用了MybatisPlus,可以借助于其自动填充功能来实现。基于MybatisPlus3.3.0只需要实现MetaObjectHandler接口:@ComponentpublicclassMybatisAuditHandlerimplementsMetaObjectHandler{@OverridepublicvoidinsertFill(MetaObjectmetaObject){//声
分类:
其他好文 时间:
2020-10-10 17:25:48
阅读次数:
22
一开始随便注了一下,发现和第三关类似,只是从单引号变成了双引号。 继续注入,与第三关类似。 然后判断列数,直接 ?id=3") order by 4--+ 发现它还是三列,然后就继续爆库名 ?id=-3") union select 1,2,database()--+ 爆表名 ?id=-3") un ...
分类:
数据库 时间:
2020-10-10 17:04:59
阅读次数:
27
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:
其他好文 时间:
2020-10-09 21:20:39
阅读次数:
26
实验方法 //输出运行时间 #include <bits/stdc++.h> using namespace std; const int MODE = 10000; int main(){ freopen("a1.txt", "w", stdout); int k = 100; while(k-- ...
分类:
其他好文 时间:
2020-10-09 20:18:04
阅读次数:
24
前言因为假期原因,有一段时间没给大家更新了!和大家说个事吧,放假的时候一位粉丝和我说了下自己的被虐经历,在假期前他去某互联网公司面试,结果直接被人家面试官SpringAOP三连问给问的一脸懵逼!其实我觉着吧,这玩意不是挺简单的吗?大家在学习AOP之前,如果清楚代理模式的话,则学习起来非常轻松,接下来就由我为大家介绍AOP这个重要的知识点!代理模式代理模式在Java开发中是一种比较常见的设计模式。设
分类:
编程语言 时间:
2020-10-08 18:46:32
阅读次数:
94
sudo spctl --master-disable 引用自 : https://mac.orsoon.com/news/665351.html https://www.cnblogs.com/patrick-king/p/11752842.html ...
分类:
Web程序 时间:
2020-10-08 18:19:50
阅读次数:
27
安装 yum -y install dhcp 或者 yum install dhcp-server.x86_64 设置开机自启 systemctl enable dhcpd 启动 systemctl start dhcpd 如果启动不了就查看当前的网段是什么 查看网卡:ifconfig 网卡名 去/ ...
分类:
其他好文 时间:
2020-10-07 21:35:42
阅读次数:
27
显示结果描述实体名称实体编号 空格   < 小于号 < < > 大于号 > > & 和号 & & " 引号 " " ' 撇号 ' (IE不支持) ' ¢ 分(cent) ¢ ¢ ...
分类:
Web程序 时间:
2020-10-07 21:27:19
阅读次数:
41