摘要:
#region CMD直接运行语句,不适用所有服务器bool result = false;try{ using (Process process = new Process())创建进程对象 { string strInput = Console.ReadLine(); Process p = n 阅读全文
摘要:
List<int> listA = new List<int> {1,2,3,5,7,9}; List<int> listB = new List<int> {13,4,17,29,2}; List<int> Result = listA.Union(listB).ToList<int>(); // 阅读全文
摘要:
update crosssortingsystem set `Value` = CASE `Code` when 'LatticeInfo' then '202' else `Value` END,UpdateTime = CASE `Code` when 'LatticeInfo' then DA 阅读全文
摘要:
update crosssortingsystem set `Value` = CASE `Code` when 'crossSystem' then '12521' else `Value` END,UpdateTime = CASE `Code` when 'LatticeInfo' then 阅读全文