Hao
C# 获取主板信息
C# 获取主板信息 ManagementClass mc = new ManagementClass(WMIPath.Win32_BaseBoard.ToString()); ManagementObjectCollection moc = mc.GetInstances(); foreach (M
C# Base64用法
C# Base64用法 public bool Base64StringToFile(string base64String, string fileName) { bool opResult = false; try { string strDate = D
C# TraceRoute实现
C# TraceRoute实现 public static void GetTraceRoute(string hostname) { // following are similar to the defaults in the "traceroute" unix command.
阿里云云助手执行命令
阿里云云助手执行命令 0.安装 wget -c https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -O - | tar -xz -C /usr/local/bin 1.Linux执行命令 InstanceId='i-xxx
K8S简单记录
认证 export KUBECONFIG=/var/lib/kubelet/kubeconfig 显示所有pod kubectl get pods --all-namespaces 导出所有yaml kubectl get all --namespace=a8-inode-stg -o yaml
安卓模拟器WireShark抓包
安卓模拟器WireShark抓包 1.安卓模拟器监听端口 adb.exe shell "tcpdump -n -s 0 -w - | busybox nc -l -p 11233" adb.exe shell "tcpdump not host 10.0.2.2 -n -s 0 -w - | bu
新的开始
# 新的开始 抛弃了 Typecho 迁移到了新的 Halo 站点