文章首发于公众号「iBroPro」,文末可扫码关注。
策略模式
Strategy Pattern: Define a family of algorithms, encapsulateeach one, and make them interchangeable. Strategy lets thealgorithm vary independently from clients that use it.
定义一系列算法&…
Dos命令
映射盘符: net use k:\192.168.80.132\c$ 删除映射盘符:net use k:\192.168.80.132\c$ /del 创建用户 net user 用户名 密码 /add 提升用户权限 net localgroup administrators 用户名 /add 删除用户 net user 用户名 /del
虚拟机里创建多个网…
关于FTP: FTP(File Transfer Protocol)即文件传输协议,是一种基于TCP的协议,采用C/S模式。 FTP是用来在两台计算机之间传输文件,是Internet中应用非常广泛的服务之一。它可根据实际需要设置各用户的使用权限…