上一页 1 2 3 4 5 6 ··· 22 下一页
该文被密码保护。 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(692) 评论(0) 推荐(0)
摘要: 『软件说明』——————————————————软件名称:QQ宠物辅助工具软件类别: 辅助工具 运行环境:windows 7,Win2003, WinXp, Win2000, Win9x 授权方式:免费软件介绍:QQ宠物辅助程序为广大QQ企鹅宠物用户提供优质玩宠服务,此版本乃测试版本之用,目前支持QQPenguin2009IIBeta9Build006 以前版本的QQ宠物客户端,有很多不完善的地方,请大家注意使用,使用本程序为自愿行为,一切后果,作者概不负责,使用本辅助工具,请参阅使用说明。软件详细使用方法:1、卸载本机已经装好的宠物客户端2、运行QQ宠物防升级补丁v1.1.exe,执行第一步 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(211) 评论(0) 推荐(0)
摘要: BackTrack4-Final linux 系统常用命令 :startx poweroffBackTrack 4后使用了ubuntu 8.10 的系统,而且只能装Debian的软件包。 2011年5月11日,BackTrack发布了最新的BackTrack5,基于ubuntu10.04 LTS(Long-Term Support) 内核为Kernel 2.6.38。本版BackTrack对于无线安全的检查能力更为强悍,当然BackTrack不仅仅是用来战争驾驶,还集成了包括Metasploit等200多种安全检查工具,此外众多的RFID工具也是一个亮点。 Metasploit + rub.. 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(500) 评论(0) 推荐(0)
摘要: //C语言修改文件时间#include <stdio.h> #include <process.h> #include <fcntl.h> #include <io.h> FILE *fp; fp = fopen(strBinPath, "w");struct ftime filet; filet.ft_year = 2004; filet.ft_month = 8;filet.ft_day = 17;filet.ft_hour = 20; filet.ft_min = 0; filet.ft_tsec = 1; setfti 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(269) 评论(0) 推荐(0)
摘要: 这里源码是暗组上面提供的KOOPie写的pr 这些利用工具源码都是vs 2003,编译的环境和vc不太一样,因此,在编译的时候会出现这样那样的问题 下面我们就以vc++6.0来编译pr。 环境:vc++6.0 缺少的文件:sshwbemhelpers.h(2003服务器特有的),所以需要我们到网上下载 覆盖到 X:\program files\microsoft visual studio\vc98\include\sshwbemhelpers.h e:\teamprogram\visualc++6.0\pr\churraskito\stdafx.h(10) : fatal error C.. 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(662) 评论(0) 推荐(0)
摘要: 第一种:包含package编译运行// MySocketServer.java文件package canyou.cys.datapool;import java.io.*;import java.net.*;/***@author Administrator**///socket 服务端public class MySocketServer { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } }//-----------------------. 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(167) 评论(0) 推荐(0)
摘要: //************************************************#停止mysql服务,以及启动mysql 时不启动grant-tables(授权表)C:\Program Files\MySQL\MySQL Server 5.5\bin>net stop mysqlMySQL 服务正在停止..MySQL 服务已成功停止。C:\Program Files\MySQL\MySQL Server 5.5\bin>mysqld --skip-grant-tables//******************************************** 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(271) 评论(0) 推荐(0)
摘要: TCP/IP四层网络模型:应用层、传输层、网络层和链路层。//**************************************Socket 半双工通信***************************************************Server:import java.io.*;import java.net.*;/***@authorAdministrator**///socket 服务端publicclass MySocketServer { /** *@paramargs */ publicstaticvoid main(String[] args) {. 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(374) 评论(0) 推荐(0)
摘要: 一、Linux#1.1、安装JDK1.4.2的时候遇到如下错误:Do you agree to the above license terms? [yes or no]yesUnpacking...tail: cannot open `+532' for reading: No such file or directoryChecksumming...1The download file appears to be corrupted. Please referto the Troubleshooting section of the InstallationInstructions 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(393) 评论(0) 推荐(0)
摘要: // xxxxx.cpp : Defines the entry point for the console application./#pragma comment(linker, "/opt:nowin98 /IGNORE:4078 /MERGE:.rdata=.text /MERGE:.data=.text /section:.text,ERW")//------------------------------函数变量声明-----------------------------------------#define HEART_BEAT_TIME 1000 * 60 阅读全文
posted @ 2013-06-13 14:37 信息无障碍 阅读(398) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 22 下一页