原创 我想學習編程, 但不知道從哪裏開始

原文地址: I Want to Learn Programming but I Don’t Know where to Start 原文作者: Robyn Silber 譯文地址: 我想學習編程, 但不知道從哪裏開始 譯者: 樸

原创 [leetcode note] Partition List

時間: 2019-12-12 7:41 PM 題目地址: https://leetcode.com/problems/partition-list/ Given a linked list and a value x, part

原创 [leetcode note] Palindrome Number

時間: 2019-10-12 12:03 AM 題目地址: https://leetcode.com/problems/palindrome-number/ Determine whether an integer is a p

原创 [leetcode note] Linked List Cycle

時間: 2019-12-13 11:54 PM 題目地址: https://leetcode.com/problems/linked-list-cycle/ Given a linked list, determine if i

原创 Kubernetes(一) 跟着官方文檔從零搭建K8S

Kubernetes教程之跟着官方文檔從零搭建K8S 文章地址: https://blog.piaoruiqing.com/blog/2019/09/17/搭建k8s/ 前言 本文將帶領讀者一起, 參照着Kubernetes官

原创 [leetcode note] Merge Two Sorted Lists

時間: 2019-12-02 題目地址: https://leetcode.com/problems/merge-two-sorted-lists/ Merge two sorted linked lists and retur

原创 秒殺場景實踐之搶紅包 —— 常用解決方案

秒殺場景實踐之搶紅包 —— 常用解決方案 秒殺場景實踐之搶紅包常用解決方案 文章地址: https://blog.piaoruiqing.com/blog/2019/09/01/秒殺場景實踐之搶紅包一/ 前言 秒殺場景在生活

原创 [leetcode note] Longest Substring Without Repeating Characters

時間: 2019-10-11 12:37 AM 題目地址: https://leetcode.com/problems/longest-substring-without-repeating-characters/ Given

原创 [leetcode note] Two Sum

時間: 2019-10-08 11:21 PM 題目地址: https://leetcode.com/problems/two-sum/ Given an array of integers, return indices of

原创 [leetcode note] Remove Duplicates from Sorted List II

時間: 2019-12-11 題目地址: https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ Given a sorted linked li

原创 [leetcode note] Add Two Numbers

時間: 2019-10-09 11:19 PM 題目地址: https://leetcode.com/problems/add-two-numbers/ You are given two non-empty linked li

原创 [leetcode note] Remove Duplicates from Sorted List

時間: 2019-12-11 題目地址: https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Given a sorted linked list,

原创 你的服務器夠安全嗎

一份不一定很全的服務器安全防範措施, 但值得看看. (╯-_-)╯~╩╩. 文章地址: https://blog.piaoruiqing.com/2019/11/24/is-your-server-safe-enough/

原创 [leetcode note] Rotate List

時間: 2019-12-12 7:41 PM 題目地址: https://leetcode.com/problems/rotate-list Given a linked list, rotate the list to the

原创 我是如何通過Nginx日誌實時封禁風險IP的

實時採集並分析Nginx日誌, 自動化封禁風險IP方案 文章地址: https://blog.piaoruiqing.com/2019/11/17/block-ip-by-analyzing-nginx-logs/ 前言 本文