码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
Using Controls in a Form Design [AX 2012]
Using Controls in a Form Design [AX 2012]This topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies To:Microsoft Dynamics AX 2...
分类:其他好文   时间:2014-06-29 13:45:59    阅读次数:249
Design Pattern Facade 门面设计模式
Facade设计模式主要作用是因为有个很难使用的类,然后要设计一个新类,整理好这个类,使得其更好使用。 比如有类如此: class MessyClass { char *name; public: MessyClass() : name(new char[3]) { for (int i = 0; i < 3; i++) { name[i] = ' '; } } ...
分类:其他好文   时间:2014-06-20 13:11:10    阅读次数:232
HDU 1007 Quoit Design (分治)
HDU 1007 Quoit Design (分治) 题目大意: 给你很多点,问你最近点的距离一半是多少。 解题思路: 最近点对,参照:http://blog.csdn.net/hellobabygogo3/article/details/8042650 解题代码:(参照它的思路,感觉我的代码比较简洁一些)...
分类:其他好文   时间:2014-06-20 10:46:06    阅读次数:524
Survopt.v3.5.5 1CD
Survopt.v3.5.5 1CDGedco.Omni.3D.Design.V8.0三维地震勘测设计Nemetschek Vectorworks 2012-ISOmicrostatiom V8i SS3FEFLOW v6.0.6007-ISODynasim.Dymola.v7.0-ISO 1CD(...
分类:其他好文   时间:2014-06-11 22:10:12    阅读次数:382
leetcode:LRU Cache
1 /* 2 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. 3 ...
分类:其他好文   时间:2014-06-11 13:08:46    阅读次数:297
Http API设计
Heroku团队根据heroku platform api和他们自己内部系统的实践经验总结了一些http api设计的准则,发布到了github上。地址:https://github.com/interagent/http-api-design鉴于见到太多公司的http接口没有按照标准规范来实施,推...
分类:Windows程序   时间:2014-06-11 12:09:46    阅读次数:419
Mono中的代码折叠
找了半天,总是无法折叠代码网上有人问,回复说用#region 来替代其实在Tools-->Opions-->TextEditor-->General中有fold选项
分类:其他好文   时间:2014-06-06 07:23:00    阅读次数:362
采访ServiceStack的项目领导Demis Bellot——第1部分(网摘)
ServiceStack是一个开源的、支持.NET与Mono平台的REST Web Services框架。InfoQ有幸与Demis Bellot深入地讨论了这个项目。在这篇两部分报道的第1部分中,我们主要谈论了ServiceStack项目建立的原动力,以及项目中的各种设计方案选择。InfoQ:你是...
分类:其他好文   时间:2014-06-05 19:58:22    阅读次数:420
mono编译心得
系统为centOS;配置网络cd /etc/sysconfig/network-scripts/vi ifcfg-eth0先按装pel和相关模块yum -y install perl-develyum -y install perl-CPAN然后进行CPAN的配置cpan -i o conf ini...
分类:其他好文   时间:2014-06-05 19:24:28    阅读次数:396
UML for Design Pattern
******************************************************************************************************************************************************...
分类:其他好文   时间:2014-06-05 15:44:52    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!