cumian8165
码龄6年
  • 856,563
    被访问
  • 暂无
    原创
  • 1,447,446
    排名
  • 62
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2016-03-18
博客简介:

cumian8165的博客

查看详细资料
个人成就
  • 获得69次点赞
  • 内容获得0次评论
  • 获得378次收藏
创作历程
  • 1208篇
    2020年
成就勋章
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

在此免费课程中构建您的第一个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项目教程。 但是他们几乎都希望您在开始本教程之前具备一...
翻译
发布博客 2020.08.21 ·
202 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
316 阅读 ·
0 点赞 ·
0 评论

我如何在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...
翻译
发布博客 2020.08.21 ·
965 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
437 阅读 ·
0 点赞 ·
0 评论

如何通过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是向网站添加图标的...
翻译
发布博客 2020.08.20 ·
626 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.20 ·
1024 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.20 ·
1354 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.20 ·
834 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.19 ·
387 阅读 ·
0 点赞 ·
0 评论

哈佛大学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...
翻译
发布博客 2020.08.21 ·
3797 阅读 ·
3 点赞 ·
0 评论

算法训练营 重编码_编码训练营结束后,我花了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 ...
翻译
发布博客 2020.08.19 ·
183 阅读 ·
0 点赞 ·
0 评论

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

编写用户故事模板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. 关于如何编写用户故事及其重要性的信息很多。 然而,我们许多人犯的错误使我们付出了很多代价。 ...
翻译
发布博客 2020.08.21 ·
724 阅读 ·
1 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
493 阅读 ·
0 点赞 ·
0 评论

推箱子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...
翻译
发布博客 2020.08.21 ·
294 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
321 阅读 ·
0 点赞 ·
0 评论

印地语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...
翻译
发布博客 2020.08.21 ·
452 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
409 阅读 ·
0 点赞 ·
0 评论

强制删除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...
翻译
发布博客 2020.08.21 ·
462 阅读 ·
0 点赞 ·
0 评论

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...
翻译
发布博客 2020.08.21 ·
10476 阅读 ·
1 点赞 ·
0 评论

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 ...
翻译
发布博客 2020.08.21 ·
98 阅读 ·
0 点赞 ·
0 评论
加载更多