看了很多大牛写的博客,依然对mvc云里雾里。有一点是毋庸置疑的C应该是一座桥梁建立在model和view之间。在ASP.NET MVC中,控制器通常是继承System.Web.Mvc.Controller的类。控制器中类的每个公共方法被称为Action方法。ASP.NET路由系统内部根据请求的URL...
分类:
Web程序 时间:
2015-03-06 16:21:18
阅读次数:
135
3 CENTER /center 按图片的原来size居中显示,当图片长/宽超过View的长/宽,则截取图片的居中部分显示
4
5 CENTER_CROP / centerCrop 按比例扩大图片的size居中显示,使得图片长(宽)等于或大于View的长(宽)
6
7 CENTER_INSIDE / centerInside 将图片的内容完整居中显示,通过按比例缩小或原来的s...
分类:
移动开发 时间:
2015-03-06 16:01:25
阅读次数:
182
public partial class ProcedureTest : System.Web.UI.Page { public static string conn = ConfigurationManager.ConnectionStrings["StuRelationDBConnectionS...
非常喜欢数据库这个东东,希望以后可以多多了解这方面的知识。1.使用Connection连接数据库的步骤:(1).添加命名空间 System.Data.SqlClient(注意:初学者经常会忘记)(2)定义连接字符串。连接SQL Server 数据库时: server=服务器名;database...
分类:
数据库 时间:
2015-03-06 15:37:45
阅读次数:
175
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:
其他好文 时间:
2015-03-06 15:34:13
阅读次数:
153
/** 设置指定键对值的系统属性* setProperty (String prop, String value);* * 參数:* prop - 系统属性的名称。* value - 系统属性的值。 * * 返回:* 系统属性曾经的值,假设没有曾经的值,则返回 null。* * 抛出: * Secu...
分类:
其他好文 时间:
2015-03-06 14:13:55
阅读次数:
121
转载:http://blog.csdn.net/kevonz/article/details/5078432using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.W...
分类:
Web程序 时间:
2015-03-06 13:55:45
阅读次数:
179
在虚拟机上做实验,克隆虚拟机,并修改IP地址后,重启网络服务出现下面的错误:[root@hadoop002Desktop]#servicenetworkrestartShuttingdownloopbackinterface: [OK]Bringinguploopbackint...
分类:
其他好文 时间:
2015-03-06 12:40:55
阅读次数:
147
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SQLite;using System.Configuration;using System.Col...
分类:
数据库 时间:
2015-03-06 12:40:27
阅读次数:
178
//C# 数据库访问通用类 (ADO.NET)using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;using System.Conf...
分类:
数据库 时间:
2015-03-06 12:35:01
阅读次数:
197