Usps 快递API文档 最新版
ajiang-tuzi 9年前 (2015-12-08) 10880浏览
Introduction to Web Tools This document contains a Reference Guide to the USPS Tracking/Delivery Confirmation Label APIs. See...
ajiang-tuzi 9年前 (2015-12-08) 10880浏览
Introduction to Web Tools This document contains a Reference Guide to the USPS Tracking/Delivery Confirmation Label APIs. See...
ajiang-tuzi 9年前 (2015-12-07) 9109浏览
作者 ajing-tuzi 日期 2015年12月07日 版本0.2 第一步 1.登陆你的magento 服务器 或这切换到对服务有写入权限的帐户 Windows 下就直接切换到目录 2 如果你想在任何目录运行你的 Magento 命令行的话 你可以...
mingyue 9年前 (2015-11-10) 6064浏览
版本1.9.xx,修改文件default.phtml,路径app\design\frontend\rwd\weicot\template\checkout\default.phtml,找到<td class=”pro...
ajiang-tuzi 9年前 (2015-10-24) 5154浏览
以下是分别详细解读分析程序的各层次源码: MAGENTO_ROOT: //入口文件 /index.php —————–| 1.判断php版本是否大于...
ajiang-tuzi 9年前 (2015-10-15) 4876浏览
如果你觉得这篇Magento 创建发送邮件模块 完整版太复杂了的话来看看这个 /* *Weicot 兔子自定义付款系统 *邮件系统测试 *作者 ajiang-兔子 *20151014 *1050653098@qq.com */ ...
ajiang-tuzi 9年前 (2015-09-08) 3153浏览
unset (PHP 4, PHP 5, PHP 7) unset — 释放给定的变量 说明 ? void unset ( mixed $var [, mixed $... ] ) unset() 销毁指定的变量。 unset() 在函数中的行...
ajiang-tuzi 9年前 (2015-09-06) 5162浏览
<?php if(!is_numeric($_GET))die('Please specify a category ID'); $catId=$_GET; $xml=simplexml_load_file('app/etc/...
ajiang-tuzi 9年前 (2015-09-04) 5604浏览
Nikto是一款开源的(GPL)网页服务器扫描器,它可以对网页服务器进行全面的多种扫描,包含超过3300种有潜在危险的文件/CGIs;超过625种服务器版本;超过230种特定服务器问题,包括多种有潜在危险的文件、CGI及其他问题,它可以扫描指定主机的...
ajiang-tuzi 9年前 (2015-09-04) 6326浏览
最近用命令行刷索引的时候发现刷不了了 爆了个这个错 以前都是能刷的 难道时代变啦 ? PHP Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'T...
ajiang-tuzi 9年前 (2015-09-04) 4561浏览
CGI CGI全称是“公共网关接口”(Common Gateway Interface),HTTP服务器与你的或其它机器上的程序进行“交谈”的一种工具,其程序须运行在网络服务器上。 CGI可以用任何一种语言编写,只要这种语言具有标准输入、输出和环境变...