- 博客(501)
- 收藏
- 关注
翻译 ios怎么用spotify_在iOS中通过Spotify进行身份验证
ios怎么用spotifyAuthenticating through an API like Spotify in order to access and modify a user’s information, music, follows, and so on can be so confusing especially for beginners. Why you may ask? If ...
2020-10-12 16:48:20 3406
翻译 烈焰重击_重击历史的问题
烈焰重击There is — at least sometimes — a problem with history in bash and other Linux or Unix shells. If you are running more than one shell, they tend to fight over who controls the history. It isn’t un...
2020-09-29 13:34:53 643
翻译 numpy数组与布尔数组_numpy数组的基础
numpy数组与布尔数组Topics covered in this post 这篇文章涵盖的主题 What is an array object? 什么是数组对象? Array Terminologies 阵列术语 Uses of array objects 数组对象的使用 Creating array objects with numpy 用numpy创建数组对象 Basic array o...
2020-09-29 13:33:02 1018
翻译 python nlp库_使用不带NLP库的Python创建文本摘要
python nlp库There are several NLP libraries to work with, for example, Natural Language Toolkit (NLTK), TextBlob, CoreNLP, Gensim, and spaCy. You can use these incredible libraries for processing your ...
2020-09-29 13:25:50 474
翻译 git拉取请求_有效拉取请求审核的技巧
git拉取请求Hi there — I’m Kaleb McKelvey, a full-stack engineer on the Content Engineering team within Disney Streaming Services (DSS). We build, support, and maintain tools such as the custom Content Man...
2020-09-29 13:16:15 879
翻译 如何在Python中将数字文件存储在数据库中
Databases like MySQL and PostgreSQL are all ideal for storing tables with numeric and text data. However, can you imagine them storing your favorite song or a video in one of their cells? 像MySQL和Postg...
2020-09-29 13:07:13 1325
翻译 web安全开发重要性_Web开发中的可访问性
web安全开发重要性Accessibility in web development means making web sites easy for everyone to use. Web开发中的可访问性意味着使网站易于所有人使用。 Sound bland? The keyword here is everyone. With an emphasis on people living with...
2020-09-29 12:56:34 437
翻译 不可知论之道
A lot of companies boast being tech agnostic in their hiring process. It makes sense, why limit your candidate pool? “Good developers should be able to pick up the small differences across languages q...
2020-09-29 12:47:06 212
翻译 terraform s3_使用Terraform自动使用Amazon EC2,EFS,S3,CloudFront启动Wordpress
terraform s3Launching wordpress in AWS using EFS rather than EBS for storage services. 使用EFS而非EBS在AWS中启动wordpress进行存储服务。 任务 (Task)Create the key and security group which allow the port 80. 创建允许端口80...
2020-09-29 12:37:56 868
翻译 wsl2 ubuntu源_如何在Ubuntu(WSL2)上删除从源代码安装的软件包
wsl2 ubuntu源 新程序员指南: (New Programmer’s Guide:) 介绍: (Introduction:)This is a New Programmer’s Guide (NPG) article. It’s an extension of the user manual from the CheckInstall documentation. 这是新程序员指南(N...
2020-09-29 12:26:57 2863
翻译 使用Python将PostgreSQL数据导出到Excel
Using Python to export data from PostgreSQL to an Excel spreadsheet. 使用Python将数据从PostgreSQL导出到Excel电子表格。 There is a baffling selection of reporting software out there with very sophisticated function...
2020-09-29 12:16:04 1705
翻译 web如何访问另一个web_世界比以往任何时候都需要Web访问
web如何访问另一个webI attended a talk last year by Mike Gifford where he said, “the web has actually become LESS accessible since 2011.” 去年,我参加了Mike Gifford的演讲,他说:“自2011年以来,实际上已经可以访问LESS了。” It’s cheap and e...
2020-09-29 12:06:45 325
翻译 熊猫烧香错误信息代码。_如何解决熊猫记忆错误
熊猫烧香错误信息代码。Many Data Analysis tasks are still performed on a laptop. This speeds up the analysis as you have your familiar work environment prepared with all of the tools. But chances are your laptop ...
2020-09-29 11:04:54 434
翻译 断路器 微服务_[微服务体系结构]什么是断路器,以及如何使用.NET Core实现断路器?...
断路器 微服务israel palacio on 以色列帕拉西奥 ( UnsplashUnrasplash)摄影 NOTE: This article is for people that have basic understanding about Microservices Architecture (MSA) and want to deep dive into it. If you are...
2020-09-29 10:46:39 488
翻译 scala语法_Java开发人员的Scala语法
scala语法Java developers who are curious about Scala might find the differences in syntax to be daunting. So below is a guide to some of the common Scala syntax rules that differ from Java’s. At the end...
2020-09-29 10:36:30 636
翻译 分步表单_Microsoft新闻推荐大赛分步指南
分步表单This post is by Fangzhao Wu, Jingwei Yi, Yu Lei, Ying Qiao, Le Zhang, and Miguel González-Fierro, all at Microsoft. 这篇文章是由Microsoft的Fangzhao Wu,Yingwei Yi,Yu Lei,Yiao Qiao,Le Zhang和MiguelGonzález-...
2020-09-29 10:25:43 803
翻译 carthage 组件和_在5分钟内用Cocoapod和Carthage分发私人项目
carthage 组件和Last week I have a problem while making a pod for my SDK team. I ever made my own pod long time ago and it was very easy in the process. But this one was a different story. I need to make ...
2020-09-29 10:15:44 283
翻译 虚拟机使用技巧_正确使用虚拟环境的建议和技巧
虚拟机使用技巧In early 2020, I was working on a school project using Keras/Tensorflow. Everything was working great. Then, I shared my code with my teammate so he could start working on it too. However, for ...
2020-09-17 15:51:46 807
翻译 ios订阅_iOS订阅测试分步指南
ios订阅Testing a subscription can be as challenging as developing it. In this article, we will go over the complete process of subscription testing. 测试订阅与开发订阅一样具有挑战性。 在本文中,我们将介绍订阅测试的完整过程。 Fist of all, ...
2020-09-17 15:41:19 1925
翻译 kafka 源码环境构建_使用Kafka构建可靠的应用程序
kafka 源码环境构建Sending messages between components, reliably and quickly, is a core requirement for most distributed systems. Apache Kafka is a popular choice as it enables that — it offers low latency, ...
2020-09-17 15:30:52 240
翻译 etl 表设计_ETL表设计最佳实践
etl 表设计Not so far ago, the approach taken to table design in source systems (application databases) used to be — we don’t care about ETL. Figure it out, we’ll concentrate on building the application. ...
2020-09-17 15:21:39 657
翻译 node-expand_使用dotenv-expand掌握Node.js上的环境变量
node-expand 介绍 (Introduction)As developers, we found ourselves very often in situations where we need to protect certain data or variables not only from potential attacks but from users as well. When...
2020-09-17 15:11:32 3225
翻译 flutter 布局_Flutter —布局系统概述
flutter 布局Recently, I’ve decided to focus on Flutter fundamentals. This time I’m trying to understand a little better “how the Layout system works,” answering questions like: 最近,我决定专注于Flutter基础知识。 这次,...
2020-09-17 15:00:35 234
翻译 苹果推送服务器推送延迟_使用推文进行情感分析(无服务器)
苹果推送服务器推送延迟Photo by Fay Fernandes on Unsplash Fay Fernandes在Unsplash上拍摄的照片 在开始项目之前 (Before I started the Project)As for why I chose to partake in this project, I wanted to be able to expand my know...
2020-09-17 14:49:38 385
翻译 Python Matplotlib的日常备忘单
Matplotlib is the most widely used visualization tools in python. It is well supported in a wide range of environments such as web application servers, graphical user interface toolkits, Jupiter noteb...
2020-09-17 14:40:00 403
翻译 azure blob_Azure和Python:列出容器Blob
azure blobConnect to Azure using a simple Python script. 使用简单的Python脚本连接到Azure。 Recently, I had come across a project requirement where I had to list all the blobs present in a Storage Account contai...
2020-09-17 14:30:28 768
翻译 集成Github,Jenkins和Docker(在Docker中运行容器)
This article contains how Jenkins makes the project automate for the developer from writing the code to deployment just by assigning the jobs. 本文包含Jenkins如何使开发人员从分配代码到部署仅通过分配作业就使开发人员自动化。 Task :- 任务:-...
2020-09-17 14:20:38 177
翻译 aws上部署hadoop_在AWS EC2实例上设置4节点Hadoop群集
aws上部署hadoopInstalling Hadoop on AWS EC2 Instance 在AWS EC2实例上安装Hadoop We will try to create an image from an existing AWS EC2 instance after installing Java and Hadoop on it. If there is no instance ...
2020-09-17 14:10:12 624
翻译 麒麟测试网 api_麒麟API我们如何构建数据管道
麒麟测试网 apiAt Qraft Technologies, we’ve been refactoring our data-driven API service, Kirin API. Kirin API was initially developed by AI Research team providing different kinds of financial datas integr...
2020-09-17 14:00:04 395
翻译 python twilio_使用Python,Kubernetes和Twilio的Starlink卫星SMS通知
python twilioSpaceX is launching thousands of Starlink satellites to assemble a giant interconnected constellation in space. If you look up at just the right time, you might be lucky enough to spot so...
2020-09-17 13:50:53 541
翻译 keycloak api_使用Keycloak保护NestJS API
keycloak apiFrom the Keycloak website, “Keycloak is an open source identity and access management solution”. Today we’ll look at how to protect your HTTP API with Keycloak. 在Keycloak网站上,“ Keycloak是一种开...
2020-09-17 13:40:20 566
翻译 docker flask_如何使自己的URL缩短—带有Python的Flask,MongoDB和Docker的简单明了的教程...
docker flask 什么是URL缩短器? (What is an URL Shortener ?)An URL Shortener is a service which provides you a small URL which redirects users to the URL to be shortened. Time for examples! Consider the foll...
2020-09-10 10:39:50 430
翻译 没有时间进行测试? —有关在Python中对AWS Lambda进行单元测试的12条建议
AWS Lambda —无服务器— Python — DEVOPS (AWS Lambda — serverless — Python — DEVOPS)Much like software applications, infrastructure provisioning has moved away from monolithic solutions, shifting focus tow...
2020-09-10 10:28:51 372
翻译 什么时候在Rails中使用after_commit?
after_commit is a type of active record callback. after_commit是活动记录回调的一种。 什么是活动记录回调? (What are Active Record Callback?)Active Record Callbacks helps us to execute code at certain stages of object l...
2020-09-10 09:58:39 338
翻译 使用Python制作数据动画
The goal of this guide is to show you how to update a graph in real-time. This can be used for a variety of applications like visualizing live data from sensors or tracking stock prices. 本指南的目的是向您展示如何...
2020-09-10 09:48:13 1669
翻译 flutter api_我如何在Flutter项目中组织API文件
flutter apiThis explanation will be pretty long and complex, so if you’d want to directly see to the codebase, you can see it here: 该解释将非常冗长且复杂,因此,如果您想直接查看代码库,可以在这里查看: Almost every app that is availa...
2020-09-10 09:27:06 454
翻译 r语言r-shiny_如何使用R Shiny进行EDA和预测
r语言r-shinyThe objective of the present article is to provide a simple guide on how to develop an R Shiny application to analyze, explore, and predict variables within a dataset. 本文的目的是提供有关如何开发R Shiny应...
2020-09-10 09:06:26 3056
翻译 python高级应用_5个高级Python概念:解释和应用
python高级应用When you have developed a good understanding of basic data structures and their key functionalities, it’s time to explore some more advanced techniques in Python. In this article, I’d like t...
2020-09-10 08:55:52 443
翻译 猎鹰框架简介
Falcon is a light-weight Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. This tutorial will give an introduction to Falcon, its major f...
2020-09-10 08:35:58 466
翻译 discord china_Javacord的Discord机器人:如何进行首次机器人
discord chinaIn my last article, Creating a Discord Developer Application, I talked about the Discord Developer Portal, how to create a Developer Application, and I gave you a few ideas on what you ca...
2020-09-10 08:25:48 1304
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人