码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
Umbraco(5)-Creating Master Template Part 1(翻译文档)
创建更多的页面使用可维护的模板结构我们已经了解了如何创建一个Document Type,我们可以创建一个只有三个页面的简单网站:Home,News,Contact us。方法就是创建三种(Document Types)文档类型和它们相关联的模板(Create matching template),但...
分类:其他好文   时间:2015-07-06 16:01:14    阅读次数:190
Umbraco(6)-Creating More Pages Using the Master - Part 2(翻译文档)
创建一个Contact Us页面我们将创建一个新的”联系我们“页面,在该页面我们将放置简单的联系信息。对于添加这个功能你可能想替换为一个完全成熟的形式。一些有效的解决方案:使用表面控制器构建自己的接触形式: http://our.umbraco.org/documentation/Referenc....
分类:其他好文   时间:2015-07-06 15:56:45    阅读次数:111
Umbraco(2) - Creating Your First Template and Content Node(翻译文档)
创建(编辑)你的第一个模板(Template)展开Settings > Templates文件夹 - 然后你应该看到子节点名为"Homepage" - 这是我们在创建Document Type时自动创建的(还记得之前的复选框"Create matching template"吗?)注意 - 在早期版...
分类:其他好文   时间:2015-07-06 15:53:26    阅读次数:124
工厂方法模式(Factory method pattern)
工厂方法模式(Factory method pattern)flyfish 2015-7-4工厂方法模式正式定义 - 引用《HeadFirst 设计模式》 Define an interface for creating an object,but let subclasses decide which class to instantiate.Factory Method lets a...
分类:其他好文   时间:2015-07-04 19:47:55    阅读次数:149
Creating HTML table with vertically oriented text as table header 表头文字方向
AS an old question, this is more like info or reminder about vertical margin or padding in % that takes parent's width as reference .If you use a pseu...
分类:Web程序   时间:2015-07-02 17:15:11    阅读次数:197
Laravel5.1学习笔记17 数据库3 数据迁移
Introduction Generating Migrations Migration Structure Running Migrations Rolling Back Migrations Writing Migrations Creating Tables Renaming / Dr...
分类:数据库   时间:2015-07-02 15:29:26    阅读次数:164
Cheatsheet: 2015 06.01 ~ 06.30
Web The Front-End Optimization Checklist [ASP.NET 5] Production Ready Web Server on Linux. Kestrel + nginx Creating and Debugging C# Console Apps with...
分类:其他好文   时间:2015-07-01 14:05:04    阅读次数:162
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
2.工厂方法模式
1.定义Define an interface for creating an object,but let subclasses decide which class to instantiate.Factory method let a class defer instantiation to ...
分类:其他好文   时间:2015-06-30 01:23:32    阅读次数:222
Impersonation option 设置
1,Impersonation Information 选项卡定义在数据源中执行查询使用的Credential。When creating a data source object in an Analysis Services model, one of the settings that you...
分类:其他好文   时间:2015-06-26 17:35:48    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!