自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

翻译 开源api_开源IP地理位置API

开源apiGeo-location is the identification or estimation of the real-world geographic location of an Internet-connected computer terminal or device. 地理位置是对互联网连接的计算机终端或设备的真实地理位置的标识或估计。 Basically, we can...

2020-07-23 15:36:17 1171

翻译 nodejs pm2 迁移_从NodeJS迁移到Go

nodejs pm2 迁移The approach of this article is this: 本文的方法是这样的: You are a seasoned NodeJS developer, and are looking to learn a new language, but you don't want to go deep, just see how things compare...

2020-07-23 15:27:08 883

翻译 css网格_深入研究CSS网格

css网格 介绍 (Introduction)This is the advanced version of the introductory tutorial on Grid I previously published, here, on Scotch. If you are new to Grid, be sure to check it out first. 这是入门教程的网格我的...

2020-07-23 15:18:02 543

翻译 带有serpstack的实时Google搜索结果API

SERP stands for Search Engine Results Page. serpstack is an API that queries the result page of search engines and gives you a clean JSON response. SERP代表搜索引擎结果页。 serpstack是一个API,可查询搜索引擎的结果页面,并为您提供干净...

2020-07-23 15:08:15 1867

翻译 探索新的GitHub CLI

GitHub recently announced their new CLI offering. cli.github.com GitHub最近宣布了其新的CLI产品。 cli.github.com It allows us to do GitHub work directly from the command line. This is more than just push or pul...

2020-07-23 14:59:13 489

翻译 vue.js 全局应用js_在Vue.js应用中使用包裹

vue.js 全局应用jsWhen it comes to bundler, Webpack seems to be the de-facto bundler within the Vue.js community. In this tutorial, I will be showing you how to use Parcel in a Vue.js application completel...

2020-07-23 14:50:09 234

翻译 byte buddy_与Buddy一起更快地部署应用

byte buddyThe software development ecosystem is ridden with tools and technologies supporting each phase of the software development lifecycle. From development, testing, deployment, maintenance, scal...

2020-07-23 14:39:31 473

翻译 React Render Props解释

Render props is a relatively new and popular way to share/reuse code in React. React router and Downshift are libraries that use render props. 渲染道具是一种相对较新的流行方法,用于在React中共享/重用代码。 React router和Downshif...

2020-07-23 14:29:22 174

翻译 JavaScript三元运算符

Ternary operators allow us to really quickly write shorter **if** statements 三元运算符允许我们真正快速地编写较短的** if **语句 Here's a quick example: 这是一个简单的例子: // chris is level 100 cool// everyone else is level 9...

2020-07-23 14:19:40 344

翻译 倒数第二个元素css选择器_创建一个CSS / JS倒数计时器

倒数第二个元素css选择器I was watching Disney+ the other day (Mandalorian rocks!) and I saw a neat UI for auto advancing a user to the next episode. It was a button with a countdown. 前几天,我在看迪士尼+(Mandalorian摇滚!)...

2020-07-23 14:09:04 778

翻译 Laravel Eloquent:API资源

介绍 (Introduction)When creating API's, we sometimes specify the data we want back in the various controller actions: 创建API时,有时我们会在各种控制器操作中指定要返回的数据: public function show(Book $book){ return r...

2020-07-23 13:58:29 485

翻译 在React中使用Font Awesome 5

Font Awesome is an... awesome (sorry I had to) product. React is a brilliant coding library. It would only make sense to use them together. I've been using Font Awesome for a long time and was stoked ...

2020-07-23 13:49:08 1286

翻译 python 构建简单窗口_用Python构建聊天窗口小部件

python 构建简单窗口Building quality digital products is a requirement toward acquiring long-term customers, but inefficient communication is an efficient way to lose them just as quickly as you gain them. T...

2020-07-23 13:39:08 1211

翻译 小程序 透明度不生效_尾风不透明度实用程序类

