自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(103)
  • 收藏
  • 关注

翻译 nifi apache_如何使用Apache Nifi构建简单的数据流

nifi apacheIn this post, i am going to explain brief information about Apache Nifi that is one of the most efficient tools for data flow and build a simple design as a quick tutorial. 在这篇文章中,我将解释有关Apa...

2020-10-16 18:40:49 921

翻译 javase学习流程_我如何学习流程

javase学习流程When I heard for the first time about flow I wasn’t excited at all. I remembered how it had have been learning RxJava, the hours I spent figuring out operators, observables, subjects and unt...

2020-10-16 18:30:53 388

翻译 kubernetes云平台_建立内部kubernetes平台

kubernetes云平台An internal Kubernetes platform is the next step to get the full benefits of Kubernetes for your organization. 内部Kubernetes平台是为您的组织充分利用Kubernetes的下一步。 The container orchestration technol...

2020-10-16 18:21:06 642

翻译 swiftui_swiftui中的skoverlay

swiftuiAt WWDC 2020, Apple introduced SKOverlay with which you can recommend other apps to users and allow them to download the app immediately.在WWDC 2020上,Apple推出了SKOverlay ,您可以通过它向用户推荐其他应用程序,并允许他们立即...

2020-10-10 12:33:06 446

翻译 iOS环境设置

Publishing an application not an easy task there are many phases under which the app needs to go. Such as development, testing, etc. Out of that, testing the application is a major task to make the ap...

2020-10-10 12:22:19 360

翻译 xcode 12新功能_Xcode 12新增功能

xcode 12新功能Xcode 12 was officially released on September 16, 2020. Now that we know the big changes are done and beta is over, let’s look at what has changed.Xcode 12于2020年9月16日正式发布。现在我们知道已经完成了大的更改并且b...

2020-10-10 12:12:24 629

翻译 ios绘图_使用Pencilkit轻松将绘图功能添加到ios应用

ios绘图The PencilKit framework was introduced by Apple in iOS 13. It gives developers the ability to easily add writing and drawing capabilities to their own apps via the Apple Pencil or touch. It’s the...

2020-10-10 12:01:59 2240

翻译 深度学习的时间序列分类

为什么要进行时间序列分类? (Why Time Series Classification?)First of all it’s important to underline why this problem is so important today, and therefore why it is very interesting to understand the role and th...

2020-09-17 21:28:58 8755

翻译 使用Powershell cmdlet从Power Bi服务获取数据

We had some cases where we would like to check what information was within the Power BI service and be able to make a decision in the BI area, based on this data. 在某些情况下,我们希望检查Power BI服务中包含哪些信息,并能够基于此...

2020-09-14 21:24:19 506

翻译 gradle使用junit_将Cucumberjvm与gradle和junit一起使用

gradle使用junitSome time ago we were tasked with implementing an end to end UI automation testing framework to be used for an anonymous company’s native iOS and Android apps. We did a PoC of tools in th...

2020-09-14 21:14:07 367

翻译 aws cdn 如何使用_AWS使用gzip和CDN加快您的静态网站的速度

aws cdn 如何使用Performance is one of the most important things in websites, and there is no need to explain reasons. Fast web pages lead your website to better search engine rankings while increasing tra...

2020-09-14 21:04:19 1383

翻译 为什么Lightspeed投资Hasura为每个人带来graphql

It’s amazing to think that REST, the de-facto standard for APIs, is now over 20 years old. Only in the last few years have we seen REST’s inherent limitations being pushed by the world’s need for rich...

2020-09-14 20:53:48 217

翻译 树莓派上安装 docker_在树莓派上使用dht11 docker prometheus和grafana设置本地气象站...

树莓派上安装 dockerThis article will guide you through creating a simple weekend project to read data from a DHT11 sensor and broadcast it to a Grafana instance, so you can visualize it and access it throug...

2020-09-14 20:43:52 590

翻译 用狮身人面像制作文件

