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
Web-AngularJS使用手册
$watch多个变量监听参考链接 : https://blog.csdn.net/u010451286/article/details/50635839 12$scope.count=1;$scope.$watch('count+count2',function(){ ...
2021-10-23
web
SomePythonPackages
tags: 202101 difflib difflib 高性能模糊搜索,模糊搜索优化 使用样例 12345678910import diffliblis = ['哈哈', '呵呵', '啦啦', '嘻嘻', ...
2021-10-23
SQLAlchemy-技术文档
SQLAlchemy 是 Python 编程语言下的一款 ORM 框架,该框架建立在数据库 API 之上,使用关系对象映射进行数据库操作,简言之便是:将对象转换成 SQL,然后使用数据 API 执行 SQL 并获取执行结果。 SQLAlchemy SQL Toolkit 和 Object Relat ...
2021-10-23
module
Pandas-技术文档
Pandas 简介Pandas 是 python 的一个数据分析包,最初由 AQR Capital Management 于 2008 年 4 月开发,并于 2009 年底开源出来,目前由专注于 Python 数据包开发的 PyData 开发 team 继续开发和维护,属于 PyData 项目的一部 ...
2021-10-23
module
Python 正则表达式
tags: 2020年 02月 Python进阶 Python3 Xpath获取两个对象间的值 1234567891011121314151617181920假设数据如下:<div class="a"> <div class="b"> ...
2021-10-23
python
>
python-进阶
Selenium-技术文档
简介说明安装部署常用下网站 FirexDriver-geckodriver 下载 chromedriver 下载 查看 Chrome 浏览器版本 geckodriver-Selenium-Firefox 版本支持表 问题selenium.common.exceptions.WebDriverExc ...
2021-10-23
module
Nosetests-技术文档
https://www.bbsmax.com/A/x9J2j0yWJ6/ Noestests 介绍nostests 优点: 编写测试更容易。nose 可以自动识别继承于 unittest.TestCase 的测试单元,并执行测试,而且,nose 也可以测试非继承于 unittest.TestC ...
2021-10-23
module
Ipython-技术文档
IPython 是基于 BSD 开源的,并且 IPython 为交互式计算提供了一个丰富的架构。 IPython 特色: 强大的交互式 shell 供 Jupyter notebooks 使用的 Jupyter 内核 交互式的数据可视化工具 灵活、可嵌入的解释器 易于使用,高性能的并行计算工具 ...
2021-10-23
module
jieba-技术文档
功能模块jieba 分词date: 2017-11-01 123456789101112import jieba# encoding=utf-8import jiebaseg_list = jieba.cut("我来到北京清华大学", cut_all=True)print(&qu ...
2021-10-23
module
Faker-技术文档
安装安装faker 12pip install Faker(env) [scfan@WOM ~]$ faker -h faker 官方文档链接:https://faker.readthedocs.io/en/latest/index.html)faker 函数列表参考:https://www.ji ...
2021-10-23
module
<
1
…
14
15
16
17
18
…
25
>