摘要:
--存储过程,查询A表,向B表插入数据create or replace procedure prc_sg_sjtj_config(p_flag out varchar2) ISBEGIN FOR c_row IN (SELECT T.UNIT_NAME, T.DATA_NAME, T.TABLE_ 阅读全文
摘要:
//数据处理 六个为一组 ////占用的后期回针料盒,不可动 后期需要修改之前逻辑 List<List<Grind_DetailEntity>> ArrayList = grind.Select((x, i) => new { Index = i, Value = x }) .GroupBy(x = 阅读全文
摘要:
int aa = Int32.Parse("31", System.Globalization.NumberStyles.HexNumber); int bb = Int32.Parse("32", System.Globalization.NumberStyles.HexNumber); int 阅读全文