Training: MySQL I (MySQL, Exploit, Training) MySQL Authentication Bypass The classic This one is the classic mysql injection challenge. Your mission i ...
分类:
数据库 时间:
2018-12-13 16:17:40
阅读次数:
337
签到题这里久懒得写了。 B - 缺失的数据范围 Total Submission(s): 2602 Accepted Submission(s): 559 题意:求最大的N,满足N^a*[log2(N)]^b<=K; 思路:二分即可,log2要手写,然后就是注意判pow是否超过long long。 ...
分类:
其他好文 时间:
2018-12-10 13:59:11
阅读次数:
225
Common Subsequence http://poj.org/problem?id=1458 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 63836 Accepted: 26653 Description A subse ...
分类:
其他好文 时间:
2018-12-10 11:41:25
阅读次数:
193
sudo chown -R $(whoami):admin /Users/zhushuyan/go/pkg && sudo chmod -R g+rwx /Users/zhushuyan/go/pkg 问题: 没有权限 https://github.com/golang/go/issues/2681 ...
分类:
系统相关 时间:
2018-12-09 22:04:13
阅读次数:
239
需安装工具 RN环境: [必须] Node [必须] react-native-cli [可选] Node Package Manager(npm):node包管理工具,一般安装Node会带上npm * [可选] Node Version Manager(nvm):node版本管理工具 * [可选] ...
分类:
其他好文 时间:
2018-12-07 21:02:27
阅读次数:
188
Description YYF is a couragous scout. Now he is on a dangerous mission which is to penetrate into the enemy's base. After overcoming a series difficul ...
分类:
其他好文 时间:
2018-12-07 12:05:54
阅读次数:
164
添加没有登录权限 需要理解linux用户,首先登陆的是root用户,拥有所有的权限,但是该权限太大,一般都会分配其他用户使用,并且在部署程序时,需要分配一个没有登录权限的用户,这样改程序不能随意被修改,如何添加没有登录权限的用户和用户组如下: 1. groupadd groupname userad ...
分类:
其他好文 时间:
2018-12-07 01:30:54
阅读次数:
221
1:下载hadoop2.7.3并解压 2:配置hadoop2.7.3环境变量 HADOOP_HOME %HADOOP_HOME%\bin 3:下载hadoop-eclipse-plugin插件 网址:https://github.com/winghc/hadoop2x-eclipse-plugin ...
分类:
其他好文 时间:
2018-12-05 00:06:20
阅读次数:
237
1、发现浏览器安装jenkins卡在此处,通过以下方法解决;######vi/root/.jenkins/hudson.model.UpdateCenter.xmlurl更改为<url>http://mirror.xmission.com/jenkins/updates/update-center.json</url>重启tomcat2、jenkins部署完成设置默认密码之
分类:
其他好文 时间:
2018-12-03 20:06:03
阅读次数:
179
基础环境系统环境#cat/etc/redhat-releaseCentOSLinuxrelease7.3.1611(Core)主机名设置centos-master192.168.59.135centos-minion1192.168.59.132centos-minion2192.168.59.133关闭selinux和firewalld后重启服务器#systemctlstopfirewalld#
分类:
Web程序 时间:
2018-12-03 19:57:27
阅读次数:
123