Communication is one of the most important skills in Engineering. Writing clear code is core, and writing good documentation is the cherry on the cake. In this article we’ll see how to use Sphinx to p...

2020-09-14 20:32:59 180

翻译 flex 教程_完整的flex教程

flex 教程Much like CSS Grid (my other tutorial) Flex Box is quite complex because it consists of not one but two element types: The container & items. 就像CSS Grid (我的其他教程)一样, Flex Box非常复杂,因为它不仅包含一种元素...

2020-09-14 20:22:11 27552

翻译 vim开发人员第0部分为何使用vim

**Note: I will be using NeoVim for this series. I address why below. But 99.99% of everything I cover will work exactly the same in Vim8. So, if you’d prefer to use Vim8 you can still learn a lot! Fro...

2020-09-14 20:11:48 177

翻译 具有keras的图像分类器

I have recently graduated from university this summer in the midst of the current global situation (big ups to Class of 2020!), and for my Artificial Intelligence module, I had to create an image clas...

2020-09-14 20:02:18 388

翻译 上银导轨模型_导轨测试变得简单

上银导轨模型Creating tests for your Rails app or API is a critical step in creating a production-level application. If you’re new to Rails, testing may seem esoteric and time-consuming. 为Rails应用程序或API创建测试是创...

2020-09-14 19:53:00 287

翻译 knn最近邻算法_k最近邻knn算法

knn最近邻算法 目录: (Table of Contents:)What is KNN? 什么是KNN? Working of KNN algorithm KNN算法的工作 What happens when K changes? 当K变化时会发生什么? How to select appropriate K? 如何选择合适的K? Limitation of KNN KNN的局限性 Real-...

2020-09-14 19:43:52 926

翻译 使用beautifulsoup进行python网络抓取的简介

Web scraping is a term used for harvesting data(text, images, URLs …) from a website. Web scraping is becoming more and more popular, as with modern technologies it is getting easier to implement by c...

2020-09-14 19:33:16 429

翻译 高效程序员 书单_成为一个高效的程序员

高效程序员 书单What does it mean to write efficient code?Efficient: achieving maximum productivity with minimum wasted effort or expense. 编写高效的代码是什么意思?高效:以最小的工作量或费用来实现最高的生产率。 Welcome to my humble blog. So g...

2020-09-14 19:23:40 254

翻译 使用python查找罗素2000年代最大的失败者

第1部分:网页搜集 (Part 1: Web Scraping)Disclaimer: The information in this post is for educational purposes only and should not be taken as financial or investment advice. 免责声明:这篇文章中的信息仅用于教育目的,不应被视为财务或投资建议...

2020-09-14 19:13:05 185

翻译 精益软件工程_精益软件估算

精益软件工程Estimation is one of the hardest problems in software development. Trying to calculate the time required to solve complex technical and organizational problems is more magic than art. As Kelly V...

2020-09-14 19:03:34 213

翻译 java valve_Valve付出代价骚扰我或Valve如何窃取微软的知识产权

java valveTL;DR: a Valve employee and other people harass me on social media websites since I refused to delete my clone of Valve’s open source project because Valve pays programmers to implement and ...

2020-09-14 18:53:30 470

翻译 python包,用于处理python中的大量数值数据

Python,H5PY,大数据 (Python, H5PY, Big Data)HDF5 is a great mechanism for storing large numerical arrays of homogenous type, for data models that can be organized hierarchically and benefit from tagging...

2020-09-14 18:44:23 677

翻译 混合pixijs react应用程序的功能测试

Here’s a process I’m using for enabling Cypress automation tests in a hybrid PixiJS 5 / React project. PixiJS operates on HTML Canvas elements, and of course React operates on all the other DOM elemen...

2020-09-14 18:35:10 745

翻译 python 500中最常用的单词在python中用wordcloud屏蔽

Wordcloud is a visual representation of text data. Displays a list of words with the importance of each beeing indicated by font size or color. Words that need to be emphasized better in the text can ...

2020-09-14 18:26:09 1010

