06 2022 档案

摘要:^rtsp://(\w{2,20}):(\w{5,20})@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}):(\d{1,5})([^\s]*) 阅读全文
posted @ 2022-06-28 15:20 simp00 阅读(321) 评论(0) 推荐(0)
摘要:以下代码示例练习 Windows 防火墙配置文件; 显示当前配置文件、关闭防火墙、打开防火墙并添加应用程序。 /* Copyright (c) Microsoft Corporation SYNOPSIS Sample code for the Windows Firewall COM interf 阅读全文
posted @ 2022-06-27 17:33 simp00 阅读(869) 评论(0) 推荐(0)
摘要:numeric_limits 类模板提供了一种标准化的方式来查询算术类型的各种属性 比如 std::numeric_limits<int>::max() numeric_limits 提供了专有的信息 #include <limits> #include <iostream> int main() 阅读全文
posted @ 2022-06-10 10:33 simp00 阅读(529) 评论(0) 推荐(0)
摘要:alias cl="conda env list" alias cc="conda create -n" alias coa="conda activate" alias cod="conda deactivate" alias cr="conda remove --all -n" export D 阅读全文
posted @ 2022-06-10 09:36 simp00 阅读(200) 评论(0) 推荐(0)