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
两数乘积:输出1~100整数乱序列表中两数乘积是目标整数的最小下标对
学习的细节是欢悦的历程】Python官网:https://www.python.org/Free:大咖免费“圣经”教程《python完全自学教程》,不仅仅是基础那么简单……地址:https://lqpybook.
readthedocs
.io
梦幻精灵_cq
·
2023-09-11 21:35
算法
练习
算法
python
Python测试工具-Pytest使用详解
详见参考指南文档:https://docs.pytest.org/en/7.1.x/#PDF文档:https://media.
readthedocs
.org/pdf/pytest
跟我一起学测试
·
2023-09-10 12:48
python
测试工具
pytest
软件测试
功能测试
PHP输出excel表格
使用的phpoffice进行表格的输出安装:https://phpspreadsheet.
readthedocs
.io/en/latest/#installationcomposer包安装地址:https
冷掌柜
·
2023-09-10 07:59
sentry2摄像头之blink篇
一、硬件arduinosentry2摄像头二、实验内容第一步安装好esp8266库函数具体详见ES826安装指导,CSDN有很多资源,或者浏览https://tosee.
readthedocs
.io/zh
劳动模范WX
·
2023-09-10 06:49
摄像头类视觉实验
单片机
嵌入式硬件
python --pyautogui(模拟鼠标键盘操作)
安装pipinstallpyautogui官网https://pyautogui.
readthedocs
.io/en/latest/参考文章1参考文章2详解自动防故障pyautogui.FAILSAFE
像风一样的男人@
·
2023-09-10 06:27
笔记
python
ansible介绍和常见命令
v=iVWmbStE1MMAnsible中文权威指南http://ansible-tran.
readthedocs
.io/en/la
燕雀踏青云
·
2023-09-10 04:49
ansible
运维
SpotBugs检查java代码:在整数上进行没有起任何实际作用的位操作(INT_VACUOUS_BIT_OPERATION)
https://spotbugs.
readthedocs
.io/en/latest/bugDescriptions.html#int-vacuous-bit-mask-operation-on-integer-value-int-vacuous-bit-operation
听海边涛声
·
2023-09-09 15:09
java
SpotBugs
SpotBugs检查java代码:不应该依赖平台默认编码(DM_DEFAULT_ENCODING)
https://spotbugs.
readthedocs
.io/en/latest/bugDescriptions.html#internationalization-i18n一个字节转换为字符串(或字符串转化为字节
听海边涛声
·
2023-09-09 15:36
java
SpotBugs
SpotBugs代码检查:instanceof总是返回true(BC_VACUOUS_INSTANCEOF)
https://spotbugs.
readthedocs
.io/en/latest/bugDescriptions.html#bc-instanceof-will-always-return-true-bc-vacuous-instanceof
听海边涛声
·
2023-09-09 02:31
java
SpotBugs
LLM大模型推理加速 vLLM;Qwen vLLM使用案例;模型生成速度吞吐量计算
参考:https://github.com/vllm-project/vllmhttps://zhuanlan.zhihu.com/p/645732302https://vllm.
readthedocs
.io
loong_XL
·
2023-09-08 01:12
深度学习
大模型
LLM
PySimpleGUI
看了大神的文章,自己修改修改,选择有用的留下:使用手册(官方手册):https://pysimplegui.
readthedocs
.io/en/latest/cookbook/参考文件:https://
robot_大菜鸟
·
2023-09-08 01:54
python
PySimpleGui
python
GUI
vue项目导出word
参考链接:https://docxtemplater.
readthedocs
.io/en/latest/index.h
GL曲终人散
·
2023-09-06 17:05
鼠标键盘自动化工具pyautogui
pipinstallpyautoguipipinstallkeyboard获取鼠标实时位置importpyautoguipyautogui.displayMousePosition()样例代码#https://pyautogui.
readthedocs
.org
fym0121
·
2023-09-04 19:15
计算机外设
自动化
运维
Zynq 使用PYNQ AXIS DMA LoopBack实验
https://pynq.
readthedocs
.io/en/latest/pynq_libraries/dma.html#pynq-libraries-dmaIPconnectedtotheAXIMaster
Simpreative
·
2023-09-04 03:04
Electrumx-Server启动流程分析
详情可对照官网文档理解环境变量的具体含义:https://electrumx.
readthedocs
.io/en/latest/environment.html2、server/controller
鸟嘌呤
·
2023-09-03 20:05
Python爬虫简单实现
所需要使用模块requests官网API:https://requests.
readthedocs
.io/zh_CN/latest/bs4API:https://www.crummy.com/software
懒人程序猿
·
2023-09-03 20:33
pybind11学习
@2023.9.1参考pybind11官方文档:https://pybind11.
readthedocs
.io/en/stable/index.html参考:https://blog.csdn.net/
fleaxin
·
2023-09-03 09:27
python
pybind11
Python使用Coverage进行代码覆盖率统计
首先需要安装Coverage:pipinstallcoverageCoverage有两种方式统计代码覆盖率:①Coverage命令行②CoverageAPI官方文档:https://coverage.
readthedocs
.io
雨欲语
·
2023-09-03 07:34
Python
python
coverage
Python:代码覆盖率工具coverage
安装:pipinstallcoverage官方文档:http://coverage.
readthedocs
.org/en/latest/官方提供2种统计结
玩转测试开发
·
2023-09-03 07:03
python
单元测试
开发语言
区块链学习--fisco-bcos环境安装
节点前置服务节点管理服务WeBASE管理平台私钥托管与签名服务交易服务具体的安装和使用方法,可以参考webase的官方文档:https://webasedoc.
readthedocs
.io/zh_CN/
等待的树
·
2023-09-02 11:03
区块链-fisco
bcos篇
区块链
学习
Fisco Bcos区块链一(搭建单群组FISCO BCOS联盟链)
文章目录区块链开荒技术文档:https://fisco-bcos-documentation.
readthedocs
.io/zh_CN/latest/index.html一、搭建第一个区块链网络1、搭建单群组
bluefo2k
·
2023-09-02 11:30
Fisco
Bcos区块链
区块链
工具分享 | PDF文档解析工具PyMuPDF
官方文档:https://pymupdf.
readthedocs
.io/en/latest/index.html2利用书签中标题划分章节在PDF中,点击书签或者目录页中具体一个标题时,文档
风中凌乱的小精灵
·
2023-09-02 06:04
Python
数据处理
python
pdf解析
点云分割-pcl区域生长算法
平台/环境cmake,pcl3、转载请注明出处:https://blog.csdn.net/qq_41102371/article/details/131927376原理参考:https://pcl.
readthedocs
.io
诺有缸的高飞鸟
·
2023-08-31 01:33
点云算法
pcl
点云算法
点云分割
pcl
c++
cmake
21 - form表单验证 和 csrf跨站请求伪造
一.Form表单验证(1).官网:https://wtforms.
readthedocs
.io/en/2.3.x/(2).安装第三方库pipinstallFlask-WTF(3).form类型和校验#Field
一个微不足道的bug
·
2023-08-30 12:05
Flask
flask
【Python】【编程技巧】给切片命名,使代码清晰可读
;>ip="">>>GET_IP=slice(1,-1)>>>ip[GET_IP]'127.0.0.1'参考https://python3-cookbook.
readthedocs
.io
pcj_888
·
2023-08-30 12:33
Python
python
Scrapy初级框架介绍以及pipline使用
是一个为了爬取网站数据,提取结构性数据而编写的应用框架,我们只需要实现少量的代码,就能够快速的抓取Scrapy使用了Twisted异步网络框架,可以加快我们的下载速度http://scrapy-chs.
readthedocs
.io
clown空城
·
2023-08-30 01:20
爬虫
糟改押ong韵诗词,末三字改qiao ben zhong
学习的细节是欢悦的历程】Python官网:https://www.python.org/Free:大咖免费“圣经”教程《python完全自学教程》,不仅仅是基础那么简单……地址:https://lqpybook.
readthedocs
.io
梦幻精灵_cq
·
2023-08-29 19:15
算法
练习
python
算法
Python3迭代器
原文:https://pyzh.
readthedocs
.io/en/latest/the-python-yield-keyword-explained.html1.1.可迭代对象当你建立了一个列表,你可以逐项地读取这个列表
hustliaohh
·
2023-08-29 14:04
16- flask-bootstrap模板的使用
pipinstallbootstrap-flask==1.3.1#支持bootstrap4#pipinstallflask-bootstrap#支持bootstrap3#中文文档:https://flask-bootstrap-zh.
readthedocs
.io
一个微不足道的bug
·
2023-08-29 10:38
Flask
flask
7、Rally 生产配置
参考:https://esrally.
readthedocs
.io/en/latest/rally_daemon.html在生产环境,Rally可以根据需要灵活运用:Rally既可单点运行,也可以分布式运行
MasonChan
·
2023-08-28 16:49
python 定时启动装置BlockingScheduler(如何启动及如何设置参数) 、APScheduler(Python化的Cron)使用总结
官方文档:https://apscheduler.
readthedocs
.io/en/latest/userguide.html#bas
da_pangzi
·
2023-08-27 03:40
python
开发语言
爬虫
【测试】pywinauto的简单使用(安装、常用对象、元素控件、鼠标操作、键盘操作)
和窗口里的控件,也可以控制鼠标和键盘输入,所以它能做的事情比之前介绍的pysimplegui更多2.安装一般使用pip安装就行了pipinstallpywinauto官网文档:https://pywinauto.
readthedocs
.io
冰冷的希望
·
2023-08-26 11:12
测试
python
pywinauto
自动化
测试
GUI
pymysql的使用
pymysql是从Python连接到MySQL数据库服务器的接口,其官方文档为:https://pymysql.
readthedocs
.io/en/latest/安装:pipinstallpymysql
温小八
·
2023-08-26 02:07
python自动化
mysql
Arduino平台ESP8266数据flash存储模式使用介绍
Arduino平台ESP8266数据flash存储模式使用介绍参考说明文档:https://arduino-esp8266.
readthedocs
.io/en/latest/PROGMEM.htmlPROGMEM
perseverance52
·
2023-08-25 19:54
PROGMEM
Arduino
猜数字游戏过程honest(诚实)判定
学习的细节是欢悦的历程】Python官网:https://www.python.org/Free:大咖免费“圣经”教程《python完全自学教程》,不仅仅是基础那么简单……地址:https://lqpybook.
readthedocs
.io
梦幻精灵_cq
·
2023-08-25 14:51
练习
算法
python
算法
python 模块urllib3 HTTP 客户端库
官网文档地址:https://urllib3.
readthedocs
.io/en/stable/reference/index.html一、安装pipinstallurlib3二、基本使用importurllib3importthreadingimg_list
局外人LZ
·
2023-08-25 12:11
python
http
【python】使用pysam读取sam/vcf/fasta文件时的常用属性
文章目录写在前面读取SAM文件读取VCF文件读取FASTA文件应用pysam:获取指定位置的碱基写在前面参考官网pysamAPI:https://pysam.
readthedocs
.io/en/latest
青灯照颦微
·
2023-08-24 08:47
bioinfo
python
笔记
python
bioinfo
Sublime Text 全程图文指引
官网:http://www.sublimetext.com/SublimeText非官方文档中文版:http://sublime-text.
readthedocs
.io/en/latest/index.html
擒贼先擒王
·
2023-08-24 07:32
工具
sublime
text
编辑器
切片[::-1]解析列表list表示的“非负整数加1”
学习的细节是欢悦的历程】Python官网:https://www.python.org/Free:大咖免费“圣经”教程《python完全自学教程》,不仅仅是基础那么简单……地址:https://lqpybook.
readthedocs
.io
梦幻精灵_cq
·
2023-08-23 09:48
练习
算法
python
算法
leetcode
“石头剪刀布”游戏:while、函数自调用实现循环游戏
学习的细节是欢悦的历程】Python官网:https://www.python.org/Free:大咖免费“圣经”教程《python完全自学教程》,不仅仅是基础那么简单……地址:https://lqpybook.
readthedocs
.io
梦幻精灵_cq
·
2023-08-23 09:17
练习
python
技术文档如何在线搭建网页形式,方便编辑与管理分享其他人员?
市面上有很多的在线文档平台可供选择,例如GitBook、Baklib、
ReadtheDocs
等。选择平台时可以考虑以下因素:易用性、编辑和管理功能、支持的文档格式、权限管理等。比如Bakl
Baklib梅梅
·
2023-08-22 21:02
大数据
beeware教程: 二 静态部件类(上) + 写一个登录页面
静态部件类创建项目静态部件沙箱按钮输入框文本密码输入框实例:写一个登录页面toga文档:https://toga.
readthedocs
.io/en/latest/创建项目运行命令:briefcasenew
stripe-python
·
2023-08-22 07:20
beeware教程
python
gui
beeware
android
ios
使用 Mkdocs 在 Github 上快速部署文章
概述为项目编写文档,网上比较多的推荐是使用
ReadTheDocs
,以及配合sphinx来使用,然后经过一番尝试,发现sphinx对markdown格式的支持并不是太好,在连接上常常会出现问题,而且个人感觉
speculatecat
·
2023-08-22 04:27
设计模式
https://design-patterns.
readthedocs
.io/zh_CN/latest/
北雪不落
·
2023-08-22 02:05
python生成whl包
1在工程目录下建立setup.py官方文档,请参见https://setuptools.
readthedocs
.io/en/latest/setuptools.htmlfromsetuptoolsimportfind_packages
MasonYyp
·
2023-08-21 22:36
机器学习
使用phpoffice/phpword读取word内容
composerrequirephpoffice/phpwordphpword的GitHub地址:https://github.com/PHPOffice/PHPWordphpword文档地址:https://phpword.
readthedocs
.io
·
2023-08-21 22:48
phpword
nlopt在windows上的安装使用
nlopt在windows上的安装使用目录nlopt在windows上的安装使用一、nlopt下载二、def转lib三、代码一、nlopt下载1.下载nlopt库:https://nlopt.
readthedocs
.io
略知12
·
2023-08-21 18:41
3D视觉
nlopt
c语言
非线性优化
[Python]PDF文件与图片转换(PyMuPDF)及转PPT
安装与简介安装:pipinstallPyMuPDFPyMuPDF使用手册参见https://pymupdf.
readthedocs
.io/en/latest/index.htmlMuPDFMuPDF是一个轻量级的
alwaysrun
·
2023-08-20 11:23
Python
python
powerpoint
PDF
图片
PyMuPD
AnnData对象处理
1、认识结构基本结构如下:参考链接:https://cellgeni.
readthedocs
.io/en/latest/visualisations.html4个重要的构成:Xcontainstheexpressionmatrix.obsmcontainstheembeddingsdata.obscontainsthece
myshu
·
2023-08-19 14:16
cnocr安装和识别文字
cnocr介绍参考:cnocr:极简的中文OCRPython包https://cnocr.
readthedocs
.io/zh/latest/cnocr主要针对的是排版简单的印刷体文字图片,如截图图片,扫描件等
转身之后才不会
·
2023-08-17 05:36
python
ocr
cnocr
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他