一、 后台订单列表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
1、Run Design 增加一个RibbonGalleryBarItem,命名rgbiSkins2、主窗体构造函数增加 InitSkinGallery();3、增加皮肤初始化函数 void InitSkinGallery() { Ski...
分类:
其他好文 时间:
2014-06-18 10:19:09
阅读次数:
780
问题描述:
当一个事件的触发不定期的时候,即我们不知道这个触发何时来到,但是我们却要对这个触发执行某些方法,如何实现?
可能的解决方案:
我当时就想到了,这个问题类似与Android的部件监听(我没有去看Android的源码,太懒了。。。)。由于现在还在研读Thinking in Java这种入门书籍,突然来了想法,罗列如下,可以通过接口。
下面是我写的一个测试的例子
首先是一个类似Bu...
分类:
其他好文 时间:
2014-06-18 06:47:31
阅读次数:
172
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
题目
Determine whether an integer is a palindrome. Do this without extra space.
Some hints:
Could negative integers be palindromes? (ie, -1)
If you are thinking of converting the integer to ...
分类:
其他好文 时间:
2014-06-17 16:12:39
阅读次数:
226
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