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
flask-后台技术框架
相关资源https://www.cnblogs.com/eric_yi/p/8184018.html ...
2021-10-23
module
Dask并行任务调度
Dask 说明介绍Dask是用于 Python 中并行计算的灵活库。 达斯由两部分组成: 动态任务调度针对计算进行了优化。这类似于 Airflow,Luigi,Celery 或 Make,但已针对交互式计算工作负载进行了优化。 “大数据”集合(如并行数组,数据帧和列表)将诸如 NumPy,Pand ...
2021-10-23
module
内置包-time
...
2021-10-23
python
>
python-内置包
Click
Click官方文档 https://click.palletsprojects.com/en/7.x/ https://github.com/pallets/click 邮箱是否存在 校验(由于大量的smtp请求会被服务器拦截,所以使用pysocks代理) https://www.coder.wor ...
2021-10-23
内置包-OS
模块功能介绍os 模块提供了非常丰富的方法用来处理文件和目录。 常用功能12# 获取 文件名称os.path.basename(a) 模块功能参考资源Python OS 文件/目录方法 https://www.cnblogs.com/yufeihlf/p/6179547.html ...
2021-10-23
python
>
python-内置包
Python 正则表达式
tags: 2020年 02月 Python进阶 Python3 Xpath获取两个对象间的值 1234567891011121314151617181920假设数据如下:<div class="a"> <div class="b"> ...
2021-10-23
python
>
python-进阶
内置包-sys
该模块提供对解释器使用或维护的一些变量的访问,以及与解释器强烈交互的函数。它始终可用。 http://c.biancheng.net/view/2407.html https://blog.csdn.net/qq_38526635/article/details/81739321 ...
2021-10-23
python
>
python-内置包
Python功能模块
Python2 和 Python3 并存Python3 安装配置参考链接:https://www.cnblogs.com/gaoyuechen/p/8006365.html 安装完成后自带 pip 等 1234567891011121314151617181920# 下载包wget https:// ...
2021-10-23
python
>
python-基础
内置包-logging
https://www.jb51.net/article/126681.htm https://cloud.tencent.com/developer/article/1354396https://cuiqingcai.com/6080.htmlhttps://docs.python.org/2/l ...
2021-10-23
python
>
python-内置包
Python-读写Conf配置文件
tags: Python ConfigParser 配置 conf ini yaml properties 2019 年 11 月 环境说明: Python2.7.11 CentOS7.6 TODO 不同种类配置文件对比 .yamlyaml 说明介绍YAML 是专门用来写配置文件的语言,非常简洁和强 ...
2021-10-23
python
>
python-进阶
<
1
…
15
16
17
18
19
…
25
>