码迷,mamicode.com
首页 >  
搜索关键字:presentation    ( 432个结果
恰如其分的架构设计
设计恰如其分的架构 远在2009年,Martin Fowler与Rebecca Parsons在QCon SF做了一次题为Agilists and Architects: Allies not Adversaries Presentation的演讲。演讲主要讨论了在敏捷方法中的架构活动。相似的话题, ...
分类:其他好文   时间:2016-04-01 01:00:24    阅读次数:224
常用书籍推荐与下载地址
常用书籍推荐与下载地址 1、WPF技术相关书籍 (1)MSDN关于WPF其中内容,链接:Windows Presentation Foundation 不用说了 这个是我反复阅读的可以如实的告诉大家 这个内容 我全看了 而且不止一遍,两遍。七八遍总是有的。因此 我会第一个品评MSDN;(2)Char ...
分类:其他好文   时间:2016-03-29 10:03:13    阅读次数:152
Following a Select Statement Through Postgres Internals
This is the third of a series of posts based on a presentation I did at the Barcelona Ruby Conference called “20,000 Leagues Under ActiveRecord.” (pos
分类:Windows程序   时间:2016-03-14 01:29:30    阅读次数:439
Discovering the Computer Science Behind Postgres Indexes
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation at the Barcelona Ruby Conference. You can also wat
分类:其他好文   时间:2016-03-13 06:12:12    阅读次数:211
[Hapi.js] View engines
View engines, or template engines, allow you to maintain a clean separation between your presentation layer and the rest of your application. This pos
分类:Windows程序   时间:2016-02-29 07:02:37    阅读次数:278
Android进阶笔记14:RoboBinding(实现了数据绑定 Presentation Model(MVVM) 模式的Android开源框架)
1.RoboBinding RoboBinding是一个实现了数据绑定 Presentation Model(MVVM) 模式的Android开源框架。从简单的角度看,他移除了如addXXListener(),findViewById()这些不必要的代码,连如BufferKnife那样的Inject
分类:移动开发   时间:2016-02-17 19:03:21    阅读次数:195
Wpf 用户控件Load事件执行两次
<!--主窗体,放置一个用户控件--><Window x:Class="WpfApplication.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schem
分类:Windows程序   时间:2016-02-17 18:44:56    阅读次数:637
WP8.1开发中对于XAML中一些语言的学习(1);
以前在学习WP开发的时候,看到视频中说到程序在创建之初,MainPaige.xaml页面上有一些代码: <Page x:Class="草案.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmln
分类:编程语言   时间:2016-01-30 22:55:59    阅读次数:450
MVC 模式
随着Web应用的商业逻辑包含逐渐复杂的公式分析计算、决策支持等,使客户机越来越不堪重负,因此将系统的商业分离出来。单独形成一部分,这样三层结构产生了。其中‘层’是逻辑上的划分。三层体系结构是将整个系统划分为如图2.1所示的结构[3](1)表现层(Presentation layer):包含表示代码、...
分类:Web程序   时间:2016-01-26 18:18:37    阅读次数:181
【C#】ADO .Net Entities Framework在WPF TreeView中的应用
XAML代码<Windowx:Class="WpfApplication73.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://schema..
分类:Windows程序   时间:2016-01-24 13:05:01    阅读次数:252
432条   上一页 1 ... 26 27 28 29 30 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!