cumian8165的博客

私信 关注
cumian8165
码龄5年
  • 212,122
    被访问量
  • 暂无
    原创文章
  • 166,880
    作者排名
  • 23
    粉丝数量
  • 于 2016-03-18 加入CSDN
获得成就
  • 获得14次点赞
  • 内容获得0次评论
  • 获得100次收藏
荣誉勋章
  • 最近
  • 文章
  • 资源
  • 问答
  • 课程
  • 帖子
  • 收藏
  • 关注/订阅

在此免费课程中构建您的第一个Python项目:基于文本的冒险游戏

There are a ton of Python project tutorials out there. But they almost all expect you to have a certain level of Python knowledge before starting the tutorial. 那里有大量的Python项目教程。 但是他们几乎都希望您在开始本教程之前具备一...
翻译
112阅读
0评论
0点赞
发布博客于 6 月前

wordpress做cms_2020年的WordPress替代方案–如何为您的网站选择合适的CMS

wordpress做cmsWordPress is powerful and versatile and it powers more of the internet's web pages than any other engine. WordPress功能强大且用途广泛,与其他任何引擎相比,它为Internet网页提供的功能更多。 But it's not a perfect fit for...
翻译
108阅读
0评论
0点赞
发布博客于 6 月前

我如何在1年内在YouTube上从0到70k的订阅者流失-以及我赚了多少钱

It's hard to believe that it has already been 1 year since I started my YouTube channel, codeSTACKr. 很难相信,自从我开设YouTube频道codeSTACKr至今已经一年了。 In this article, I want to be open and transparent about ev...
翻译
452阅读
0评论
0点赞
发布博客于 6 月前

c语言数据结构和数据类型_C中的结构化数据类型解释

c语言数据结构和数据类型There are variables of different data types in C, such as ints, chars, and floats. And they let you store data. C中有不同数据类型的变量,例如int , char和float 。 他们让您存储数据。 And we have arrays to group to...
翻译
141阅读
0评论
0点赞
发布博客于 6 月前

如何通过HTML使用Font Awesome v5.7.2

Font Awesome is one of the most popular ways to add icons to your site. But what if you add the CDN to the <head> element of your page and all you see are black rectangles? Font Awesome是向网站添加图标的...
翻译
162阅读
0评论
0点赞
发布博客于 6 月前

react js 遍历对象_遍历React.js中的嵌套对象

react js 遍历对象If you've ever worked with APIs, you'll know that the structure of the data they return can get complicated quickly. 如果您曾经使用过API,就会知道它们返回的数据结构会很快变得复杂。 Imagine you call an API from your R...
翻译
240阅读
0评论
0点赞
发布博客于 6 月前

vue导航栏顶部导航_如何在我的视口顶部保留导航栏?

vue导航栏顶部导航If you're working on the Product Landing Page project and are having trouble with some of the user stories, you're not alone. 如果您正在从事“ 产品着陆页”项目,并且遇到一些用户故事方面的麻烦,那么您并不孤单。 User story #13 gives...
翻译
234阅读
0评论
0点赞
发布博客于 6 月前

react循环对输入框赋值_如何在React中清除动态表格的输入值

react循环对输入框赋值There's a lot to consider when working on a React application, especially when they involve forms. Even if you're able to create a submit button and update your app's state the way you wa...
翻译
173阅读
0评论
0点赞
发布博客于 6 月前

Angular-如何从Blob响应中检索文件名

If you're new to Angular, you might be wondering how to retrieve a filename from an API response. 如果您不熟悉Angular,可能想知道如何从API响应中检索文件名。 Imagine you have a method that makes a POST request to a remote AP...
翻译
51阅读
0评论
0点赞
发布博客于 6 月前

哈佛大学cs50课程笔记_哈佛CS50指南:如何为您选择正确的课程(带有免费证书)

哈佛大学cs50课程笔记In January, I wrote an article on Class Central about CS50, Harvard’s Introduction to Computer Science, which offers a free certificate. In this article, I'll go over CS50’s entire 10-cour...
翻译
608阅读
0评论
1点赞
发布博客于 6 月前

算法训练营 重编码_编码训练营结束后,我花了3个月时间申请工作。 这是我学到的。...

算法训练营 重编码by Felix Feng 费利克斯·冯 编码训练营结束后,我花了3个月时间申请工作。 这是我学到的。 (I spent 3 months applying to jobs after a coding bootcamp. Here’s what I learned.)A less-talked about part of the bootcamper’s journey ...
翻译
62阅读
0评论
0点赞
发布博客于 6 月前

