摘要:1if exists(select name from sysobjects where name='Insert_PicType_T07_Trig' and type='TR') 2DROP TRIGGER Insert_PicType_T07_Trig 3go 4 5CREATE TRIGGER Insert_PicType_T07_Trig ON PicType_T07 6FOR INS...
阅读全文
12 2005 档案
摘要:1if exists(select name from sysobjects where name='Insert_PicType_T07_Trig' and type='TR') 2DROP TRIGGER Insert_PicType_T07_Trig 3go 4 5CREATE TRIGGER Insert_PicType_T07_Trig ON PicType_T07 6FOR INS...
阅读全文
摘要:获取当前文件夹下的所有空文件夹路径信息 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; ...
阅读全文
摘要:图像的绘制,剪切,旋转,添加文字.生成图像的缩略图 1 //按指定大小绘制图像 2 private void button1_Click(object sender, System.EventArgs e) 3 { 4 Bitmap ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 C#中对 API函数的调用 2 3 4 using System; 5 using Syst...
阅读全文
|