SQL is a standard language for storing, manipulating and retrieving data in databasee. 关系型数据库:RDBMS(Relational Database Mangement System) SQLite3: Rai ...
分类:
数据库 时间:
2017-12-23 19:05:21
阅读次数:
200
how to network your containers. Launch a container on the default network Docker includes support for networking containers through the use of network ...
分类:
Web程序 时间:
2017-12-23 17:16:54
阅读次数:
329
nodejs 调试,在 "官方文档(英文)" ,常用的两种: 一个在chrome安装插件inspector 第二种利用编辑 这里我使用vscode编辑来调试。 主要是配置 launch.json(用vscode打开项目是,会生成.vscode文件,launch.json就在里面), launch.j ...
分类:
Web程序 时间:
2017-12-20 18:03:10
阅读次数:
222
https://www.cnblogs.com/longdb/p/6978460.html ...
分类:
其他好文 时间:
2017-12-20 14:54:17
阅读次数:
258
需要的工具: 1.InteillJ IDEA 2.Git 3.GitHub帐号 步骤: 1.下载Git 下载地址:https://git-scm.com/downloads 安装完成后 勾选Launch Git,弹出来下面窗口代表安装Git成功 最后在这个窗口中键入: 注意git config命令的 ...
分类:
其他好文 时间:
2017-12-19 01:27:48
阅读次数:
240
launch.json { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configur ...
分类:
Web程序 时间:
2017-12-18 18:58:31
阅读次数:
262
转载:https://www.cnblogs.com/end/archive/2013/01/09/2852413.html hive中table可以拆分成partition,table和partition可以通过‘CLUSTERED BY ’进一步分bucket,bucket中的数据可以通过‘SO ...
分类:
其他好文 时间:
2017-12-16 17:10:06
阅读次数:
106
1、 下载Visual Studio Code (https://code.visualstudio.com/) 2、 安装插件Debugger for chrome 3、 确定tsconfig.json配置 "sourceMap": true 4、 生成调试配置文件launch.json 5、 设 ...
分类:
其他好文 时间:
2017-12-12 23:59:18
阅读次数:
401
一、下载myeclipse_2017_CI_8安装包与破解文件 二、安装myeclipse_2017_CI_8,安装完成后不要运行MyEclipse,将 "launch MyEclipse 2017 CI" 取消勾选,点击finish 三、解压破解文件,打开文件夹patch,将里面的文件全部复制。找 ...
分类:
系统相关 时间:
2017-12-12 16:01:16
阅读次数:
271
前言:为了使用mininet和ovs,想要弄一个轻量级的linux环境,所以在mac上安装了docker,顺便体验一下docker的便捷。 1.安装环境要求 System Requirements: Docker for Mac will launch only if all of these re ...
分类:
系统相关 时间:
2017-12-10 22:49:56
阅读次数:
297