上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页
摘要: http://blog.csdn.net/riverlau/article/details/74764491. 使用rownumber给view加上一个标示列SELECT ROW_NUMBER() OVER (ORDER BY appid) AS id, *FROM (SELECT appid, 'NewsLetterService:' + CONVERT(nvarchar(8), id) AS moduleID, ServiceName AS moduleName FROM NewsLetterSe... 阅读全文
posted @ 2014-04-01 08:53 zyip 阅读(357) 评论(0) 推荐(0)
摘要: http://www.bootcss.com/p/bootstrap-wysiwyg/ 阅读全文
posted @ 2014-03-24 14:48 zyip 阅读(166) 评论(0) 推荐(0)
摘要: 1. powershellShutdown-computer –computername (gc c:\temp\serverlist.txt) –force –throttlelimit 10http://blogs.technet.com/b/heyscriptingguy/archive/2011/04/01/scripting-wife-uses-powershell-to-shut-down-computers.aspx2.C#get computers from ouhttp://stackoverflow.com/questions/5161157/get-computer-fr 阅读全文
posted @ 2014-03-21 15:25 zyip 阅读(241) 评论(0) 推荐(0)
摘要: https://github.com/aui/artTemplate 阅读全文
posted @ 2014-03-13 16:00 zyip 阅读(159) 评论(0) 推荐(0)
摘要: http://getbootstrap.com/javascript/#carouselhttp://owlgraphic.com/owlcarousel/#demohttps://www.mobify.com/mobifyjs/modules/carousel-examples/http://jquery-plugins.net/owl-carousel-touch-enabled-and-responsive-jquery-carousel-sliderhttp://www.caincode.com/bootstrap-make-the-carousel-swipeable-on-mobi 阅读全文
posted @ 2014-02-27 22:27 zyip 阅读(497) 评论(0) 推荐(0)
摘要: public class UsersContext : DbContext { public UsersContext() : base("conn1") //change the conn1 to your own conntion string { } //... 阅读全文
posted @ 2014-02-27 17:13 zyip 阅读(248) 评论(0) 推荐(0)
摘要: 刚把项目升级到2012,发现发生了很多变化,以下是最近看过的网站和资料汇集,供需要者参考。本文在最近一个月可能会不断更新。Razor2.0新特性介绍:介绍1:http://vibrantcode.com/blog/2012/4/10/whats-new-in-razor-v2.html/取消了@Href和@Url.Content;可以使用conditional attribute了(就是class = ""等将不会显示)介绍2:http://vibrantcode.com/blog/2012/4/13/what-else-is-new-in-razor-v2.html/空单 阅读全文
posted @ 2014-02-27 15:15 zyip 阅读(519) 评论(0) 推荐(0)
摘要: Add following code for your class:[assembly: WebActivatorEx.PostApplicationStartMethod(typeof(WeChatSchools.App_Start.MyStartPoint), "Initialize")]ex:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;[assembly: WebActivatorEx.PostApplicat 阅读全文
posted @ 2014-02-26 13:04 zyip 阅读(271) 评论(0) 推荐(0)
摘要: http://weblogs.asp.net/jgalloway/archive/2012/08/29/simplemembership-membership-providers-universal-providers-and-the-new-asp-net-4-5-web-forms-and-asp-net-mvc-4-templates.aspx 阅读全文
posted @ 2014-02-25 09:41 zyip 阅读(138) 评论(0) 推荐(0)
摘要: http://akdubya.github.io/dustjs/https://github.com/linkedin/dustjs 阅读全文
posted @ 2014-02-19 22:06 zyip 阅读(236) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页