leetcode with python:36. Valid Sudoku

题目: Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row must contain the digits 1-9 without repetition. Each column mus

网路拓朴图 Network Topology 软体工具

网路拓朴图 Network Topology 软体工具 可以自动化出连接图的关係是因为需要打开 LLDP Free 挺多的 LibreNMS MAPs The Dude ... 其他请别人补充 商业的当然更多 SNMPs

安全远端桌面 安全必不可少

相信很多人都听说过安全远端桌面和安全遥控桌面这样的概念词,那到底什么是安全远端桌面和安全遥控桌面呢?通过字面理解,大概可以知道远端和遥控

Generics 活用技巧 java 泛型

Generics 活用技巧 ArrayList 等集合列别可以提供管理物件的功能,而储存物件的型别(类别)则可藉由Generics来指定。 IMPORT JAVA.UTIL.*;class GenericsSample { public stat

Datalore企业版 - Jupyterlab的最佳替代方案

更多相关连结: https://linktr.ee/wade3c Install 早期只能使用Jetbrains官方架设的服务,目前企业版也能够self-hosted了,只是价格有点高可能不是一般团队能负担的,

leetcode with python:38. Count and Say

题目: The count-and-say sequence is a sequence of digit strings defined by the recursive formula: countAndSay(1) = 1 countAndSay(n) is the way you would say the digit string from countAndSay(n-1), wh

leetcode with python:461. Hamming Distance

题目: The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, return the Hamming distance between them. 给定两

一文看懂什么是数字化运营

一句话概括:把企业的运营资料,放到资料仓库中; 为什么要放到资料仓库中,为了方便进行运营分析; 所以我们这句话可以加长一点儿: 企业为了进行

网络安全-公匙-你所不知道的作用

原文引用:《security_engineering_a_guide_to_building_dependable_distributed_systems》 Finally, naming is a particularly thorny problem. Many governments and organisations are trying to build Dis

网络安全-分布式系统

why:系统太大而出现的系统结构:一个系统变得庞大了之后,结构就不是线性的了;分布式系统并非是非要这样建立,起源是因为系统变大之后,可能很多

[C#]使用日期转换函式时,为什么强制显示出民国年?

今天在使用日期转换函式时,发现年分会显示成民国年,而不是预想的西元年: 原本以为是特定状况触发的bug,为此检查好久的程式,却没有发现异常的地