码迷,mamicode.com
首页 >  
搜索关键字:related    ( 779个结果
OAF 交互式列车 上一步 下一步的简单使用
参考文档How to catch the 'Next' button click in a Train FlowAPPLICATION EXTENSION TECHNICAL DESIGNProblem related to train.
分类:其他好文   时间:2015-07-10 18:14:17    阅读次数:199
magento related/upsell product 及产品/分类调用
catalog/product调用$product_model = Mage::getModel('catalog/product');$product = $product_model->load($product_id); //可通过product_id 获取 product_name$pro....
分类:其他好文   时间:2015-07-09 11:10:16    阅读次数:146
3.抽象工厂模式
1.定义Provide an interface for creating families of related or dependent objects without specifying their concrete classes.(为创建一组相关或相互依赖的对象提供一个接口,而且无须指定...
分类:其他好文   时间:2015-07-01 11:35:00    阅读次数:113
Crimson Tomato
XGG Bloghttps://github.com/CyberZHG/CrimsonTomatoThe time management application related to Pomodoro Technique.Features: Sync periods to local calendar. Export records to CSV file. Task management. Vib...
分类:其他好文   时间:2015-06-28 17:39:29    阅读次数:157
[翻译][MVC 5 + EF 6] 8:更新相关数据
原文:Updating Related Data with the Entity Framework in an ASP.NET MVC Application 1.定制Course的Create和Edit页面: 修改CourseController.cs的Create和Edit方法:public....
分类:Web程序   时间:2015-06-25 15:21:04    阅读次数:239
抽象工厂模式
什么是抽象工厂模式:Provides an interface for creating families of related or dependent objects without specifying their concrete classes.1.就是提供一个接口,这个接口的目的是创建对象。2.创建什么样的对象?创建有族群关系的对象。 所谓的产品族群,是指位于不同产品等级结构中功能相...
分类:其他好文   时间:2015-06-24 09:23:02    阅读次数:165
Changes in Microsoft Dynamics AX 2012 InventTrans data model
The purpose of this post is to give an overview about the changes been made in the Dynamics AX 2012 data model related to inventory transactions.Befor...
分类:其他好文   时间:2015-06-18 11:07:05    阅读次数:175
用socket 模拟http请求
class HttpHelper{private static Socket ConnectSocket(string server, int port){Socket s = null;IPHostEntry hostEntry = null;// Get host related informa...
分类:Web程序   时间:2015-06-17 15:12:30    阅读次数:113
Pub/Sub 发布订阅
Related commands 相关命令 PSUBSCRIBE PUBLISH PUBSUB PUNSUBSCRIBE SUBSCRIBE UNSUBSCRIBE Pub/Sub SUBSCRIBE, UNSUBSCRIBE and PUBLISH implement the Publish/Subscribe messaging paradigm ...
分类:Web程序   时间:2015-06-15 23:54:30    阅读次数:183
hdu 3999 The order of a Tree
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=3999The order of a TreeDescriptionAs we know,the shape of a binary search tree is greatly related to the...
分类:其他好文   时间:2015-06-12 23:50:33    阅读次数:126
779条   上一页 1 ... 61 62 63 64 65 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!