码迷,mamicode.com
首页 >  
搜索关键字:product    ( 5245个结果
pl/sql的工具导入和代码导入
工具导入:在导入的文件中添加导入工具.导入imp:F:\app\Administrator\product\11.1.0\db_1\BIN\imp.exe导出exp:F:\app\Administrator\product\11.1.0\db_1\BIN\exp.exesql插入:F:\app\Ad...
分类:数据库   时间:2014-07-16 23:12:00    阅读次数:240
如何写复杂的SQL
这里需要使用到case when语句,这个就是sql中的if else语句: select a.ins_id, b.product_id, b.product_name, c.cust_id, c.cust_name, c.cust_sex, c.cust_age, c.family_num, --...
分类:数据库   时间:2014-06-27 16:11:21    阅读次数:297
安装ODP.NE后,服务器上原有程序无法连接ORACLE 11G,报ORC-12154
问题分析:1、安装了ODP.NET后出的问题;2、具体表现为D:\app\Administrator\product\11.2.0下面多了一个文件夹2.1.1、D:\app\Administrator\product\11.2.0\client_2解决方法:1、将D:\app\Administrat...
分类:数据库   时间:2014-06-27 14:15:49    阅读次数:208
说点关于Yii的 Yii::app()->createUrl 与 CHtml::normalizeUrl 使用的问题
说点关于Yii的 Yii::app()->createUrl 与 CHtml::normalizeUrl 使用的问题 array('product/view'),这里怎么写你有仔细想过么...
分类:移动开发   时间:2014-06-26 11:54:48    阅读次数:244
ios应用提交审核出现的问题总结
1.当进行到生成上传包即:点击product》》archive 》》validation时;先是出现“the bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels”的错误解决方法...
分类:移动开发   时间:2014-06-25 18:58:03    阅读次数:271
magento 获取attribute的所有option
$attribute = Mage::getSingleton('eav/config')->getAttribute('catalog_product', 'color');if ($attribute->usesSource()) { $options = $attribute->getSour...
分类:其他好文   时间:2014-06-25 18:33:38    阅读次数:228
mysql多表更新
假定我们有两张表,一张表为Product表存放产品信息,其中有产品价格列Price;另外一张表是ProductPrice表,我们要将ProductPrice表中的价格字段Price更新为Price表中价格字段的80%。 在Mysql中我们有几种手段可以做到这一点,一种是update table1 t...
分类:数据库   时间:2014-06-25 16:18:51    阅读次数:162
How to change a product dropdown attribute to a multiselect in Magento
First, update the attribute input type to multiselect:UPDATE eav_attribute SETentity_type_id = '4',attribute_model = NULL,backend_model = 'eav/entity_...
分类:其他好文   时间:2014-06-25 14:13:24    阅读次数:285
工厂模式和抽象工厂模式
工厂模式: 定义一个用于创建对象的接口,让他的子类决定实例化哪个类.使类的实例化延迟到子类.1.普通的工厂模式:public class GoodProduct implements Product { private String prodInfo = "Iam the good prod"; p...
分类:其他好文   时间:2014-06-25 11:52:08    阅读次数:231
归档模式下恢复没有备份的数据文件
测试环境 SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Product...
分类:其他好文   时间:2014-06-25 07:48:19    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!