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
Python术语大全
1234567891011121314151617181920212223242526值(value):就是在程序中,我们操作数据的基本单位,举例:”www.iplaypy.com”类型(type):python type,值在 Python 中的类别,常见的类型我们在 Python 基础数据类型那 ...
2021-10-23
Python23差异对比
环境说明: Python2.7.11 -> Python3.6 Centos7.5 文档说明: 本文主要用于 项目 Python2 迁移升级到 Python3 学习了解 Python3 本文主要来源于 知乎-Python23 差异 菜鸟教程-Python23 差异 官网-Python ...
2021-10-23
python
>
python-进阶
Python23项目切换
tags: 2020年 05月 python2 python3.8.3 项目部署Python2 升级为 Python32to3修改内容 12345678去除 unicodeprintexcept,errhas_keylist(child_menus.get(menu_id, {} ...
2021-10-23
python
>
python-进阶
算法与数据结构之链表
链表链表是计算机科学中最常用的数据结构之一。它也是最简单的结构之一,也是更高层结构(如堆栈、循环缓冲区和队列)的基础 定义 链表是计算机科学中最常用的数据结构之一。它也是最简单的结构之一,也是更高层结构(如堆栈、循环缓冲区和队列)的基础 列表是通过引用连接的单个数据元素的集合.数据元素可以由地址 ...
2021-10-23
python
>
data-structure
learn9-code-format
...
2021-10-23
算法与数据结构
TODO 数据结构基础知识 数据结构是什么,其特性有缺点,使用场景,基础使用等等 TODO 算法的基础使用,优缺点,使用场景,底层逻辑,时间空间复杂度分析等等 数据结构常见数据结构与算法整理总结(上) 算法迭代法关键点: 将一个原问题修改为子问题 对子问题重复调用计算 特性: 重复计算多,耗时高 ...
2021-10-23
趣味算法题大全附详细解法
autoauto- [趣味算法题](#趣味算法题)auto - [1000 桶水,其中一桶有毒,猪喝毒水后会在 15 分钟内死去,想用一个小时找到这桶毒水,至少需要几头猪?](#1000-桶水其中一桶有毒猪喝毒水后会在-15-分钟内死去想用一个小时找到这桶毒水至少需要几头猪)auto - ...
2021-10-23
python
>
python-algorithm
代码优化工具
Python 作为高级编程语言,对于其性能要求也越来越注重。 本文总结: 性能优化的主要方法: 多进程处理,工具检测性能消耗完善代码,使用 Cython 扩展等。 说明代码优化工具列表代码优化工具列表| 优化工具 | 工具说明 ||—————–|——————-|| PyLint | 语法检查工具 | ...
2021-10-23
python
>
python-进阶
Python 进程线程协程
列表内容: 进程定义 资源使用情况,资源是否共享,效率是否高 使用场景 & 使用样例 优势 & 缺点 术语进程线程协程存在的原因: 背景说明: 为了提高程序性能 由于时间切片的存在,将时间分割为时间切片,每个时间切片单个 CPU 执行不同程序 多进程、多线程根据 cpu 核数 ...
2021-10-23
python
>
python-进阶
Python魔法函数
魔法函数 魔法函数实例说明 参考资源 魔法函数Python 内置函数,又叫魔法函数、魔术函数等等 魔法函数实例说明123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 ...
2021-10-23
python
>
python-基础
<
1
…
16
17
18
19
20
…
25
>