- 博客(27)
- 收藏
- 关注
翻译 斐波那契javascript实现比较
I had some free time and was going through some programming concepts and came across the famous Fibonacci sequence.我有一些空闲时间,正在研究一些编程概念,并遇到了著名的斐波那契数列。Although I didn’t know the exact formula, I knew i...
2020-10-11 06:44:09 375
翻译 如何实现刷新令牌功能前端
Security in front-end applications differ based on requirements and as an engineer, your task is to meet those requirements while keeping a remarkable experience for your users. Using the Bearer Token...
2020-10-11 06:33:15 1166
翻译 javascript解决最近通话次数
Number of Recent Calls is one of the leetcode questions that tripped us up. (As you can see how many downvotes it has.????) In the following blog, I’ll try to explain the problem and the example line by ...
2020-10-11 06:24:10 186
翻译 tdd 使用详解_基于tdd和迁移管理,使用adonisjs构建rest api
tdd 使用详解In this article, we will build a simple REST API using the Adonisjs framework, including test-driven development and migration practice. As Adonisjs is a Nodejs MVC framework, so, we need to h...
2020-10-11 06:13:44 182
翻译 如何在javascript中创建自定义是没有警报
With built-in JavaScript, you get only three types of JavaScript alert popups, and those are :使用内置JavaScript,您只会获得三种类型JavaScript警报弹出窗口,分别是:Alert Box 警报框Confirm Box确认框Prompt Box提示框Now, the problem wi...
2020-10-11 06:03:56 85
翻译 spotify使用教程_使用Spotify oauth对您的应用程序进行身份验证
spotify使用教程In this blog, I will demonstrate how to implement Spotify OAuth with Node and Passport JS. To implement this, we will be using a third-party library called Passport JS. Passport JS is authe...
2020-10-11 05:53:54 3474
翻译 节点和通行证js github认证
As a developer, It’s very often we would have used Github accounts to login to a web application. The process would have been so simple. This blog will explain to you how to implement Github authentic...
2020-10-11 05:42:58 431
翻译 Docker React Router和Nginx找不到404
I had found other guides for dockerising a React project using React Router and served using Nginx. However I kept on coming upon this error when going to an address that was not the root (ie /users o...
2020-10-11 05:33:56 275
翻译 通过javascript创建动态html表
This tutorial will teach you how to create a dynamic HTML table through the use of Javascript and Document Object Model (DOM) manipulation. The number of table rows and cell content will vary dependin...
2020-10-11 05:23:14 291
翻译 dz道具中心怎么添加新道具_但是你通过了道具
dz道具中心怎么添加新道具用言语讨论您今天或本周在课堂上学到的东西。(Discuss in words something you learned in class today or this week.)Global vs. Local State: The state is the current data that our app stores to control its behavio...
2020-10-11 05:13:27 479
翻译 通天塔 文献_通天塔简介
通天塔 文献什么是通天塔?(What is Babel?)Babel is a tool to help us transpile newer versions of JavaScript code such as ES6 into older versions of JavaScript: it even helps you transpile TypeScript. 巴别塔是帮助工具我们tr...
2020-10-11 05:03:31 335
翻译 javascript 堆栈_了解JavaScript堆栈中的数据结构
javascript 堆栈I recently wrote an article about solving an algorithm problem in JavaScript using queues. Let’s now take a look at a solution involving a stack.我最近写了一篇有关使用队列解决JavaScript中的算法问题的文章。 现在让我们看...
2020-10-11 04:53:13 173
翻译 nuxt 调用原生js函数_nuxt js在firebase云函数上的打字稿中表达api
nuxt 调用原生js函数tl;dr: Here’s an example repo of Nuxt.js & Express using TypeScript, deployable to Firebase Cloud Functions and Hosting, set up for both development and production use.https://github....
2020-10-11 04:44:03 381
翻译 react 使用 svg_在React本机中使用svg构建钟面
react 使用 svgIn this article, we are going to look at how to draw a nice-looking analog clock face by using react-native, react-native-svg , and styled-components. The clock is going to tell time, tick...
2020-10-11 04:34:08 410
翻译 javascript变量范围
介绍:(Introduction:)This article is first part of very important topics in javascript which covers the basics of programming in javascript. 本文是javascript中非常重要的主题的第一部分,涵盖了javascript编程的基础。In this articl...
2020-10-11 04:24:40 364
翻译 什么是node repl_什么是节点js repl及其用法
什么是node replREPL stands for Read Eval Print Loop and it represents a computer environment like a Windows console or Unix/Linux shell where a command is entered and the system responds with an output i...
2020-10-11 04:14:38 480
翻译 gatsby_gatsby运行创建cd管道
gatsbyMy last adventure was migrating my crufty Jekyll site to Gatsby. I used to deploy my Jekyll site manually by building it locally and pushing the generated static content to the gh-pages branch o...
2020-10-11 04:04:45 109
翻译 tp5 api开发_我为新开发人员准备的5大API
tp5 api开发重点(Top highlight)While trying to level-up my front-end programming and JavaScript skills, I ran out of ideas for things to create, and I wanted to learn more about making API calls. I thought...
2020-10-11 03:54:08 382
翻译 像apro一样轻松地将复杂的Java对象与json相互转换
杰克逊对象映射器(Jackson Object Mapper)Introducing, the black magic that is the objectMapper. This library is the go to, state of the art, hands down #1 place to go for translating Json to a java class and v...
2020-10-11 03:44:14 186
翻译 javascript 过滤_javascript地图过滤器减少说明
javascript 过滤Umm…嗯...So, what exactly are map(), filter() and reduce()? 那么,map(),filter()和reduce()到底是什么?They are JavaScript methods of ECMAScript 5 version used to manipulate data in an array. 它们是EC...
2020-10-11 03:34:14 147
翻译 让我们了解Express js框架
$ npm install express --saveNode.js has become a reliable and trusted framework for modern web application development, providing a runtime environment that allows the use of JavaScript for both clien...
2020-10-11 03:23:52 506
翻译 子组件向父组件传递数据_如何将元素引用向下传递到角度的组件树中
子组件向父组件传递数据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-11 03:13:24 121
翻译 将暗模式添加到您的React项目
Dark mode gives users the power to control their own experience when using your site — giving them a better user experience. For this reason, you might be interested in adding a dark mode feature to y...
2020-10-11 03:02:28 557
翻译 mongodb 移除节点_如何使用节点js和express和mongodb制作任务管理器api
mongodb 移除节点Let's dive in by defining the functionality and the structure we are going to have.让我们通过定义功能和结构来深入研究。Ability to create, read, update, and delete tasks. 能够创建,读取,更新和删除任务。User profile with ...
2020-10-11 02:52:53 178
翻译 统计数据会说谎_关键绩效指标说谎时代价高昂的数据科学错误
统计数据会说谎 精神领袖 (THOUGHT LEADERSHIP) 关键绩效指标何时说谎 (When KPIs lie)Was it there something we could do together to improve sales, the beauty company’s Russian country manager asked my business partner Darya...
2020-09-15 12:41:04 485
翻译 用一年的数据预测下一年数据_一年的数据科学博客值得吗
用一年的数据预测下一年数据It’s been roughly a year since my first article was published. Here I am, writing my 115th article — but this is the first one focused on data science soft skills. So, was it all worth it...
2020-09-12 14:38:26 911
翻译 在python中分析药品销售数据
介绍 (Introduction)The purpose of this project is to analyse pharmaceutical sales data. Analysing sales data and predicting future sales based on historical data is a very common data science task. Th...
2020-09-12 14:28:47 1777
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人