regex: https://github.com/taiyang-li/hackerrank/tree/master/hackerrank/regex-exercise awk: https://github.com/taiyang-li/hackerrank/tree/master/hacker ...
分类:
其他好文 时间:
2018-03-25 19:25:16
阅读次数:
145
分组 328. Odd Even Linked List 序号为奇数的在前,偶数的在后,每一半相对顺序不变。 725. Split Linked List in Parts 将链表分为大小差不超1的k组。 86. Partition List 将链表分为小于x的部分和大于等于x的部分, 删除 237 ...
分类:
其他好文 时间:
2018-03-15 11:16:41
阅读次数:
219
Hacker Zhorik wants to decipher two secret messages he intercepted yesterday. Yeah message is a sequence of encrypted blocks, each of them consists of ...
分类:
其他好文 时间:
2018-03-10 14:06:02
阅读次数:
232
Codeforces 822C Hacker, pack your bags!(思维) 题目大意:给你n个旅券,上面有开始时间l,结束时间r,和花费cost,要求选择两张时间不相交的旅券时间长度相加为x,且要求花费最少。 #include <bits/stdc++.h> using namespac ...
分类:
其他好文 时间:
2018-02-26 21:40:42
阅读次数:
176
托管在IDC的机器我们通常都用SSH方式来远程管理.但是经常可以发现log-watch的日志中有大量试探登录的 信息,为了我们的主机安全,有必要想个方法来阻挡这些可恨的"HACKER" 有很多办法来阻挡这些密码尝试1 修改端口2 健壮的密码3 RSA公钥认证4 使用iptables脚本5 使用ssh ...
分类:
其他好文 时间:
2018-02-05 14:30:53
阅读次数:
178
最近在做h5 video的时候,发现给video的默认图片不会充满整个video窗口,就在网上找了很久,终于解决这个问题: video{ width: 100%; height: 100%; background:transparent url('img/1.jpg') 50% 50% no-rep ...
分类:
其他好文 时间:
2018-01-26 18:49:39
阅读次数:
565
我们不是Hacker,我们只是Hack技术的爱好者。
十几年的时间,万维网由纯粹的静态信息仓库发展为功能强大的应用程序,在这个过程中,多种因素造成了当前应用程序安全保护不足的状态。
多数应用都面临一个核心安全问题:即用户可提交任意输入。如果无法确认输入信息的安全性,应用程序就可能会受到各种形式的攻... ...
分类:
Web程序 时间:
2017-12-28 11:44:03
阅读次数:
273
Yixght is a manager of the company called SzqNetwork(SN). Now she's very worried because she has just received a bad news which denotes that DxtNetwor ...
分类:
Web程序 时间:
2017-12-21 23:10:49
阅读次数:
328
Process Hacker、Windbg、vs2017 调试托管内存、Microsoft.Samples.Debugging、ants memory profiler、ants performance profiler 有时间详细介绍这几个工具怎么玩,不过这几个工具只是辅助分析飙高原因,都很难直接 ...
分类:
其他好文 时间:
2017-12-15 12:42:43
阅读次数:
151
1182 完美字符串 题目来源: Facebook Hacker Cup选拔 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 1182 完美字符串 题目来源: Facebook Hacker Cup选拔 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 ...
分类:
其他好文 时间:
2017-12-02 11:31:29
阅读次数:
155