自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 多表连接Update

今天才发现Update还有这样的写法 Update ASet A.a=B.aFrom A join BOn A.b=B.b这样可以很方便的进行多表连接更新数据。

2009-12-17 13:09:00 548

转载 SQL 字符串与16进制互换

在网上看到SQL字符串转16进制的语句,经过小小添加,现将SQL字符串与16进制互换的方法记录,以供以后查看。 --SQL char->HEX codeDECLARE @str VARCHAR(4000)SET @str=SELECT * FROM dbo.TaskHistory --Your sql charDECLARE @i INT,@Asi INT,@ModS INT,@res V

2009-10-24 23:48:00 4373

winspy hook源程序

Application OS ------------------------ HookSpy WinNT * HookInjEx WinNT * LibSpy WinNT WinSpy WinNT InjectEx WinNT HookInjEx & InjectEx --------------------- HookInjEx & InjectEx subclass the Start button; more precisely, they swap the left and right mouse clicks for the Start button. HookSpy & HookInjEx (*) ----------------------- To make this applications run on Win9x: 1.. Replace the WH_CALLWNDPROC hook (its behavior differs on Win9x and WinNt) with WH_GETMESSAGE. 2.. Make some other minor changes, such as replace the appropriate SendMessage with PostMessage, and so on. Terms & Conditions --------------------- Use all applications and sources on your own risk. No responsibilities for possible damages of even functionality can be taken.

2010-05-24

08年数据库注入攻击分析

本文分析了一个目前的web开发漏洞,即通过使用一个SQL注入js脚本。

2009-10-25

空空如也

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

TA关注的人

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