Hanover Square 追忆似水年华 Can it really be sixty-two years ago that I first saw you?我们初次相遇,难道真的是六十二年前吗? It is truly a lifetime, I know. But as I gaze into ...
分类:
其他好文 时间:
2021-01-19 12:01:22
阅读次数:
0
ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name" ...
分类:
其他好文 时间:
2021-01-19 11:59:24
阅读次数:
0
题目 【Buuctf】[极客大挑战 2019]HardSQL 解题 一.试万能密码 username=admin' or 1='1&password=1 真有你的 二.尝试绕开 大写,双写。 看来是没办法使用基础手段绕开了。 这次没有过滤or,但是过滤了空格,=。 查了一下得知是考报错注入,使用ex ...
分类:
数据库 时间:
2021-01-19 11:44:01
阅读次数:
0
1、配置 /etc/grafana/grafana.ini,配置信息如下: [smtp] enabled = true host = smtp.163.com:25 user = frankpico@163.com # If the password contains # or ; you have ...
分类:
其他好文 时间:
2021-01-18 11:24:48
阅读次数:
0
Given a string , determine if it is?valid. A string is?valid?if, starting with an empty string , you can?transform into after performing the following ...
分类:
其他好文 时间:
2021-01-18 11:15:29
阅读次数:
0
Docker的安装 安装文档 doc Ubuntu下的安装 安装环境 NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSI ...
分类:
系统相关 时间:
2021-01-18 10:42:51
阅读次数:
0
This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
其他好文 时间:
2021-01-16 12:09:45
阅读次数:
0
执行 npm install 编译出错,提示 ERR! sharp EACCES: permission denied, mkdir '/root/.npm' info sharp Are you trying to install as a root or sudo user? Try again ...
分类:
其他好文 时间:
2021-01-16 11:57:44
阅读次数:
0
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
Debug high CPU usage in .NET Core In this tutorial, you'll learn how to debug an excessive CPU usage scenario. Using the provided example ASP.NET Core ...
分类:
Web程序 时间:
2021-01-15 11:42:28
阅读次数:
0