上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 157 下一页

2015年4月10日

[转]如何使用MFC和类型库创建自动化项目

摘要: 本文转自:http://www.cnblogs.com/zhoug2020/archive/2012/04/01/2429064.html摘要本文详细介绍了如何自动化像Microsoft Office这样支持COM的应用程序。更多信息下面部分介绍了如何创建MFC项目。采用Microsoft Exce... 阅读全文

posted @ 2015-04-10 10:52 freeliver54 阅读(603) 评论(0) 推荐(0)

2015年4月7日

jquery.getParams.js

摘要: 本文参照:http://www.cnblogs.com/cocos/archive/2010/05/14/1735046.htmljQuery.extend({/** * Returns get parameters. * * If the desired param does n... 阅读全文

posted @ 2015-04-07 17:33 freeliver54 阅读(2408) 评论(0) 推荐(0)

[转]深入浅出WPF(7)——数据的绿色通道,Binding

摘要: 本文转自:http://liutiemeng.blog.51cto.com/120361/95273小序:怎么直接从2蹦到7啦?!啊哦,实在是不好意思,最近实在是太忙了,忙的原因也非常简单——自己的技术太差了,还有很多东西要学呀。门里门外,发现专业程序员非常重要的一项技能是读别人写的代码,这项技能甚... 阅读全文

posted @ 2015-04-07 09:28 freeliver54 阅读(327) 评论(0) 推荐(0)

2015年4月1日

[转]自定义ASP.NET MVC JsonResult序列化结果

摘要: 本文转自:http://blog.163.com/luckcq@yeah/blog/static/17174770720121293437119/最近项目中前台页面使用EasyUI的jQuery插件开发中遇到,EasyUI Form中的Datebox组件绑定ASP.NET MVC返回的DateTim... 阅读全文

posted @ 2015-04-01 13:54 freeliver54 阅读(742) 评论(0) 推荐(0)

[转]ASP.NET MVC Json()处理大数据异常解决方法 json maxjsonlength

摘要: 本文转自:http://blog.csdn.net/blacksource/article/details/18797055先对项目做个简单介绍:整个项目采用微软的ASP.NET MVC3进行开发,前端显示采用EasyUI框架,图表的显示用的是Highcharts,主要进行曲线图的绘制,这样比较形象... 阅读全文

posted @ 2015-04-01 13:03 freeliver54 阅读(6154) 评论(0) 推荐(2)

2015年3月25日

[转]HTML字符实体(Character Entities),转义字符串(Escape Sequence)

摘要: 为什么要用转义字符串?HTML中,&等有特殊含义(,用于链接签,&用于转义),不能直接使用。这些符号是不显示在我们最终看到的网页里的,那如果我们希望在网页中显示这些符号,该怎么办呢?这就要说到HTML转义字符串(Escape Sequence)了。转义字符串(Escape Sequence)也称字符... 阅读全文

posted @ 2015-03-25 10:46 freeliver54 阅读(1433) 评论(1) 推荐(0)

2015年3月20日

MVC 下 ajax调用 日期差值计算

