Magento white screen or how XML can break your site? by SANDO on 02. OCT, 2012 in MAGENTO, SMALL TIPS I had an odd white screen on one of my websites. No exceptions, no messages, it was time to check the error log. There I found the following error:…
magento url rewrite using config.xml 2012-08-03 14:34:22|  分类: magento|举报|字号 订阅     郁闷了两天啊 http://127.0.0.1/magento/sitemap/index/attr/code/size/value/26 这样的地址太复杂了 想简便 写法 通过正则表达是 改写就ok了 哈哈 <rewrite>   <sitemap>    <from><![CDATA[#^/([…
 <resources><color name="white">#FFFFFF</color><!--白色 --><color name="ivory">#FFFFF0</color><!--象牙色 --><color name="lightyellow">#FFFFE0</color><!--亮黄色 --><colo…
在mac上出现这种错误,多是与文件夹的权限有关,有人建议把~/.meteor目录删除,重新下载安装.在墙内重新下载安装的代价非常之大. 简单的解决方法,便是把~/.meteor,以及当前项目目录的权限完全放开 chmod -R 777 * 在build过程中遇到未名的错误,可以尝试把cordova plugin移除,重新添加.注意不要使用sudo.…
Magento is one of the fastest growing eCommerce platforms on the internet and with its recent acquisition by eBay it promises to stay on the lead and keep growing with even faster pace than before.  It’s been choice for a platform for many of my clie…
Magento是一个php电子商务系统. 内部模块化. 创建模块流程 Magento系统模块 app/code/core/Mage 其中每一个子目录都是一个单独的模块 自己创建的模块放在下面路径 app/code/local/Packagename 自创的新模块应该包含以下目录结构 app/code/local/Packagename/Configviewer/Block app/code/local/Packagename/Configviewer/cotrollers app/code/lo…
magento的布局文件layout.xml文件详解 解析顺序 布局xml文件一般位于app/design/{area}/{package}/{theme}/layout/目录下.Layout文件一般包含block.reference.action三种标签. 对于Magento系统,首先会将系统中相关相关的layout合并,合并一般是包括app\design\frontend\base \default\layout目录下的xml文件,以及指定的模板下面的对应的layout文件.最终普通网页合并…
http://www.gnu.org/software/screen/manual/screen.html Screen User's Manual Next: Overview, Previous: (dir), Up: (dir) Overview: Preliminary information. Getting Started: An introduction to screen. Invoking Screen: Command line options for screen. Cus…
在JSON没流行起来的时候xml一直作为程序存储配置信息的主流介质:特别是小型数据表方面还是不错的选择,所以经常涉及到的操作无非也就是增删改查,这篇博客主要是对这些对比较常用的操作做了个简单的总结 文件加载 SelectNodes().SelectSingleNode()节点获取大法 创建XML文档及设置元素值 XmlReader与XmlWriter DataSet与XML数据 Linq to XML XML序列化与反序列化 文件加载 通过路径加载XML XmlDocument xmlDoc =…
JS解析XML文件 <script type='text/javascript'> loadXML = function(xmlFile){ var xmlDoc=null; //判断浏览器的类型 //支持IE浏览器 if(!window.DOMParser && window.ActiveXObject){ var xmlDomVersions = ['MSXML.2.DOMDocument.6.0','MSXML.2.DOMDocument.3.0','Microsoft.…