自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Git 命令必知必会汇总

Git 命令必知必会汇总 1. Setup & Init 基本的设置和初始化 //initialize an existing directory as a Git repository git init git clone [url] retrieve an entire repository from a hosted location via URL 2 . stage &am...

2019-10-21 12:16:00 257

原创 数据开发学习路线图-1

首先声明,本文非原创,而是本人基于别人的帖子,而总结出来的学习路线图,十分感谢原作者。 前言 对于进入想进入这个行业的工程师来说,他们关心的第一个问题,莫过于发展潜力和薪资了。作为一个行业小白,薪资待遇方面,我不是很清楚,但是对于数据开发这件事,我从从战略上是十分看好的,原因如下: 今后的所有的物件或者说产品都将是智能化的;智能化本质上就是基于数据的推荐,搜索或者分类问题;无论具体在哪个门类工作...

2019-04-15 08:35:45 233

原创 Docker常用命令汇总

Docker 常用命令的汇总 此篇文章,针对是Docker世界中的小白,Docker使用的扫盲贴,在掌握Docker的基本命令后,我们后续会推出进阶篇~ 0. Image vs Container An instance of an image is called a container. You have an image, which is a set of layers as you de...

2019-03-24 22:21:08 379

原创 GraphQL的代码实践

1. Good and Bad on GraphQL 普通的Query 是去查询数据库,而GraphQL 是去查询API, 这个可以给予开发他们所需的所有数据,不多不少 i. Good side of GraphQL a. 精准抓取数据 GraphQL minimizes the amount of data which is transferred across the wire by bei...

2019-03-13 08:31:20 415

原创 Linux常见命令汇总

1. If 条件语句 if is a command in Linux which is used to execute commands based on conditions if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]… [ else COMMANDS; ] fi ServiceFlag=$(netstat -...

2019-03-06 17:12:33 341

原创 GraphQL的应用

1. graph QL 基本概念 a. 什么是GraphQL? 官网定义如下: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. It gives clients the power to ask for exactly what th...

2019-02-28 14:17:18 628

原创 Lodash 常见的方程用法

Lodash Common function Collection 1. reduce .reduce(collection, [iteratee=.identity], [accumulator]) Reduces collection to a value which is the accumulated result of running each element in collecti...

2019-02-24 21:43:02 326

空空如也

空空如也

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

TA关注的人

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