自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

翻译 github请求超时_使用危险js和github操作自动执行常见的请求请求反馈

github请求超时One of the things I love about software engineering is that if I find myself doing a task often, I can instead choose to invest the time in automating it to save time in the long term.我喜欢软件工...

2020-10-14 13:18:22 1179

翻译 react 光标_带有React Framer运动部分的超酷自定义光标

react 光标I am constantly surprised and inspired by so many websites on awwwards.com, many of which frequently feature cool cursors and various effects.我不断地被awwwards.com上的许多网站感到惊讶和启发,其中许多网站经常具有漂亮的光标和各种效...

2020-10-14 13:08:51 715

翻译 子组件向父组件传递数据_如何将元素引用向下传递到角度的组件树中

子组件向父组件传递数据I recently had a requirement to make sure a PrimeNG Dropdown panel inside a modal with scrolling content was not constrained within the modal, but rather could be seen and interacted with w...

2020-10-14 12:59:20 475

翻译 u8api openapi_使用openapi模式验证器验证您的api

u8api openapiDennis O'Keeffe丹尼斯·奥基夫Follow跟随Sep 21 九月21In the previous post, I went on a small spike to explore generating TypeScript types from valid JSON schemas. Now, I want to look a little deeper ...

2020-10-14 12:50:06 692

翻译 迈克尔杰克逊mtv_使用功能强大的杰克逊对象映射器轻松解析json

迈克尔杰克逊mtvObjectMapper背景(ObjectMapper Background)JSON is used in many applications to store and send data, the ability to parse and read this data is very important on your journey to becoming a skill...

2020-10-14 12:39:58 217

翻译 react 库_立即学习React库的5个理由

react 库在2020/2021年成为JavaScript开发人员的必备技能(Must-Have Skill as a JavaScript Developer in 2020/2021)There are more than 50,000 job openings to React in the USA alone! Moreover, the demand for react develo...

2020-10-14 12:29:00 182

翻译 flutter web_在Flutter Web中使用JavaScript代码

flutter webWhen building cross-platform applications that can run on web, mobile and desktop, we often don’t need to access the underlying platform — we are either showing static data or we are commun...

2020-10-14 12:18:51 3177

翻译 vue.js 插槽_vue js中的插槽是什么,何时使用

vue.js 插槽介绍(Introduction)Vue.js implements the content distribution API using the <slot> element. It has some similarities to the children API of React.js.Vue.js使用<slot>元素实现内容分发API。 它与Rea...

2020-10-14 12:08:05 1121

翻译 使用nestjs从零开始构建rest api

什么是NestJS?(What is NestJS?)As mentioned at NestJS Documentation, Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is bui...

2020-10-14 11:58:06 1282

翻译 软件卸载不了显示卸载u_如何显示预载器

软件卸载不了显示卸载uHello again, thank you for stopping by! In this article, we will go through one of a million ways to let your users know something is loading in the background. Today, we will be implementi...

2020-10-14 11:47:24 249

翻译 redis 新增缓存树节点_第8部分:使用Redis在节点js中进行外部缓存

redis 新增缓存树节点In the previous part of the tutorial, we reviewed internal vs external caching, and different caching techniques. In this part, we’ll try external caching with redis, learn how to use it ...

2020-10-14 11:38:19 261

翻译 如何开始对React Router进行深入的项目解释

What will you consider most important for any application? don’t get intrigued okay. Just take a minute to think what’s the first thing you do when visiting a website. Mostly, looking around and click...

2020-10-10 02:29:43 154

翻译 react vue_带Vue命名的插槽来React

react vueWhile I was working on a React.js side project using Semantic UI React as a UI library, I noticed that its components are written in a way that reminds me of Vue.js components I write.当我使用语义U...

2020-10-10 02:19:48 107

翻译 javascript错误_您可能会犯的javascript错误

javascript错误Today I am going to talk about common mistakes you may be making in your Javascript project.今天,我将讨论您在Javascript项目中可能犯的常见错误。Javascript is one of the most popular language in the world but ...

