摘要: netstat -ano|findstr PORTNUMBER 阅读全文
posted @ 2021-09-14 12:20 Skiing_Bison 阅读(34) 评论(0) 推荐(0)
摘要: Admissibility + A* with reopen we can derive that we could find the optimal path。 Reopening is what happens when we find a new, better path to a previ 阅读全文
posted @ 2021-08-25 08:29 Skiing_Bison 阅读(77) 评论(0) 推荐(0)
摘要: Confidentiality: This term covers two related concepts: Data1 confidentiality: Assures that private or confidential information is not made available 阅读全文
posted @ 2021-08-23 20:08 Skiing_Bison 阅读(61) 评论(0) 推荐(0)
摘要: Post with his DP journey. As the beginner, the blogger said "I solved/read 45 DP problems of different patterns in 4 days (yes, you might think that i 阅读全文
posted @ 2021-08-23 19:48 Skiing_Bison 阅读(40) 评论(0) 推荐(0)
摘要: 1 /*** 2 * A simple Node JS Server To Calculate BMI 3 * Take height and weight as operand 4 * Example: 5 * http://localhost:8000/calculateBMI 6 * The 阅读全文
posted @ 2020-08-11 20:11 Skiing_Bison 阅读(88) 评论(0) 推荐(0)