02 2014 档案

摘要: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 阅读(489) 评论(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 阅读(243) 评论(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 阅读(514) 评论(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 阅读(266) 评论(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 阅读(132) 评论(0) 推荐(0) 编辑
摘要:http://akdubya.github.io/dustjs/https://github.com/linkedin/dustjs 阅读全文
posted @ 2014-02-19 22:06 zyip 阅读(231) 评论(0) 推荐(0) 编辑
摘要:http://www.infoq.com/cn/articles/the_edge_of_net_and_node 阅读全文
posted @ 2014-02-19 22:03 zyip 阅读(149) 评论(0) 推荐(0) 编辑
摘要:https://nodejstools.codeplex.com/ 阅读全文
posted @ 2014-02-19 21:59 zyip 阅读(116) 评论(0) 推荐(0) 编辑
摘要:http://www.asp.net/identityhttp://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity 阅读全文
posted @ 2014-02-19 21:41 zyip 阅读(210) 评论(0) 推荐(0) 编辑
摘要:http://www.microsoft.com/en-us/download/details.aspx?id=19603http://msdn.microsoft.com/zh-cn/library/ff731045(v=azure.10).aspx 阅读全文
posted @ 2014-02-19 14:17 zyip 阅读(121) 评论(0) 推荐(0) 编辑
摘要:https://www.google.com/webdesigner/http://html.adobe.com/edge/inspect/http://www.creativebloq.com/responsive-design-tools-8134180http://webdesignledger.com/tools/12-helpful-tools-for-responsive-web-design 阅读全文
posted @ 2014-02-19 13:19 zyip 阅读(160) 评论(0) 推荐(0) 编辑
摘要:Any setup of Team Foundation Server is not complete until you have at least tried t work with SharePoint. While I have many customers that like to stay away from SharePoint I also have many that make it an integral part of not just their TFS install, but their corporate network, offerings and cultur 阅读全文
posted @ 2014-02-18 09:10 zyip 阅读(473) 评论(0) 推荐(0) 编辑
摘要:.NET 类库的强大让我们很轻松的解决常见问题,作为一个好专研的程序员,为了更上一层楼,研究CLR的基础类库实现是快速稳定的捷径。 一般场景下,采用 Reflector可以反射出.NET 的部分实现出来,可以拿来参考,但和微软公开的SSCLI(官方网址:http://referencesource.microsoft.com/netframework.aspx)比较起来,缺少注释、没有风格、代码质量一般,为了方便大家,将SSCLI的内容按版本和命名空间的组织方式放到了网上,域名是http://www.projky.com。 阅读全文
posted @ 2014-02-17 21:21 zyip 阅读(160) 评论(0) 推荐(0) 编辑
摘要:The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. public static List Get(int app... 阅读全文
posted @ 2014-02-17 13:54 zyip 阅读(415) 评论(0) 推荐(0) 编辑
摘要:http://themeforest.net/category/wordpress/mobilehttp://themeforest.net/item/monolith-wp-theme-for-bloggers-and-professionals/6425717?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=BonfireThemeshttp://bonfirethemes.com/_monolith/magento mobile themehttp://magento-mobile-theme.cmsmart. 阅读全文
posted @ 2014-02-17 11:04 zyip 阅读(173) 评论(0) 推荐(0) 编辑
摘要:var t = from x in context.NewsLetterItem.ToList() //add .ToList at this place where x.APPId == appid && allowedAddress.Contains(x.mailFrom) orderby int.Parse(x.mailId) descending select x;... 阅读全文
posted @ 2014-02-16 10:39 zyip 阅读(312) 评论(0) 推荐(0) 编辑
摘要:http://msdn.microsoft.com/en-us/library/ee790941(v=azure.10).aspxPreparing the Visual Studio Projecthttp://msdn.microsoft.com/en-us/library/ee790876(v=azure.10).aspxTo initialize and start your cache cluster:Use-CacheClusterNew-CacheGrant-CacheAllowedClientAccountStart-CacheClusterOpen your Visual S 阅读全文
posted @ 2014-02-15 21:29 zyip 阅读(490) 评论(0) 推荐(0) 编辑
摘要:Phttp://www.jquery4u.com/javascript/10-javascript-jquery-templates-engines/http://www.creativebloq.com/web-design/templating-engines-9134396http://knockoutjs.com/documentation/template-binding.html 阅读全文
posted @ 2014-02-12 21:43 zyip 阅读(304) 评论(0) 推荐(0) 编辑
摘要:The product key is located in the registry underHKLM\Software\Microsoft\Windows NT\CurrentVersionIt is the value named:DigitalProductIdIf you look at it, you will realize it is encrypted:That is what his script takes care of. It reverses the simple XOR encryption and turns that numeric mess into a r 阅读全文
posted @ 2014-02-11 20:50 zyip 阅读(512) 评论(0) 推荐(0) 编辑
摘要:PTTFM-X467G-P7RH2-3Q6CG-4DMYB数据中心版:PTTFM-X467G-P7RH2-3Q6CG-4DMYB 测试可用开 发者 版:MC46H-JQR3C-2JRHY-XYRKY-QWPVM企 业 版:R88PF-GMCFT-KM2KR-4R7GB-43K4B标 准 版:B68Q6-KK2R7-89WGB-6Q9KR-QHFDW工 作 组版:XQ4CB-VK9P3-4WYYH-4HQX3-K2R6QWEB 版:FP4P7-YKG22-WGRVK-MKGMX-V9MTMSQL Server 2008 R2 Management Studio : “Evaluation pe. 阅读全文
posted @ 2014-02-10 13:36 zyip 阅读(454) 评论(1) 推荐(0) 编辑
摘要:http://www.pieterg.com/2013/4/aspnet-mvc-under-the-hood-part-3 阅读全文
posted @ 2014-02-10 04:38 zyip 阅读(111) 评论(0) 推荐(0) 编辑
摘要:http://www.agilesharp.com/u/yanyangtian/Blog.aspx/t-196IIS负载均衡-Application Request Route详解第二篇:创建与配置Server Farmhttp://www.cnblogs.com/yanyangtian/archive/2012/03/27/2419024.htmlhttp://blogs.technet.com/b/exchange/archive/2013/10/16/iis-arr-as-a-reverse-proxy-and-load-balancing-solution-for-o365-excha 阅读全文
posted @ 2014-02-10 04:22 zyip 阅读(506) 评论(0) 推荐(0) 编辑
摘要:https://github.com/ashtuchkin/node-milleniumhttp://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/ 阅读全文
posted @ 2014-02-07 14:22 zyip 阅读(245) 评论(0) 推荐(0) 编辑
摘要:http://tqcblog.com/2011/01/22/asp-net-mvc-3-razor-views-in-sharepoint/ASP.NET MVC 3 has just been released, and I really like the new Razor syntax for views. However, I work with SharePoint, which is solidly based on WebForms and .NET 3.5. Razor requires .NET 4, and while you can host WebForms MVC p 阅读全文
posted @ 2014-02-07 00:00 zyip 阅读(310) 评论(0) 推荐(0) 编辑
摘要:http://www.indiabix.com/technical/dotnet/http://www.codeproject.com/Articles/637480/Csharp-and-ASP-NET-Interview-Question-and-Answers 阅读全文
posted @ 2014-02-06 23:55 zyip 阅读(124) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/rational/rationaledge/content/feb05/bell/http://msdn.microsoft.com/zh-cn/library/dd409436.aspxUML Sequence Diagrams: Guidelineshttp://msdn.microsoft.com/en-us/library/dd409389.aspx 阅读全文
posted @ 2014-02-04 13:40 zyip 阅读(136) 评论(0) 推荐(0) 编辑
摘要:Go toTools -> Options -> Debugger -> GeneralUncheck the optionEnable Just My Code (Managed Only)Uncheck the optionEnable. NET Framework source stepping(this is optional)Check the optionEnable source server supportUncheck the optionRequire source files to exactly match the original versionsy 阅读全文
posted @ 2014-02-01 15:50 zyip 阅读(322) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示