文章分类 -  工作日志

将DataGridView中的数据导入Excel中,并显示Excel
摘要:#region 将DataGridView中的数据导入Excel中,并显示Excel //// /// 将DataGridView中的数据导入Excel中,并显示Excel中 /// DataGridView中绑定的是一个DataTable /// /// DataGridView /// Ex... 阅读全文
posted @ 2008-08-23 13:35 Yang-S 阅读(2152) 评论(0) 推荐(0)
2007-8-15 取制丝考核数据
摘要:select distinct w.lot,w.wo,'['||m.nm||']'|| w.lot||' '||w.wo as nm,m.id mat_id,r.id routing_id,t.id tech_id ,r1.proc_id,r2.para_id from dps.wo_trace w,dps.wo_s_trace ws,pub.mat m,pub.routing r,pub.t... 阅读全文
posted @ 2007-08-15 20:09 Yang-S 阅读(125) 评论(0) 推荐(0)
收集一些.NET开发资源站点和部分优秀.NET开源项目
摘要:.Net General 微软.Net中文主页 .NET Framework开发中心 微软.Net Framework中文产品支持中心 微软.Net Framework中文新闻组(Web) 微软VB.Net中文新闻组(Web) 博客园 .NET 2.0 专题 孟宪会之精彩世界 微软.NET俱乐部 MSDN中文网络广播 ... 阅读全文
posted @ 2007-08-01 20:38 Yang-S 阅读(285) 评论(0) 推荐(0)
20070615
摘要:create or replace trigger "SPC".tig_rel_routing_tec before insert on spc.rel_routing_tec for each row begin --select distinct num,id into :new.num,:new.technic_id from spc.view_Tech_Tec_num where te... 阅读全文
posted @ 2007-06-14 10:33 Yang-S 阅读(122) 评论(0) 推荐(0)
DOS 杀病毒(停止程序)
摘要:再在DOS命令行中输入“taskkill /im aaa”格式的字符串命令,单击回车键后,顽固的病毒进程“aaa”就被强行杀死了。比方说,要强行杀死“conime.exe”病毒进程,只要在命令提示符下执行“taskkill /im conime.exe”命令,要不了多久,系统 阅读全文
posted @ 2006-12-21 20:44 Yang-S 阅读(275) 评论(0) 推荐(0)