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
设计模式学习
https://design-patterns.
readthedocs
.io/zh_CN/latest/read_uml.html
Hello,C++!
·
2020-09-13 12:41
C++
python覆盖率之coverage
coverage官方文档:https://coverage.
readthedocs
.io/en/latest/cmd.htmlcoverage常用命令通过coveragerun命令执行文件–source
测试小白在成长_耶
·
2020-09-13 12:23
Python
Python使用ffmpy将amr格式的音频转化为mp3格式
首先是ffmpy的文档:http://ffmpy.
readthedocs
.io/en/latest/index.html安装只需执行pipinstallffmpy注意,ffmpy只是命令行工具FFmpeg
hectorli36
·
2020-09-13 10:34
Python
NodeMCU教程 GPIO操作与引脚映射
SimpleDemoWecanoperatetheGPIOofNodeMCUlikeArduino,Codeblock-1isasimpledemogavebytheofficialwebsite.Formoreyoucanseehttp://nodemcu.
readthedocs
.io
weixin_30610755
·
2020-09-13 06:01
Beautifulsoup爬取网页标题
网址:https://beautifulsoup.
readthedocs
.io/zh_CN/v4.4.0/#id4接下来我们进行分步处理:①请求数据:r=requests.get("https://beautifulsoup.
readthedocs
.io
qq_41858657
·
2020-09-13 04:09
python
爬虫
使用新版Falcon进行三代测序基因组组装
前几天我在读
readthedocs
上的Falcon文档时,发现了文档页面上方出现了这样两栏提醒Attention其中pb_assembly就是新的FALCON组装套装在GitHub上的使用文档,经过了几
weixin_34262482
·
2020-09-13 03:42
python自学成才之路 死锁的解决方案
以下内容是我阅读cookbook上的死锁解决方案的读后感,感觉上面的思想很不错,想给大家分享下,我在其中加了一些我自己的理解,感兴趣的话可以阅读原文:https://python3-cookbook.
readthedocs
.io
我是李超人
·
2020-09-13 03:27
python
Python自学成才之路 分布式计算解决方案actor
以下内容来自于cookbook,个人觉得这篇文章对于设计分布式计算任务有一定的借鉴意义,感兴趣的同学可以阅读原文:https://python3-cookbook.
readthedocs
.io/zh_CN
我是李超人
·
2020-09-13 03:27
python
selenium操作
原文:https://www.cnblogs.com/Ting-light/p/9770908.html官方文档:https://selenium-python.
readthedocs
.io/api.html
v5dada
·
2020-09-13 02:30
FM,FMM,deepFFM模型总结,深度排序模型
/zhuanlan.zhihu.com/p/67795161如果你是liblinear、libfm、libffm的用户,那么现在xLearn将会是你更好的选https://xlearn-doc-cn.
readthedocs
.io
我是女孩
·
2020-09-12 18:15
机器学习
填坑系列 -- GDB调试
觉得还不做的博客:https://www.cnblogs.com/life2refuel/p/5396538.htmlhttps://linuxtools-rst.
readthedocs
.io/zh_CN
_上帝之手_
·
2020-09-12 15:00
填坑系列
python进阶手记(二)
魔法属性与魔法方法强烈建议阅读python魔术方法指南:https://pyzh.
readthedocs
.io/en/latest/python-magic-methods-guide.html魔术属性和魔法方法
Winstonfy
·
2020-09-12 13:40
python全栈开发
git
flow
python
敏捷开发
项目架构
《嵌入操作系统 - Zephyr开发笔记》 第1章 Zephyr简介
/www.zephyrproject.org/英文手册:https://docs.zephyrproject.org/latest/index.html中文手册:https://zephyr-doc.
readthedocs
.io
Bruceoxl
·
2020-09-12 11:26
Zephyr
操作系统
C# QQ 机器人 Newbe.Mahua 1.X 主要特性介绍与常见问题讲解
https://autofac.
readthedocs
.io/en/latest/getting-started/index.html日志依赖于Liblog与N
chuanming5007
·
2020-09-12 10:12
Linux监听事件
键盘https://blog.csdn.net/kcp606/article/details/79859024https://python-evdev.
readthedocs
.io/en/latest/
数学工具构造器
·
2020-09-12 10:25
Python
Django使用Redis进行缓存详细最全流程
:https://blog.csdn.net/sinat_29699167/article/details/79699200django-redis:https://django-redis-chs.
readthedocs
.io
zhangliang_852469
·
2020-09-12 04:41
数据库
python - wsgi协议
只要符合wsgi标准,就可以自由选择服务器(nginx,apache等).官网:http://wsgi.
readthedocs
.org/en/latest/,列出了支持wsgi的框架,列出了支持wsgi
weixin_30562507
·
2020-09-12 03:08
通过GitBook或者Read The Docs创建属于你自己的电子书
探究发现多数是通过gitbook、
ReadtheDocs
等这样的在线工具生成的,你可以提供一个github链接或者上传符合要求的本地文档就可以生成一份在线文档了,通过这种方式可以很方便地拉取那些使用github
无道子
·
2020-09-12 03:46
其他
Kafka消费积压Lag值Python代码获取
fromkafkaimportKafkaConsumerfromkafkaimportKafkaProducerfromkafkaimportTopicPartition#https://kafka-python.
readthedocs
.io
A_Beaver
·
2020-09-12 02:20
kafka
Google C++ Style Guide - Google C++ 风格指南
StyleGuidehttps://google.github.io/styleguide/cppguide.htmlGoogle开源项目风格指南(中文版)https://zh-google-styleguide.
readthedocs
.io
Yongqiang Cheng
·
2020-09-12 02:20
C++
Google
C++
风格指南
Google
C++
Style
Guide
使用Keras构建神经网络进行Mnist手写字体分类
安装安装的时候需要Keras中文文档/Keras安装和配置指南(Windows)http://keras-cn.
readthedocs
.io/en/latest/getting_started/keras_windows
Birdy_C
·
2020-09-12 02:36
计算机视觉
语言/框架/引擎
认识的三种爬虫工具
中文文档:https://doc.querylist.cc/phpspider中文文档:https://doc.phpspider.org/还有python语言编写的:https://scrapy-chs.
readthedocs
.io
循序0010
·
2020-09-12 01:38
php
sublime学习资料小结
sublime-text-complete-guide.html2、关于mac下面使用sublime的小结:快捷方式列表(非常棒):http://sublime-text-unofficial-documentation.
readthedocs
.i
kanpiaoxue
·
2020-09-11 08:22
sublime
非技术
经验
异步高并发web框架 sanic 官方教程
官方地址https://sanic.
readthedocs
.io/en/latest/gitbook翻译版本https://zhucaidong.gitbooks.io/-sanic/content/
immortal_codeFarmer
·
2020-09-11 08:14
sanic
centos 使用nginx+uwsgi部署django
uwsgi负责动态服务器的调用,如果不安装nginx,直接使用uwsgi是可以访问网站的,但是无法加载css样式3、安装好之后可以新建一个test文件进行测试,如下图,网址是https://uwsgi.
readthedocs
.i
soilerl
·
2020-09-11 07:06
服务器部署
PHP设计模式范例
PHP设计模式范例文章来源自:https://designpatternsphp.
readthedocs
.io/zh_CN/latest/README.html
cg0209
·
2020-09-11 05:16
what is the different between function and method in python
,I’mconcentratingonnoseplugindevelopment.Somepeoplewouldbeconfusedwithsomedescriptionsinhttp://nose.
readthedocs
.io
ace_fei
·
2020-09-11 00:40
Python
用cxfreeze将python转为exe
cxfreeze是一个可以将python脚本转为exe可执行文件的工具,官网网址为:http://cx-freeze.
readthedocs
.org/en/latest/。
xueweuchen
·
2020-09-10 21:58
python
windows
系统学习Pytorch笔记四:模型创建Module、模型容器Containers及AlexNet网络搭建
Pytorch中文文档:https://pytorch-cn.
readthedocs
.io/zh/latest/1.写在前面疫情在家的这段时间,想系统的学习一遍Pytorch基础知识,因为我发现虽然直接
Miracle8070
·
2020-09-10 21:41
系统学习Pytorch
第14篇 web3.js - Ethereum JavaScript API(accounts,账户管理)
本文环境:区块链:以太坊POA联盟链;出块节点数:3;操作系统:windows64;节点版本:Geth1.9.14;node版本:v10.14.0参考文档:https://web3js.
readthedocs
.io
wonderBlock
·
2020-09-10 21:44
手动部署ceph集群
手动部署ceph集群参考:https://ceph.
readthedocs
.io/en/latest/install/index_manual/所有Ceph集群都需要至少一个monitor,以及至少与集群中存储的对象副本一样多的
willblog
·
2020-09-10 15:49
ceph
阿里云 云盘性能评测
评测工具:FIO工具官网:https://fio.
readthedocs
.io/en/latest/index.htmlECS配置:CPU:2核内存:8GBOS:centos7yuminstallfio-y
acpf94337
·
2020-09-10 12:07
RYU实验笔记(二):多RYU控制器拓扑流表操作的接口
blog.csdn.net/a1164520408/article/details/95509549流表操作相关规范(这里指的是ryu自己封装好的restAPI,不是本人的):https://ryu.
readthedocs
.io
a1164520408
·
2020-09-10 12:42
Level.4
SDN实验
向彪fisco bcos入门教程,正式安装webase(五)
我们准备开始安装webase,让我们更方便的管理区块链,这里我们参照官方的文档来搭建https://webasedoc.
readthedocs
.io/zh_CN/latest/docs/WeBASE/install.html
向彪-fisco bcos
·
2020-09-10 11:39
fisco
bcos
向彪fisco bcos入门教程,为了直观安装区块链浏览器(九)
正文:参考官方的教程:https://fisco-bcos-documentation.
readthedocs
.io/zh_CN/latest/docs/installation.html#id8这个比较简单大家可以安装教程一步一步来即可
向彪-fisco bcos
·
2020-09-10 11:07
fisco
bcos
FISCO BCOS 区块链 学习开发步骤
1.搭建联盟链https://fisco-bcos-documentation.
readthedocs
.io/zh_CN/latest/docs/articles/4_tools/five_step_to_develop_application.htmlhttps
软件工程小施同学
·
2020-09-10 10:35
区块链
区块链
fisco bcos 调用接口报错WeBASE-Node-Manager user not logged in
问题:https://webasedoc.
readthedocs
.io/zh_CN/latest/docs/WeBASE-Node-Manager/interface.html#id225当调用下面的接口报错
lc小向
·
2020-09-10 09:27
fisco
bcos
fisco
bcos
区块链
webase
向彪fisco bcos入门教程,准备安装webase,但是遇到问题(四)
本章节我们开始安装webase,让我们更方便的管理区块链,这里我们参照官方的文档来搭建https://webasedoc.
readthedocs
.io/zh_CN/latest/docs/WeBASE/
lc小向
·
2020-09-10 09:26
fisco
bcos
fisco bcos怎么升级版本v2.5.x升级到v2.6.0
参考官方文档地址:https://fisco-bcos-documentation.
readthedocs
.io/zh_CN/latest/docs/change_log/2_6_0.htmlv2.5.
lc小向
·
2020-09-10 09:55
fisco
bcos
区块链
关于Fisco Bcos 的使用
最简单开始就是完全按照https://fisco-bcos-documentation.
readthedocs
.io/zh_CN/latest/docs/installation.html这个官方文档走然后这个过程可能会遇到
cp哦
·
2020-09-10 09:50
蚂蚁S9矿板ZYNQ7010开发板移植PYNQ_2.5
参考链接:https://pynq.
readthedocs
.io/en/latest/pynq_sd_card.html#building-the-imag
薛定谔的Chat
·
2020-09-04 10:56
fpga
python
fpga
faker包
Fakergithub地址:https://github.com/joke2k/faker官方地址:https://faker.
readthedocs
.io/en/master/一、Faker是干什么的
阿登20
·
2020-08-28 13:33
CUDA:Failed to compile cuda_ndarray.cu: DLL load failed: 找不到指定的模块
numpy1.12.0theano0.8.2pip8.1.2Anconda2.7CUDA7.5cudnn-7.5-windows7-x64-v5.0-gakeras1.2.1按照http://keras-cn.
readthedocs
.io
nuaa_bo
·
2020-08-26 23:34
深度学习
cuda
Python - 使用pycallgraph生成函数关系图
python函数关系图,依赖于dot命令,需要先安装graphviz;HomePage:http://pycallgraph.slowchop.com/Docs:https://pycallgraph.
readthedocs
.io
weixin_34054931
·
2020-08-26 15:04
Go语言之旅:变量
原文地址:https://learn-linux.
readthedocs
.io欢迎关注我们的公众号:小菜学编程(coding-fan)var语句的作用域(可见范围)可以是包级别或者函数级别。
fasionchan
·
2020-08-26 14:51
linux python 安装 nose lapack atlas numpy scipy
下载nose:https://nose.
readthedocs
.org/en/latest/cdnose-1.3.4pythonsetup.pyinstall检验安装成功:#python>>>importnose
我非英雄
·
2020-08-26 13:50
Machine
Learning
keras安装配置指南【linux环境】【转】
本文转载自:https://keras-cn.
readthedocs
.io/en/latest/for_beginners/keras_linux/#kerasmnist本教程不得用于任何形式的商业用途
anfeng3664
·
2020-08-26 12:15
keras 网络结构模型可视化
官方文档:http://keras-cn.
readthedocs
.io/en/latest/other/visualization/pip安装pydot和graphviz:pipinstallpygotpipinstallgraphviz
ShawDa
·
2020-08-26 11:53
Python代码注释应该怎么写?
refer=passerhttp://zh-google-styleguide.
readthedocs
.io/en/latest/google-python-styleguide/python_style_rules
曾先森~~
·
2020-08-26 09:33
Python
spring boot 使用 github进行第三方登录
/lvsdian/community用github作为网站的第三方登录,首先需要了解github给我们提供了怎样的api.登录github官网(略),点击底部“API”下面这个就是我们需要用的,点击“
Readthedocs
流星泪111
·
2020-08-26 07:11
spring
boot
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他