leetcode contest 54 solution 发表于 2017-10-15 分类于 code , Leetcode 阅读次数: 评论数: 本次题解包括 696. Count Binary Substrings 697. Degree of an Array 698. Partition to K Equal Sum Subsets 699. Falling Squares 阅读全文 »
leetcode contest 53 solution 发表于 2017-10-08 分类于 code , Leetcode 阅读次数: 评论数: 本次题解包括 Stickers to Spell Word Binary Number with Alternating Bits Number of Distinct Islands Max Area of Island 阅读全文 »
leetcode contest 52 solution 发表于 2017-10-02 分类于 code , Leetcode 阅读次数: 评论数: 本次题解包括: Repeated String Match Longest Univalue Path Knight Probability in Chessboard Maximum Sum of 3 Non-Overlapping Subarrays 阅读全文 »
Linux setuid与权能介绍 发表于 2017-07-18 分类于 study , 信息安全 阅读次数: 评论数: Linux下对于一个文件我们熟悉的权限有rwx,表示读写和执行。 今天介绍的是S位,称为setuid位。 阅读全文 »