码迷,mamicode.com
首页 >  
搜索关键字:msdn    ( 3009个结果
sql waitfor 延时执行
看MSDN:http://msdn.microsoft.com/zh-cn/library/ms187331.aspx语法为:WAITFOR { DELAY 'time_to_pass' | TIME 'time_to_execute' | [ ( receive_statement ...
分类:数据库   时间:2014-08-07 12:20:19    阅读次数:302
0ffice365 Calendar API
Calendar REST API in Office 365 APIs Previewhttp://msdn.microsoft.com/EN-US/library/office/dn792114(v=office.15).aspxOffice 365 APIs Previewhttp://msd...
分类:Windows程序   时间:2014-08-07 12:19:29    阅读次数:757
Enterprise Library 6——Using the Logging Application Block2
原文参考http://msdn.microsoft.com/en-us/library/dn440731(v=pandp.60).aspx 一、简介 日志通常满足两个主要的要求:1、监控应用程序性能并提供信息。性能方面,日志可以监控程序内部发生了什么,有时也监控程序外部发生了什么。2、更重要的是用于...
分类:移动开发   时间:2014-08-07 12:14:50    阅读次数:312
数据库数据加密与解密
MVC的练习之旅,将要进入另一个阶段了,将增加会员功能。在进入之前,一些准备工作需要做的。一步一个脚印吧。设计会员功能,其中密码字段,Insus.NET想对它进行加密。就因这个加密,还得花上一些时间来整理。Insus.NET参考MSDN网站,列出数据库加密解密例子(以下是在SQL Server 20...
分类:数据库   时间:2014-08-07 09:41:59    阅读次数:324
Enterprise Library 6——Using the Logging Application Block
原文参考http://msdn.microsoft.com/en-us/library/dn440731(v=pandp.60).aspx一、简介日志通常满足两个主要的要求:1、监控应用程序性能并提供信息。性能方面,日志可以监控程序内部发生了什么,有时也监控程序外部发生了什么。2、更重要的是用于审计...
分类:移动开发   时间:2014-08-06 18:54:16    阅读次数:279
当ASP.NET Forms验证方式遭遇苹果IOS
用FormsAuthenticationTicket.Version存储用户角色ID。 一开始还为自己的机智和精巧的设计洋洋得意,而且在安卓手机上运行完全没有问题。但是在IOS上,不管我Version设置为什么值,它的值始终都是2. 很奇怪。根据msdn的解释:如果 FormsAuthentic...
分类:移动开发   时间:2014-08-06 18:49:11    阅读次数:285
Parallel Processing and Concurrency in the .NET Framework
http://msdn.microsoft.com/en-us/library/hh156548(v=vs.110).aspxThe .NET Framework provides several ways for you to use multiple threads of execution t...
分类:Web程序   时间:2014-08-06 18:44:02    阅读次数:364
MVC应用程序使用Entity Framework
创建空的MVC应用程序,为了想使用Entity Framework的类库,发现即无法正常引用。如下图,Insus.NET已经明确引了System.Data.Entity(下图Highlight的代码),但类别在继承DbContext时,却无法正确常引用。去微软MSDN查看资料:http://msdn...
分类:Web程序   时间:2014-08-06 17:55:41    阅读次数:309
[转]C# and the using Statement in 3 seconds and a bug in Reflector
Using() Statement in 3 seconds and a bug in Reflector The boring, known accross the board definition from the MSDN site: Defines a scope, outside of w...
分类:其他好文   时间:2014-08-06 14:39:21    阅读次数:234
解决Qt4.8.6+VS2010运行程序提示 FTH: (6512): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes
这个问题偶尔碰到两次,现在又遇上了,解决办法如下:打开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0 打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize参考http://msdn.microsoft.co...
分类:移动开发   时间:2014-08-06 14:36:51    阅读次数:2670
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!