摘要:
OS-Windows-powercfg 查看PC电池损耗 windows系统相关命令 powercfg powercfg /? 可以查看命令提示, powercfg /batteryreport 命令生成电池使用情况报告, Design capacity(电池设计容量); Full charge c 阅读全文
摘要:
正则表达式-菜鸟教程 转自正则表达式,菜鸟教程 正则表达式(Regular Expression)是一种文本模式,包括普通字符(例如,a 到 z 之间的字母)和特殊字符(称为"元字符")。 正则表达式使用单个字符串来描述、匹配一系列匹配某个句法规则的字符串。 简单示例 ^[0-9]+abc$ ^ 为 阅读全文
摘要:
正则表达式-30分钟入门教程 参考 正则表达式30min入门教程,菜鸟教程 在线测试工具: 菜鸟工具 RegexBuddy,付费 常用的元字符 代码 说明 ^ 匹配字符串的开始 $ 匹配字符串的结束 . 匹配除换行符以外的任意字符 \w 匹配字母或数字或下划线或汉字 \s 匹配任意的空白符 \d 匹 阅读全文
摘要:
正则表达式-常用正则表达式 常用正则表达式 一、校验数字的表达式 数字:^[0-9]*$ n位的数字:^\d{n}$ 至少n位的数字:^\d{n,}$ m-n位的数字:^\d{m,n}$ 零和非零开头的数字:^(0|[1-9][0-9]*)$ 非零开头的最多带两位小数的数字:^([1-9][0-9] 阅读全文
摘要:
ISS High Definition Live Streaming Video of the Earth (HDEV)
Formerly the site for the High Definition Earth-Viewing System (HDEV) : Operational: April 30, 2014 – End of Life: August 22, 2019.
See more information below.
Currently, live video of Earth is streaming from an external HD camera mounted on the ISS. The camera is looking toward Earth with an occasional solar panel passing through the view. 阅读全文