自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

harryxlb的专栏

===ToMorRoW_Is_aNoTHeR_DAy===

  • 博客(9)
  • 资源 (10)
  • 收藏
  • 关注

转载 ADO.NET连接数据库的方式(官方提供)

在MSDN中,.net的数据库连接字符串都有详细的说明,我这里以代码范例的方式罗列一些,具体的每一项代表的意义可以参看MSDN.ADO.net 中数据库连接方式(微软提供)微软提供了以下四种数据库连接方式:System.Data.OleDb.OleDbConnectionSystem.Data.SqlClient.SqlConnectionSystem.Data.Odb

2011-10-29 12:19:04 368

转载 在ASP.NET中连接各种数据库

.NET中各种数据库连接大全SQL Server ODBC Standard Security:"Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" Trusted connection:"Driver={SQL Server};Server=Aron1;Database=pu

2011-10-29 12:13:21 648

转载 服务器提权二览

本文是biweilun结合自己的经验和网上的一些文章写出来的,希望大家喜欢一:检测一下网站的服务器是否开了 3389 远程终端 二:检测一下服务是否用了serv-u (还有是什么版本的) 方法一:复制一个网站 用 3389 登陆器连接一下 (是否成功)能连接了,拿下服务器的机率,提高 30%了二:用ftp模式查下一个服务器的版本 开始 -- 运行 -- cmd -- f

2011-10-28 16:29:19 1084

转载 服务器提权一览

在得到了一个Webshell之后,如果能进一步利用系统的配置不当取得更高的权限,一直是广大黑友们所津津乐道的话题,也是高手和菜鸟间最大的区别。本文将从一个大角度总括当前流行的各种提权方法,希望对大家有所启发,起到一个抛砖引玉的作用WEBSHELL权限提升技巧 c: d: e:..... C:\Documents and Settings\All Users\「开始」菜单\程序\

2011-10-28 16:28:06 539

转载 MSSQL2005 手工盲注教

一.开启扩展 1.开启xp_cmdshell EXEC sp_configure ’show advanced options’, 1;RECONFIGURE;EXEC sp_configure ‘xp_cmdshell’, 1;RECONFIGURE;– 关闭xp_cmdshell EXEC sp_configure ’show advanced options’,

2011-10-27 15:19:56 519

原创 SQL Server恢复xp_cmdshell过程的几种方法

SQL Server 阻止了对组件 'xp_cmdshell' 的 过程'sys.xp_cmdshell' 的访问,因为此组件已作为此服务器安全配置的一部分而被关闭。系统管理员可以通过使用 sp_configure 启用 'xp_cmdshell'。有关启用 'xp_cmdshell' 的详细信息,请参阅 SQL Server 联机丛书中的 "外围应用配置器"。SQL2005 在默认的设置中是

2011-10-22 22:40:09 947

转载 SQL Server 2005存储过程示例

--有输入参数的存储过程--create proc GetComment(@commentid int)asselect * from Comment where CommentID=@commentid --有输入与输出参数的存储过程--create proc GetCommentCount@newsid int,@count int outputas

2011-10-22 22:29:22 1702

转载 SqlServer 2005语句大全

一、基础1、说明:创建数据库Create DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwind

2011-10-22 22:15:52 531

转载 用Apache配置多个域名的方法(绝对成功!)

apache安装完默认是不开启虚拟服务器的,如果希望在本地apache上面配置虚拟服务器,类似于在网上买的虚拟主机,可以按照以下步骤进行配置:1,修改本机的hosts文件,如下 示例:127.0.0.1 localhost127.0.0.1 xlb.com 1

2011-10-14 15:42:26 34407 1

JRE1.6 Win32 X86

JRE1.6 Win32 不用去到处找了 JRE1.6 Win32 不用去到处找了

2018-09-07

Windows版nasm2.13

Windows版nasm2.13 x86工具集,Windows版nasm2.13 x86工具集

2018-05-25

Windows版OpenSSL1.0工具与开发库

Windows版OpenSSL 1.0.2.15工具与开发库,开发必备。 欢迎下载

2018-05-25

Windows版libxml2.7.8

Windows版libxml2.7.8开发库。 -------------- This is libxml2, version 2.7.8, binary package for the native Win32/IA32 platform. The files in this package do not require any special installation steps. Extract the contents of the archive whereever you wish and make sure that your tools which use libxml2 can find it. For example, if you want to run the supplied utilities from the command line, you can, if you wish, add the 'bin' subdirectory to the PATH environment variable. If you want to make programmes in C which use libxml2, you'll likely know how to use the contents of this package. If you don't, please refer to your compiler's documentation. If there is something you cannot keep for yourself, such as a problem, a cheer of joy, a comment or a suggestion, feel free to contact me using the address below. Igor Zlatkovic (igor@zlatkovic.com)

2018-05-25

Windows版redis3.0 x64

Windows版redis3.0 x64,方便在Windows下开发的同学。压缩后1.495M

2018-05-25

webFTP一个PHP写的在线FTP文件管理系统

webFTP,一个PHP写的在线FTP文件管理系统,可以用来轻松搭建你的在线FTP文件管理系统。

2011-11-26

PHP版的短信发送接口

一个PHP版的短信发送接口示例文件

2011-11-26

word2003教案_part2

word2003教案_part2 word2003教案_part2 word2003教案_part2

2011-03-16

word2003教案_part1

word2003教案_part1 word2003教案_part1

2011-03-16

Excel2003教案

Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案Excel2003教案

2011-03-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除