自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

翻译 如何保护移动应用程序安全–移动应用程序安全检查表

移动应用程序和网页应用程序Security has always been a major concern for businesses. And this concern is even greater when it comes to mobile apps. 安全一直是企业关注的主要问题。 对于移动应用程序,这种担忧甚至更大。 Today every business has a mob...

2020-08-21 16:21:30 1194

翻译 chromebook刷_使用Chromebook编码

chromebook刷Chromebooks are awesome. They're relatively simple and inexpensive devices that run Chrome OS, a stripped down Linux based operating system developed by Google. Chromebook很棒。 它们是运行Chrome OS...

2020-08-21 16:11:13 802

翻译 node deno_Deno手册:带有代码示例的TypeScript运行时教程

node denoI explore new projects every week, and it’s rare that one grabs my attention as much as Deno did. 我每周都会探索新项目,很少有人像Deno那样吸引我的注意力。 In this post I want to get you up to speed with Deno quickly....

2020-08-21 12:58:18 947

翻译 我学到的5件事,指导2,500名有抱负的开发人员

Earlier this month, I started a free mentorship program for everyone who aspires to become a developer and wants a little nudge or tips and tricks from me. The response there was tremendous. 本月初,我为所有...

2020-08-21 12:07:32 549

翻译 在5分钟内学习Vuex

5分钟学习vuexThis tutorial will give you a basic understanding of Vuex by building a plan-making application. A user can type in activities and then vote how much they like/dislike them. 本教程将通过构建计划制定应用程序使...

2020-08-21 11:56:45 433

翻译 unity技能框架_如何使用指导框架学习新技能

unity技能框架Last October I created a Mentoring Framework at work. The goal was to create a project from scratch using Ruby on Rails. And on that journey I wanted to learn more about Ruby, front end devel...

2020-08-21 11:16:40 426

翻译 JSON Stringify示例–如何使用JS解析JSON对象

There are so many programming languages, and every language has its own features. But all of them have one thing in common: they process data. From a simple calculator to supercomputers, they all work...

2020-08-21 10:17:28 488

翻译 vuetify_在5分钟内学习Vuetify

vuetifyWelcome to a whistle-stop tour of Vuetify - a popular component library for Vue.js. It allows you to create attractive, accessible apps with 80 elements ready to use from the get-go, plus it gi...

2020-08-21 09:36:12 1163

翻译 pc 长截屏_如何在Windows上截屏–在PC教程上截屏

pc 长截屏Windows 10 has 2 built-in ways to take screenshots. These are fast, convenient, and easy to remember. Windows 10具有2种内置的截图方法。 这些都是快速,方便且易于记忆的。 The first method is incredibly simple, and accessib...

2020-08-21 09:04:57 3797

翻译 如何在Angular 10中生成QR码

angular 生成二维码In this tutorial, we'll learn how to generate QR codes in Angular 10 by building a simple example application. 在本教程中,我们将通过构建一个简单的示例应用程序来学习如何在Angular 10中生成QR码。 But first of all, what's a ...

2020-08-21 07:15:35 549

翻译 js对象数组计算总计_如何计算数组中的对象

js对象数组计算总计Knowing how to quickly iterate through an array and count objects is deceptively simple. The length() method will tell you the total number of values in the array, but what if you only want ...

2020-08-21 05:04:15 4315

翻译 react apollo_2020年的React + Apollo教程(真实示例)

react apolloIf you want to build apps with React and GraphQL, Apollo is the library you should use. 如果要使用React和GraphQL构建应用程序,则应使用Apollo库。 I've put together a comprehensive cheatsheet that goes throu...

2020-08-21 04:54:43 1522

翻译 如何使用Puppeteer从任何网站创建自定义API

puppeteer apiIt often happens that you come across a website and are forced to perform a set of actions to finally get some data. You are then faced with a dilemma: how do you make this data available...

2020-08-21 02:46:20 635

翻译 Chrome DevTools:如何过滤网络请求

