03 2009 档案
sql 每个企业选择一条产品
摘要:select top 12 id, cpmc(产品名称),gsmc(公司名称) from qyzc_cpxx where id in(select id from qyzc_cpxx tb where not exists (select 1 from qyzc_cpxx where hyxx_id=tb.hyxx_id and id>tb.id) and (ycd like '四川%' or...
阅读全文
获取指定文件夹下的文件名(可用于访问远程服务器共享文件夹下的文件)
摘要:DirectoryInfo dir = new DirectoryInfo(@"C:\DATA"); FileInfo[] finfo = dir.GetFiles(); string fnames = string.Empty; for (int i = 0; i "; } Response.Write(fnames);
阅读全文
浙公网安备 33010602011771号