摘要:
调用win32系统内核主要就是用到Process类,使用时应该包括以下命名空间 using System.IO;using System.Diagnostics; 以下代码的功能就是利用windows自带的发消息功能向一台目标机发送一条消息: Process p=new Process(); p.StartInfo.FileName="cmd.exe"; p.StartInfo.Us... 阅读全文
posted @ 2005-10-21 13:43
小小点
阅读(185)
评论(0)
推荐(0)
摘要:
SELECT (case when a.colorder=1 then d.name else '' end)表名, a.colorder 字段序号, a.name 字段名, (case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then '√'else '' end) 标识, ... 阅读全文
posted @ 2005-10-21 13:41
小小点
阅读(857)
评论(0)
推荐(0)
摘要:
JS模仿的DataGrid QQQQQQ fdsafas fadsfasf fsdafasf fdsaf 阅读全文
posted @ 2005-10-21 13:39
小小点
阅读(201)
评论(0)
推荐(0)
摘要:
其实只要使用系统内置的存储过程sp_spaceused就可以得到表的相关信息 如:sp_spaceused 'tablename' 以下是为了方便写的一个存储过程,目的是把当前的所有表的相关信息全部都保存在一个指定的表里面 CREATE PROCEDURE get_tableinfo AS if not exists (select * from dbo.sysobjects where id... 阅读全文
posted @ 2005-10-21 13:34
小小点
阅读(294)
评论(0)
推荐(0)
摘要:
Pop Window 阅读全文
posted @ 2005-10-21 13:32
小小点
阅读(279)
评论(0)
推荐(0)
摘要:
winver---------检查Windows版本wmimgmt.msc----打开windows管理体系结构(WMI)wupdmgr--------windows更新程序wscript--------windows脚本宿主设置write----------写字板winmsd---------系统信息wiaacmgr-------扫描仪和照相机向导winchat--------XP自带局域网聊天... 阅读全文
posted @ 2005-10-21 09:36
小小点
阅读(275)
评论(0)
推荐(0)
摘要:
今天闲来无事,因为CSDN的blog太慢,将它搬到博客园中来了,希望大家指点.QQ:28043566Email:whhq84@gmail.com 阅读全文
posted @ 2005-10-21 09:28
小小点
阅读(130)
评论(0)
推荐(0)

浙公网安备 33010602011771号