As front end developers, most of our time is spent in the browser with DevTools open (almost always, unless we are watching YouTube ... sometimes even then). 作为前端开发人员,我们大部分时间都花在打开DevTools的浏览器中(几乎总是,除...

2020-08-21 02:36:22 2697

翻译 nodejs入门_如何在NodeJS中使用套接字创建专业的Chat API解决方案[入门级]

nodejs入门Have you ever wondered how chat applications work behind the scenes? Well, today I am going to walk you through how to make a REST + Sockets-based application built on top of NodeJS/ExpressJS ...

2020-08-21 01:56:21 592

翻译 令人难以置信的竞争性编程-您无需学习

Now that I have your attention with the post title, let me go in-depth on my views of competitive programming. 现在,您的职位标题引起了我的注意,让我深入了解我对竞争性编程的看法。 什么是竞争性编程? (What is competitive programming?)Competi...

2020-08-21 01:36:35 1047

翻译 经过5年的娱乐功能,编码传奇MPJ踏上了他的下一个大旅程

5 years ago, Mattias Petter Johansson – better known as MPJ – was already a well-known developer. 5年前,Mattias Petter Johansson(众所周知的MPJ)已经是著名的开发人员。 He had made a name for himself by answering hundred...

2020-08-21 01:26:30 441

翻译 面向对象 solid_用简单的英语解释面向对象程序设计的SOLID原理

面向对象 solidThe SOLID Principles are five principles of Object-Oriented class design. They are a set of rules and best practices to follow while designing a class structure. SOLID原则是面向对象的类设计的五项原则。 它们是设...

2020-08-21 00:35:29 977

翻译 aws terraform_如何使用Terraform通过Direct Connect扩展AWS基础架构

aws terraformSometimes, when you face a challenge, you might be able to solve it with routine processes. But other times you need to try something completely new, something that you know nothing about...

2020-08-20 23:15:06 430

翻译 javascript 库_您应该在2020年尝试的10个很棒JavaScript库

javascript 库JavaScript is one of the most popular languages on the web. Even though it was initially developed just for web pages, it has seen exponential growth in the past two decades. JavaScript是网...

2020-08-20 22:35:44 455

翻译 addEventListener()方法– JavaScript事件监听器示例代码

The JavaScript addEventListener() method allows you to set up functions to be called when a specified event happens, such as when a user clicks a button. This tutorial shows you how you can implement ...

2020-08-20 20:25:45 879

翻译 react页面保留_如何在React中保留已登录的用户

react页面保留If you run a quick Google search for persisting a logged-in user in React (or keeping a user logged in in React), you don't get a lot of straightforward results. There aren't really any easy ...

2020-08-20 19:05:43 1025

翻译 应对–简单的Intro组件无法渲染?

One of the great things about React is its flexible component system. Once you get a hang of it, you can break up your application into reusable components and include them all over your project. Reac...

2020-08-20 16:24:55 316

翻译 成为杰出人物的路线图_如何成为杰出的初级开发人员

成为杰出人物的路线图If you're reading this, you probably just got your first tech job — so congratulations! Getting the first job is one of the hardest things you'll do in tech. There's so much work and effort ...

2020-08-20 14:02:19 2497

翻译 c语言指针官方解释_C语言中的指针解释了–它们并不像您想象的那么难

c语言指针官方解释Pointers are arguably the most difficult feature of C to understand. But, they are one of the features which make C an excellent language. 指针可以说是C语言最难理解的功能。 但是,它们是使C成为优秀语言的功能之一。 In this arti...

2020-08-20 10:47:59 257

翻译 nrf oob实例_如何将nRF9160羽毛连接到自托管的Mosquitto实例

nrf oob实例One thing that’s always tripped me up as an IoT developer is figuring out the best way to transmit data. There are many different kinds of radios and mediums. On top of that, there are differ...

2020-08-20 10:37:46 1342

翻译 无法将输入值传递给JavaScript变量

Imagine the following scenario – you have a simple input and a button. When a user types into the input and presses the button, the text from the input should be logged to the console. 想象以下情况–您有一个简单的输...

2020-08-20 03:49:49 360

翻译 如何使用Dependabot保持环境最新

Adding dependencies to a project often helps you not reinvent the wheel. But at the same time it can cause issues in many different aspects of the project: 将依赖项添加到项目中通常可以帮助您不必浪费时间。 但是同时,它可能在项目的许多不同方面引...

2020-08-20 01:49:32 809

翻译 灯塔谈话记录错误_如何保留灯塔报告的历史记录

灯塔谈话记录错误Lighthouse is an open-source project from the Google Chrome team. It's used to analyze web page quality based on a set of modern, "user-centric" metrics. Lighthouse是Google Chrome小组的一个开源项目。 它用...

2020-08-20 01:02:31 770

翻译 如何使用Docker Volumes在基于Docker的应用程序上启用实时重新加载

In this post you'll learn how to configure a development environment with live-reload enabled. This will allow you to convert a legacy application so it uses Docker, Docker volumes, and docker-compose...

2020-08-20 00:43:49 1288

翻译 开发人员在JavaScript中犯的9个最常见错误(以及如何解决)

JavaScript is a scripting language used in webpages to add functionality and interactivity. For a beginner coming from a different programming language, JavaScript is quite easy to understand. With a ...

2020-08-19 23:55:10 815

翻译 php 获取当前页面url_PHP获取URL –如何获取当前页面的完整URL

php 获取当前页面urlIn this PHP-focused article, we will explore how to get the URL of the current page in the PHP programming language. 在这篇以PHP为重点的文章中,我们将探索如何以PHP编程语言获取当前页面的URL。 You may want to get the cu...

2020-08-19 23:33:57 539

翻译 github代码_GitHub代码空间如何提高生产力和降低障碍

github代码In this article, we'll take a look at how GitHub Codespaces can help remove barriers for new teammates and contributors. 在本文中,我们将探讨GitHub Codespaces如何帮助消除对新团队成员和贡献者的障碍。 The most recent integr...

2020-08-19 23:15:46 410

翻译 算法训练营 重编码_参加编码训练营之前要考虑的7件事

算法训练营 重编码Coding bootcamps are becoming more and more popular, and for good reason. Just picture yourself earning a six-figure salary, at a great company, with any benefits you can dream up – and all o...

2020-08-19 22:13:16 524

翻译 django模型查询_如何在Django中编写有效的视图,模型和查询

django模型查询I like Django. It’s a well-considered and intuitive framework with a name I can pronounce out loud. You can use it to quickly spin up a weekend-sized project, and you can also use it to run ...

2020-08-19 20:32:42 320

翻译 seo外链重要性_为什么网站速度对于SEO至关重要?以及如何加快网站速度

seo外链重要性No one likes to wait for a site to load. I don’t. You don’t. And search engines really don’t. 没有人喜欢等待网站加载。 我不。 你不知道 搜索引擎确实没有。 While UX, keyword density, and site structure (among other thing...

2020-08-19 20:12:18 469

翻译 node和npm是什么_什么是npm? 面向初学者的Node Package Manager教程

node和npm是什么This article should serve as an all-in-one essential guide for Node.js' favorite sidekick: npm. 本文应该作为Node.js最喜欢的伙伴:npm的多合一基本指南。 Node.js has been taking the world by storm since 2009. Hund...

2020-08-19 20:02:09 914

翻译 亚马逊aws深度学习_AWS速查表:Amazon Web Services入门时首先要学习的5件事

亚马逊aws深度学习AWS has taken the tech community by storm. It’s easily sold as one of the most reliable providers with an exhaustive list of services from object storage to machine learning. AWS席卷了技术社区。 它是...

2020-08-19 19:51:43 731

翻译 经过这几年的磨练_通过构建这15个项目来磨练您JavaScript技能

经过这几年的磨练Coding projects is an important step in learning to code. When you build a complete project from start-to-finish, even if it is a simple project, it helps you understand how everything works t...

2020-08-19 17:52:26 285

翻译 键盘用alt怎么打出星符号_Alt代码–如何在Windows上使用Alt键键入特殊字符和键盘符号

键盘用alt怎么打出星符号In Windows, you can type any character you want by holding down the ALT key, typing a sequence of numbers, then releasing the ALT key. 在Windows中,您可以通过按住ALT键,键入数字序列然后释放ALT键来键入所需的任何字符。 You...

2020-08-19 17:31:39 1453

空空如也

空空如也

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

TA关注的人

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