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
Linux-功能模块-服务器时间同步
tags: 时间同步 ntdp chrony Linux 说明: 分布式多台服务器时需要配置时间同步机制。 对于集群或者跨服务器的系统而言,需要统一服务器时间 能够连接外网的机器可以所有机器和网络时间同步 不能连接外网的机器可以所有机器和第一台同步 主机需要和网络时间同步。 ntpd 时间同 ...
2021-10-23
linux
Linux-HTTPS证书配置
环境说明 CentOS 8.1.1 httpd 2.4.37 机器 IP: 192.168.172.73 主机名: fdm 说明事项 文件修改前备份 证书等位置 储存在 /etc/httpd/extra/https_cert 配置说明证书配置生成服务器证书, root 用户 12345678 ...
2021-10-23
linux
网络配置
说明: 详细文档详见 印象笔记中《配置静态IP》 Cenots7-网络配置TODO Centos8-网络配置12345678910111213141516171819202122232425# 重启网络nmcli c reload# 桥接网络-配置静态网络(仅供参考)# 文件 /etc/sysc ...
2021-10-23
linux
Linux-Locale
Locale 是根据计算机用户所使用的语言,所在国家或者地区,以及当地的文化传统所定义的一个软件运行时的语言环境。 Locale 包括语言(Language), 地域 (Territory) 和字符集(Codeset)。一个 locale 的书写格式为: **语言[_地域[.字符集]]**。完全的 ...
2021-10-23
linux
Linux-功能模块
功能模块删除乱码文件 tips步骤 1:查看文件的 num 1ls -li 步骤 2:查看确定文件 12# 避免误删其他文件find . -inum 1490945 步骤 3: 删除指定文件 1find . -inum 1490945 -exec rm {} -rf \; ...
2021-10-23
Linux-性能监控工具
tags: 2020年 06月 Linux 性能测试 性能监控 性能优化 CentOS8 性能测试监控工具常见性能工具: 序号 命令 说明 1 dstat 多类型资源统计工具 2 atop. 相比 top 更好的 ASCII 码体验 3 nmon 类 Unix 系统的性能监控 ...
2021-10-23
linux
Linux-功能模块-FTP配置
环境说明: CentOS7.5+ or CentOS8 注意事项: 配置单向网关或防火墙策略时,外部网络变动时,容器内部不会变动,容器以及 docker 都需要重启才可以更新。 ftplib 连接前置依赖说明 信息说明 服务器 A-本机服务器 服务器 B-远程服务器 注意事项 服务器 ...
2021-10-23
linux
Linux-Centos8部署配置
tags: 2019 年 Linux Centos7 环境说明: 系统版本: CentOS7.5 功能升级内核https://blog.csdn.net/qq_21165007/article/details/102723438 安装无线网卡https://blog.csdn.net/qq_21 ...
2021-10-23
linux
Linux-性能测试工具
TODO 待完善 安装说明12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 ...
2021-10-23
linux
Apache
Apache 简介 Apache 是世界使用排名第一的 Web 服务器软件。它可以运行在几乎所有广泛使用的计算机平台上,由于其跨平台和安全性被广泛使用,是最流行的 Web 服务器端软件之一。它快速、可靠并且可通过简单的 API 扩充,将 Perl/Python 等解释器编译到服务器中。同时 Apac ...
2021-10-23
module
<
1
…
20
21
22
23
24
25
>