一、 后台订单列表grid页二、 后台订单View页 1) 加入图片预览。 修改 app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml,在 canDisplayCo...
分类:
其他好文 时间:
2014-06-28 22:25:44
阅读次数:
326
转载出处:http://www.cqrs.nu/FaqWhat is a domain?The field for which a system is built. Airport management, insurance sales, coffee shops, orbital flight, ...
分类:
其他好文 时间:
2014-06-28 11:56:38
阅读次数:
289
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:
其他好文 时间:
2014-06-24 09:58:37
阅读次数:
236
poj 1007 Quoit Design(分治)...
分类:
其他好文 时间:
2014-06-22 15:56:34
阅读次数:
137
1、Run Design 增加一个RibbonGalleryBarItem,命名rgbiSkins2、主窗体构造函数增加 InitSkinGallery();3、增加皮肤初始化函数 void InitSkinGallery() { Ski...
分类:
其他好文 时间:
2014-06-18 10:19:09
阅读次数:
780
Abstract. The ModelDataExchange import utility enables the user to import geometric models of equipment into 3D models within Design. The input models...
分类:
其他好文 时间:
2014-06-17 23:59:19
阅读次数:
472
其实设计模式可以学的很有意思的,不需要非得如此硬枯燥地去啃FOG的大部头,当然这些骨头啃啃也健康。
本文利用建造者模式设计一个有趣的场景,一个利用这个模式去学功夫的过程,呵呵。
首先设计一个基类,学功夫先要有基础嘛:
class 功夫
{
public:
virtual void 看招() = 0;
};
有了基础之后,我们就可以学习高级功法了,这里学习降龙十八掌,O(∩_∩)O...
分类:
其他好文 时间:
2014-06-17 22:26:12
阅读次数:
352
一、Git的特性
Speed 速度(git是用c语言写的。一般都是提交到本地)
Simple design
Strong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)
Fully distributed(分布式)
Able to handle large projects...
分类:
其他好文 时间:
2014-06-17 21:42:13
阅读次数:
272
Axure RP Pro专为Rapid Prototype Design而生,它可以辅助产品经理快速设计完整的产品原型,并结合批注、说明以及流程图、框架图等元素将产品完整地表述给各方面设计人员,如UI、UE等等,并在讨论中不断完善。作为办公自动化辅助工具,Axure RP Pro更适合Web Pro...
分类:
其他好文 时间:
2014-06-17 20:42:54
阅读次数:
327
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet...
分类:
其他好文 时间:
2014-06-17 14:57:30
阅读次数:
269