programming
hoymkot
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode Strong Password Checker
Leetcode strong-password-checker solution # Leetcode strong password checker # https://leetcode.com/problems/strong-password-checker/ class Solution(object): def strongPasswordChecker(self, password): """ :type password: str :r原创 2021-01-21 13:11:57 · 163 阅读 · 0 评论 -
Example of using sigaction()
#include <stdio.h> #include <unistd.h> #include <signal.h> #include <string.h> static void hdl (int sig, siginfo_t *siginfo, void *context) { printf ("Sending PID: %ld, UID: ...原创 2020-03-15 01:12:23 · 153 阅读 · 0 评论
分享