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

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

转载 PHP读取Excel文件的实现代码

涉及知识点: php对excel文件进行循环读取 php对字符进行ascii编码转化,将字符转为十进制数 php对excel日期格式读取,并进行显示转化 php对汉字乱码进行编码转化 在此下载PHPExcel类先:http://phpexcel.codeplex.comrequire_once 'PHPExcel.php'; /*

2012-05-24 17:14:11 436

转载 ini_setini_get 可操作配置参数列表

为了使自己的程序在不同的平台中拥有更好的兼容性,很多时候我们都要获取当前Php的运行环境参数。 比如我们常用到的: 获取 magic_quotes_gpc 状态,来决定当表单提交时我们是否转义(addslashes)数据;设定 max_execution_time 来延长 程序的执行时间;设定 error_reporting 使自己的项目在开发与运营阶段切换;设定 me

2012-05-24 17:06:31 1526

转载 PHPMailer通过163邮箱发信

include_once('phpmailer/class.phpmailer.php');$mail = new PHPMailer();//设置SMTP发邮件$mail->IsSMTP();//发信的SMTP服务器地址$mail->Host = 'smtp.163.com';//'smtp.gmail.com';//调试时显示发信信息$mail->SMTPDebug

2012-05-24 16:40:54 6155

转载 PHP之cURL实例详解

Why cURL?是的,我们可以通过其他办法获取网页内容。大多数时候,我因为想偷懒,都直接用简单的PHP函数:$content = file_get_contents("http://www.jb51.net");// or$lines = file("http://www.jb51.net");// orreadfile(http://www.jb51.net);

2012-05-24 14:53:40 1141

转载 PHP中的CURL函数库一览

PHP中的CURL函数库(Client URL Library Function) curl_close — 关闭一个curl会话 curl_copy_handle — 拷贝一个curl连接资源的所有内容和参数 curl_errno — 返回一个包含当前会话错误信息的数字编号 curl_error — 返回一个包含当前会话错误信息的字符串 curl_exec — 执行一个c

2012-05-24 14:44:58 392

转载 Zencart: Data too long...(Zencar目录名/文件名太长)的解决方法

执行以下SQL语句即可,这方便了想做长尾关键词SEO的朋友:ALTER TABLE zcz_products MODIFY products_model varchar(256) ;ALTER TABLE zcz_products_description MODIFY products_name varchar(256) ;ALTER TABLE zcz_address_book

2012-05-24 14:35:28 784

转载 ISAPI_Rewrite3配置

ISAPI_Rewrite3_0087破解下载地址   http://download.csdn.net/detail/lxu220/4124992第一步:官方原版下载地址:http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0087.msi安装完官方版本后 把破解文件覆盖安装根目录【ISAPI_Rewrit

2012-05-24 11:27:59 3172

转载 Cannot start session without errors 错误解决办法

Cannot start session without errors, please check errors 错误解决办法打开phpmyadmin出现如下错误:Cannot start session without errors, please check errors given in your PHP and/or webserver log file and confi

2012-05-21 17:27:37 654

转载 jQuery常用实例

$(”p”).addClass(css中定义的样式类型); 给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); 给某个元素添加属性/值$(”img”).attr(”title”, function() { return

2012-05-10 14:59:39 608

转载 天天团购二次开发

天天团购系统是一套领先的PHP开源团购程序,拥有高效的系统架构和强大的管理功能,同时支持团购优惠券、团购实物,并有类似淘宝的快递配送体系等,是目前最受欢迎的开源团购系统;天天团购系统内置支付宝、财付通等在线支付接口,所有网银用户均可无障碍支付,还支持余额支付、线下转账、货到付款等;另外系统还集成了 Ucenter模块,可与所有集成该模块的系统(比如discuz、记事狗微博系统)无缝整合,实

2012-05-08 16:23:45 14750

原创 ZENCART显示二级菜单导航

模型:/** * categories_subs.php module * * @version $Id: categories_subs.php 2012-04-28 by harryxlb $ */if (!defined('IS_ADMIN_FLAG')) {  die('Illegal Access');}$order_by = " order

2012-05-02 19:49:38 1455

转载 ZENCART遍历二级导航菜单

$sql = "select c.categories_id, cd.categories_name,c.parent_id from " .    TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd                              where c.categories_id=cd.cat

2012-05-02 19:01:49 1445

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

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