mysql import large file
load data infile "translate.txt" into table woger_translate fields terminated by ',' enclosed by '"' lines terminated by '\n';......
Magento collection columns
$collection = Mage::getModel('catalog/product')->getCollection() ->addAttributeToSelect(); $select = $collection->getSelect(); $columns = $select->getPart('columns'); $select->setPart('columns',array(array('e','entity_id','entity_id'),array('e','price','price'))); Zend_Debug::dump($select->__toString()); ......
effecit
<?php echo array_sum( array_map( function( $value ) { return ( $value % 3 == 0 || $value % 5 == 0 ) ? $value : 0; }, range( 1,999 ) ) ); ......
Ubuntu下安装配置Subversion服务器
Subversion在Linux下的设置比Windows简单,今天我们一起来看看如何在Ubuntu下安装配置Subversion服务器。 1、首先需要安装Subversion软件: sudo apt-get install subversion 2、创建仓库 svnadmin create /var/svn /var/svn 为所创建仓库的路径,理论上可以是任何目录 3、修改配置文件/var/svn/conf/svnserve.conf #去掉#[general]前面的#号 [general] #匿名访问的权限,可以是read,......
magento随机显示产品-可在cms中调用
magento随机显示产品-可在cms中调用 在可以cms静态块中调用,可以以在产品页面插入, 1.建立phtml文件, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 <?php $chosen_category = Mage::getModel('catalog/category')->load($this->getCategoryId()); $_helper = $this->helper('catalog/output'); $_productCollection = $this......
htaccess
#RewriteBase /magento/ RewriteCond %{REQUEST_URI} ^/$ [NC] RewriteRule (.*) http://www.magento1510.com/default/$1 [R=301,L] rewrite index.php to default store index cms page......
- Page:21/146 1451 Blogs
周日 | 周一 | 周二 | 周三 | 周四 | 周五 | 周六 |
文章分类
- 默认(751)
- 日志(47)
- 感悟(15)
- testIT(4)
- PHP_XML(5)
- PHP(78)
- 明星(1)
- 笑话(31)
- 毕业论文(2)
- 生活(60)
- HTML(11)
- CSS(6)
- 考研(3)
- JS(21)
- 简历(6)
- svn(3)
- 音乐(1)
- 学习(7)
- jQuery(9)
- 英语口语(9)
- 书籍(2)
- magento(258)
- apache(12)
- 创意(4)
- 设计(4)
- 休闲(1)
- IT咨询(11)
- 工作(23)
- ubuntu(21)
- bysoft(1)
- zend(1)
- web(2)
- software(1)
- sql(5)
- 娱乐(5)
- photoshop(3)
- zend framework(2)
- nginx(3)
- 小说(1)
- 名言(1)
- 牛人(1)
- Mysql(6)
- vim(2)
- wordpress(8)
- drupal(1)