2020年5月16日

该文被密码保护。 阅读全文
posted @ 2020-05-16 13:57 harry1989 阅读(2) 评论(0) 推荐(0) 编辑

2020年2月17日

摘要: 【参考资料】 1. Linux的OOM Killer机制分析 2. 理解和配置linux下的OOM Killer 阅读全文
posted @ 2020-02-17 20:53 harry1989 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 【参考资料】 1. Linux下哪些进程在消耗我们的cache 阅读全文
posted @ 2020-02-17 20:48 harry1989 阅读(236) 评论(0) 推荐(0) 编辑

2020年1月23日

摘要: 前言 linux默认自带的是python2的版本,python2的版本目前已经不演进,且存在诸多漏洞,现在大部分python项目都要求是python3。 版本信息 [root@izj6ce3t4tj14n513a5790z bin]# cat /proc/version Linux version 阅读全文
posted @ 2020-01-23 10:45 harry1989 阅读(997) 评论(0) 推荐(0) 编辑

2020年1月18日

该文被密码保护。 阅读全文
posted @ 2020-01-18 17:14 harry1989 阅读(3) 评论(0) 推荐(0) 编辑

2019年12月28日

摘要: 数组 题目描述:从排序数组中删除重复项 要求:O(1)的空间复杂度 思路:快慢指针 题目描述:买卖股票的最佳时机II(不限交易次数) 思路1:暴力法。 -- 想想如何暴力法,暴力写好也不容易。(n的n次方复杂度) 思路2:波峰波谷法。 必须先找到对应的波谷,才能找到对应的波峰。思考怎样实现。 思路3 阅读全文
posted @ 2019-12-28 20:19 harry1989 阅读(185) 评论(0) 推荐(0) 编辑

2019年12月27日

摘要: 概述 DGA:域名生成算法,是一种利用随机字符来生成C&C域名,从而逃避黑名单检测的技术手段。 DGA域名一般指向C&C服务器,增强僵尸网络的鲁棒性。 防御人员可以抢注DGA生成的域名,并通过sinkhole手段测量或劫持僵尸网络。 参考资料 https://blog.csdn.net/laowu8 阅读全文
posted @ 2019-12-27 20:40 harry1989 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 概述 软件开发的过程中变动通常需要记录,一般使用changelog.md来记录 参考资料 https://www.jianshu.com/p/622b5f57b965 阅读全文
posted @ 2019-12-27 20:31 harry1989 阅读(230) 评论(0) 推荐(0) 编辑

2019年12月24日

摘要: 概念 【geekforgeeks】 Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for 阅读全文
posted @ 2019-12-24 08:47 harry1989 阅读(383) 评论(0) 推荐(0) 编辑

2019年12月23日

摘要: 概念 Divide and Conquer is an algorithmic paradigm. A typical Divide and Conquer algorithm solves a problem using following three steps.Divide: Break th 阅读全文
posted @ 2019-12-23 21:50 harry1989 阅读(217) 评论(0) 推荐(0) 编辑

导航