# note **Repository Path**: vidi_0312/note ## Basic Information - **Project Name**: note - **Description**: 学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # note 记录笔记。 目录结构: ```txt . ├── ML ├── ambari_study │   ├── base │   ├── log │   └── note ├── base │   ├── SASL │   ├── TCP │   ├── arithmetic │   ├── coding_habit │   ├── continue_integration │   ├── database │   ├── design_pattern │   ├── http │   └── regular_expression ├── big_hadoop │   ├── atlas │   ├── calcite │   ├── flink │   ├── flume │   ├── hadoop │   ├── hbase │   ├── hive │   ├── spark │   ├── sqoop │   ├── stream │   └── zookeeper ├── data │   └── tensorflow ├── docker ├── java │   ├── Collection │   ├── annotation │   ├── aspectJ │   ├── cglib │   ├── classloader │   ├── concurrent │   ├── functional_interface │   ├── jce │   ├── jep │   ├── jsr │   ├── jvm_monitoring │   ├── lambda │   ├── netty │   ├── nio │   ├── servlet │   ├── spring │   └── springboot ├── linux │   ├── ansible │   ├── centos7 │   └── repository ├── lucene │   ├── elastic │   └── solr ├── python │   ├── base_usage │   ├── bottle │   ├── django │   ├── flask │   ├── functools │   └── scrapy ├── redis ├── scala │   └── akka ├── tensorflow └── tools ├── IntelliJ_usage ├── brew ├── chrome-plugin ├── git └── maven ```