logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

OpenCart: 架构概览

OpenCart是一个代码设计精致小巧的电子商务系统。[Written by iefreer: Founder of Techbrood.com]1、MVC架构:OpenCart是基于MVC范式的。model层负责获取数据。和其他一些框架如CakePHP相比,model的功能实现有限但简洁,直接调用DB类实现数据CRUD操作。(CakePHP的模型层支持基础数据验证,复杂业务逻辑由Controll

#设计模式
最好的5个基于PHP的开源电子商务系统比较和评价

基于PHP的开源Shopping Cart系统有很多,有些系统如osCommerce/zencart由于所用技术架构陈旧渐渐退出舞台。本文介绍当前技术先进、社区活跃、更被关注和推荐的5个系统。1. MagentoMagento是美国的一家公司基于zend framework开发的

#php#mvc
Magento技术架构简介

http://magentophp.blogspot.jp/2010/08/magento-architecture.html

5个最好的开源数据挖掘软件

原文链接:http://www.junauza.com/2010/11/free-data-mining-software.htmlThe process of extracting patterns from data is called data mining. It is recognized as an essential tool by modern business since it

#数据挖掘
XAMPP环境访问非Web DocumentRoot下绝对路径

假设你的XAMPP网站文档根目录在C:/xampp/apache/htdocs/下面,那么访问这个目录下的文件是很直接的。但是有时候需要把用户上传文件指定到特殊目录,比如E盘,那么就需要用户能够访问非Web DocumentRoot下的目录。这在Apache中可以通过mod_alias模块提供的Alias(别名)指令来实现,即把操作系统的文件绝对路径和Web路径建立映射关系。在你的虚拟机配置文件中

#apache
WinXP下VirtualBox虚拟Ubuntu系统文件夹共享

环境:主机操作系统 是Windows XP ,虚拟机 是Ubuntu 10.04,虚拟机是VirtualBox 3.2.2。  1. 安装增强功能包(Guest Additions) 安装好Ubuntu 10.04后,运行Ubuntu并登录。然后在VirtualBox的菜单里选择"设备(Devices)" -> "安装增强功能包(Install Guest Additions)"。点击places

#ubuntu#虚拟机#windows
WinXP下搭建virtualbox+ubuntu10.04+LAMP+tomcat6环境小记

1、下载virtualbox最新版本3.2.2 http://www.virtualbox.org/wiki/Downloads-> VirtualBox 3.2.2 for Windows hosts x86/amd642、下载ubuntu10.04 cd image for windows installation(*.iso 文件)http://www.ubuntu.org.cn/getub

#tomcat#ubuntu#windows +2
项目管理:Redmine安装错误You cannot specify the same gem twice with different version

在redmine安装包路径下面执行bundle install命令,提示错误:[root@vps redmine]# bundle installYou cannot specify the same gem twice with different version requirements. You specified: i18n (~> 0.6.0) and i18n (= 0.4.2)遇到

Yii tinymce扩展控件的使用问题:tinymce is not defined

Yii有一个tinymce的extenstion: http://www.yiiframework.com/extension/tinymce用来把tinymce集成到你的Yii项目中,且支持tinymce所需资源的gzip压缩,大大减少请求次数。不过我遇到一个很奇怪的问题:在我本机(Windows+ZendServer)上tinymce正常工作,但是上传到bluehost共享虚拟机上去后,不能工

#windows#虚拟机
CentOS6.x升级MySQL版本5.1到5.6

有一些老的虚拟机、云主机提供商

#mysql
    共 45 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择