码迷,mamicode.com
首页 >  
搜索关键字:first artical(标签)    ( 14117个结果
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序更新相关数据
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序更新相关数据原文:Updating Related Data with the Entity Fra...
分类:Web程序   时间:2014-05-17 01:28:45    阅读次数:510
my first go
/** * Created with IntelliJ IDEA. * User: li_zhe * Date: 14/05/06 * Time: 12:34 * To change this template use File | Settings | File Templates. */pack...
分类:其他好文   时间:2014-05-16 22:09:34    阅读次数:431
First Missing Positive
First Missing Positive
分类:其他好文   时间:2014-05-16 21:16:41    阅读次数:218
测试
Welcome to MarkdownPad 2MarkdownPad is a full-featured Markdown editor for Windows.Built exclusively for MarkdownEnjoy first-class Markdown support wi...
分类:其他好文   时间:2014-05-16 21:05:28    阅读次数:265
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序使用异步及存储过程
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第九篇:为ASP.NET MVC应用程序使用异步及存储过程原文:Async and Stored Procedures with the E...
分类:Web程序   时间:2014-05-16 08:59:56    阅读次数:449
设计模式-策略设计模式(一)
本文大幅度参考Head first设计模式中第一章.先来看一个简单的模拟鸭子应用做起,某公司做了一套模拟鸭子游戏:SimUDuck.游戏中出现各种鸭子,一边游泳戏水,一边呱呱叫.此系统的内部设计使用了标准OOP思想,设计了一个鸭子超类(Superclass),并让各种鸭子继承此超类.类图如下: 为....
分类:其他好文   时间:2014-05-16 08:00:34    阅读次数:293
前端工程师的修真秘籍(css、javascript和其它)
以我的经验,大部分技术,熟读下列四类书籍即可。入门,用浅显的语言和方式讲述正确的道理和方法,如head first系列全面,巨细无遗地探讨每个细节,遇到疑难问题时往往可以在这里得到理论解答,如Definitive Guide/Programming xx系列实践,结合实际中经常遇到的情景环境,来描述...
分类:编程语言   时间:2014-05-13 17:40:51    阅读次数:328
精灵随手指移动起来
效果图: 程序代码: bool HelloWorld::init() { ////////////////////////////// // 1. super init first if ( !CCLayer::init() ) { return false; } CCSize visibleSize =...
分类:移动开发   时间:2014-05-13 16:27:03    阅读次数:402
Counting Inversion Pairs in an Array
Given an array, for example, 246135, an inversion pair is the pair whose first value is larger than its second value according to the sequence from left to right, (2,1) (4,1) (4,3) (6,1) (6,3) (6,5)....
分类:其他好文   时间:2014-05-13 08:03:58    阅读次数:338
下压堆栈(链表实现)
import java.util.Iterator; import java.util.Scanner; public class Stack implements Iterable { private Node first;// 栈顶 private int N;// 元素数量 // 定义结点的嵌套类 private class Node{ Item item; Node nex...
分类:其他好文   时间:2014-05-11 13:20:22    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!