小程序 透明度不生效Tailwind 1.4 just got released and with it comes three really cool things: Tailwind 1.4刚刚发布,它带来了三件非常酷的事情: Color opacity utlities 颜色不透明性 Built-in PurgeCSS 内置PurgeCSS IE 11 target mode (ex...

2020-07-23 13:28:34 723

翻译 React Hooks入门

React Hooks are a great new feature in React 16.8. React 16.6 brought some awesome new things like React.memo() and React.lazy and Suspense. The React team isn't stopping there. React Hooks是React 16....

2020-07-23 13:17:46 233

翻译 AdonisJs 4.0的新增功能

AdonisJS 4.0 has been in development for quite some time now. Recently Harminder Virk the creator of AdonisJs announced a dev release of the much awaited v4.0 of the framework. In his words: AdonisJS...

2020-07-23 13:08:11 223

翻译 为什么在JavaScript中使用“ This”

While JavaScript is a fun and powerful language, it can be tricky and requires a proper understanding of its underlying principles to mitigate common errors. 尽管JavaScript是一种有趣且功能强大的语言,但它可能会很棘手,并且需要正确...

2020-07-23 12:58:23 613

翻译 mvc 右下角 弹框_角世界中的MVC

mvc 右下角 弹框When designing software with a user interface, it is important to structure the code in a way that makes it easy to extend and maintain. Over time, there have been a few approaches in separa...

2020-07-23 12:48:40 318

翻译 call突变_深入研究GraphQL突变

call突变This is a continuation on the series i’ve been doing on GraphQL Actions. In the last post on this series we worked on a Deep Dive into Queries. This time, we will take a closer look at Mutations...

2020-07-23 12:39:16 378

翻译 node cron_Node.js Cron作业示例

node cronEver wanted to do specific things on your application server at certain times without having to physically run them yourself. You want to spend more of your time worrying about productive tas...

2020-07-23 12:28:50 304

翻译 ztree新增节点_节点10“ Dubnium”中的新增功能

ztree新增节点Node.js 10.0.0 is the seventh major Node.js release since the launch of the Node.js Foundation. In October of 2018, it will become the next Active Long Term Support branch. 自从Node.js Foundat...

2020-07-23 12:19:36 240

翻译 vs code调试代码_在VS Code中调试节点代码

vs code调试代码Visual Studio Code has an amazing amount of functionality built in, including support for debugging applications. Although the functionality is there, it took me several tries to figure out...

2020-07-23 12:08:38 747

翻译 Gridsome入门

The era of Static Site Generators is changing over time, a lot of cool tools are being created to help foster the JAMStack evolution and developers are embracing these tools. One of the tools for crea...

2020-07-23 11:58:06 404

翻译 Laravel 5.4的新增功能

If you've been following Scotch for a while, you heard a lot about Laravel. Some months ago, Laravel 5.3 was released. It introduced new features like Mailables. 如果您一直关注Scotch一段时间,那么您会听到很多有关Laravel的信...

2020-07-23 11:47:11 164

翻译 expressjs_ExpressJS 5.0的新增功能

expressjsExpress 5.0 is currently in the alpha release stage and it will not be quite different from Express 4. While the underlying API remains the same as that of Express 4, you may need to watch fo...

2020-07-23 11:37:06 857

翻译 在MySQL中使用JSON

SQL databases tend to be rigid. SQL数据库趋于僵化。 If you have worked with them, you would agree that database design though it seems easier, is a lot trickier in practice. SQL databases believe in struct...

2020-07-23 11:27:02 399

翻译 如何使用Sass Mixins

Sass is incredible. Whether using it as Sass or SCSS, it improves productivity and makes complex CSS tasks easy. Sass is easy to debug and lets us do more with CSS. 萨斯是不可思议的。 无论将其用作Sass还是SCSS,它都可以提高生...

2020-07-23 11:17:55 315

翻译 深入探究linux_深入探究GraphQL查询

深入探究linuxIn my last GraphQL post, I talked about the good and bad sides of GraphQL. In this post, we'll take an in-depth look at GraphQL like queries to understand them better and demonstrate how best...

2020-07-23 11:07:41 176

翻译 keygen_Laravel随机密钥与Keygen

keygenWhen developing applications, it is usually common to see randomness come into play - and as a result, many programming languages have built-in random generation mechanisms. Some common applicat...

2020-07-23 10:57:40 2639

翻译 angular sass_在Angular CLI中使用Sass

angular sassOne of the first things you'll usually do in a project is to bring in Sass to make working with CSS easier. 通常,在项目中要做的第一件事就是引入Sass来简化 CSS的工作。 When working with the Angular CLI, the def...

2020-07-23 10:47:25 372

翻译 初学者 编程_初学者可访问性

初学者 编程Building accessible applications or websites is not the norm today. This is because the idea of accessibility is known to most developers, while in actual sense it is often neglected and not a c...

2020-07-23 10:37:54 163

翻译 django中的app_在Django中构建Weather App

django中的appIn this article we'll build a simple Django app that displays the current weather for various cities. To get the current weather data, we'll use the Open Weather Map API. 在本文中,我们将构建一个简单的D...

2020-07-23 10:28:53 251

翻译 使用AdonisJS构建Web应用

AdonisJS is a Node.js MVC framework. It offers a stable eco-system to write web servers so that you can focus on business needs over finalizing which package to choose or not. In this tutorial, I’ll b...

2020-07-23 10:19:06 861

翻译 使用Multer进行文件上传

File upload is a common feature that almost every website needs. We will go through step by step on how to handle single and multiple file(s) upload with Express, save it to database (LokiJs), and ret...

2020-07-23 10:08:46 556

翻译 本地启动本地mysql_通过本地化启动并运行

本地启动本地mysqlDo you cater a large audience? Are you planning on building a website that serves multiple people now or in the future? If you can answer any of these questions then this article is for you...

2020-07-23 09:58:53 1688

翻译 scrap_Web Scrap Scotch:节点方式

scrapA lot of new web technologies and design paradigms have emerged in the last couple of years. Some programming languages are beginning to gain increasing popularity. It's very likely to have heard...

2020-07-23 09:48:17 699

翻译 heroku_将AdonisJS应用程序部署到Heroku

herokuThe question on how to deploy AdonisJS apps keeps popping out within the AdonisJS community. The thing is that most people tend to forget that AdonisJS apps are Node.js applications and can be d...

2020-07-23 09:37:54 213

翻译 将Laravel部署到DigitalOcean

In this tutorial, I’ll be showing you how to deploy a Laravel application to DigitalOcean. For the purpose of this tutorial, I have created a demo Laravel application, which we’ll be deploying to Digi...

2020-07-23 09:28:33 217

翻译 hapi.js_使用Hapi.js制作RESTful API

hapi.js 介绍 (Introduction)As the century dawns, we see new technologies and architectures which companies, startups and developers, alike, are using to power their next big application; some of thes...

2020-07-23 09:17:50 799

翻译 了解JavaScript中的范围

介绍 (Introduction)JavaScript has a feature called Scope. Though the concept of scope is not that easy to understand for many new developers, I will try my best to explain them to you in the simples...

2020-07-23 09:07:11 181

空空如也

空空如也

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

TA关注的人

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