工具导入:在导入的文件中添加导入工具.导入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
I have got a deaploop on memcached(v1.4.15, on coentos 6.3 x86_64), it can't be reproducted. In our product environment, there are hundrends of memcac...
分类:
其他好文 时间:
2014-07-10 11:39:26
阅读次数:
476
未使用Async之前coffeescript写的代码:exports.product_file_add = (req,res) -> if !req.param('file_id') return res.json({'flag':'error','msg':'请先上传文件再保存!'}) ...
分类:
Web程序 时间:
2014-07-10 10:16:14
阅读次数:
773
模型图形: Director --> Builder | ConcreteBuilder -----> Product | | |...
分类:
其他好文 时间:
2014-07-07 23:28:34
阅读次数:
244
这里需要使用到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
问题分析: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 使用的问题
array('product/view'),这里怎么写你有仔细想过么...
分类:
移动开发 时间:
2014-06-26 11:54:48
阅读次数:
244
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