码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
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
OS的沙盒机制 --基础知识
/*iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS不像android,没有SD卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。默认情况下,每个沙盒含有3个文件夹:Documents, Library 和 tmp。Library...
分类:其他好文   时间:2014-08-07 12:06:39    阅读次数:268
Android学习路线(十)如何将Action Bar叠放在你的布局上
By default, the action bar appears at the top of your activity window, slightly reducing the amount of space available for the rest of your activity's layout. If, during the course of user interaction, you want to hide and show the action bar, you can do s...
分类:移动开发   时间:2014-08-07 03:07:19    阅读次数:344
学习iOS:第一天
今天开始学习iOS开发,当然是从stanford得iOS 7教程开始了,学习了lecture 1,涉及到得知识如下。iOS从下而上的4层框架:Core OS, Core Services, Media, Cocoa Touch, 在apple的官方文档iOS Developer Library中有....
分类:移动开发   时间:2014-08-07 03:04:58    阅读次数:270
MvvmCross for WPF 支持子窗体显示、关闭、传参
最近在做 PCL(Portable Class Library)平台的项目,所以发一下自己遇到的问题MvvmCross 是 PCL 平台的一个 MVVM 框架地址:https://github.com/MvvmCross/MvvmCross支持的平台:Silverlight for WP7, WP8...
分类:Windows程序   时间:2014-08-06 22:25:32    阅读次数:440
iOS ERROR: unable to get the receiver data from the DB 解决方案
这个错误通常发生在iOS7当中,可能是缓存的导致的问题。 解决步骤: 右击Finder,选择 Go to Folder 复制上:“~/Library/Application Support/iPhone Simulator/” 这回打开iPhone Simulator的文件夹,然后删除其中的7.x 文件夹 翻译编辑自:http://stackoverflow....
分类:移动开发   时间:2014-08-06 19:02:02    阅读次数:269
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!