搜索列表
-
不错的一篇玩转arp的文章
【安全相关】以下讨论的机子有 一个要攻击的机子:10.5.4.178 硬件地址:52:54:4C:98:EE:2F 我的机子: :10.5.3.69 硬件地址:52:54:4C:98:ED:C5 网关: 10.5.0.3 硬件地址:00:90:26:3D:0C:F3 一台交换机另一端口的机子:10.5.3.3 硬件地址:52:54:4C:98:ED:F7 一:用ARP破WINDOW...
不错的一篇玩转arp的文章 -
综合门诊|技巧收集|DIY综合实用技巧
【网站应用】轻松逃过IE7验证在安装IE7时,到验证步骤时请不要点验证,进入系统盘:\Documents and Settings\All Users\Application Data\Windows Genuine Advantage\data下将data.dat文件移到桌面,再点验证即可轻松逃过。教大家如何DIY自己电脑右下角时间点开始----设置----控制面板---区域和语言(98是区域设置)选项-----...
综合门诊|技巧收集|DIY综合实用技巧 -
db2v8的pdf文档资料
【DB2】正在看的db2教程是:db2v8的pdf文档资料。db2v8的pdf文档资料 下载地址: ftp://ftp.software.ibm.com/ps/produ...vr8/pdf/letter/ 文档资料说明: http://www-3.ibm.com/cgi-bin/db2www...ubs.d2w/en_main 英文文档名称对应列表: db2a1e80.pdf Application&nb...
|db|b2|2v|v8|8的|的p|pd|df|f文|文档|档资|资料|料| -
Google AdSense英文高价关键词排行列表
【网站运营】[mesothelioma lawyers] $48.61 [peritoneal mesothelioma] $48.38 [mesothelioma attorneys] $45.04 lexington law firm $33.91 [mesothelioma] $33.83 eloan $33.27 lexington law $3...
GoogleAdSense英文高价关键词排行列表 -
在InstallShield中引用WINSOCK 的示例代码
【其它脚本】通过以下示例,InstallShield可以用WINSOCK获取IP地址,可将以下文件保存为tcpip.rul #define WSADESCRIPTION_LEN 256 #define WSASYS_STATUS_LEN 128 typedef WSADa...
在InstallShield中引用WINSOCK的示例代码 -
在InstallShield中通过主机名获取IP地址的代码
【其它脚本】// 文 件 名:setup.rul // 脚本功能:通过主机名获得TCP/IP地址 // 编写日期:2003-07-15 // 使用方法:调用函数 fGetIpAddress(szHost, szIPAdress) // written by Jaron ,2002-07-15 // 原出处:江都资讯网论坛 htt...
在InstallShield中通过主机名获取IP地址的代码 -
asp 之上传漏洞终结篇
【ASP编程】收藏关于上传漏洞的文章,最近一直遇到这个麻烦, 作者:szjwwwww 出自:黑鹰基地论坛 http://www.3800cc.com 一、写在前面 ***这个上传漏洞利用的原理只是针对form格式上传的asp和php脚本*** NC(Netcat) 用于提交 数据包 DOS界面下运行: NC -vv w...
asp之上传漏洞终结篇 -
ASP数据岛操作类
【ASP编程】<% ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Programming By Smartpig &...
ASP数据岛操作类 -
javascript asp教程添加和修改
【ASP编程】The Connection Execute(): If you want to retrieve data from a database then you have no choice but to use a Recordset. However, for the purposes of adding, updating, and deleting data you don't necessarily have to have a Recordset. It's up to you. For the purposes of adding, updating and delet...
javascriptasp教程添加和修改 -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets -
javascript asp教程Recordset记录
【ASP编程】Recordset is another created/instanciated Object. It is a collection of data taken from a database. Recordset has 26 properties, 25 methods, 11 events, and two (2) collections. The vast majority of Recordset is beyond the scope of this web site. Quick Aside: The database we are using for l...
javascriptasp教程Recordset记录 -
javascript asp教程创建数据库连接
【ASP编程】While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接