2020-10-10 02:10:28 387

翻译 json转jwt_第6部分,使用jwt json网络令牌进行身份验证

json转jwtIn this part of the tutorial, we’ll integrate JSON Web Token, or JWT, to our Node.js app and use it for user authentication. On the diagram above, I outlined the main use case for using JWT. U...

2020-10-10 02:00:53 249

翻译 前端 扩展运算符_将微服务理念扩展到前端开发

前端 扩展运算符In 2019, I was very frustrated with Microservices architecture, and my colleague who was a frontend developer laugh at me because I was the only a developer in that team who worked on all 10 s...

2020-10-10 01:49:58 179

翻译 javascript 异步_异步javascript采访的十分钟

javascript 异步Welcome to the blog where I answer the most asked JavaScript Interview question, after Life Cycles of course :P.欢迎来到博客,在生命周期结束后,我将回答最常见JavaScript Interview问题:P。 什么是回调,承诺和异步等待? 哪个更好,如何实施?...

2020-10-10 01:40:37 129

翻译 javascript链表_使用javascript的链表初学者指南

javascript链表了解链接列表(Understanding Linked Lists)Even as a beginner user of JavaScript, chances are you have come across data structures like arrays, strings and objects. You may or may not have known t...

2020-10-10 01:30:46 375

翻译 h5画布动画_如何在没有画布的情况下创建精灵动画

h5画布动画When building a video game in JavaScript, or doing anything requiring animations beyond the normal capabilities of CSS transitions and keyframes, most people turn to the canvas element. It’s a v...

2020-10-10 01:20:14 272

翻译 破坏对象

In this post, I will talk about destructuring, first introduced in the ES6 version of Javascript. Destructuring is a way of extracting properties from an object or values from an array into variables....

2020-10-10 01:10:39 177

翻译 pdfmake 生成字体_用pdfmake生成有角度的pdf

