上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 157 下一页

2014年8月28日

[转]F# Samples 101 - Visual Studio 2010

摘要: http://code.msdn.microsoft.com/F-Samples-101-0576cb9f/sourcecode?fileId=18956&pathId=1045958806// F# 教程文件//// 此文件包含代码示例来引导您了解// F# 语言的基元。//// 在 http:/... 阅读全文

posted @ 2014-08-28 10:58 freeliver54 阅读(239) 评论(0) 推荐(0)

[转]Walkthrough: Your First F# Program

摘要: 本文转自:http://msdn.microsoft.com/en-us/library/vstudio/dd233160(v=vs.100).aspx Visual Studio 2010 includes a new programming language, F#. F# is a multi... 阅读全文

posted @ 2014-08-28 09:53 freeliver54 阅读(271) 评论(0) 推荐(0)

[转]Keyword Reference (F#)

摘要: Visual F# Development Portalhttp://msdn.microsoft.com/en-us/library/vstudio/ff730280.aspx本文转自:http://msdn.microsoft.com/en-us/library/vstudio/dd233249... 阅读全文

posted @ 2014-08-28 09:31 freeliver54 阅读(316) 评论(0) 推荐(0)

[转]Visual F# Samples and Walkthroughs

摘要: 本文转自:http://msdn.microsoft.com/en-US/library/vstudio/ee241126.aspxThis topic provides links to samples and walkthroughs for Visual F#.SamplesFor F# sa... 阅读全文

posted @ 2014-08-28 09:27 freeliver54 阅读(825) 评论(0) 推荐(0)

2014年8月27日

[转]Getting Started with ASP.NET Web API 2 (C#)

摘要: http://www.asp.net/web-api 本文转自:http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api By Mike WassonMike 阅读全文

posted @ 2014-08-27 10:13 freeliver54 阅读(357) 评论(0) 推荐(0)

2014年8月26日

[转]asp.net MVC helper 和自定义函数@functions小结

摘要: 本文转自:http://www.cnblogs.com/jiagoushi/p/3904995.htmlasp.net Razor 视图具有.cshtml后缀,可以轻松的实现c#代码和html标签的切换,大大提升了我们的开发效率。但是Razor语法还是有一些棉花糖值得我们了解一下,可以更加强劲的提升... 阅读全文

posted @ 2014-08-26 15:01 freeliver54 阅读(539) 评论(0) 推荐(0)

[转]在ASP.NET MVC3中使用EFCodeFirst 1.0

摘要: 本文转自:http://kb.cnblogs.com/page/97003/作者: NinoFocus来源: 博客园发布时间: 2011-04-12 10:41阅读: 11971 次推荐: 11 原文链接 [收藏] 1. 新建项目 打开VS2010,选择 文件>新建>项目,新建ASP.NET M... 阅读全文

posted @ 2014-08-26 09:16 freeliver54 阅读(309) 评论(1) 推荐(0)

[转]C#Linq中的Union All/Union/Intersect和Top/Bottom和Paging和SqlMethods,skip,take,takewhile,skipwhile,编译查询等

摘要: 本文转自:http://www.cnblogs.com/suizhikuo/p/3791799.html我们继续讲解LINQ to SQL语句,这篇我们来讨论Union All/Union/Intersect操作和Top/Bottom操作和Paging操作和SqlMethods操作 。Union A... 阅读全文

posted @ 2014-08-26 08:47 freeliver54 阅读(320) 评论(0) 推荐(0)

2014年8月25日

[转]href="#"与javascript:void(0)的区别

摘要: 本文转自:http://www.cnblogs.com/suizhikuo/p/3928411.html如果我们想把a标签中的链接置成空链接,我们一般会用两种方法:1或者1以上两种方法很多人都认为是空链接的方法,但是这两种方法是有区别的,到底有什么区别呢?今天我们来聊一下。href="#"方法:其实... 阅读全文

posted @ 2014-08-25 16:04 freeliver54 阅读(187) 评论(0) 推荐(0)

[转]ASP.NET会话(Session)保存模式

摘要: 本文转自:http://blog.csdn.net/cityhunter172/article/details/727743作者:寒羽枫(cityhunter172)大家好,已有四个多月没写东东啦。今日抽空就说一下 Session 在 .Net v1.0/v1.1 中的存储模式。大家可在 MSDN ... 阅读全文

posted @ 2014-08-25 15:59 freeliver54 阅读(227) 评论(0) 推荐(0)

2014年8月24日

[书目20140824]触动人心:设计优秀的iPhone应用

摘要: 关于作者致谢译者序入门设计令人欣喜且易用的应用等下……先吸口气阅读本书不需要专业知识忠言一切从点击开始 我们是如何使用iPhone应用的行走中:一只手,一只眼睛,一直在抖动尽快搞定满满一箱工具,你只是其中的一把无聊了,变卦了,于是换了双击、缩放、旋转,这都是啥?笨手笨“指”那,难道我要为笨蛋而设计?... 阅读全文

posted @ 2014-08-24 19:55 freeliver54 阅读(341) 评论(0) 推荐(0)

2014年8月22日

Windows Azure中文博客 Windows Azure入门教学系列 (一): 创建第一个WebRole程序

摘要: http://blogs.msdn.com/b/azchina/本文转自:http://blogs.msdn.com/b/azchina/archive/2010/02/09/windows-azure-webrole.aspx这是一系列Windows Azure入门教学文章的第一篇。 在第一篇教学... 阅读全文

posted @ 2014-08-22 14:58 freeliver54 阅读(218) 评论(0) 推荐(0)

2014年8月8日

IE11 F12 开发人员工具 查看 Cookie

摘要: 参考网址:Using the F12 developer tools in IE11Step1 : IE11 =》 F12 打开 开发人员工具Step2:开发人员工具 =》 网络F5 启用网络流量捕获Step3:IE11 =》输入和访问相关网址Step4:开发人员工具 =》 网络 =》 详细信息 =... 阅读全文

posted @ 2014-08-08 10:58 freeliver54 阅读(33756) 评论(0) 推荐(0)

[转]MVC之 自定义过滤器(Filter)

摘要: 本文转自:http://www.cnblogs.com/kissdodog/archive/2013/01/21/2869298.html一、自定义Filter 自定义Filter需要继承ActionFilterAttribute抽象类,重写其中需要的方法,来看下ActionFilterAttri... 阅读全文

posted @ 2014-08-08 10:20 freeliver54 阅读(272) 评论(0) 推荐(0)

2014年8月7日

百度开放云 Git使用

摘要: http://developer.baidu.com/wiki/index.php?title=docs/cplat/rt/manage/git 阅读全文

posted @ 2014-08-07 18:00 freeliver54 阅读(400) 评论(0) 推荐(0)

[转]中软面试题

摘要: 本文转自:http://www.cnblogs.com/tomin/archive/2010/07/28/Interview_Chinasoft.html中软的面试比较经典,也比较严格,一般有四轮,类似于微软的面试。中软面过以后,根据项目组,会推到美国微软那边运用live meeting & con... 阅读全文

posted @ 2014-08-07 09:33 freeliver54 阅读(468) 评论(0) 推荐(1)

[转]ASP .NET MVC 之Entity Framework- code first

摘要: 本文转自:http://www.cnblogs.com/tomin/archive/2012/02/29/MVC_EntityFramework.html最近,用到了ASP.NET MVC Entity Framework 开发了一些项目,感觉还是非常好用了,这让我见证了微软技术的发展:-通过这个图... 阅读全文

posted @ 2014-08-07 09:24 freeliver54 阅读(282) 评论(0) 推荐(1)

[转]Windows Azure平台简介(一):定位与产品结构

摘要: 本文转自:http://blog.csdn.net/azurechina/article/details/5592236http://blogs.msdn.com/b/azchina/archive/2010/02/05/windows-azure.aspx定位首先我们来看一看Windows Azu... 阅读全文

posted @ 2014-08-07 08:52 freeliver54 阅读(359) 评论(0) 推荐(0)

2014年8月6日

node.js

摘要: http://nodejs.org/http://www.w3cschool.cc/nodejs/nodejs-install-setup.htmlhttp://clouda.com/rapid/introduction/rapid_introduction/RapidJS简介RapidJS是一款基... 阅读全文

posted @ 2014-08-06 21:25 freeliver54 阅读(227) 评论(0) 推荐(0)

[转]Git使用基础篇

摘要: http://www.git-scm.com/https://try.github.io/levels/1/challenges/1本文转自:http://www.open-open.com/lib/view/open1332904495999.html Git是一个分布式的版本控制工具,本篇文章从... 阅读全文

posted @ 2014-08-06 21:10 freeliver54 阅读(266) 评论(2) 推荐(0)

上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 157 下一页

导航