随笔分类 -  ◆ASP.NET◆

MVC ASP.NET HTML DIV/CSS等等统统在这里
摘要:1. @Styles.Render("~/Content/css") 是怎么工作的?在App_Start文件夹里面的BundleConfig.cs中定义了StyleBundle,这里Render的时候其实就是调用那里面对应的Bundle.2. RenderBody() RenderPage() ... 阅读全文
posted @ 2015-07-16 19:16 太古月石 阅读(152) 评论(0) 推荐(0)
摘要:http://www.nuget.org/packages/Microsoft.AspNet.Mvc 阅读全文
posted @ 2014-12-16 23:17 太古月石 阅读(213) 评论(0) 推荐(0)
摘要:1.https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice2.http://tech.pro/tutorial/1148/your-first-rest-service-with-servicest... 阅读全文
posted @ 2014-09-10 23:06 太古月石 阅读(370) 评论(5) 推荐(0)
摘要:EntifyFramework 5.0.0 安装http://www.nuget.org/packages/EntityFramework/5.0.01. 文章,部署前的配置http://www.asp.net/mvc/tutorials/deployment/deployment-to-a-hos... 阅读全文
posted @ 2014-09-09 23:35 太古月石 阅读(284) 评论(0) 推荐(0)
摘要:http://blogs.msdn.com/b/adonet/archive/2010/07/19/absolue-beginners-guide-to-entity-framework.aspx?Redirected=true 阅读全文
posted @ 2014-03-29 22:56 太古月石 阅读(188) 评论(0) 推荐(0)
摘要:You can find their source code in codeplex at the ASP.NET source code.ExtendedMembershipProvider: http://aspnetwebstack.codeplex.com/SourceControl/cha... 阅读全文
posted @ 2014-03-24 10:58 太古月石 阅读(183) 评论(0) 推荐(0)
摘要:Change Background Image Using jQuery Hover 阅读全文
posted @ 2013-06-17 11:08 太古月石 阅读(867) 评论(0) 推荐(0)
摘要:使用Tab过程中,想要去掉选中TAB时的虚框。Remove the dotted border from selected tabsYou can usea:focus{outline:none; } 阅读全文
posted @ 2013-04-11 00:53 太古月石 阅读(3028) 评论(0) 推荐(0)
摘要:颜色:http://www.w3schools.com/cssref/css_colors.aspBootstrap Sample : http://twitter.github.io/bootstrap/components.htmlhttp://accounts.tao.tw.shuttle.com/examples_bootstrap/components/alerts网站布局参考:http://www.wix.com/Jquery tab 使用http://jqueryui.com/tabs/结合:http://gazpo.com/2012/05/jquery-tabs/才弄出来Jqu 阅读全文
posted @ 2013-04-08 23:34 太古月石 阅读(180) 评论(0) 推荐(0)
摘要:如果将WebService配置好,localhost能访问,而局域网其他机器不能访问。这时候需要关掉防火墙试试。 阅读全文
posted @ 2011-03-17 13:58 太古月石 阅读(395) 评论(0) 推荐(0)
摘要:1. 安装ASP.NET MVC3http://download.microsoft.com/download/1/4/C/14C0533D-2299-42CD-898C-10AA5156E243/AspNetMVC3Setup.exe2. 注册ASP.NET 4.0到IIS3. Web共享工程文件夹到IIS站点4. 配置站点工程的ASP.NET版本为:4.05. 设置站点URL后缀映射(.*)注:一定不能勾选“check that file exists”6. 设置本地依赖MVC3库:System.Web.Abstractions.dll, System.Web.Mvc.dll, Syste 阅读全文
posted @ 2011-03-17 11:54 太古月石 阅读(2889) 评论(0) 推荐(1)