一、 后台订单列表grid页二、 后台订单View页 1) 加入图片预览。 修改 app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml,在 canDisplayCo...
分类:
其他好文 时间:
2014-06-28 22:25:44
阅读次数:
326
linux系统下基于mono部署asp.net,使用ef6与mysql出现的问题,弄了个索引方便查找。entity Framework 6 已经可以很好的与mysql在linux使用了,如果中间出现vs退出问题,那么请您重装下那个for visual studio的插件
分类:
数据库 时间:
2014-06-28 16:24:04
阅读次数:
281
转载出处: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
From:http://www.2cto.com/kf/201207/140421.html引路蜂地图也提供对.Net Framework平台的支持,可以开发桌面地图应用,由于Mono C#的跨平台特性,使用Visual Studio 和Mono引路蜂地图开发包开发的地图应用可以运行于Windows...
分类:
Web程序 时间:
2014-06-20 16:13:50
阅读次数:
217
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
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