准备工作 安装VS2010或更高版本 安装数据库2008或更高版本 视个人系统不同配置IIS本地服务 数据库和VS下载地址http://msdn.itellyou.cn/本节目标通过本节案例对MVC模式有初步认识并能建立小型MVC应用程序MVC简介 对MVC的认识:构建web应用程序的一种架构MVC...
分类:
Web程序 时间:
2014-07-16 19:24:05
阅读次数:
413
我们先看Hashtable。MSDN的解释:表示键/值对的集合,这些键/值对根据键的哈希代码进行组织。Hash算法是把任意长度的输入(又叫做预映射, pre-image),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空间,不 同的...
分类:
其他好文 时间:
2014-07-16 19:14:46
阅读次数:
239
LINUX系统fedora、centos、debian、ubuntu ISO下载汇总http://mirrors.sohu.comhttp://linux.ilvgo.cn/ftp://gentoo.tom.com/pub/http://mirror.yandex.ru/centos/5.3/iso...
分类:
系统相关 时间:
2014-07-16 19:04:23
阅读次数:
254
A delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-o...
分类:
其他好文 时间:
2014-07-16 15:43:31
阅读次数:
228
//Demo1:Declaring an event in an interface and implementing it in //a class.// event_keyword.csusing System;public delegate void MyDelegate(); // de.....
分类:
其他好文 时间:
2014-07-16 15:41:01
阅读次数:
246
VMware 9安装Android4.x首先准备好VMware Workstation 9以上版本和Android 4.x X86 ISO安装镜像镜像下载地址: http://code.google.com/p/android-x86/downloads/list http://android-x8...
分类:
移动开发 时间:
2014-07-15 09:57:27
阅读次数:
461
/*** 文件名 UpdateDownload.java* 包含类名列表 com.issmobile.numlibrary.tool* 版本信息 版本号 * 创建日期 2014年7月14日* 版权声明 */package com.issmobile.numlibrary.tool;import co...
分类:
其他好文 时间:
2014-07-14 20:50:45
阅读次数:
257
有时候,我们用C#写一些客户端应用程序需要从服务器下载一些资源,如图片、dll、配置文件等。下面就来说一下,在Winform及WPF中如何下载文件。我们的资源大多放在自己的网站上,或者从其他网站下载资源,我们需要给客户端一个URL,先给出代码: /// /// 下载文件 ...
一、准备工具上一篇中我们已经安装了Git Extensions和Tortoisegit。在这里我们要为Visual Studio安装一个插件,专门用于Git。Git Source Control Provider,打开http://visualstudiogallery.msdn.microsoft...
分类:
其他好文 时间:
2014-07-13 19:35:57
阅读次数:
334