Time limit1000 ms Memory limit65536 kB Background The knight is getting bored of seeing the same black and white squares again and again and has decid ...
分类:
其他好文 时间:
2018-08-19 01:04:43
阅读次数:
179
ES的资源: https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.htmlhttps://www.elastic.co/webinars/getting-started-kibana?baym ...
分类:
其他好文 时间:
2018-08-12 22:50:16
阅读次数:
271
Node.js v8.x 中文文档 https://www.nodeapp.cn/modules.html Bootstrap 简洁、直观、强悍的前端开发框架,让web开发更迅速、简单 https://v4.bootcss.com/docs/4.0/getting-started/introduct ...
分类:
Web程序 时间:
2018-08-12 12:06:46
阅读次数:
182
Description Farmer John recently bought another bookshelf for the cow library, but the shelf is getting filled up quite quickly, and now the only avai ...
分类:
其他好文 时间:
2018-08-10 21:22:12
阅读次数:
153
概述 Proxy 用于修改某些操作的默认行为,等同于在语言层面做出修改,所以属于一种“元编程”(meta programming),即对编程语言进行编程。 Proxy 可以理解成,在目标对象之前架设一层“拦截”,外界对该对象的访问,都必须先通过这层拦截,因此提供了一种机制,可以对外界的访问进行过滤和 ...
分类:
其他好文 时间:
2018-08-08 13:55:28
阅读次数:
153
入门教程和文档 | Visual Studio - Visual Studio https://visualstudio.microsoft.com/zh-hans/vs/getting-started/ ...
分类:
其他好文 时间:
2018-08-03 18:04:10
阅读次数:
193
React Native (web Android)环境搭建踩坑(真的是一个艰辛的过程,大概所有坑都被我踩了 官方文档地址 : https://facebook.github.io/react-native/docs/getting-started 选择 Building Projects with ...
分类:
其他好文 时间:
2018-08-02 20:57:02
阅读次数:
358
安装 docker run -d -p 4200:4200 crate UI访问 http://localhost:4200/#!/ 创建数据 tweets 是默认导入的,点击帮助导航可以操作 登陆 docker exec -it dockercontainerId sh crash 查询表 创建表 ...
分类:
数据库 时间:
2018-08-02 20:40:28
阅读次数:
991
写在前面的话 本系列文章仅仅代表个人的观点,结合自己的学习、使用经验,将kafka0.8.2官方文档,进行翻译,目录结构按照官方文档进行排版。 目的: 一、Getting Started 1、1 Introduction(简介) Kafka是一个分布式、分区的、数据备份的日志收集系统。Kafka使用 ...
分类:
其他好文 时间:
2018-07-30 20:21:19
阅读次数:
816
1、准备工作 (1)Python版本为3.6或者更高版本 (2)已经创建了一个Python工程并且添加了内容,具体参考: Getting Started tutorial 2、第一步——运行代码 打开之前编写的Oldboy.py文件,在编辑框中右键,选择快捷菜单中的“Run 'Oldboy'”选项。 ...
分类:
其他好文 时间:
2018-07-26 22:06:01
阅读次数:
170