Magento模板开发必用的路径函数-getBaseUrl

12月 4, 2011

当我们在设计开发Magento主题模板时候,有个函数一定要知道,那就是getBaseUrl函数,用getBas […]

Read the full article →

在Magento的CMS中调用图片和url

12月 3, 2011

我们在维护Magento CMS Page 和 CMS Static Pages时候,有时候需要调用网站的ur […]

Read the full article →

Magento主题模板调用CMS Static Block 静态块

12月 2, 2011

在Magento网站里,我们可以把经常要更改的东西,可以直接加入到CMS Static Block里,再在模板 […]

Read the full article →

Shell Tips: tail 监视日志输出

12月 1, 2011

使用tail -f 命令监视日志输出,如果有异常,执行命令: 方法一: tail -fn0 logfile | […]

Read the full article →

screen命令用法和快捷键

11月 28, 2011

Screen是一个可以在多个进程之间多路复用一个物理终端的窗口管理器,Screen中有会话的概念,用户可以在一 […]

Read the full article →

【转】ACER 自定义D2D隐藏分区,打造自己的恢复系统

11月 28, 2011

创造D2D隐藏分区,打造自己的恢复系统(适合全机型,附文件下载) 声明:此教程经过本人亲测,理论上适用于所有b […]

Read the full article →

二种方法从Magento获取商品ID和商品信息

11月 11, 2011

我们在Magento的Catalog Model设计Magento模板时,可以通过下面二个方法来获取商品信息: […]

Read the full article →

MySQL 索引优化 btree hash rtree

10月 24, 2011

一、MySQL索引类型 mysql里目前只支持4种索引分别是:full-text,b-tree,hash,r- […]

Read the full article →

四步完美解决Magento批量导入带图片的商品

10月 23, 2011

一般来说,Magento后台管理里的CSV批量导入,可以解决我们商品批量上传的大部分问题,我们只要根据导出的属 […]

Read the full article →

五种方法解决Magento中jQuery和Prototype兼容性

10月 11, 2011

Magento的发布版本里的JS大多是用Prototype写的,如果需要引入jQuery的话,可能有些变量会冲 […]

Read the full article →