摘要:
VBA中的流程控制分为两种,其一是条件结构式的,即根据条件判断的结果去选择性执行相应的语句(块);另一种是循环,即循环地执行语句(块)。本节介绍第一种。 1. IF if 语句其实包含有几种形式: ① If...Then...End If 其格式为: 例如: 输出结果为:Yes ② If...The 阅读全文
摘要:
错误提示:This partition cannot be modified because it contains a partition table; please reinitialize layout of the whole device. (udisks error quark, 11) 阅读全文
摘要:
1. error:/usr/lib/rpm/redhat/redhat hardened cc1: No such file or directory 需要安装 2. fatal error: Python.h: No such file or directory 需要安装 。针对python3是p 阅读全文