public Function SaveText(filePath,content)set fso=createobject("scripting.filesystemobject") Set f = fso.CreateTextFile(filePath,True)f.write(content)f.closeEnd Function Function copy(value,objShell) 'replace_str=""&chr(34)'Set reg…
set WshShell=WScript.CreateObject("WScript.Shell") Const user = "hugetech2" Const pwd = "huge204204" " Const mobilePwd = "basketball123" Dim userToken Dim mobile Dim identify identify = " '登陆api网站,获取用户toke…
在项目中需要在一定条件满足时,保存一些数据到数据库中,并可根据条件查询.考虑到WinCC6.2以后采用的就是SQL Server2005数据库,所以直接利用该数据库即可,通过SQL Server Management Studio(SSMS)可以创建自己的数据库,并安要求创建好表. 一.数据库连接 在SQL Server Management Studio(SSMS)中创建名为evcp的数据库,再创建名为evcp的表,然后根据需要创建Columns,在本项目中创建了norder(流水号).pil…