07 2017 档案

摘要:Syntax Copy Arguments linked_serverIs an identifier representing the name of the linked server. ' query 'Is the query string executed in the linked se 阅读全文
posted @ 2017-07-26 16:27 Javi 阅读(454) 评论(0) 推荐(0)
摘要:The idea of using dynamic SQL is to execute SQL that will potentially generate and execute another SQL statement. While querying data, you might want 阅读全文
posted @ 2017-07-25 09:39 Javi 阅读(259) 评论(0) 推荐(0)
摘要:Step 1: Create the binding between SharePoint 2016 and Office Web Apps Server To get started, open an elevated SharePoint 2016 Management Shell. (Righ 阅读全文
posted @ 2017-07-17 14:00 Javi 阅读(685) 评论(0) 推荐(0)
摘要:Step 1: Install prerequisite software for Office Online Server To install Office Online Server Open the Windows PowerShell prompt as an administrator 阅读全文
posted @ 2017-07-17 13:59 Javi 阅读(946) 评论(0) 推荐(0)
摘要:Office Online Server is the next version of the Office Web Apps, which allows your users to view and edit Microsoft Office documents directly in their 阅读全文
posted @ 2017-07-17 09:41 Javi 阅读(769) 评论(0) 推荐(0)
摘要:Introduction By using Optical Character Recognition (OCR), you can detect and extract handwritten and printed text present in an image. The API works 阅读全文
posted @ 2017-07-17 09:28 Javi 阅读(306) 评论(0) 推荐(0)
摘要:Creating a new Xamarin.Forms app can be an intimidating task, especially if you add in content pages one by one using the Visual Studio templates. You 阅读全文
posted @ 2017-07-14 10:23 Javi 阅读(349) 评论(0) 推荐(0)
摘要:行为驱动开发(BDD) - 一个快速的描述和示例 BDD表示乙 ehavior ð里文ð才有发展。用于描述行为的语法是Gherkin。 这个想法是尽可能自然地描述一种语言应该发生什么。 如果你熟悉单元测试,并且很容易编写单元测试,那么你熟悉它们的阅读方式。根据测试需要覆盖的程度,可以很难弄清楚它的作 阅读全文
posted @ 2017-07-13 08:23 Javi 阅读(2782) 评论(0) 推荐(0)
摘要:It is 2017, and it is almost criminal to say that your app doesn't work on a given mobile platform. This means, most mobile developers are building cr 阅读全文
posted @ 2017-07-10 10:42 Javi 阅读(372) 评论(0) 推荐(0)
摘要:Creating a new .NET Standard Project The first step for moving this library is to create a new .NET Standard Class Library: This creates a new SDK sty 阅读全文
posted @ 2017-07-07 09:34 Javi 阅读(614) 评论(0) 推荐(0)
摘要:Introduction to Profiler SQL Server Profiler — or just Profiler — is a tool that can help monitor all the queries that are being run on your database. 阅读全文
posted @ 2017-07-06 10:06 Javi 阅读(199) 评论(0) 推荐(0)