注意 gitlab版本一定要gitlab/gitlab-ee:12.5.0-ee.0 gitlab迁移 迁移的整体思路是: 1、在新服务器上安装相同版本的gitlab 2、将备份生成的备份文件发送到新服务器的相同目录下 这里在12.5.0-ee.0`的机器上安装了相同版本的gitlab并能正常运行使 ...
分类:
其他好文 时间:
2021-03-17 15:08:16
阅读次数:
0
0x01 前言 在分析SkyWalking的时候,发现该漏洞需要用到h2数据库的只是,于是就此复现下利用方式。可以说是对这篇文章的复现 https://mthbernardes.github.io/rce/2018/03/14/abusing-h2-database-alias.html 0x02 ...
分类:
数据库 时间:
2021-03-17 15:05:47
阅读次数:
0
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-15 11:32:55
阅读次数:
0
处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
分类:
其他好文 时间:
2021-03-15 11:18:36
阅读次数:
0
备用 // generator import com.intellij.database.model.DasTable import com.intellij.database.model.ObjectKind import com.intellij.database.util.Case impor ...
分类:
其他好文 时间:
2021-03-12 14:19:04
阅读次数:
0
_bulk api POST /_bulk 批量操作 POST _bulk { "index" : { "_index" : "movies", "_id" : "1" } } { "year" : 1994 } { "delete" : { "_index" : "movies", "_id" : ...
分类:
其他好文 时间:
2021-03-11 20:50:46
阅读次数:
0
模块的使用: 这块内容本该紧接 面向对象和类的使用 模块的使用也是让程序更美观,具有很强的可读性,便于操作和改动 从本质上来说,它们都是为了更好的组织已经有的程序,以方便重复利用 一个py文件构成一个模块: 写一个first.py作为要使用的模块: def func(): print('this i ...
分类:
编程语言 时间:
2021-03-11 14:18:05
阅读次数:
0
1、 >>> def a(first,meddle,last): b = f"{first} {meddle} {last}" return b.title() >>> a("aaa","bbb","ccc") 'Aaa Bbb Ccc' >>> a("aaa","bbb") ## 少一个实参报错 ...
分类:
编程语言 时间:
2021-03-10 13:42:12
阅读次数:
0
## 伪类:伪类用于DOM树之外的消息,或是不能简单选择器进行表示的信息。前者包含那些匹配指定状态的元素,比如:visited,:active ;后者包含那些满足一定逻辑条件的DOM树中的元素,比如:first-child,:fitst-of-type,:target ## 伪元素:伪元素为DOM树 ...
分类:
其他好文 时间:
2021-03-10 13:12:45
阅读次数:
0
题目描述 1065 A+B and C (64bit) (20 分) Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line ...
分类:
其他好文 时间:
2021-03-10 13:11:02
阅读次数:
0