编写用户故事模板_编写用户故事时,您的团队可能会犯错误-以及如何解决它们

编写用户故事模板There's a lot of information out there on how to write user stories and why it's important. And yet, many of us make mistakes that cost us a lot. 关于如何编写用户故事及其重要性的信息很多。 然而,我们许多人犯的错误使我们付出了很多代价。 ...
翻译
133阅读
0评论
0点赞
发布博客于 6 月前

vs扩展代码_如何制作自己的VS代码扩展

vs扩展代码I just made my first VS Code extension. And it felt good! This article will cover basic steps to help you create your own VS Code extension. Along the way I'll share what I learned from making o...
翻译
131阅读
0评论
0点赞
发布博客于 6 月前

推箱子2-向右推!_保持冷静并砍箱子-蓝色

推箱子2-向右推!Hack The Box (HTB) is an online platform that allows you to test your penetration testing skills. Hack The Box(HTB)是一个在线平台,可让您测试渗透测试技能。 It contains several challenges that are constantly up...
翻译
104阅读
0评论
0点赞
发布博客于 6 月前

Python认证现已生效,并且其他freeCodeCamp 7.0版课程更新

freeCodeCamp's core curriculum now offers 10 verified certifications – including 4 Python-focused certifications. freeCodeCamp的核心课程现在提供10个经过验证的认证-包括4个针对Python的认证。 These certifications are all self-pa...
翻译
118阅读
0评论
0点赞
发布博客于 6 月前

印地语freeCodeCamp YouTube频道+不和谐聊天现已上线

Now you can get the same free and ad-free freeCodeCamp learning experience in Hindi. 现在,您可以在印地语中获得相同的免费和无广告的freeCodeCamp学习体验。 Today I'm excited to announce that we've launched a Hindi-language YouTub...
翻译
167阅读
0评论
0点赞
发布博客于 6 月前

flutter 模式_如何在Flutter中使用提供者模式

flutter 模式In this post we'll take a look at the provider pattern in Flutter. Some other patterns, such as BLoC Architecture, use the provider pattern internally. But the provider pattern is far easier...
翻译
144阅读
0评论
0点赞
发布博客于 6 月前

强制删除npm_如何强制使用纱线或NPM

