天马行空 |
|
||
I ---- Inject 投入 L ---- Loyal 忠诚 O ---- Observant 用心 V ---- Valiant 勇敢 E ---- Enjoyment 喜悦 Y ---- Yes 愿意 O ---- Obligation 责任 |
2015年10月27日
摘要:
如何将GridViewEX升级到UWP(Universal Windows Platform)平台 : http://blog.csdn.net/powertoolsteam/article/details/49448313扩展GridView控件——为内容项添加拖放及分组功能 :http://bl... 阅读全文
2015年10月14日
摘要:
Custom user interactionsBasic inputComplex inkingInkingLow latency inputSimple inkingTouch keyboardBasic input sampleThis sample shows how to handle i... 阅读全文
2015年10月12日
摘要:
DataBlobsCompressionContent indexerForm validation (HTML)IndexedDBLoggingSerializing and deserializing datax:Bindx:DeferLoadStrategyXML DOMXmlLiteBlob... 阅读全文
2015年10月10日
摘要:
NavigationBack ButtonMaster/detailNavigation menu (XAML)PivotProjectionXHR, handling navigation errors, and URL schemesBack Button Sample (回退按钮)This s... 阅读全文
2015年10月8日
摘要:
Controls, layout, and textAutoSuggestBox migrationClipboardCommandingContext menuContext menu (XAML)Disabling selectionDisplay orientationDownloadable... 阅读全文
2015年9月29日
摘要:
Make Your Apps Cooperate with Cross-App Communication : https://rewards.msdn.microsoft.com/Challenge/7b4684c7-e12c-4894-bba6-546071c3103bUsing cross-a... 阅读全文
2015年8月7日
摘要:
所谓Universal Windows App(简称UWP),就是开发一次,可以运行于所有以Windows 10为内核的系统和设备上,包括:桌面设备、移动设备、XBox、HoloLens甚至物联网设备。随着Windows 10在7月29日正式发布,之前没有了解这方面知识的.NET开发人员,可以开始了... 阅读全文
2015年8月3日
摘要:
SQL Server 2008中的MERGE语句能做很多事情,它的功能是根据源表对目标表执行插入、更新或删除操作。最典型的应用就是进行两个表的同步。下面通过一个简单示例来演示MERGE语句的使用方法,假设数据库中有两个表Product及ProductNew,我们的任务是将Product的数据同步到P... 阅读全文
2015年7月16日
摘要:
类似于 select isnull(...,1) from table这样的isnull函数防止查询结果为空,防止接下来需要这个值时可能造成空指针异常 阅读全文
2015年7月14日
摘要:
缺点: 1.会产生脏读 2.只适用与select查询语句优点: 1.有些文件说,加了WITH (NOLOCK)的SQL查询效率可以增加33%。 2.可以用于inner join 语句脏读: 一个用户对一个资源做了修改,此时另外一个用户正好读取了这条被修改的记录,然后,第一个用户放弃修改,数据... 阅读全文
|
Copyright © 2024 浅蓝
Powered by .NET 9.0 on Kubernetes |