代码搜索:跨平台

找到约 8,028 项符合「跨平台」的源代码

代码结果 8,028
www.eeworm.com/read/363346/9957961

txt 复件 (2) 跨孔同步法程序.txt

#include #include double P(int N, double X) { if(N == 0) return 1; else if(N== 1) return X; else return ((2*N-1)*X*
www.eeworm.com/read/488571/6489800

txt 温柔杀手-跨站script攻击(2).txt

温柔杀手-跨站Script攻击(2) 二、 用E-Mail进行跨站Script攻击   跨站script攻击用在列表服务器,usenet服务器和邮件服务器来得特别容易。下面还是以MyNiceSite.com网站为例进行说明。由于你经常浏览这个网站,它的内容也的确让你爱不爱不释手,因此在不知不觉中你就把浏览器的改成了总是信任这个动态网站内容的设置。   MyNiceSite. ...
www.eeworm.com/read/488571/6489803

txt 温柔杀手-跨站script攻击(3).txt

温柔杀手-跨站Script攻击(3) 第二部分:跨站Script攻击的防犯 一、如何避免服务器受到跨站Script的攻击   值得庆幸的是,防止跨站Script攻击的技术正趋于完善。目前可采取这几种方式来防止跨站Script的攻击: 1.对动态生成的页面的字符进行编码 2.对输入进行过滤和限制 3.使用HTML和URL编码 1.对动态生成的页面的字符 ...
www.eeworm.com/read/435850/7782661

txt edwardwpspasswordrecovery.txt

运行平台:Windows 9X/NT/2000 软件简介: 用于破解Wps 2000的加密文件。
www.eeworm.com/read/435850/7782684

txt ipscan.txt

运行平台: Windows 9X/2000 软件简介: WINDOWS下的高速扫描器。
www.eeworm.com/read/435850/7782677

txt aoepr.txt

运行平台: Windows 9X/NT/2000 软件简介: 破解Outlook Express密码
www.eeworm.com/read/291050/8443663

cpp sqlite3工作平台.cpp

// Sqlite3工作平台.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Sqlite3工作平台.h" #include "Sqlite3工作平台Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef