使用说明: HKEY hKey; LPCTSTR lpSubkey=TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"); long ret0=::RegOpenKeyEx(HKEY_LOCAL_MACHINE,lpSubkey,0,KEY_WRITE,&hKey); if(ret0!=ERROR_SUCCESS) { AfxMessageBox(TEXT("Unable to Open Reg file"));return; //
linux平台下的FTP测试工具,可以模拟多用户访问下FTP服务器的承载能力,在这方面找到的唯一一个软件^_^ 1、是使用gcc进行编译 2、解压缩 3、./configure 4、make 5、./dkftpbench -n1 -hftp.uu.net -t15 -v Option values: -hftp.uu.net host name of ftp server -P21 port number of ftp server -n1 number of users -t15 lengt
FEATURES • Drop–in replacement for IBM AT computer clock/calendar • Pin configuration closely matches MC146818B and DS1285 • Counts seconds, minutes, hours, days, day of the week, date, month, and year with leap year compensation valid up to 2100 •
Private Declare Function SetSysColors Lib "user32" (ByVal nChanges As Long, lpSysColor As Long, lpColorvalues As Long) As Long Private Sub Check1_Click() If Check1 Then csh = 100 Else csh = 200 End If End Sub Private Sub Command2_Click() On Error Re