1、redis的安装 a、 将下载好的redis安装包,解压后,进入文件根目录直接make , 此步完成,make PREFIX=/usr/local/redis install (PREFIX制定安装路径) b、将源码包里的配置文件复制到安装路径 eg: cp path/redis-5.0.8/r ...
分类:
其他好文 时间:
2020-04-05 20:17:39
阅读次数:
62
URL https://codeforces.com/contest/1326/problem/E 解法 在加入炸弹的过程中答案显然不升,且每次剩下的数都是上一次的子集。 考虑当前的答案是 $x$,已经删除了所有 $ x$ 的数,判断 $x$ 是否被删除。充要条件是: 最右的 $\ge x$ 的数的 ...
分类:
其他好文 时间:
2020-04-05 09:56:23
阅读次数:
57
codeforces-1332C- K-Complete Word 传送门:https://codeforces.com/contest/1332/problem/C 题意:有一个字符串,你可以把某个字母换成任意一个字母,使得得到的新字符串是x个相同的长度为k的回文串 一开始没理解要把新字符串变成啥 ...
分类:
其他好文 时间:
2020-04-04 00:07:26
阅读次数:
77
解决方案: 修改项目目录下的 node_modules\electron\install.js downloadArtifact({ version, artifactName: 'electron', force: process.env.force_no_cache 'true', cacheR ...
分类:
其他好文 时间:
2020-04-04 00:05:28
阅读次数:
85
Less8 布尔型盲注: 1.布尔盲注 网页代码仍然存在着SQL注入漏洞,但是当进行SQL注入时,页面不会回显任何数据,只会返回“right”或“wrong”即0和1。 需要通过构造SQL语句,来判断数据库信息的正确性,在通过页面的返回的“真”和“假”来识别判断是否正确,这就是布尔盲注。 Less8 ...
分类:
数据库 时间:
2020-04-02 19:49:59
阅读次数:
172
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True). /content/drive/My Dri ...
分类:
其他好文 时间:
2020-04-02 15:57:44
阅读次数:
125
香港卫视,rtmp://live.hkstv.hk.lxdns.com/live/hks 香港财经,rtmp://202.69.69.180:443/webcast/bshdlive-pc 韩国GoodTV,rtmp://mobliestream.c3tv.com:554/live/goodtv.s ...
分类:
其他好文 时间:
2020-03-31 16:04:04
阅读次数:
329
之前调试mysql集群时候保存下来的,目前还不知道有什么用,但大多配置都在这里了,希望能有用, #!/bin/sh # # Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved. # # This pr ...
分类:
数据库 时间:
2020-03-31 14:03:03
阅读次数:
73
IPv6的概念 IPv6(互联网协议第六版Internet Protocol Version 6),是IETF(互联网工程任务组,Internet Engineering Task Force)设计的用于替代现行版本IP协议(IPv4)的下一代IP协议。 IPv6网络的提出最初是为了扩大IP地址空间 ...
分类:
其他好文 时间:
2020-03-31 12:50:01
阅读次数:
94
Attack on Red Kingdom The Red Kingdom is attacked by the White King and the Black King! The Kingdom is guarded by $n$ castles, the $i$ th castle is de ...
分类:
其他好文 时间:
2020-03-30 11:20:13
阅读次数:
105