E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
readthedocs
PIL2Numpy:通过PIL和numpy数据格式互相转换来调用PIL/cv2
举个例子,PIL下方便的锐化功能实现:http://pillow.
readthedocs
.io/en/3.4.x/reference/ImageEnhance.html#PIL.ImageEnhance.Sharpness
Alanyannick
·
2020-08-25 09:24
Digital
image
processing
Python图像处理库:Pillow 初级教程
Image.getpixel((x,y))Image.putpixel((x,y),(r,g,b,a))2014-09-14翻译http://pillow.
readthedocs
.org/en/latest
bopzhou
·
2020-08-25 06:12
XGBOOST回归用法和官方参数解释
XGBoostParameters本文连接官网地址:https://xgboost.
readthedocs
.io/en/latest/parameter.htmlBeforerunningXGBoost
funk_gg
·
2020-08-25 05:22
Python程序之使用Scapy进行ARP局域网主机扫描
Scapy模块介绍:https://scapy.
readthedocs
.io/en/latest/Scapy模块使用:Scapy模块属于第三方库,在Windows上需要输入pipinstallscapy
(ฅ'ω'ฅ)♪青柚
·
2020-08-25 05:16
Python程序
容器内日志收集方案示例
基于docker部署ELK非常方便,有各种现成的image可用,比如http://elk-docker.
readthedocs
.org/但因为容器的隔离性,收集容器内的日志很不方便。
weixin_34208283
·
2020-08-25 05:58
强化学习实战(一)(tensorlayer乒乓球教程)
详细请参考tensorlayer官方文档:http://tensorlayercn.
readthedocs
.io/zh/latest/运行乒乓球例子在本教程的第二部分,我们将运行一个深度强化学习的例子,
法相
·
2020-08-25 01:51
深度学习
强化学习
什么是mDNS
https://www.logcg.com/archives/972.html它的作用是在没有DNS的环境当中让相同网段里的设备互相通信https://esp-idf-zh.
readthedocs
.io
小飞将
·
2020-08-25 01:18
基础
一、 OpenGL的学习规划
OpenGL的学习规划OpenGL基础知识的掌握相关网站:https://learnopengl-cn.
readthedocs
.io/zh/latest/(LearnOpenGLCN)或者https:/
baidu_32472003
·
2020-08-24 21:49
surprise推荐系统实践
协同过滤#http://surprise.
readthedocs
.io/en/stable/index.html#http://files.grouplens.org/datasets/movielens
Madname
·
2020-08-24 20:10
推荐系统
django缓存
django缓存参考rulhttps://docs.djangoproject.com/en/2.1/topics/cache/https://django-redis-chs.
readthedocs
.io
红围脖
·
2020-08-24 19:55
django
Python推荐系统学习笔记(6)基于协同过滤的个性化推荐算法实战---Surprise库实现ItemCF
官方文档地址:https://surprise.
readthedocs
.io/en/stable安装方式:(1)通过pip安装,需具有MicrosoftC++BuildTools环境。
Zhengyh@Smart3S
·
2020-08-24 19:33
Python
python:ezdxf——如何使用
官方文档:https://ezdxf.
readthedocs
.io/en/master/howto/index.html文章目录一、基本文件1、设置/获取标头变量2、设置DXF绘图单元3、创建更具可读性的
face丶
·
2020-08-24 17:02
第三方模块
python
dxf
python:ezdxf——教程
官方文档:https://ezdxf.
readthedocs
.io/en/master/tutorials/index.html文章目录一、从DXF文件获取数据的教程1、布局2、遍历布局的DXF实体3、
face丶
·
2020-08-24 17:02
第三方模块
python
dxf
python学习19:windows安装pyautogui模块(包含Linux方式安装)
打开pyautogui官网:https://pyautogui.
readthedocs
.io/en/latest/install.html,里面有介绍,windows安装方法(linux方式安装请打开刚刚的官网链接
天泉证道
·
2020-08-24 17:05
python学习之路
python 使用xlsxwriter包实现excel处理
id=443这里我们再来简单的了解下另一种处理excel文件十分好用的包xlsxwriter文档地址:https://xlsxwriter.
readthedocs
.io/contents.ht
huaweichenai
·
2020-08-24 17:29
python
xlsx
pyautogui介绍
https://pyautogui.
readthedocs
.io/en/latest/introduction.htmlIntroductionPurposeThepurposeofPyAutoGUIistoprovideacross-platformPythonmoduleforGUIautomationforhumanbeings.TheAPIisdesignedtobeassimpleasp
baoda0398
·
2020-08-24 13:51
关于那篇"如何成为一名黑客"
现在看到不错的版本是这一份,不过还是有错别字:http://translations.
readthedocs
.org/en/latest/hacker_howto.html因为是看了王垠一片博客,偶然自己又翻了一遍这个文章
题叶
·
2020-08-24 13:29
hacker-news
黑客
AWK学习指南
博客原文地址:https://awk.
readthedocs
.io/en/latest/chapter-one.htm一.AWK入门指南Awk是一种便于使用且表达能力强的程序设计语言,可应用于各种计算和数据处理任务
陌上阳光
·
2020-08-24 12:27
Linux
机器学习学习笔记--HMM从雅虎拿股票数据分析
官网的例子:http://hmmlearn.
readthedocs
.io/en/latest/auto_examples/plot_hmm_stock_analysis.html#sphx-glr-auto-examples-plot-hmm-stock-analysis-py
松爱家的小秦
·
2020-08-24 12:11
【爬虫】selenium动态页面请求与模拟登录知乎
安装相应浏览器的Driver(selenium文档)http://selenium-python.
readthedocs
.io/api.html推荐使用Chrome三。
鹰眼2号
·
2020-08-24 09:44
《redis设计与实现》
决定换一种方式:只记录问题,如果忘记了问题怎么回答,那就回去看书参考资料:https://redisbook.
readthedocs
.io/en/latest/internal/rdb.html#save-bgsave-aof-bgrewriteaof
yuhaoyuan……
·
2020-08-24 09:37
读书笔记
net core 中Ocelot webapi getway入门实践(一)
下图是官方给出的基础实现图,即把后台的多个服务统一到网关处,前端应用:桌面端,web端,app端都只用访问网关即可,如下图:关于Ocelot的详细使用说明,可以到官网查看:https://ocelot.
readthedocs
.io
安心落意
·
2020-08-24 07:38
C#
ASP.NET
CORE
WebApi
bs4 BeautifulSoup
不同点:bs4效率没有lxml的效率高,但其API接口灵活好用官方文档:http://beautifulsoup.
readthedocs
.io/zh_CN/v4.4.0安装:pipinstallbs4工具对比
仙灵儿
·
2020-08-24 06:33
NodeMcu使用
官方教程http://nodemcu.
readthedocs
.io/en/master/固件定制(gmail邮箱可以,QQ邮箱不行)https://nodemcu-build.com/index.phpNodeMcuAPI
IT-Why
·
2020-08-24 06:22
嵌入式
使用Web3j(JAVA)开发ETH钱包-1
一、简介想要使用web3j开发ETH钱包,我们需要把准备工作做好,那么先让我们来了解下什么是web3j:https://web3j.
readthedocs
.io/en/latest/,我这里是最新版本的地址
并非菜鸟
·
2020-08-24 06:39
ETH
NodeMCU--MQTT学习笔记(一)
官方文档:https://nodemcu.
readthedocs
.io/en/master/en/modules/mqtt/函数函数简介mqtt.Client()创建一个MQTT客户端mqtt.client
liefyuan
·
2020-08-24 05:59
NodeMCU
编译ESP8266固件说明
编译ESP8266固件说明一.编译方法说明登录https://nodemcu.
readthedocs
.io/en/master/en/build/有三种方式可以选择1.云编译服务这种方式会产生错误,导致烧写固件后
kunahe_
·
2020-08-24 05:14
linux
机器学习第三篇----lightgbm 使用感想
更快的训练效率低内存使用更好的准确率支持并行学习可处理大规模数据(1)首先看下lightgbm的python实现#coding:utf-8#函数的更多使用方法参见LightGBM官方文档:http://lightgbm.
readthedocs
.i
半路出家的it小僧
·
2020-08-24 03:14
机器学习
GEE学习笔记 七十六:【GEE之Python版教程十】字典
依然是运行代码前先注册GEEimporteeee.Initialize()1、字典的API首先看一下GEE的python版API(https://gee-python-api.
readthedocs
.io
无形的风(知乎)
·
2020-08-24 02:24
网络前沿知识
GEE
python
GEE开发
GEE学习笔记 七十五:【GEE之Python版教程九】数值
importeeee.Initialize()1、数值的API首先看一下GEE的python版API(https://gee-python-api.
readthedocs
.io/en/latest/)中关于数值的定义
无形的风(知乎)
·
2020-08-24 02:24
python
GEE
网络前沿知识
GEE开发
Python之推荐算法库Surprise
Surpriseisaneasy-to-usePythonscikitforrecommendersystems.帮助文档https://surprise.
readthedocs
.io/en/stable
蠡1204
·
2020-08-24 02:25
推荐
推荐算法与Tensorflow
Django xadmin遇到的一些坑
:win10IDE:pycharmDjango:2.1.4xadmin2:2.0.1python:3.71、增加数据导入插件编辑你的xadmin的插件库,具体参见官方文档https://xadmin.
readthedocs
.io
刘光伟
·
2020-08-24 00:04
python
双树复小波变换——详细分析
https://dtcwt.
readthedocs
.io/en/0.12.0/reference.html#module-dtcwt.compat
冷雨0412
·
2020-08-24 00:29
python使用json
http://pythonguidecn.
readthedocs
.io/zh/latest/scenarios/json.htmlhttp://python3-cookbook-personal.
readthedocs
.io
羊儿葫芦贝尔
·
2020-08-24 00:01
Python
json
Python 的 __get__描述符
问题的引出:一篇文章让你彻底搞清楚Python中self的含义""""https://www.jb51.net/article/86749.htmhttps://python3-cookbook.
readthedocs
.io
Jenrey
·
2020-08-23 23:20
Python
Python的__get__
__get__描述符
Python
__get__
Python
的描述符
GEE学习笔记 八十四:【GEE之Python版教程十四】矢量数据(ee.feature)
1、API定义首先看一下GEE的python版API(https://gee-python-api.
readthedocs
.io/en/latest/)Python的API定义:这里可以看到python
无形的风(知乎)
·
2020-08-23 22:48
GEE开发
网络前沿知识
python
Julia 并发编程 ---- 如何使用 @async 和 @sync
根据官方文档(https://julia-doc.
readthedocs
.io/en/latest/manual/parallel-computing/)描述,@sync,@async将任意表达式包装到任务中
October-
·
2020-08-23 21:33
julia机器学习&科学计算
Linux:dnf命令相关
参考链接:https://s0dnf0
readthedocs
0io.icopy.site/en/latest/command_ref.htmlhttps://zh.fedoracommunity.org
天上有太阳
·
2020-08-23 20:59
Linux
使用 remix-ide 开发以太坊智能合约
具体用法参加Solidity文档,地址:https://solidity.
readthedocs
.io/en/latest/本次我们将学习使用remix-ide这个编辑器来开发智能合约。
DavieKong
·
2020-08-23 16:14
Python 爬虫入门 (三) 初识scrapy框架
参考资料:Scrapy中文文档http://scrapy-chs.
readthedocs
.io/zh_CN/stable/index.htmlScrapy研究探索系列http://blog.csdn.net
井底蛙蛙呱呱呱
·
2020-08-23 16:18
python--应用场景--scapy
一、环境搭建安装:pipinstallscapy官方文档:https://scapy.
readthedocs
.io/en/latest/index.html二、应用举例ping#!
chidouhu7991
·
2020-08-23 16:13
网络
python
Scrapy终端(Scrapy shell)
#您可以使用[`shell`](http://scrapy-chs.
readthedocs
.io/zh_CN/0.24/topics/commands.html#std:command-#shell)来启动
我一不小心就
·
2020-08-23 14:16
CasperJS 自动化web操作
CasperJS的官方文档地址:http://casperjs.
readthedocs
.io/en/latest/#casperjs-documentation本文大部分为翻译官方的文档安装需要先安
Sank
·
2020-08-23 10:34
python-mysql-replication
python处理mysqlbinlog增量日志http://python-mysql-replication.
readthedocs
.io/en/latest/examples.html同样的项目是alibaba
weixin_34132768
·
2020-08-23 08:49
opengl实现鼠标控制和左右分屏观看全景图
opengl实现鼠标控制视角和左右分屏观看全景图首先贴出效果图再过几天说明代码实现的过程:先给出参考的页面:http://learnopengl-cn.
readthedocs
.org/zh/latest
ssuper_bin
·
2020-08-23 06:00
CV
C++
django中debug
django-debug-toolbar单元测试工具https://django-debug-toolbar.
readthedocs
.io/en/latest/installation.html安装切换项目所在的虚拟环境
胜锅
·
2020-08-23 00:24
项目开发
Django-debug-toolbar的配置
参见官网地址:http://django-debug-toolbar.
readthedocs
.io/en/stable/一、django-debug-toolbar的安装配置1、简介django-debug-toolbar
幸福丶如此
·
2020-08-22 22:00
python
Django-debug-toolbar的安装
Django-debug-toolbar的安装和使用参照文档:http://django-debug-toolbar.
readthedocs
.io/en/stable/installation.html
huiyinimen
·
2020-08-22 21:53
django学习
python3.7+flask+mod_wsgi+apache配置参考
1.编译apache的mod_wsgi4.X扩展参考参考https://modwsgi.
readthedocs
.io/en/develop/user-guides/quick-installation-guide.html
10000cat
·
2020-08-22 21:11
python
python django django-debug-toolbar 不能正常使用的问题
2019独角兽企业重金招聘Python工程师标准>>>http://django-debug-toolbar.
readthedocs
.org/en/1.3/debug-toolbar1.3django1.8python2.7mac10.10
weixin_34114823
·
2020-08-22 20:30
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他