上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 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 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 行为驱动开发(BDD) - 一个快速的描述和示例 BDD表示乙 ehavior ð里文ð才有发展。用于描述行为的语法是Gherkin。 这个想法是尽可能自然地描述一种语言应该发生什么。 如果你熟悉单元测试,并且很容易编写单元测试,那么你熟悉它们的阅读方式。根据测试需要覆盖的程度,可以很难弄清楚它的作 阅读全文
posted @ 2017-07-13 08:23 Javi 阅读(2652) 评论(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 阅读(350) 评论(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 阅读(592) 评论(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 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Creating a .NET Core project If you already have an existing .NET Core project you are more than welcome to use it. Otherwise create a new empty ASP.N 阅读全文
posted @ 2017-06-29 16:44 Javi 阅读(338) 评论(0) 推荐(0) 编辑
摘要: Context As companies are continuously seeking ways to become more Agile and embracing DevOps culture and practices, new designs principles have emerge 阅读全文
posted @ 2017-06-28 09:55 Javi 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 本地调试或者发布到本地docker, 非常的简单,新建个core项目,然后添加docker support 就可以调试了 但问题出在发布 1.发布到本地:debug -> release 再run 一下,命令 docker run -p 8080:80 -it --rm image localhos 阅读全文
posted @ 2017-06-26 16:41 Javi 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Swagger是一种与技术无关的标准,允许发现REST API,为任何软件提供了一种识别REST API功能的方法。 这比看起来更重要:这是一个改变游戏技术的方式,就像Web服务描述语言一样WSDL(Web Service Description Language)一样。 WSDL一直是使Visua 阅读全文
posted @ 2017-06-26 09:48 Javi 阅读(2472) 评论(0) 推荐(2) 编辑
摘要: Download Source - 955.2 KB Content Part 1: Angular2 Setup in Visual Studio 2017, Basic CRUD application, third party modal pop up control Part 2: Filt 阅读全文
posted @ 2017-06-19 10:10 Javi 阅读(645) 评论(0) 推荐(0) 编辑
摘要: R Projects Similar to Python, when we installed the data science tools we get an “R” section in our templates. If you go there you’ll see something li 阅读全文
posted @ 2017-06-19 10:08 Javi 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Welcome to Docker for Windows! Docker is a full development platform for creating containerized apps, and Docker for Windows is the best way to get st 阅读全文
posted @ 2017-06-16 15:46 Javi 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 1.停止所有的container,这样才能够删除其中的images: docker stop $(docker ps -a -q) 如果想要删除所有container的话再加一个指令: docker rm $(docker ps -a -q) 2.查看当前有些什么images docker imag 阅读全文
posted @ 2017-06-15 11:40 Javi 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 安装 开始使用这个新工具不容易。在Visual Studio 2017(即将推出VS 2015),只需转到工具 - >扩展和更新,并搜索“密钥库”来查找扩展名。 下载后,只需重新启动Visual Studio,您将在工具菜单中看到它。 在Xamarin Studio侧,打开“Xamarin Stud 阅读全文
posted @ 2017-06-13 14:17 Javi 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: 下载源码 内容 第1部分:Visual Studio 2017中的Angular2设置,基本CRUD应用程序,第三方模态弹出控件 第2部分:使用Angular2管道进行过滤/搜索,全局错误处理,调试客户端 介绍 在 ASP.NET MVC和Web API - 第1部分中,我们学习了ASP.NET M 阅读全文
posted @ 2017-06-09 10:14 Javi 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 下载源码 - 903.5 KB 内容 第1部分:Visual Studio 2017中的Angular2设置,基本CRUD应用程序,第三方模态弹出控件 第2部分:使用Angular2管道进行过滤/搜索,全局错误处理,调试客户端 介绍 由于Angular2广泛应用于Web和移动开发的客户端框架,在本文 阅读全文
posted @ 2017-06-09 10:12 Javi 阅读(616) 评论(0) 推荐(0) 编辑
摘要: Hadoop是一个由Apache基金会所开发的分布式系统基础架构。 用户可以在不了解分布式底层细节的情况下,开发分布式程序。充分利用集群的威力进行高速运算和存储。 [1] Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高 阅读全文
posted @ 2017-06-08 10:21 Javi 阅读(352) 评论(0) 推荐(0) 编辑
摘要: For the next couple months we're going to revisit Build 2017, each post focusing on different aspects and technologies presented. Not every session wi 阅读全文
posted @ 2017-06-07 09:43 Javi 阅读(317) 评论(0) 推荐(0) 编辑
摘要: With ASP.NET Core 2 we get another way of building web applications. It’s one of those new things that is actually forgotten old thing and it is calle 阅读全文
posted @ 2017-05-26 10:29 Javi 阅读(1831) 评论(4) 推荐(0) 编辑
摘要: Ftp FTP 是File Transfer Protocol(文件传输协议)的英文简称,而中文简称为“文传协议”。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。基于不同的操作系统有不同的FTP应用程序,而所有这些应用程序都遵守同一种协议以传输文件。 阅读全文
posted @ 2017-05-25 16:34 Javi 阅读(21353) 评论(0) 推荐(3) 编辑
摘要: Previous Workflow Versions in Nintex Workflow September 4, 2013 It occurred to me that even though I knew several older versions of workflows existed 阅读全文
posted @ 2017-05-22 10:21 Javi 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Introduction Span<T> is a new type we are adding to the platform to represent contiguous regions of arbitrary memory, with performance characteristics 阅读全文
posted @ 2017-05-22 10:11 Javi 阅读(625) 评论(0) 推荐(0) 编辑
摘要: NET Core 2.0的发布时间,.NET Core 2.0预览版及.NET Standard 2.0 Preview大概在5月中旬或下旬发布。 .NET Core 2.0正式版本发布时间大约在Q3 2017发布,具体我估计大概在8月份左右。同时一起发布的也就是.NET Standard 2.0。 阅读全文
posted @ 2017-05-22 10:07 Javi 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 今天,我们很高兴地宣布您的文件→新的通用Windows平台应用程序在Visual Studio - Windows模板工作室中的下一个演变。Windows Template Studio在开发人员调查中解决了一个顶尖的社区问题,使其更容易,并为创建面向通用Windows平台的新项目提供指导。在这篇文 阅读全文
posted @ 2017-05-18 09:50 Javi 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 此版本的.NET Standard现在支持大约33K的API,与.NET Standard 1.x支持的14K API相比。好的是大部分API来自.NET Framework。这使得生活更容易将代码移植到.NET标准。下面的图片给出了.NET Framework API的总结,这些API现在包含在. 阅读全文
posted @ 2017-05-18 09:47 Javi 阅读(5970) 评论(0) 推荐(0) 编辑
摘要: 授予表权限 创建视图 授予视图权限 测试权限 授予表权限 创建视图 授予视图权限 测试权限 您可以使用 SQL 在企业级地理数据库中创建表和要素类的视图。 本主题中的示例显示如何使用 Microsoft SQL Server 中创建的简单视图来限制用户对特定列的访问。该示例基于具有以下定义的表: C 阅读全文
posted @ 2017-05-16 10:48 Javi 阅读(12886) 评论(0) 推荐(0) 编辑
摘要: 所以你们都听到了#Build 2017的消息,Mac上的Visual Studio已经被完全发布,是一般的。为了庆祝这个版本,我将在我的Mac上写几篇关于构建一些不同的.net应用的帖子。 正如你已经期望的标题,本文将在ASP.NET核心我将使它简短而简单。 我将建立的虚拟应用程序将在电影上。以下是 阅读全文
posted @ 2017-05-16 09:19 Javi 阅读(3654) 评论(0) 推荐(0) 编辑
摘要: Bots are everywhere nowadays, and we interact with them all of the time. From interactions on our phones, in chat rooms, in GitHub discussions, and Sl 阅读全文
posted @ 2017-05-15 09:59 Javi 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 今天我们很高兴地宣布发布第一个预览的Visual Studio 2017工具的Azure功能。这个预览介绍了一些令人兴奋的变化,我们以前的版本。此外,除了支持Visual Studio 2017之外, 启用创建带来比基于脚本的功能更好的冷启动性能预编译的C#的功能,并打开的Visual Studio 阅读全文
posted @ 2017-05-12 09:49 Javi 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 本周在微软年度大会上,我们正在讨论组织如何依靠开发人员创造突破性的经验。随着大数据,云和人工智能的融合,创新与破坏正在加速,从未见过。数据是这一融合核心的关键战略资产。当结合云的无限计算能力和机器学习和人工智能等新功能时,它使开发人员能够构建下一代智能应用。作为开发人员,您正在寻找更快,更简单的方式 阅读全文
posted @ 2017-05-12 09:48 Javi 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 随着机器学习(ML)成为软件行业的主流,重要的是要了解它的工作原理,并将其置于开发栈中。了解如何为您的应用程序构建ML服务,您可以确定您的ML应用程序中的机会,实施ML,并与您的团队的ML专业人士清楚沟通。 在整个系列中,我们将构建一个基于信用记录预测贷款审批的ML服务,创建一个Web服务,并从各种 阅读全文
posted @ 2017-05-11 09:54 Javi 阅读(3193) 评论(0) 推荐(0) 编辑
摘要: User authentication is a fundamental part of any meaningful application. Unfortunately, implementing it properly can be a painful exercise that steals 阅读全文
posted @ 2017-05-08 09:29 Javi 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 不多解释,直接上图,操作简单 阅读全文
posted @ 2017-05-05 14:24 Javi 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Review: SQL to JSON data modeling First, let’s review, the main way to represent relations in a relational database is via a key/foreign key relations 阅读全文
posted @ 2017-05-05 09:27 Javi 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 一、设置参数 二、调用WebService 三、For Each 调用 四、拼写HTML Table 结果: 特别提示:过滤人只要根据人来循环即可 阅读全文
posted @ 2017-05-03 13:04 Javi 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 在C#中引入HashSet 在.NET框架中,有几个类可用于执行这些操作。一些课程如下: 列表 字典 哈希集 队列 集合 在C#编程中,像ArrayList,List这样的集合,只需添加其中的值,而不检查任何重复。为了避免这种重复的数据存储,.NET提供集合名称集。这是一个具有不同项目的集合类型。 阅读全文
posted @ 2017-05-02 09:31 Javi 阅读(36637) 评论(2) 推荐(9) 编辑
摘要: 阅读全文
posted @ 2017-04-27 11:28 Javi 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Now we’ve got the issue, that if we are working with a “Person-Column”, the drop-down where you can choose your user it will not be displayed correctl 阅读全文
posted @ 2017-04-27 11:10 Javi 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 它是C#引入的新类型,它的特点是申明为dynamic类型的变量,不是在编译时候确定实际类型的, 而是在运行时。 所以下面的代码是能够通过编译的,但是会在运行时报错: 上面代码内部处理的过程是怎样的呢? 首先, dynamic类型赋值为字符串"test", 运行++操作的时候,.net会去寻找当前的赋 阅读全文
posted @ 2017-04-24 10:32 Javi 阅读(793) 评论(1) 推荐(0) 编辑
摘要: 关于棋盘棋子的实现逻辑我就不多说了,大家可以看源码,并不复杂,说说AI部分的实现吧: 我的实现思路是: 当玩家走下一步棋的时候,AI要考虑两个因素: 1.走对自己获得胜利最有利的点(说白了就是最接近5子连线的点) 2.堵对对方获得胜利最有利的点(说白了就是堵对方的棋子) 做到这两步就能实现一个初级阶 阅读全文
posted @ 2017-04-20 16:38 Javi 阅读(9749) 评论(1) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页