摘要: namespace ConsoleApp2 { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); string path = @"C:\c#\1.txt"; string[] co 阅读全文
posted @ 2022-10-26 00:04 淼淼淼26 阅读(18) 评论(0) 推荐(0)
摘要: using System; namespace ConsoleApp10 { ** class Program** ** {** ** static void Main(string[] args)** ** {** ** Console.WriteLine("Hello World!");** * 阅读全文
posted @ 2022-10-25 09:59 淼淼淼26 阅读(28) 评论(0) 推荐(0)
摘要: 在后台数据库ICClassType表中,字段FID<0的是老单,FID>0的是新单。 系统设置 FStatus: 0--未审核;1--已审核;2--部分行关闭;3--已关闭; 步骤一:先从t_tabledescription表中查业务单据的FTableID步骤二:再根据FTableID,从t_fie 阅读全文
posted @ 2020-10-28 16:59 淼淼淼26 阅读(649) 评论(0) 推荐(0)
摘要: SELECT TOP 100 total_worker_time/execution_count AS avg_cpu_cost, plan_handle, execution_count, (SELECT SUBSTRING(text, statement_start_offset/2 + 1, 阅读全文
posted @ 2020-10-28 16:29 淼淼淼26 阅读(231) 评论(0) 推荐(0)