06 2017 档案

摘要: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 阅读(353) 评论(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 阅读(466) 评论(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 阅读(303) 评论(0) 推荐(0)
摘要:Swagger是一种与技术无关的标准,允许发现REST API,为任何软件提供了一种识别REST API功能的方法。 这比看起来更重要:这是一个改变游戏技术的方式,就像Web服务描述语言一样WSDL(Web Service Description Language)一样。 WSDL一直是使Visua 阅读全文
posted @ 2017-06-26 09:48 Javi 阅读(2511) 评论(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 阅读(664) 评论(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 阅读(229) 评论(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 阅读(365) 评论(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 阅读(483) 评论(0) 推荐(0)
摘要:安装 开始使用这个新工具不容易。在Visual Studio 2017(即将推出VS 2015),只需转到工具 - >扩展和更新,并搜索“密钥库”来查找扩展名。 下载后,只需重新启动Visual Studio,您将在工具菜单中看到它。 在Xamarin Studio侧,打开“Xamarin Stud 阅读全文
posted @ 2017-06-13 14:17 Javi 阅读(1101) 评论(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 阅读(238) 评论(0) 推荐(0)
摘要:下载源码 - 903.5 KB 内容 第1部分:Visual Studio 2017中的Angular2设置,基本CRUD应用程序,第三方模态弹出控件 第2部分:使用Angular2管道进行过滤/搜索,全局错误处理,调试客户端 介绍 由于Angular2广泛应用于Web和移动开发的客户端框架,在本文 阅读全文
posted @ 2017-06-09 10:12 Javi 阅读(625) 评论(0) 推荐(0)
摘要:Hadoop是一个由Apache基金会所开发的分布式系统基础架构。 用户可以在不了解分布式底层细节的情况下,开发分布式程序。充分利用集群的威力进行高速运算和存储。 [1] Hadoop实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高 阅读全文
posted @ 2017-06-08 10:21 Javi 阅读(361) 评论(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 阅读(339) 评论(0) 推荐(0)