pdfmake 生成字体最近,我为一个客户开发了一项功能,该功能涉及从他的Angular Web应用程序生成PDF文档。 经过研究,我们决定为此目的使用PDFMake 。(Recently I worked on a feature for a client that involved generating a PDF document from his Angular web applica...

2020-10-10 01:01:24 600

翻译 报纸打字项目_您的打字稿项目可能需要的十大实用工具

报纸打字项目Deepak Vishwakarma迪帕克·维什瓦卡玛Follow跟随Sep 20 九月20Photo by Jeff Sheldon on Unsplash Jeff Sheldon在Unsplash上拍摄的照片JS|TS By ExampleJS | TS示例您的TypeScript项目可能需要的十大实用工具(Top 10 Utilities you may need for y...

2020-10-10 00:52:04 99

翻译 赛普拉斯天线_赛普拉斯graphql响应模拟

赛普拉斯天线If you use Cypress and GraphQL in your project, you may want to test workflows that require mocking calls to GraphQL. There is no native support in Cypress for managing a GraphQL mock in an effi...

2020-10-10 00:43:00 143

翻译 使用quicktype从json模式生成类型

Dennis O'Keeffe丹尼斯·奥基夫Follow跟随Sep 21 九月21Building on from previous posts on a spike on JSON Schema, we will continue in this one by looking at an alternative library to the json-schema-to-typescript t...

2020-10-10 00:33:58 997

翻译 bro 使用_使用admin bro进行节点js身份验证和授权

bro 使用In this blog, I am explaining how to create a basic role-based authentication with Admin Bro. In my previous blog, I have explained what is Admin Bro and how to set up. Do visit it to know how t...

2020-10-10 00:24:33 535

翻译 javascript数组方法

概述:(Overview:)JavaScript arrays are comparably more versatile than arrays in other programming languages. That is because JavaScript arrays support dynamic memory by default which allows us to not wo...

2020-10-10 00:14:29 83

翻译 我们如何使用Firestore和Firetable构建虚拟实时事件平台

As in-person events continue to be held online amid the ongoing Covid-19 pandemic, many events are finding new ways to connect with their audiences and deliver more personal, engaging experiences. It’...

2020-10-10 00:03:41 162

翻译 ui框架 js框架_我们如何再次编写最快的javascript ui框架

ui框架 js框架I have a process. I apply this to almost any sort of problem I face.我有一个过程。 我将此应用于几乎所有我遇到的问题。Step 1. Define the problem 步骤1.定义问题This for me often takes the longest. It is absolutely critical...

2020-10-09 23:54:06 600

翻译 js 打字机_打字稿节点js express js创建后端应用程序

js 打字机介绍(Introduction)Hi there! At the end of this article you’ll know how to create a simple and reliable back-end application you can use as a sample for your future projects.嗨,您好! 在本文的最后,您将知道如何创建一...

2020-10-09 23:44:49 95

翻译 贪吃蛇游戏代码_110行代码中的蛇游戏

贪吃蛇游戏代码In this article, I will build a simple snake game in JavaScript from scratch. The player can control the snake by keyboard. Whenever the snake collides with food(a red circle), it gets 1 point ...

2020-10-09 23:34:33 1594

翻译 可实现与承诺之间有什么区别

I was happily doing some backend coding and at the part where I had to write a mongoose query to return a list of items, I got confused at whether I should chain .exec() or .then() behind the myModel....

2020-10-09 23:25:23 155

翻译 vue.js gulp打包_如何使用gulp自动执行vue js项目中的构建

vue.js gulp打包We know there are so many tasks we do manually while building a Vue project or any front end applications. We can automate all the repetitive tasks with the help of gulp. With Gulp, we ca...

2020-10-09 23:15:37 4138

翻译 回调函数javascript

The call back function is a core concept of asynchronous JS development. To better follow and understand the concept I suggest you code along with this blog so you can test your functions using the ex...

2020-10-09 23:04:41 58

翻译 react中解决异步_在React中管理异步代码

react中解决异步介绍(Introduction)Traditionally, dealing with asynchronous code in React has required some boilerplate:传统上,在React中处理异步代码需要一些样板:Make a wrapper component to show a pending or rejected state. 使...

2020-10-09 22:55:10 350

翻译 jekyll_从jekyll到gatsby的7个简单步骤

jekyllSix years ago, during my final year in college, I was enrolled in a course on Open Source technology. To pass the course was to do two things: contribute to an open source project, and blog abou...

2020-10-09 22:45:32 192

翻译 c语言用deno输入重定向_deno测试用例正在泄漏资源

c语言用deno输入重定向问题总结(SUMMARY OF THE PROBLEM)Recently, I have been working on an open-source Deno project centered around automatically generating documentation for your code based on your tests.最近,我一直在致...

2020-10-09 22:35:38 263

翻译 reactjs调用带参方法_在reactjs中进行api调用的模式

reactjs调用带参方法There are a lot of approaches we can make to do an API call in React. I will share what I’ve learned and discovered after dealing with different types of making an API call in React. This...

2020-10-09 22:25:51 661

翻译 依赖反转 依赖注入_欢迎来到依赖地狱

依赖反转 依赖注入This post has been a collaboration between Noviny, who has provided the deep lore around how this all works, and Sarah Federman, who has helped craft it into something understandable and read...

2020-10-09 22:15:28 740

翻译 kafka常见应用场景_快速常见场景中的url进行了深入解释

kafka常见应用场景URLs are everywhere in the apps we build. We reference local files using bundle paths, we fetch data from a path pointing to our API, and we fetch images to display visuals. When working wi...

2020-09-28 17:17:21 488

翻译 angular和ionic_使用ionic 4和angular添加徽章通知

angular和ionicSo you have an app that you’ve been working on for a while, and you can picture the perfect item to add next. A way for people who use your app to know when they have something that needs...

2020-09-28 17:06:47 233

空空如也

空空如也

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

TA关注的人

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