#检查版本:# PowerShell script to display SharePoint products from the registry. Param( # decide on whether all the sub-components belonging to the product should be shown as well [switch]$ShowComponents) # location in registry to get info about installed…
方法1:使用mysql -v命令查看: [root@yeebian mysql]# mysql -V mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 [root@yeebian mysql]# mysql --version mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1…