强制删除npmIn this short post, I’m going to show you how to prevent the usage of npm or yarn, depending on your needs. Let’s get started! 在这篇简短的文章中,我将向您展示如何根据需要防止使用npm或yarn 。 让我们开始吧! 编辑.npmrc (Edit .npm...
翻译
116阅读
0评论
0点赞
发布博客于 6 月前

azure 教育认证_Azure基础知识认证(AZ-900)–通过此免费的3小时课程通过考试

azure 教育认证 什么是Microsoft Azure? (What is Microsoft Azure?)Microsoft Azure is a cloud service provider. A cloud service provider (CSPs) is a technology company that offers multiple cloud services. Azur...
翻译
3096阅读
0评论
0点赞
发布博客于 6 月前

node deno_学习Deno,Node.js替代品

node denoDeno is a Node.js alternative created by Ryan Dahl, the same person who created Node.js. Deno是由Ryan Dahl创建的Node.js替代产品,Ryan Dahl是创建Node.js的同一人。 Many people, including Ryan Dahl, think that ...
翻译
52阅读
0评论
0点赞
发布博客于 6 月前

如何编写开发人员简历招聘经理将实际阅读

java开发人员简历Résumés are hard. And most people are bad at them – which makes sense, because you probably only write or update your résumé every few years. It involves selling yourself and your skills - s...
翻译
96阅读
0评论
0点赞
发布博客于 6 月前

机器学习 自动分类_如何使用自动机器学习(AutoML)进行分类

机器学习 自动分类In this article I will show you how to use Automated Machine Learning (AutoML) to build a classifier for tabular data. And don't worry – I will explain all strange definitions :) 在本文中,我将向您展示...
翻译
313阅读
0评论
0点赞
发布博客于 6 月前

react实战课程_React + GraphQL 2020速成课程

react实战课程Have you heard a lot about using React with GraphQL but don't know how to combine them to build amazing apps? In this crash course, you'll learn how to do just that by building a complete soc...
翻译
60阅读
0评论
0点赞
发布博客于 6 月前

about:blank_关于Blank –什么是:blank意味着什么,您应该摆脱它吗?

about:blankHave you ever tried to go to a web page and instead see "about:blank" displayed in the address bar where your hoped-for URL should be? 您是否曾经尝试过访问网页,而在希望输入URL的地址栏中看到“ about:blank”? Don't wo...
翻译
1002阅读
0评论
0点赞
发布博客于 6 月前

flutter 代码库_使用Flutter制作适用于移动,Web和桌面的应用程序-只需一个代码库

flutter 代码库Flutter is a UI software development kit from Google that allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. Flutter是Google提供的一种U...
翻译
65阅读
0评论
0点赞
发布博客于 6 月前

git bisect_Git Bisect如何使调试更容易

git bisectGit bisect is a fantastic tool that can help make debugging a breeze. But very few people use it actively. Git bisect是一个很棒的工具,可以帮助您轻松进行调试。 但是很少有人积极使用它。 In this quick article, I will showcas...
翻译
41阅读
0评论
0点赞
发布博客于 6 月前

CSS Box-Sizing属性如何控制元素的大小

The CSS box-sizing property is used to adjust or control the size of any element that accepts a width or height. It specifies how to calculate the total width and height of that element. CSS box-sizin...
翻译
85阅读
0评论
0点赞
发布博客于 6 月前

学习用VS Code编写COBOL程序

cobol语言与jcl编写The COBOL programing language first appeared over 60 years ago. Today it still powers much of the world economy. COBOL编程语言最早出现于60年前。 今天,它仍然为世界经济提供动力。 COBOL is often used to process the m...
翻译
190阅读
0评论
0点赞
发布博客于 6 月前

react 使用hook_如何在React中使用Debounce和Throttle并将其抽象为Hook

react 使用hookHooks are a brilliant addition to React. They simplify a lot of logic that previously had to be split up into different lifecycles with class components. 钩子是React的绝佳补充。 它们简化了许多以前必须通过class...
翻译
556阅读
0评论
0点赞
发布博客于 6 月前

web设置字体粗细css_CSS字体家族和Web安全字体介绍

web设置字体粗细css Web安全字体 (Web Safe Fonts)Web safe fonts are fonts that are included with most operating systems, the implication of such high availability is that a designer can expect typography involvi...
翻译
136阅读
0评论
0点赞
发布博客于 6 月前

css div垂直居中对齐_HTML中心文本–如何CSS垂直对齐Div

css div垂直居中对齐In the HTML and CSS world, it's all about the layout structure and the distribution of elements. We usually use HTML to define the markup and structure, while CSS helps us handle the styl...
翻译
232阅读
0评论
0点赞
发布博客于 6 月前

em rem vw vh_CSS单元指南:CSS em,rem,vh,vw等,说明

em rem vw vh 单位 (Units)Many CSS properties like width, margin, padding, font-size etc. take length. CSS has a way to express length in multiple units. Length is a combination of a number and unit wit...
翻译
19阅读
0评论
0点赞
发布博客于 6 月前

如何在Java中处理NullPointerException

If you have spent some time developing programs in Java, at some point you have definitely seen the following exception: 如果您花了一些时间使用Java开发程序,那么在某些时候您肯定会看到以下异常: java.lang.NullPointerExceptionSome majo...
翻译
129阅读
0评论
0点赞
发布博客于 6 月前

如何使用Github操作调用Webhooks并通过PR统治互联网

github 通过 prGithub Actions are a new feature from everyone's favorite code tool. While they take a little getting used to, they are very powerful tools for CI (continuous integration) and other checks...
翻译
114阅读
0评论
0点赞
发布博客于 6 月前

ux设计需要什么条件_什么是情绪板? 如何在UX设计中使用情绪板

ux设计需要什么条件 什么是情绪板? (What are mood boards?)Mood boards are a way to convey the feeling about product you are about to make. Also to get inspiration for colour palette and shapes to use later. In other...
翻译
43阅读
0评论
0点赞
发布博客于 6 月前

web观察者模式如何实现_Web开发应了解的4种设计模式:观察者,单例,策略和装饰器

Have you ever been on a team where you need to start a project from scratch? That's usually the case in many start-ups and other small companies. 您是否曾经在一个团队中需要从头开始一个项目? 在许多初创公司和其他小型公司中通常就是这种情况。 Ther...
翻译
64阅读
0评论
0点赞
发布博客于 6 月前

机器学习与分布式机器学习_经理人的机器学习–您需要知道的

机器学习与分布式机器学习If you are managing a tech team as a product or project manager, here is what you need to know about machine learning. 如果您要以产品或项目经理的身份管理技术团队,这是您需要了解的有关机器学习的知识。 Machine learning and deep l...
翻译
65阅读
0评论
0点赞
发布博客于 6 月前

iife 立即执行函数_JavaScript中的IIFE:什么是立即调用的函数表达式?

iife 立即执行函数 功能说明 (Function Statement)A function created with a function declaration is a Function object and has all the properties, methods and behavior of Function objects. Example: 使用函数声明创建的函数是Fun...
翻译
17阅读
0评论
0点赞
发布博客于 6 月前

nuxt 静态文件配置_如何在静态Nuxt应用程序中使用平面文件数据

nuxt 静态文件配置Making your Nuxt web app static can potentially save you the time and money of setting up a server-rendered app. It may also offer superior performance. 将Nuxt Web应用程序设为静态可以潜在地节省您设置服务器呈现的应用程...
翻译
287阅读
0评论
0点赞
发布博客于 6 月前

如何使用Google Apps脚本构建YouTube Uploader Bot

Whenever you hear the word 'Bot' you probably imagine a robot like they show in the movies. They are bots too, rather smart ones. But we are referring to a different kind of bot here. 每当您听到“ Bot”一词时,您...
翻译
211阅读
0评论
0点赞
发布博客于 6 月前

raspberry pi_如何使用Node,Raspberry Pi和LCD屏幕监控天气

raspberry piOver the last few years, smart home devices have gone from less than 300,000 back in 2015 up to almost 1.2 billion in 2020. And they’re expected to grow to 1.5 billion by 2021. 在过去的几年中,智能...
翻译
97阅读
0评论
0点赞
发布博客于 6 月前

dubbo开发者指南_网站速度优化开发者指南

delphi5开发人员指南I think a lot about how we can optimize our websites for speed. The world is getting busy and nobody likes to wait for a website to load. 我对如何优化网站以提高速度有很多思考。 世界正变得忙碌,没有人喜欢等待网站加载。 There a...
翻译
156阅读
0评论
0点赞
发布博客于 6 月前

动力电池编码追溯系统_如何保持动力以继续学习编码

动力电池编码追溯系统It's hard to stay motivated and to continue learning in today's world of constant change in technology, languages, and frameworks. We may feel overwhelmed by the sheer amount of options, and...
翻译
119阅读
0评论
0点赞
发布博客于 6 月前

redis使用api_如何使用Redis增强Web API

redis使用apiPerformance is an essential parameter to consider when you're designing any piece of software. It is particularly important when it comes to what happens behind-the-scenes. 在设计任何软件时,性能都是要考虑...
翻译
36阅读
0评论
0点赞
发布博客于 6 月前

如何使用React和TypeScript构建测验应用

Learn how to create quiz app with React and TypeScript. We've published a free course from Thomas Weibenfalk on the freeCodeCamp.org YouTube channel. 了解如何使用React和TypeScript创建测验应用程序。 我们已经在freeCodeCamp....
翻译
13阅读
0评论
0点赞
发布博客于 6 月前

react.js项目配置_8个React.js项目创意可帮助您边做边学

react.js项目配置One of the best ways to learn is by doing. But often developers struggle with the big question "what should I build?" 最好的学习方法之一就是做事。 但是开发人员经常会遇到一个大问题:“我应该建造什么?”。 Here are 8 project ideas...
翻译
66阅读
0评论
0点赞
发布博客于 6 月前

seo分析工具_如何跟踪和分析网络生命周期以改善SEO

seo分析工具Good news - we now have a brand new set of standards by which to judge our search engine's worthiness! ???? 好消息-我们现在有了一套全新的标准,可以用来判断我们的搜索引擎的价值! ???? If you're like me, you may not have been jumping...
翻译
24阅读
0评论
0点赞
发布博客于 6 月前

如何使用Vue,Phaser,Node,Express和Socket.IO构建多人桌面游戏模拟器

Putting together all of the pieces of a full stack JavaScript application can be a complex endeavor. 将全栈JavaScript应用程序的所有部分放在一起可能是一项复杂的工作。 In this tutorial, we're going to build a multiplayer table...
翻译
90阅读
0评论
1点赞
发布博客于 6 月前

c#学习unity3d_通过制作数字桌面游戏学习C#和Unity

c#学习unity3dBuilding 2D games can be a great way to learn C# and Unity, especially when working through the basics of complex tabletop game logic. 制作2D游戏可能是学习C#和Unity的好方法,尤其是在研究复杂的桌面游戏逻辑基础时。 In this s...
翻译
39阅读
0评论
0点赞
发布博客于 6 月前

Python数据科学–面向初学者的12小时免费课程。 了解Pandas,NumPy,Matplotlib等。

This free 12-hour Python Data Science course will take you from knowing nothing about Python to being able to analyze data. You'll learn basic Python, along with powerful tools like Pandas, NumPy, and...
翻译
11阅读
0评论
0点赞
发布博客于 6 月前

ruby版本管理_如何管理您的Ruby版本

ruby版本管理 Ruby随时间而改变 (Ruby has changed over time)Ruby has been in constant development since the 1990s. And like many languages, there have been syntax changes across versions. This means that it is i...
翻译
53阅读
0评论
0点赞
发布博客于 6 月前

css content属性_CSS之前和之后CSS –如何使用content属性

css content属性The content property in CSS defines the content of an element. You may have heard that this property only applies to the ::before and ::after pseudo-elements. In this article, we'll explo...
翻译
199阅读
0评论
0点赞
发布博客于 6 月前

xcode开发ios_如何下载Xcode并将其安装在Mac上-并更新它以进行iOS开发

xcode开发iosXcode is the tool developers use to build apps for the Apple ecosystem – MacOS, iOS, and all things Apple. Xcode是开发人员用来为Apple生态系统(MacOS,iOS以及Apple的所有产品)构建应用程序的工具。 This guide will walk you t...
翻译
120阅读
0评论
0点赞
发布博客于 6 月前

如何将ApexCharts与Vue.js集成-详细指南

Charts and graphs are a great way to display information/data to your app's users. In this article I will show you exactly how to do that with vue-apexcharts. 图表是向应用程序用户显示信息/数据的好方法。 在本文中,我将向您精确演示如何使用v...
翻译
433阅读
0评论
0点赞
发布博客于 6 月前

初级开发和中级,高级的区别_如何从初级开发人员过渡到中级开发人员

初级开发和中级,高级的区别Getting that first developer job is the goal of many new programmers. But I've discovered that far fewer developers want to take the next steps in their careers. 获得第一份开发人员的工作是许多新程序员的目标。 但...
翻译
208阅读
0评论
0点赞
发布博客于 6 月前

AppData –在Windows 10中何处查找AppData文件夹

The AppData folder includes application settings, files, and data unique to the applications on your Windows PC. The folder is hidden by default in Windows File Explorer and has three hidden sub-folde...
翻译
234阅读
0评论
0点赞
发布博客于 6 月前

java flink 示例_Java中的Apache Flink批处理示例

java flink 示例 Flink批处理示例JAVA (Flink Batch Example JAVA)Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities. Apache Flink是具有强大的流和批处理功能的开源...
翻译
129阅读
0评论
0点赞
发布博客于 6 月前

git fork库同步代码_如何将您的Fork与原始Git存储库同步

git fork库同步代码You're contributing to an open-source project, and you noticed that your fork is out of sync with the original repository. How can you correct that? 您正在为一个开源项目做贡献,并且注意到您的fork与原始存储库不同步。 您该...
翻译
22阅读
0评论
0点赞
发布博客于 6 月前

我如何使用Weather API构建自己的天气预报工具

weather iconAbrupt weather and climate change are things that everybody is dealing with. In fact, the vast majority of the global population relies on accurate, real-time weather data and forecasts to...
翻译
148阅读
0评论
0点赞
发布博客于 6 月前

android应用开发_学习开发Android应用-无需经验

android应用开发There are more than 2.5 billion Android devices in the world, all waiting for your application to be developed. 全球有超过25亿台Android设备,都在等待您的应用程序开发。 We've released a 15-hour comprehensive cour...
翻译
9阅读
0评论
0点赞
发布博客于 6 月前

linux安装nvm_如何使用NVM在MacOS,Linux或Windows计算机上安装节点

linux安装nvmBefore you can start making super awesome apps in NodeJS, you have to install it. Fortunately, installing NodeJS is super simple. 您必须先安装它,然后才能开始在NodeJS中制作超赞的应用程序。 幸运的是,安装NodeJS非常简单。 In this...
翻译
113阅读
0评论
0点赞
发布博客于 6 月前

owasp十大web漏洞_如何保护Laravel Web应用程序免受OWASP十大安全风险

owasp十大web漏洞I remember the first time one of my sites got hacked. 我记得我的网站第一次被黑客入侵。 The client emailed saying their website was taking ages to load. I jumped online as soon as I got home from college ...
翻译
232阅读
0评论
0点赞
发布博客于 6 月前

JavaScript循环介绍:For循环,While循环,Do ... while循环等

Loops are used in JavaScript to perform repeated tasks based on a condition. Conditions typically return true or false when analysed. A loop will continue running until the defined condition returns f...
翻译
76阅读
0评论
0点赞
发布博客于 6 月前

500 – 内部服务器错误_HTTP错误500 –用纯英语解释内部服务器错误

500 – 内部服务器错误Error codes in the 4xx range mean you or your browser did something wrong. Maybe you weren't logged in, tried to access something you didn't have permission for, or simply got lost. 4xx范...
翻译
36阅读
0评论
0点赞
发布博客于 6 月前

docker 获取容器ip_如何获取Docker容器IP地址-示例说明

docker 获取容器ipDocker provides the ability to package and run an application in a loosely isolated environment called a container. Docker提供了在松散隔离的环境(称为容器)中打包和运行应用程序的功能。 I know what you might be thinkin...
翻译
457阅读
0评论
0点赞
发布博客于 6 月前

响应状态码403_HTTP 401错误与HTTP 403错误–状态码响应说明

响应状态码403We've covered the 403 (Forbidden) HTTP Error code in some detail before, but it also has a near identical sibling. 前面我们已经详细介绍了403(禁止)HTTP错误代码,但是它也具有几乎相同的兄弟。 So what exactly is the difference...
翻译
1317阅读
0评论
0点赞
发布博客于 6 月前

如何在Ubuntu上安装Rails并将Ruby更新到最新版本

ruby on railsA couple of months ago, when I learned Ruby-on-Rails for the first time, I had to work on a collaborative project with a coding partner. We kept running into issues, as he had a different...
翻译
45阅读
0评论
0点赞
发布博客于 6 月前

泊松分布–计算概率分布的公式

泊松分布概率公式Probability Distributions play an important role in our daily lives. We commonly use them when trying to summarise and gain insights from different forms of data. 概率分布在我们的日常生活中起着重要作用。 在尝试总结不同...
翻译
2642阅读
0评论
1点赞
发布博客于 6 月前

freecodecamp_我们使用freeCodeCamp课程创建了本地免费编码学校。 这是我们学到的东西。

freecodecampWhile this picture shows an in-person classroom, we have moved our school fully remote as a result of the COVID-19 situation. 虽然这张照片显示的是一个面对面的教室,但由于COVID-19的情况,我们已将学校完全移至偏远地区。 If you want...
翻译
1472阅读
0评论
0点赞
发布博客于 6 月前

我如何在COVID-19锁定期间构建用于在线购物的移动应用程序

When many stores that sell nonessential items were ordered to close in March by government decrees, consumers moved their shopping online. U.S. online sales increased 49% in April over the prior year,...
翻译
492阅读
0评论
0点赞
发布博客于 6 月前

如何在Ubuntu上安装Node.js并将npm更新到最新版本

If you try installing the latest version of node using the apt-package manager, you'll end up with v10.19.0. This is the latest version in the ubuntu app store, but it's not the latest released versio...
翻译
351阅读
0评论
0点赞
发布博客于 6 月前

Docker Remove Image:如何删除Docker镜像示例

We live in an era where storage is becoming cheaper everyday. We can just send everything to the cloud and pay almost nothing. 我们生活的时代每天都在变得越来越便宜。 我们可以将所有内容发送到云中,而几乎不支付任何费用。 So why would we need to w...
翻译
297阅读
0评论
0点赞
发布博客于 6 月前

react 淡入淡出_如何在React with GSAP中创建可重复使用的淡入淡出动画组件

react 淡入淡出If you haven't heard about or used GSAP, you're missing out. GSAP is an animation library for components and elements. Their homepage shows a lot of awesome animations you can make with the ...
翻译
81阅读
0评论
0点赞
发布博客于 6 月前

JavaScript URL编码示例–如何使用encodeURIcomponent()和encodeURI()

You might think that encodeURI and encodeURIComponent do the same thing, at least from their names. And you might be confused which one to use and when. 您可能会认为, encodeURI和encodeURIComponent至少在它们的名称上具...
翻译
56阅读
0评论
0点赞
发布博客于 6 月前

响应式网页设计_响应式网页设计–如何使网站在手机和平​​板电脑上看起来不错

响应式网页设计In the rapidly evolving landscape of connected devices, responsive web design continues to be crucial in web development. 在互联设备Swift发展的格局中,自适应Web设计在Web开发中仍然至关重要。 Not long ago the term "respon...
翻译
53阅读
0评论
0点赞
发布博客于 6 月前

python列表平均值函数_如何计算列表的平均值-统计信息和Python的均值函数详细解释

python列表平均值函数Mathematics and programming go hand in hand. If you are a programmer, at some point you will have to use mathematics. 数学和程序设计齐头并进。 如果您是程序员,则有时必须使用数学。 Data science, machine learning, art...
翻译
9063阅读
0评论
0点赞
发布博客于 6 月前

div背景色更改 闪烁_HTML背景色教程–如何更改Div背景色,并通过代码示例进行了说明

div背景色更改 闪烁One of the most common things you may have to do as a web developer is to change the background-color of an HTML element. But it may be confusing to do if you do not understand how to use t...
翻译
223阅读
0评论
0点赞
发布博客于 6 月前

如何使用Wireshark,周围最好的数据包分析器

Wireshark is the best network traffic analyzer and packet sniffer around. In this article, we will look at it in detail. Wireshark是最好的网络流量分析器和数据包嗅探器。 在本文中,我们将详细介绍它。 Wireshark is a network analyzer th...
翻译
81阅读
0评论
0点赞
发布博客于 6 月前

前端调试devtools_如何使用浏览器的Devtools调试JavaScript

前端调试devtoolsAs a developer you will often want to debug code. You might have already used console.log in some of the challenges, which is the simplest way to debug. 作为开发人员,您通常会希望调试代码。 您可能已经在一些挑战中使用了co...
翻译
99阅读
0评论
0点赞
发布博客于 6 月前

对初学者的React Hooks-关于useState和useEffect的大脑友好指南

"What the heck are hooks?" “钩到底是什么?” I found myself asking this just as I thought I had covered all the basis of React. Such is the life of a frontend developer, the game is always changing. Enter H...
翻译
303阅读
0评论
0点赞
发布博客于 6 月前

strapi_使用Strapi和GatsbyJS创建一个全栈式网站

strapiStrapi is the most popular open-source Headless CMS and is based on Node.js. Gatsby allows developers to quickly build very fast static websites and apps. You can combine then to create a full-s...
翻译
218阅读
0评论
0点赞
发布博客于 6 月前

如何使用Kotlin构建Android旋转旋钮以帮助儿子练习钢琴

When my son's piano teacher told him he should use a metronome to practice timing, I took it as an opportunity to learn Kotlin. I decided to learn the language and Android's ecosystem so I could build...
翻译
86阅读
0评论
0点赞
发布博客于 6 月前

面试 技术 教训_我在30天内进行60多次技术面试的经验教训

面试 技术 教训In this article, I’ll share my motivation for doing 60+ technical interviews in 30 days. More importantly, I’ll share lessons learned from my failures and my successes. 在本文中,我将分享在30天内进行60多次技术面...
翻译
593阅读
0评论
0点赞
发布博客于 6 月前

如何在JavaScript中实现8种基本图算法

javascript 算法In this article, I will implement 8 graph algorithms that explore the search and combinatorial problems (traversals, shortest path and matching) of graphs in JavaScript. 在本文中,我将实现8种图形算法 ...
翻译
297阅读
0评论
0点赞
发布博客于 6 月前

如何使用Python和Matplotlib在您的网站上嵌入交互式Python可视化效果

In an earlier freeCodeCamp tutorial, I explained how to create auto-updating data visualizations in Python. 在较早的freeCodeCamp教程中,我解释了如何在Python中创建自动更新数据可视化 。 Some readers reached out to ask if there wa...
翻译
287阅读
0评论
0点赞
发布博客于 6 月前

一个人做饭简单食谱_通过这5条简单食谱学习SQL

一个人做饭简单食谱SQL (Structured Query Language) is a powerful and expressive language for dealing with data from relational databases. But it can seem daunting to the uninitiated. SQL(结构化查询语言)是一种功能强大的表达性语言,用...
翻译
317阅读
0评论
0点赞
发布博客于 6 月前

电邮地址_电子邮件如何运作?

电邮地址First, you use a mail user agent, or MUA to read and send email from your device (such as gmail, or the mail app on Apple devices). These programs are only active when you're using them. 首先,您使用邮件...
翻译
97阅读
0评论
0点赞
发布博客于 6 月前

gcc编译器和g++编译器_C ++编译器说明:什么是编译器,以及如何使用它?

gcc编译器和g++编译器 C ++编译器简介 (Intro to C++ Compilers)In order to get started with C++, you will need to learn a little about compilers and how C++ runs on your computer. 为了开始使用C ++,您将需要了解一些有关编译器以及C ++如何在计...
翻译
85阅读
0评论
0点赞
发布博客于 6 月前

bios uefi 区别_UEFI vs BIOS:有何区别?

bios uefi 区别So you might have heard the acronyms BIOS and UEFI thrown around, especially when trying to switch Operating Systems or messing around with overclocking. 因此,您可能听说过BIOS和UEFI的首字母缩写词,尤其是在尝试切...
翻译
270阅读
0评论
0点赞
发布博客于 6 月前

大学免费的区块链课程_250所大学刚刚推出了900项免费在线课程。 这是完整列表。

大学免费的区块链课程If you haven’t heard, universities around the world are offering their courses online for free (or at least, partially free). These courses are collectively called MOOCs or Massive Open Onl...
翻译
883阅读
0评论
0点赞
发布博客于 6 月前

如何加入有抱负的开发人员的免费指导计划

Hi! If you're new here, get to know a bit about me. It is important because I hold education in high regard, so I want you to make sure you're learning from the right person. 嗨! 如果您是新来的,请对我有所了解 。 这很重要...
翻译
69阅读
0评论
0点赞
发布博客于 6 月前

react 服务器端渲染_如何通过三个简单的步骤在React应用中实现服务器端渲染

react 服务器端渲染By Rohit Kumar 由罗希特·库马尔(Rohit Kumar) Here’s what we will build in this tutorial: a nice React card like this one. 这就是我们将在本教程中构建的内容:一张像这样的漂亮的React卡。 In this tutorial, we’ll use server-sid...
翻译
77阅读
0评论
0点赞
发布博客于 6 月前

aws s3 静态网站_为什么不应该使用AWS S3或CloudFront交付静态资产

aws s3 静态网站AWS is THE cool kid in the town. Every comparison of different cloud providers is incomplete unless you compare them with AWS at least once. AWS是小镇上最酷的孩子。 除非您至少将它们与AWS进行一次比较,否则不同云提供商的每次比较都...
翻译
103阅读
0评论
0点赞
发布博客于 6 月前

如何构建React Native应用并将其与Firebase集成

In this tutorial, we are going to build a React Native app that is integrated with a Firebase backend. The app will support both the React Native CLI as well as Expo CLI. 在本教程中,我们将构建一个与Firebase后端集成的R...
翻译
157阅读
0评论
0点赞
发布博客于 6 月前

AWS CloudFormation:何时需要帮助

Staring at a plain, dumb command line prompt with no clue what to do with the AWS CLI next can be a humbling experience. And, in my experience at least, staring at the Management Console for AWS Cloud...
翻译
55阅读
0评论
0点赞
发布博客于 6 月前

git 检出并创建分支_Git分支介绍:如何在Git中删除,检出,创建和重命名分支...

git 检出并创建分支 git分支 (Git Branch)Git’s branching functionality lets you create new branches of a project to test ideas, isolate new features, or experiment without impacting the main project. Git的分支功能使您...
翻译
63阅读
0评论
0点赞
发布博客于 6 月前

unity游戏引擎_Unity游戏引擎指南:如何开始使用最受欢迎的游戏引擎

unity游戏引擎 Unity游戏开发 (Game Development with Unity)Unity is a cross-platform game engine developed by Unity Technologies, which is primarily used to develop video games and simulations for computers, c...
翻译
40阅读
0评论
0点赞
发布博客于 6 月前

html:file标签_解释HTML元素:什么是HTML标签以及如何使用它们?

html:file标签 什么是HTML元素? (What are HTML Elements?)Elements are the building blocks of HTML that describe the structure and content of a web page. They are the “Markup” part of HyperText Markup Language...
翻译
282阅读
0评论
0点赞
发布博客于 6 月前

哈希值 哈希码_什么是哈希? 哈希码如何工作-带有示例

哈希值 哈希码 哈希简介 (Introduction to hashing)Hashing is designed to solve the problem of needing to efficiently find or store an item in a collection. 哈希设计用于解决需要在集合中有效查找或存储项目的问题。 For example, if we have a ...
翻译
385阅读
0评论
0点赞
发布博客于 6 月前

对于Python中的循环

对于循环语句 (For Loop Statements)Python utilizes a for loop to iterate over a list of elements. Unlike C or Java, which use the for loop to change a value in steps and access something such as an array u...
翻译
62阅读
0评论
0点赞
发布博客于 6 月前