MYSQL 查询线程语句

按IP来排序 ``` select client_ip,count(client_ip) as client_num from (select substring_index(host,':' ,1) as client_ip from information_schema.processlist ) as connect_info group by client_ip order by...

继续阅读 »

如何在Win10中安装WinCC V7.5

安装教程直通 https://www.ad.siemens.com.cn/productportal/prods/hmi/wincc/q7_faq/faq00011.html 需要学习的可以下载这个试试,官方下载需要10积分,企业使用请去购买正版。 PS: 此软件仅供仿真学习,商用请支持正版。 国内正版渠道 http://www.wincc.com.cn...

继续阅读 »