摘要:
1、多表查询 根据表setproduct表条件ProductCatalog = 'FSL',查询出的ProductType,查询SetStep工位是fs160R的所有数据 SELECT DISTINCT s.* FROM SetProduct p INNER JOIN SetStep s ON p. 阅读全文
摘要:
' 结束所有名为"notepad.exe"的进程 For Each proc In Process.GetProcessesByName("notepad") proc.Kill() Next Imports System.Diagnostics Public Class Form1 Dim a A 阅读全文