码迷,mamicode.com
首页 >  
搜索关键字:presentation    ( 432个结果
【C#】ADO .Net Entities Framework使用查询语句时遇到的错误
XAML代码:<Windowx:Class="WpfApplication72.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schem..
分类:Windows程序   时间:2016-01-24 07:07:49    阅读次数:300
BodyContent揭秘及定制复杂的JSP标签
BodyContent揭秘及定制复杂的JSP标签 jsp中的定制标签功能可以帮助我们来更好地实现presentation layer。我在学习的时候,感觉最困难的就是BodyContent这个类,Sun在API和specification中对BodyContent介 绍的非常少,以至于很多程序员.....
分类:Web程序   时间:2016-01-18 10:20:20    阅读次数:317
DBCC SHOWCONTIG 用法
contiguous 是物理位置上连续,相邻近的意思,DBCC SHOWCONTIG 命令的作用就是presentation data page(heap)或 leaf level page(B-Tree)的物理位置的信息,如果Page物理位置不连续,那么就会出现fragmentationThe D...
分类:数据库   时间:2016-01-14 14:18:24    阅读次数:311
英文邮件写作
Let’s postpone the presentation to Monday as some of you ran into time conflicts.BTW(by the way )It would be ideal if you have spare time to help them...
分类:其他好文   时间:2016-01-12 09:58:31    阅读次数:148
RoutedUICommand 路由命令调试
前端XAML代码:<Windowx:Class="WpfApplication48.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://..
分类:其他好文   时间:2016-01-04 00:08:27    阅读次数:220
FSM, VISIBILITY MAP AND VACUUM
Update:Heikki’s slides arehere!Heikki Linnakangas gave a presentation this past Sunday atFOSDEMabout the improved free space map (FSM), which tracks u...
分类:其他好文   时间:2015-12-22 06:23:22    阅读次数:226
DTO学习系列之AutoMapper(五)----当EntityFramework爱上AutoMapper
有时候相识即是一种缘分,相爱也不需要太多的理由,一个眼神足矣,当EntityFramework遇上AutoMapper,就是如此,恋爱虽易,相处不易。 在DDD(领域驱动设计)中,使用AutoMapper一般场景是(Domain Layer)领域层与Presentation Layer(表现层...
分类:移动开发   时间:2015-12-15 16:53:54    阅读次数:1408
三层架构
三层架构(3-tier architecture) 通常意义上的三层架构就是将整个业务应用划分为:界面层(User Interface layer)、业务逻辑层(Business Logic Layer)、数据访问层(Data access layer)表示层(presentation tier)。...
分类:其他好文   时间:2015-11-10 09:18:06    阅读次数:272
在Andoid开发中使用MVP模式来解耦,增加可测试性
byJeff Angelini posted on7/20/2011 2:35:00 PMSeparating the presentation of the application’s UI from the logic of its UI is usually a good idea. This...
分类:其他好文   时间:2015-11-05 20:38:50    阅读次数:292
What is difference between 3-layer architecture and MVC architecture?
ByVikas SinghonSep 26, 2014In 3-layer architecture3-layer architecture separates the application into 3 components which consists of Presentation Laye...
分类:Web程序   时间:2015-11-04 12:48:12    阅读次数:181
432条   上一页 1 ... 27 28 29 30 31 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!