摘要: 背景:服务项目已有服务期起止时间From-To现在要根据用户输入的新的起始时间, 和该服务期的原有区间值, 计算出新的服务期截止时间即 NewServiceToDateTime = NewServiceFromDateTime + ( OldServiceToDateTime - OldServic... 阅读全文

posted @ 2015-03-20 11:15 freeliver54 阅读(738) 评论(0) 推荐(0)

2015年3月19日

[转]Linq 如何实现 in 与 not in

摘要: 本文转自:http://blog.csdn.net/zhangyumei/article/details/5620363接触 LINQ 也有很长的一段时间了,有些在 SQL 语句中用的很顺手的东西在 Linq 中却不知道如何实现了,最近遇到了一个问题,在 LINQ 的 Where 条件式中要如何使用... 阅读全文

posted @ 2015-03-19 13:47 freeliver54 阅读(245) 评论(1) 推荐(0)

swift

摘要: http://swift-lang.org/docs/index.phphttp://swift-lang.org/guides/release-0.94/userguide/userguide.html苹果Swift编程语言入门教程【中文版】http://www.25pp.com/news/new... 阅读全文

posted @ 2015-03-19 10:38 freeliver54 阅读(204) 评论(0) 推荐(0)

2015年3月18日

channel9.msdn.com 微软虚拟学院MVA系列视频课程

摘要: http://channel9.msdn.com/Series/MVA-Chinahttp://www.microsoftvirtualacademy.com/ 阅读全文

posted @ 2015-03-18 16:30 freeliver54 阅读(341) 评论(0) 推荐(0)

[转]windows azure How to use Blob storage from .NET

摘要: 本文转自:http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/?rnd=1OverviewThis guide will demonstrate how to perform ... 阅读全文

posted @ 2015-03-18 15:16 freeliver54 阅读(562) 评论(0) 推荐(0)

[转]Azure 表存储和 Windows Azure SQL Database - 比较与对照

摘要: 本文转自:https://msdn.microsoft.com/library/azure/jj553018更新时间: 2014年10月作者:Valery Mizonov 和 Seth Manheim审阅者:Brad Calder、Jai Haridas、Paolo Salvatori、Silvan... 阅读全文

posted @ 2015-03-18 15:07 freeliver54 阅读(1073) 评论(0) 推荐(0)

[转]Entity Framework and SQL Azure

摘要: 本文转自:https://msdn.microsoft.com/zh-cn/library/gg190738Julie Lermanhttp://thedatafarm.comApril 2011As part of Microsoft’s Azure platform, SQL Azure is ... 阅读全文

posted @ 2015-03-18 14:17 freeliver54 阅读(363) 评论(0) 推荐(0)

2015年3月17日

[转]Session服务器配置指南与使用经验

摘要: 本文转自:http://www.cnblogs.com/zhangziqiu/archive/2009/03/26/SessionServer.html一.摘要所有Web程序都会使用Session保存数据. 使用独立的Session服务器可以解决负载均衡场景中的Session共享问题.本文介绍.NE... 阅读全文

posted @ 2015-03-17 17:14 freeliver54 阅读(218) 评论(0) 推荐(0)

[转]ASP.NET 状态服务 及 session丢失问题解决方案总结

摘要: 转自【http://blog.csdn.net/high_mount/archive/2007/05/09/1601854.aspx】最近在开发一ASP.NET2.0系统时,在程序中做删除或创建文件操作时,出现session丢失问题。在网上搜了不少资料,最后终于解决了,采用了如下方法:1、asp.n... 阅读全文

posted @ 2015-03-17 16:52 freeliver54 阅读(249) 评论(1) 推荐(0)

2015年3月16日

[转]Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application (3 of 10)

摘要: 本文转自:http://www.asp.net/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/sorting-filtering-and-paging-with-the-entity-framework-in-an... 阅读全文

posted @ 2015-03-16 17:48 freeliver54 阅读(598) 评论(1) 推荐(0)

[转]Using the HTML5 and jQuery UI Datepicker Popup Calendar with ASP.NET MVC - Part 4

摘要: 本文转自:http://www.asp.net/mvc/overview/older-versions/using-the-html5-and-jquery-ui-datepicker-popup-calendar-with-aspnet-mvc/using-the-html5-and-jquery... 阅读全文

posted @ 2015-03-16 17:26 freeliver54 阅读(755) 评论(0) 推荐(0)

[转]Creating an Entity Framework Data Model for an ASP.NET MVC Application (1 of 10)

摘要: 本文转自:http://www.asp.net/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/creating-an-entity-framework-data-model-for-an-asp-net-mvc-a... 阅读全文

posted @ 2015-03-16 11:39 freeliver54 阅读(498) 评论(1) 推荐(0)

[转]初试visual studio2012的新型数据库LocalDB 及 在visual studio2012中如何使用localDB具体讲解

摘要: 本文转自:http://www.cnblogs.com/zhangran/archive/2012/08/26/2657864.html初试visual studio2012的新型数据库LocalDB今天在vs2012里面打开以前的mvc3项目,结果弹出警告说在vs2012中数据库不建议使用sql ... 阅读全文

posted @ 2015-03-16 10:34 freeliver54 阅读(568) 评论(0) 推荐(0)

[转]Using the Repository Pattern with ASP.NET MVC and Entity Framework

摘要: 本文转自:http://www.codeguru.com/csharp/.net/net_asp/mvc/using-the-repository-pattern-with-asp.net-mvc-and-entity-framework.htmIntroductionData driven web... 阅读全文

posted @ 2015-03-16 09:25 freeliver54 阅读(456) 评论(0) 推荐(0)

上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 157 下一页

导航