翻译 初学react实现路由跳转_测试React应用的完整初学者指南

初学react实现路由跳转Building web applications is not an easy task, as of today. To do so, you’re probably using something like React, Vue, or Angular. Your app is faster, the code is both more maintainable a...

2020-09-14 18:16:29 695

翻译 flask部署到云端_如何在使用云端点运行的云上部署简单的Flask应用程序

flask部署到云端Lately I’ve had the opportunity to learn how to host a Flask application on Google Cloud Platform (GCP) using Cloud Run and Cloud Endpoints. Though official documentation is provided, it too...

2020-09-14 18:05:57 1020

翻译 python 追踪_用python追踪体重

python 追踪Some people want to gain weight while others want to lose it. I have been in the former group for as long as I can remember myself. Even after learning martial arts for about 10 years, my wei...

2020-09-14 17:55:23 335

翻译 苹果手表5各个版本区别_苹果手表

苹果手表5各个版本区别Wearable — a trend catching up among the people of Indonesia. Apple tops this market with leading 35% of users worldwide. And in Indonesia, Apple is the third most popular brand. 可穿戴-印度尼西亚人...

2020-09-14 17:45:31 1521

翻译 java web构建_使用Java构建一个宁静的Web服务

java web构建 介绍 (Introduction)Due to its exponential growth, REST(Representational State Transfer) has rapidly become the “de-facto” Software Architecture for developing Web Services. This is no surpri...

2020-09-14 17:36:12 155

翻译 为kubernetes水平pod自动缩放器构建自己的自定义指标api

前言 (Preface)Kubernetes is a lot of fun, has lots of features and usually supports most of one’s whims as a container orchestration tool in a straight-forward fashion. Kubernetes很有趣,具有很多功能,通常以直截了当的方式...

2020-09-14 17:25:27 162

翻译 pro.user pro_使用像pro这样的valuenotifier

pro.user proFlutter, one of the most popular cross-platform framework for mobile apps development in 2020, had become in my preferred tool for my personal and work projects. Flutter是2020年用于移动应用程序开发的最受...

2020-09-14 17:15:45 184

翻译 java 1.8新增功能_Java 14的新增功能

java 1.8新增功能Hello All, As a java developer we need to update our shelf about the new features, enhancement, or deprecated API of every new release of Java. JDK 14 comes plenty of new or previewing and...

2020-09-14 17:06:21 739

翻译 python程序日志_如何在python应用程序中实现日志记录

python程序日志Recently, I set about building a Python application to query a PostgreSQL database, process the data, and push subsequent trigger events to a Kafka queue. However, before tackling the intere...

2020-09-14 16:57:08 333

翻译 git文件删除文件_教程从git删除大文件

git文件删除文件How to overcome the “error: GH001: Large files detected” error message when you’re pushing changes to GitHub 将更改推送到GitHub时如何解决“错误:GH001:检测到大文件”错误消息 This tutorial uses the commit hashes from ...

2020-09-14 16:46:59 1124

翻译 postgresql和es_Apache的气流和PostgreSQL与码头工人和码头工人组成

postgresql和es ETL带文件 (ETL WITH DOCKERS)Hello, in this post I will show you how to set up official Apache/Airflow with PostgreSQL and LocalExecutor using docker and docker-compose. In this post, I won...

2020-09-14 16:37:27 100

翻译 jvm如何实现隐藏_反映一个隐藏的jvm超级大国

jvm如何实现隐藏 告诉我更多有关反射的信息! (Tell me more about reflection!)Reflection is quite a powerful tool provided by the JVM. Most of the time you don’t need it, but sometimes there are problems where it comes qu...

2020-09-14 16:27:07 87

翻译 网页端使用react_React使用ngrok停止测试您的后端

网页端使用reactIn the past year, I worked on three teams to build mobile apps in React-Native. Whenever I start up the development environment, the process looks little like something like this. 在过去的一年中,我曾...

2020-09-14 16:17:53 200

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除