自定义博客皮肤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===

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

转载 AJAX与PHP操作XML文件

AJAX 可与 XML 文件进行交互式通信。AJAX XML 实例在下面的 AJAX 实例中,我们将演示网页如何使用 AJAX 技术从 XML 文件中读取信息。在下面的下列列表中选择一个 CD选择 CD:  Bob Dylan Bonnie Tyler Dolly Parton 在此列出 CD 信息。本例包括三张页面:•一个简单 HTML 表单•一个 XML 文件•

2011-11-26 09:30:08 413

转载 创建一个XMLHttpRequest对象

XMLHttpRequestXMLHttpRequest 对象是 AJAX 的关键。该对象在 Internet Explorer 5.5 与 2000 年 7 月发布之后就已经可用了,但是在 2005 人们开始讨论 AJAX 和 Web 2.0 之前,这个对象并没有得到充分的认识。创建 XMLHttpRequest 对象不同的浏览器使用不同的方法来创建 XMLHttpRequest

2011-11-26 09:15:14 650

转载 SELECT INTO 和 INSERT INTO SELECT 两种表复制语句

Insert是T-sql中常用语句,Insert INTO table(field1,field2,...) values(value1,value2,...)这种形式的在应用程序开发中必不可少。但我们在开发、测试过程中,经常会遇到需要表复制的情况,如将一个table1的数据的部分字段复制到table2中,或者将整个table1复制到table2中,这时候我们就要使用SELECT INTO 和

2011-11-23 11:10:03 272

原创 两段mysql查询解决从DISCUZ X2到PHPWIND8.7的文章迁移

先看看DiscuzX2的文章表,主要涉及到两个:dzz_portal_article_title和dzz_portal_article_content再看看PHPWind8的表,也是两个:pw_cms_article和pw_cms_articlecontent其中DiscuzX2的表字段如下:表dzz_portal_article_title-->aidca

2011-11-23 11:04:33 966

转载 DiscuzX2注入漏洞及XSS漏洞的利用

注射漏洞详细说明:文件:source\module\forum\forum_attachment.phpif(!defined('IN_DISCUZ')) {exit('Access Denied');}define('NOROBOT', TRUE);@list($_G['gp_aid'], $_G['gp_k'], $_G['gp_t'], $_G['gp_uid'],

2011-11-17 11:20:59 4915

原创 一段简洁的PHP安装文件代码

require_once( dirname(__FILE__) . '/include/application.php');header('Content-Type: text/html; charset=UTF-8;'); Session::Init();$writeable['c'] = is_writable(dirname(__FILE__) . '/include/confi

2011-11-05 17:39:59 876

转载 PHP中的Heredoc详解

Heredoc技术,在正规的PHP文档中和技术书籍中一般没有详细讲述,只是提到了这是一种Perl风格的字符串输出技术。但是现在的一些论坛程序,和部分文章系统,都巧妙的使用heredoc技术,来部分的实现了界面与代码的准分离,phpwind模板就是一个典型的例子。如下:    $name = '浅水游';     print <<<EOT

2011-11-02 10:18:38 355

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 ([email protected])

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关注的人

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