NoteBook
ABOUT
UidGenerator
Algorithm
README
BigData
README
bigdata-Redis
bigdata-clean
bigdata-ecosphere
bigdata-flink
bigdata-hadoop
bigdata-hbase
bigdata-hive-sql
bigdata-hive
bigdata-huey
bigdata-kafka
bigdata-prestodb
bigdata-quality-analysis
bigdata-rabbitmq
bigdata-scylladb
bigdata-spark
bigdata-visualization-web
Languages
Go
go-env-config
go-info
readme
Linux
README
linux-apache
linux-bashshell
linux-centos8
linux-cmdn-test
linux-cmdn-tools
linux-ftp
linux-function
linux-https-cert
linux-locale
linux-network
linux-nfs
linux-ntpd
linux-pip
linux-raid
linux-restart-scripts
linux-ssh
linux-svn
linux-term-info
linux-trash
linux-using-cmd
linux-virtualenvwarapper
linux-yum
趣味命令
Python
README
learn1-base-know
learn1-class
learn1-data-type
learn1-func
learn1-info
learn1-install
learn1-knowledge
learn1-module
learn1-runoob
learn1-try-except
learn2-asyc-code
learn2-base-principle
learn2-decorator
learn2-design-mode
learn2-garbage-collection
learn2-generators
learn2-magic-func
learn2-optimization-tips
learn2-optimization-tools
learn2-process
learn5-algorithm-know
learn5-algorithm-topic
learn5-data-structure
learn9-code-format
learn9-py2-diff-py3
learn9-py2-to-py3
learn9-scripts-read-conf
learn9-terms
learn9-utils
lib-logging
lib-os
lib-re
lib-sys
lib-time
lib3-click
lib3-dask
lib3-faker
lib3-flask
lib3-ipython
lib3-jieba
lib3-nosetests
lib3-pandas
lib3-re
lib3-selenium
lib3-sqlalchemy
lib3-z-packages
Web
ReadMe
bootstrap
web-angularJs
web-echarts
web-gis
web-html
web-http-requests
web-javascripts
Projects
GUI编程
GUI
课堂抽签助手
config
database-4bcf258d288d59d13e33eafc4692e706
README
Stocks
01-选股思路
README
README
TODO
Tools
A-Tips
001-术语知识
002-知识清单
01-IT术语
03-数据结构
04-算法
A-hot-github
B04-趣味算法题
datastruct-chain
datastruct-index
info
readme
tips-cmd
tips001
策略知识
Anaconda
cmd
config
install
issue
readme
BigData
README
bigdata-Redis
bigdata-clean
bigdata-ecosphere
bigdata-flink
bigdata-hadoop
bigdata-hbase
bigdata-hive-sql
bigdata-hive
bigdata-huey
bigdata-kafka
bigdata-prestodb
bigdata-quality-analysis
bigdata-rabbitmq
bigdata-scylladb
bigdata-spark
bigdata-visualization-web
Centos8
README
Chrome
Win-Chrome
module
plugins
readme
Crawl
README
crawl-anti-spider
crawl-auth
crawl-download-progress-bar
crawl-framework-diff
crawl-info
crawl-lawer
crawl-pyquery
crawl-re
crawl-resumable-large-files
crawl-xpath
Databases
README
db-db2
db-mysql
db-oracle-config
db-oracle-optimization
db-oracle
Django
README
cmd
config
example
function
install
plugins-edit
plugins
Docker
docker-cdh
docker-cmd
docker-compose
docker-db2
docker-es
docker-function
docker-info
docker-install
docker-issue
docker-mysql
docker-neo4j
docker-oracle
docker-redis
readme
ElasticSearch
README
es-cmd
es-config
es-function
es-install
es-issue
Git
README
git
Github
github
plugins
readme
Graph
gremlin-cmd
hugegraph-cmd
hugegraph-info
hugegraph-install
hugegraph-issue
hugegraph-load
neo4j-cmd
neo4j-config
neo4j-function
neo4j-info
neo4j-install
neo4j-load
readme
Hexo
hexo
NodeJs
cmd
install
Pycharm
README
Win-Pycharm
crack
README
Server
CentOS8
README
Win10
Tips
README
Win-VNC
Win-Virtualbox
code-line-statis
drools-rule-engine
gitbook
sbt
Vscode
Win-VScode
plugins
readme
ml
README
docs
ml-01学习指南
ml-02相关术语
ml-03发展历程
ml-04代码实践
google-course
01快速链接
02机器学习概念
03机器学习工程
04机器学习系统在现实世界里的应用
readme
resources
Redis
部署说明12345678910docker pull redisdocker run -p 6379:6379 --name redis \ -v ${redis_conf}:/etc/redis/redis.conf \ -v ${redis_data} ...
2021-10-23
Docker-Mysql 部署文档
Docker-Mysql12# 如果防火墙已开启,必须开放端口,否则容器无法启动firewall-cmd --zone=public --add-port=3306/tcp --permanent Centos8.2 容器配置 1234567891011121314# 拉取镜像docker pul ...
2021-10-23
module
>
docker
Docker-Neo4j 部署文档
Docker-Neo4jDocker-Neo4j-3.3.5 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 ...
2021-10-23
module
>
docker
Docker部署文档
Docker InstallCentOS6安装说明: CentOS6.10 环境,要求 6.8+ Docker 版本 1.7.1 步骤 1: 配置下载镜像 docker.repo 文件 CentOS6 安装方法 1234567[root@yinsho ~]# cat /etc/yum.repos ...
2021-10-23
module
>
docker
Docker常见问题
常见问题/var/run/docker.sock: permission denied参考链接: Are you trying to connect to a TLS-enabled daemon without TLS? 详细日志 1FATA[0000] Get http:///var/run/d ...
2021-10-23
module
>
docker
Docker 功能模块
TODO docker进入容器后,界面会出现问题,会进入容器登录界面,待解决 功能模块Docker 修改默认存储位置(可选)由于 Docker 默认存储位置在 /, 但/空间不足时,可以将默认存储位置修改到其他位置。 123456789# 先关闭 docker 容器docker stop xxxx# ...
2021-10-23
module
>
docker
Docker 介绍
Docker 的应用场景 Web 应用的自动化打包和发布。 自动化测试和持续集成、发布。 在服务型环境中部署和调整数据库或其他的后台应用。 从头编译或者扩展现有的 OpenShift 或 Cloud Foundry 平台来搭建自己的 PaaS 环境。 Docker 的优点 持续部署与测试 Doc ...
2021-10-23
Docker-Db2 部署文档
Docker-Db2(未测试)123456# pulldocker pull ibmcom/db2express-c# rundocker run -d -it -p 5000:5000 \ -e DB2INST1_PASSWORD=db2inst1-pwd -e LICENSE=accept \ ...
2021-10-23
module
>
docker
Docker-Elasticsearch 部署文档
Docker-ES 部署宿主机部署解压即用 使用 Docker-Compose 部署配置样例创建网络 1docker network create --subnet=172.19.0.0/16 esnetwork es-docker-compose.yml 文件内容 123456789101112 ...
2021-10-23
module
>
docker
Docker常用命令
Docker 常用命令1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071# Dock ...
2021-10-23
module
>
docker
<
1
…
6
7
8
9
10
…
25
>