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
tutorial
GStreamer Basic
tutorial
学习笔记(八)
简化流水线目标:使用GStreamer构建的流水线不需要完全关闭。数据可以在任何时间以各种方式注入到流水线中,或者从流水线中提取出来。appsrc可以以多种模式工作:在拉取模式(pullmode)下,它在每次需要数据时,从应用程序请求数据。在推送模式(pushmode)下,应用程序以自己的速度推送数据。此外,在推送模式下,当已提供足够的数据时,应用程序可以选择在推送函数中被阻塞,或者可以监听eno
清墨韵染
·
2023-07-21 06:22
GStreamer学习笔记
GStreamer
c++
webrtc
服务器
GStreamer Playback
tutorial
学习笔记(二)
切换字幕流引言:从之前的教程中我们已经知道容器文件可以包含多个音频和视频流,并且我们可以通过更改current-audio或current-video这些playbin属性很容易地在它们之间进行选择。切换字幕也同样简单。介绍:值得注意的是,就像音频和视频一样,playbin会根据需要选择正确的解码器,并且GStreamer的插件结构允许很容易地添加对新格式的支持,就像复制一个文件一样。对应用程序开
清墨韵染
·
2023-07-21 06:22
GStreamer学习笔记
c++
GStreamer
服务器
webrtc
GStreamer Basic
tutorial
学习笔记(六)
PadCapabilitiesPadCapabilities是GStreamer的基本元素,大多数时候它们是不可见的,因为框架会自动处理它们。Pads允许信息进入和离开一个元素。一个Pad的Capabilities(简称Caps)指定了通过该Pad可以传输的信息的类型。Pads可以支持多个Capabilities。尽管Capabilities可以被指定为范围,从Pad到Pad传输的实际信息必须只有
清墨韵染
·
2023-07-21 06:51
GStreamer学习笔记
c++
GStreamer
clearrtc
服务器
Auth2.0入门学习实践
一、理论准备关于理论,这里不做过多的介绍,如果想要更多的了解,可以参考下面这个地址http://ifeve.com/oauth2-
tutorial
-all/二、Auth2.0的几种模式的实践俗话说,实践出真知
weixin_32822759
·
2023-07-20 22:47
Auth2.0相关
oauth
superpowers教程系列-第三部分: Sprites 和 Animations
Inthefirst
tutorial
welookedatinstallingSuperpowers,runningtheserverandcreatingourfirstproject.Inthenext
tutorial
wegottoknowtheeditor
稽无贼
·
2023-07-20 18:04
pip安装包报错:WARNING: Running pip as the ‘root‘ user can result in broken permissions and conflicting be
Runningpipasthe'root'usercanresultinbrokenpermissionsandconflictingbehaviourwiththesystempackagemanager.Itisrecommendedtouseavirtual2解决方法执行如下两个命令python3-mvenv
tutorial
-envsourcetutori
面包片片
·
2023-07-20 18:03
python
pip
python
pip安装解决报错:WARNING: Running pip as the ‘root‘ user can result in broken permissions and conflicting
”用户身份运行pip可能会导致权限损坏和冲突,因此我们需要创造一个虚拟的环境区执行它二、解决方法1、创建一个虚拟环境(superset)[root@bigdata111~]#python3-mvenv
tutorial
-env2
故明所以
·
2023-07-20 18:31
大数据hadoop生态组件
pip
linux
python
CMake 学习笔记(生成头文件)
这个例子来自与cmake官网上的cmake
tutorial
。网址如下:https://cmake.org/cmake/he
liyuanbhu
·
2023-07-20 16:25
CMake
学习笔记
CMake
CMake 学习笔记(子目录 续)
CMakeLists.txtMathFunctions|-CMakeLists.txt|-MathFunctions.cxx|-MathFunctions.h|-mysqrt.cxx|-mysqrt.h
tutorial
.cxx
Tutorial
Config.h.in
liyuanbhu
·
2023-07-20 16:54
CMake
学习笔记
CMake
使用keras和tensorflow进行minst数据集图像分类
文章一半内容来自于对tf官网
tutorial
的翻译,另一半就是当时跟着教程做的时候自己被卡住的地方,所以如果你也是第一次学习,那这个文档可能会对你帮助不小。
koala_cola
·
2023-07-20 13:37
vscode开发 python django
Django
Tutorial
inVisualStudioCodehttps://code.visualstudio.com/docs/python/
tutorial
-django
wowocpp
·
2023-07-20 11:25
django
python
vscode
VMware16安装 server版本 Ubuntu-20.04.6
VMware16安装步骤其他Ubuntu安装安装步骤其他相关资源ubuntu-releases20.04.6清华大学开源软件镜像站InstallUbuntuServer,官方安装指南pdfUbuntuServer
tutorial
s
Steven_Tan_1024
·
2023-07-20 11:11
Linux
ubuntu
linux
Redis-6.0.9的编译和集群搭建
官方文档:https://redis.io/topics/cluster-
tutorial
2、下载当前最近的redis版本redis-6.0.9.tar.gzhttps://download.redis.io
慕容雪_
·
2023-07-20 09:31
Redis
linux
redis
cluster
6.0
集群
安装
CentOS 8 GLIBC升级失败系统崩溃抢修实战
解决启动后PermissionDenied3.3.1参考方案3.3.2解决4.总结服务器为CentOS8,支持glibc版本为2.28,但编译一个工具的glibc需求版本为2.34,于是非常脑残地参考这篇
Tutorial
DeadPool loves Star
·
2023-07-20 06:21
操作系统
杂记
centos
linux
运维
matplotlib从起点出发(1)_
Tutorial
_1
小白的主要思路是沿着官网的
tutorial
s先学习matplotlib的基础功能,然后针对官网总结的CheatSheets及其中的知识点查漏补缺。
CarnivoreRabbit
·
2023-07-19 23:03
Python
matplotlib
[Microsoft/AI-System]微软AI系统Lab8 +Lecture11
阅读教程:https://nni.readthedocs.io/en/latest/
Tutorial
/QuickStart.html测试代码结果:命令行环境实验结果实验代码:需要配置的文件conf
sagfugetabf
·
2023-07-19 21:51
ConstraintLayout教程
原文地址:https://www.raywenderlich.com/9475-constraintlayout-
tutorial
-for-android-complex-layouts转换其他类型的布局到
小菜鸟程序媛
·
2023-07-19 16:40
汇丰面试题汇总
单元测试http://xietao3.com/2018/12/Testing
Tutorial
/Shell脚本自动打包关键语句defer用法guard用法网络数据安全1、传输用户信息采用POST请求2、传输过程都是密文传输
坤哥爱卿
·
2023-07-19 16:20
Swift 最新面试题
翻译自问题一:下面代码中变量
tutorial
1.difficulty和
tutorial
2.difficulty的值分别是什么?如果
Tutorial
是一个类,会有什么不同吗?为什么?
Eddy_0
·
2023-07-19 12:10
2018-01-11 caffe
tutorial
笔记
原文Blobs,Layers,andNets:anatomyofaCaffemodelcaffe使用自己的模式通过layer之间的连接定义网络(network),整个网络从底层到顶层分别代表data到loss。当数据(以张量的形式)从底层到上层前向或者反向传递的时候,caffe以BLOBS的形式存储、操作、传递这些数据:BLOB也就是caffe中数据处理的标准格式和框架的内存接口。Blobstor
hhhhlyy
·
2023-07-19 11:48
百度paddlepaddle2.0.1 图片搜索示例代码
原文:基于图片相似度的图片搜索https://www.paddlepaddle.org.cn/documentation/docs/zh/
tutorial
/cv_case/image_search/image_search.html
半大人
·
2023-07-19 11:23
2021-03-06
python一直想学,书也买了几本,但是一直没有练习过今年定的目标好像还有掌握一门java外的其他语言,python就是其中之一,开始学起来吧python开发环境安装安装后会看到如下界面image.png
tutorial
思记享
·
2023-07-19 08:51
Call种内微生物SNP用Parsnp
Github:https://github.com/marbl/parsnpManual:https://harvest.readthedocs.io/en/latest/content/parsnp/
tutorial
.html
小白菜学生信
·
2023-07-19 05:53
sublime3 常用插件(必备)一直更新中……
不过要求PyV8环境ul.my-list>li*3>a.item$用法指南https://scotch.io/
tutorial
s/write-html-crazy-fast-with-emmet-an-interactive-guideh
mrhaoxiaojun
·
2023-07-19 04:42
工具
编辑器
编码
Unreal Engine & GIS 相关资料
UnrealGISsupportgis(datumwgs84)supportglob3dearthmaptmswms(localvectormapsraster)https://normalvector.com/
tutorial
s
wblong_cs
·
2023-07-18 20:31
UE4
GIS
UE4
GIS
张量是一个序列_张量流中使用gru和bilstm进行预测分析的时间序列预测
RecurrentNeuralNetworksaredesignedtohandlethecomplexityofsequencedependenceintime-seriesanalysis.Inthis
tutorial
weixin_26704853
·
2023-07-18 18:18
python
机器学习
算法
java
人工智能
Scrapy数据流转分析(二)
在Scrapy的
Tutorial
中使用了这样几行代码来启动爬虫:fromscrapyimportcmdlineif__name__=='__main__':cmdline.execute("scrapycrawl
tutorial
Len_8030
·
2023-07-18 11:30
学习babylon.js --- [2] 项目工程搭建
dist,public和src,如下,接着在src目录里添加一个文件叫app.ts,本文使用typescript;在public目录下添加index.html,index.html内容如下,Babylon
Tutorial
html
爱就是恒久忍耐
·
2023-07-18 09:52
babylon.js
学习
javascript
开发语言
探索Redis设计与实现12:浅析Redis主从复制
本文转自互联网本系列文章将整理到我在GitHub上的《Java面试指南》仓库,更多精彩内容请到我的仓库里查看https://github.com/h2pl/Java-
Tutorial
喜欢的话麻烦点下Star
da3acf50377b
·
2023-07-18 04:01
Springboot学习(九)---内置对象,内置工具类,模板
内置对象官方手册:https://www.thymeleaf.org/doc/
tutorial
s/3.0/usingthymeleaf.html内置对象可以在模板中直接使用#request表示HttpServletRequest
安城倾目
·
2023-07-18 03:26
Java
学习
spring
boot
java
【C语言搭建数据库】Part01 - 什么是SQLite & 制作一个简单的REPL
文章原地址:https://cstack.github.io/db_
tutorial
/parts/part1.htmlSqlite在sqlite的网站上有很多关于sqlite内核的文档,此外这里还有一本
ZhangzrJerry
·
2023-07-17 22:54
C语言搭建数据库
数据库
sqlite
c语言
「AntV」X6图编辑器的应用——流程图实现
效果展示在线预览源码SVG介绍阮一峰:SVG图像入门SVG
tutorial
因为antv/x6是基于SVG的图编辑器,所以SVG的知识有必要了解下的简介可缩放矢量图形【基于图形】全称:ScalableVectorGraphics
forguo
·
2023-07-17 22:43
JavaScript
可视化
工具
编辑器
流程图
前端
QIIME2的使用手册
image.png本文从QIIME2的官网进行查看翻译https://docs.qiime2.org/2021.8/
tutorial
s/moving-pictures/首先使用Keemei对于metadata
Hello育种
·
2023-07-17 15:38
Flask 教程 第五章:用户登录
本文翻译自TheFlaskMega-
Tutorial
PartV:UserLogins这是FlaskMega-
Tutorial
系列的第五部分,我将告诉你如何创建一个用户登录子系统。
Infinity丶
·
2023-07-17 14:36
Flask
Python
flask
PyTorch翻译官网教程6-AUTOMATIC DIFFERENTIATION WITH TORCH.AUTOGRAD
官网链接AutomaticDifferentiationwithtorch.autograd—PyTorch
Tutorial
s2.0.1+cu117documentation使用TORCH.AUTOGRAD
poorCoder_
·
2023-07-17 14:57
深度学习
pytorch
人工智能
python
PyTorch翻译官网教程8-SAVE AND LOAD THE MODEL
官网链接SaveandLoadtheModel—PyTorch
Tutorial
s2.0.1+cu117documentation保存和加载模型在本节中,我们将了解如何通过保存、加载和运行模型预测来持久化模型状态
poorCoder_
·
2023-07-17 14:23
深度学习
pytorch
人工智能
python
使用thrift编写C++服务器、客户端
官网https://thrift.apache.org/
tutorial
/cpp.html有thrift的C++例子。
cuijiecheng2018
·
2023-07-17 14:05
linux
网络/服务器
服务器
linux
021 单节点集群上 Ubuntu 安装 Hadoop 3.X
021InstallationofHadoop3.xonUbuntuonSingleNodeCluster1.Objective1.目标Inthis
tutorial
onInstallationofHadoop3
胡巴Lei特
·
2023-07-17 12:57
Separating Axis Theorem (分离轴理论SAT判断凸多边形是否相交)
参考链接:https://gamedevelopment.tutsplus.com/
tutorial
s/collision-detection-using-the-separating-axis-theorem
笨蛋白熊
·
2023-07-17 07:10
我的 sfml 学习笔记
systemmodule:这些api要配合官网
tutorial
s看。单看哪一个都不好。但一起看就非常好。
landian004
·
2023-07-17 00:10
cpp
c++
sfml
游戏开发
游戏引擎
[
Tutorial
][数学向]从零开始的MC特效(七 | 矩阵)
目录:一、导读二、矩阵介绍三、2维向量旋转四、3维向量旋转一、导读本教程需要读者有一定的空间想象能力本教程使用的PaperSpigot1.15.2-R0.1-SNAPSHOT核心在阅读之前请确保你具有线性代数和Java基础的知识本教程会使用ParticleLib中所使用的Matrix作为工具二、矩阵介绍(一)定义由个数排成如下行列的一个表格称为是一个矩阵,当时,矩阵称为阶矩阵或阶方阵(二)运算法则
Zoyn_
·
2023-07-16 20:04
[svn] 解决SVN冲突攻略(手册)
zccst翻译This
tutorial
iswalkthoughonhowtoresolveaconflictinsvn(subversion)这个手册是解决svn冲突的攻略FirstIwillmakeatest.txt
zhaihongxia
·
2023-07-16 16:44
gradle教程_Gradle教程
gradle教程WelcometoGradle
Tutorial
.Inmyearlierposts,welookedintoWhatisGradleandGradleEclipsePlugin.欢迎使用Gradle
cunchi4221
·
2023-07-16 13:14
java
maven
gradle
jar
linux
2018-06-15 mocha 测试安装
实例教程3.自已写几个通方法,然后用Mocha写测试用例,并运行测试首先执行安装第一步,打开阮一峰的安装文档地址http://www.ruanyifeng.com/blog/2015/12/a-mocha-
tutorial
-of-examples.html
墨绿chen
·
2023-07-16 13:37
Software Architecture
SoftwareArchitectureNote:This
tutorial
isstillworkinprogress.Itwillbeupdatedbitbybit,untilitreachesamorecomprehensiveandcoherentstate.However
单向街的夏天
·
2023-07-16 12:51
服务端-Web架构
PyTorch翻译官网教程7-OPTIMIZING MODEL PARAMETERS
官网链接OptimizingModelParameters—PyTorch
Tutorial
s2.0.1+cu117documentation优化模型参数现在我们有了一个模型和数据,是时候通过优化我们的数据参数来训练
poorCoder_
·
2023-07-16 11:32
深度学习
pytorch
人工智能
python
PyTorch翻译官网教程-DEPLOYING PYTORCH IN PYTHON VIA A REST API WITH FLASK
官网链接DeployingPyTorchinPythonviaaRESTAPIwithFlask—PyTorch
Tutorial
s2.0.1+cu117documentation通过flask的restAPI
poorCoder_
·
2023-07-16 11:32
深度学习
python
pytorch
flask
打工人防加班办公技巧合集(第二期)
Markdown使用教程(5分钟学会):https://www.runoob.com/markdown/md-
tutorial
.htmlMark
zhaoolee
·
2023-07-16 08:12
我伴随HarmonyOS一起成长
著有《跟老卫学HarmonyOS开发》开源书(GitHub-waylau/harmonyos-
tutorial
:HarmonyOS
Tutorial
.
_waylau
·
2023-07-16 05:16
HarmonyOS
harmonyos
华为
鸿蒙系统
SQL
Tutorial
(Datawhale 开源资料)
#SQL
Tutorial
(Datawhale开源资料)Task00环境搭建本想用虚拟机安装MySQL,但是笔记本同时挂vpn再运行VM实在是卡的不行,最后选择直接在windows上安装。
noob鸽
·
2023-07-16 05:14
上一页
38
39
40
41
42
43
44
45
下一页
按字母分类:
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
其他