上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页
摘要: 什么是 WMI?WMI最初于 1998 年作为一个附加组件与 Windows NT 4.0 Service Pack 4 一起发行,是内置在 Windows 2000、Windows XP 和 Windows Server 2003 系列操作系统中核心的管理支持技术。基于由 Distributed Management Task Force (DMTF) 所监督的业界标准,WMI 是一种规范和基础... 阅读全文
posted @ 2007-03-11 11:31 ahuo 阅读(1644) 评论(1) 推荐(0)
摘要: 这个提供了一个注入资源管理器的工程源码只要修改一下就可以很大破坏力http://www.cnblogs.com/Files/ahuo/indll注入.rar 阅读全文
posted @ 2007-03-09 22:29 ahuo 阅读(449) 评论(0) 推荐(0)
摘要: dllvoid __stdcall dos(char cmd[]){ system(cmd);}vbPrivate Declare Function dos Lib "dos.dll" (ByVal cmd As String) 红色部分是必要的,没有就传不了 阅读全文
posted @ 2007-03-09 21:20 ahuo 阅读(857) 评论(0) 推荐(0)
摘要: 1. API之网络函数 WNetAddConnection 创建同一个网络资源的永久性连接 WNetAddConnection2 创建同一个网络资源的连接 WNetAddConnection3 创建同一个网络资源的连接 WNetCancelConnection 结束一个网络连接 WNetCancelConnection2 结束一个网络连接 WNetCloseEnum 结束一次枚举操作 WNetCo... 阅读全文
posted @ 2007-03-09 21:12 ahuo 阅读(351) 评论(0) 推荐(0)
摘要: #include "stdafx.h"#include BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ){ return TRUE;} extern "C" void _... 阅读全文
posted @ 2007-03-09 20:23 ahuo 阅读(1311) 评论(0) 推荐(0)
摘要: 画图类DC CClientDC 在客户区里画 CClientDC dc(this); //客户区 CClientDC dc(GetParent());//包含工具栏 CWindowDC dc(this) //与CClientDC dc(this)无区别 CWindowDC dc(GetParent())//整个程序 包括标题栏 CWindowDC dc(GetDeskto... 阅读全文
posted @ 2007-03-05 16:10 ahuo 阅读(348) 评论(0) 推荐(0)
摘要: 一、将FLASH.js文件放入站点任意文件夹中 二、在网页之间插入以下代码 三、用下面java语句完全替换网页中“"document.write(thtml)}//代码结束 下载http://www.cnblogs.com/Files/ahuo/flash.rar 阅读全文
posted @ 2007-03-05 15:02 ahuo 阅读(328) 评论(0) 推荐(0)
摘要: 读出连接字符Properties.Settings.Default.data_infoConnectionString;修改DataDirectoryAppDomain.CurrentDomain.SetData("DataDirectory",Application.StartupPath); 阅读全文
posted @ 2007-03-05 11:59 ahuo 阅读(195) 评论(1) 推荐(0)
摘要: 遥控用的是2262发射模块2262 工作电压3-12v4路输出编码范围6561接受用2294 阅读全文
posted @ 2007-03-04 14:31 ahuo 阅读(471) 评论(0) 推荐(0)
摘要: Character Description Examples Output C or c Currenc... 阅读全文
posted @ 2007-02-27 17:34 ahuo 阅读(245) 评论(1) 推荐(0)
摘要: 1DateTime dt = DateTime.Now; 2// Label1.Text = dt.ToString();//2005-11-5 13:21:25 3// Label2.Text = dt.ToFileTime().ToString();//127756416859912816 4// Label3.Text = dt.ToFileTimeUtc().ToStri... 阅读全文
posted @ 2007-02-27 17:20 ahuo 阅读(1192) 评论(1) 推荐(0)
摘要: VBScript 函数 功能说明 例子 Abs (数值) ... 阅读全文
posted @ 2007-02-27 15:28 ahuo 阅读(328) 评论(0) 推荐(0)
摘要: 连接字符dim conn,connstron error resume nextconnstr="DBQ="+server.mappath("./data/db.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"Set conn=Server.CreateObject("ADODB.CONNECTION")conn.open... 阅读全文
posted @ 2007-02-27 15:05 ahuo 阅读(250) 评论(0) 推荐(0)
摘要: CTime t=CTime::GetCurrentTime();m_out= t.Format("%Y-%m-%d"); 阅读全文
posted @ 2007-02-25 00:00 ahuo 阅读(258) 评论(0) 推荐(0)
摘要: dataGridView1.DataSource = bindingSource_log; bindingSource_log.DataMember = "dir_ctrl"; //SELECT id, op, [date], [user] FROM dir_ctrl OleDbDataA... 阅读全文
posted @ 2007-02-24 22:30 ahuo 阅读(336) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 77 下一页