09 2022 档案
摘要:;with t1 as (select row_number() over (partition by 条码,跟踪单 order by 测量总长 ) as rn,* from 品保 where 量测时间>'2022-09-20') ,t2 as (select 条码,跟踪单, case rn whe
阅读全文
摘要:public bool Insert(object obj) { Type type = obj.GetType(); PropertyInfo[] properties = type.GetProperties(); string[] col = new string[properties.Len
阅读全文
摘要:Private Sub CommandButton1_Click() Dim jsstr Dim sb As String Dim oSC As Object Dim i As Integer Set oSC = CreateObjectx86("MSScriptControl.ScriptCont
阅读全文
摘要:Private Sub CommandButton1_Click() uploadData1 ("http://192.168.1.77:66/api/mes/TVbox?a=" + TextBox1.Text + "&b=" + TextBox2.Text + "&c=" + TextBox3.T
阅读全文