码迷,mamicode.com
首页 >  
搜索关键字:started    ( 2130个结果
[翻译][MVC 5 + EF 6] 1:准备工作
原文:Getting Started with Entity Framework 6 Code First using MVC 51.新建MVC项目:2.修改Views\Shared\_Layout.cshtml: @ViewBag.Title - Contoso Univer...
分类:Web程序   时间:2015-06-12 13:04:18    阅读次数:141
(译)Getting Started——1.3.1 Incorporating the Data(合并数据)
在实现完应用的行为后,需要创建数据模型来支撑应用的界面。应用的数据模型定义了应用中数据的维护方法。数据模型可以是一个基本的dictionary类型,也可以是复杂的数据库,范围很广。好的数据模型可以更为轻松的构建伸缩性强的应用,还可以提升功能,改变特性。应用的数据模型由数据结构和(可选的)自定义的业....
分类:其他好文   时间:2015-06-12 09:56:27    阅读次数:120
(译)Getting Started——1.2.4 Tutorial:Storyboard(故事板)
该教程是基于你在前面的课程中构建的项目上进行的。学完本教程后,你将使用你前面学到的视图、视图控制器、动作、导航的内容,还会为应用创建一些关键的用户界面,并在场景中添加行为以下就是本节课的内容:1. 使用storyboard来定义应用内容和流程2. 管理多个视图控制器3. 在用户界面上,给元素添加.....
分类:其他好文   时间:2015-06-11 19:13:26    阅读次数:228
[翻译]ASP.NET Web API 2入门
原文:Getting Started with ASP.NET Web API 2 Step 1:新建一个Empty的Web API Project。 Step 2:添加一个Model: public class Product { public int Id { ...
分类:Windows程序   时间:2015-06-11 16:27:43    阅读次数:169
Getting Started with OpenStack on Oracle Linux and Oracle VM Hands-On Lab 1
最近开始学习OpenStack,由于没有任何环境,所以不知道如何上手,因此下载了OpenStack for Oracle Linux版本,准备玩一下(有Oracle账户,嘿嘿)。这个的相关参考还是很多的,在Oracle网站上有大量资料,本人参考的是Ronen Kofman的Hands-On Lab:...
分类:数据库   时间:2015-06-11 06:54:42    阅读次数:197
AutoHotKey 快捷使用
1 ; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a 2 ; semicolon, such as this one, are comments. They are not executed. 3 4 ; T...
分类:其他好文   时间:2015-06-11 00:06:17    阅读次数:298
(译)Getting Started——1.2.2 Desinging a User Interface(设计用户界面)
? 用户需要以最简单的方式与应用界面进行交互。应该从用户的角度出发设计页面,使得界面更高效、简捷和直接。 storyboard以图形化的方式帮助你设计和实现界面。在设计和实现界面的过程中,你可以准确的看到你实现的界面是什么样的,界面上哪些东西合适,哪些东西不合适,以及你对界面随时的调整,都是...
分类:其他好文   时间:2015-06-10 19:05:11    阅读次数:126
ubuntu14.04安装OpenVirteX
官网链接:http://ovx.onlab.us/getting-started/installation/step1:You will need to install the following packages:*Git,*Oracle Java, version 7 (version 8 is...
分类:系统相关   时间:2015-06-10 10:11:07    阅读次数:371
Getting started with Yocto on Wandboard
Getting started with Yocto on Wandboard Here are the steps on how to get started with the Yocto Project based on the Freescale Community BSP for Wandb...
分类:数据库   时间:2015-06-09 11:17:35    阅读次数:663
java NIO
Reference: Getting started with NIOTable of contentsBefore you startInput/output: A conceptual overviewChannels and buffersFrom theory to practice: Re...
分类:编程语言   时间:2015-06-08 16:44:51    阅读次数:99
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!