06 2015 档案

摘要:create trigger CheckDeleteon 表for deleteasdeclare @state nvarchar(20)select @state=isnull(字段,'') from deletedif (@state'') begin print('状态不为空 不能删除'... 阅读全文
posted @ 2015-06-30 10:58 伪装大牛 阅读(1243) 评论(0) 推荐(0)
摘要:1、new -->application 2、在form1中加入一个tPopMenu 命名为pm1 3、uses ShellAPI; 4、定义一个常量在 const WM_TRAYMSG = WM_USER + 101; 5、在private中生命变量 NotifyIcon: TNotifyIcon 阅读全文
posted @ 2015-06-23 17:00 伪装大牛 阅读(1977) 评论(1) 推荐(0)