11 2015 档案

摘要:using Mvclogin.Models;using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Data.Entity;n... 阅读全文
posted @ 2015-11-16 23:21 monica_guorong 阅读(179) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/xlhblogs/p/3349972.html今天面试问到了mvc的过滤器 。actionreslut的类型操作结果 帮助器方法 描述 ViewResult View 将视图呈现为网页。 PartialViewResult PartialView 呈现分... 阅读全文
posted @ 2015-11-12 21:50 monica_guorong 阅读(135) 评论(0) 推荐(0)
摘要:create function dbo.fun(@inputid as varchar(40))returns intasbegindeclare @counts intselect @counts=COUNT(*) from Stu_Inforreturn @countsenddeclare @i... 阅读全文
posted @ 2015-11-09 11:20 monica_guorong 阅读(153) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Web;using System.Web.UI;usi... 阅读全文
posted @ 2015-11-09 00:07 monica_guorong 阅读(1356) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data... 阅读全文
posted @ 2015-11-07 00:07 monica_guorong 阅读(278) 评论(0) 推荐(0)
摘要:if exists(select * from sysobjects where id = object_id(N'up_GetMusicByCondition') and OBJECTPROPERTY(id, N'IsProcedure') = 1)... 阅读全文
posted @ 2015-11-06 22:20 monica_guorong 阅读(161) 评论(0) 推荐(0)
摘要:第一种情况:[html] 在CODE上查看代码片派生到我的代码片 首页 个人资料 我的好友 消息管理 第二种情况:[html] 在CODE上查看代码片派生到我的代码片 首页 个... 阅读全文
posted @ 2015-11-04 16:09 monica_guorong 阅读(614) 评论(0) 推荐(0)
摘要:返回顶部 css样式: .goToTop a { color: #666;}.goToTop { background: url(../Scripts/top.png) no-repeat; display: none; position: fixed; top: 50%; ma... 阅读全文
posted @ 2015-11-04 11:23 monica_guorong 阅读(215) 评论(0) 推荐(0)