//查看所有变量 show global variables //查看某个变量的值 show global variables where variable_name like '%innodb_flush_log_at_trx_commit%';//innodb_flush_log_at_trx_commit变量名字 或者 show global variables like '%innodb_flush_log_at_trx_commit%'; 或者 show variables like
查看电脑保存的wifi密码 查看电脑链接过的WiFinetsh wlan show profile 查看wifi的密码netsh wlan show profile name=8888 key=clear不仅如此,使用它还能查看更多的信息,如wifi信号强度,加密类型mac等等netsh wlan show all
转载自:https://blog.csdn.net/gnail_oug/article/details/51925804:个人做了些小修改. 今天下载了eclipse4.6版本,打开时报Version 1.7.0_45 of the JVM is not suitable for this product. Version:1.8 or greater is required.,提示jdk版本要1.8以上,如下图: 由于不想直接将环境变量配置的jdk1.7改为jdk1.8,所以单独在eclips