Mac OS X Apache出现Forbidden 403错误的解决方案
问题描述: After upgrading to Mac OS X 10.6 or create a new account in you mac, you may be unable to access expected web site content (in your ~/Sites/ folder) via Web Sharing. Web Sharing appears to be enabled and working correctly, but trying to load your web site results in a “Forbidden 403” Web page. 解决方法 If you installed Mac OS X
CSS3选择器
CSS 选择器是指使用样式表设计 HTML 元素样式的方式。例如,要在所有 元素周围放置边框,将使用选择器 div:div { border: 1px solid #000; }。 要对具有类 highlight 的所有元素应
Virtuemart调用Joomla content插件
基于设计,我们必须要在virtuemart里面加入tab的效果,但是如果我们用的是tabs的插件,在description里面填写,会发现是
Magento下Contact Form添加自定义字段
很多时候,Magento自带的contact form的字段并不符合我们的要求,我们会在原有的基础上面增加某些字段,那应该如何进行操作呢?下面
Using SSH and Unix commands
Having some basic knowledge of SSH and Unix commands is very useful. Developed in 1995, SSH (Secure Shell) was created as a secure alternative to Telnet. Telnet is a protocol allowing for command line access to a Unix, Linux or FreeBSD based remote computer. I’ve listed some basic commands to get you familiar with them.
The cd command is used to move to a specific directory. Command: cd Format: cd /directory/to/browse