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
Scrapy入门教程
安装ScrapypipinstallScrapy创建项目scrapystartproject
tutorial
创建爬虫在
tutorial
/spiders目录下创建quotes_spider.py文件,代码如下
·
2023-06-13 22:07
【unity入门】——shader学习之路
GetreadyforUnityEssentials-UnityLearn官方教程:打开模板之后,根据一些提示来操作:一、The
tutorial
intheunity(openit:
tutorial
--show
tutorial
s
一念白发
·
2023-06-13 21:34
技术美术(TA)成长之路
unity
游戏引擎
Django 学习 Blog 实操 14 --- 线上部署 Nignx 和 Gunicorn (待更新)
附上Gitee地址:https://gitee.com/langxing/HelloDjango-blog-
tutorial
Sapphire~
·
2023-06-13 09:10
Django
Blog
系列
django
nginx
python
第二章 数据处理篇:transforms
教程参考:https://pytorch.org/
tutorial
s/https://github.com/TingsongYu/PyTorch_
Tutorial
https://github.com/yunjey
江米江米
·
2023-06-13 07:56
深度学习
python
numpy
深度学习
计算机视觉
[Camera](GDC math
tutorial
)使用数学使你游戏中的相机更有范儿
原视频链接:Mathforgameprogrammers:Juicingyourcameraswithmath(youtube)Math-for-Game-Programmers-Juicing(GDCvault)上面是同一个视频,油管看不了的可以尝试第二个链接。非常有价值的视频!!!每个游戏开发者都应该看看。你也可以在这个网站上找到相关的资源。http://www.mathforgameprog
珏_Gray
·
2023-06-13 06:53
强化学习Sarsa算法实践
源码路径:百度PARL包,examples\
tutorial
s\lesson2\sarsa源码分析包含三个文件:gridworld.py、agent.py、train.pyGRIDWORLD提供寻路游戏的虚拟环境
Eliza_Her
·
2023-06-13 05:53
强化学习
算法
强化学习
2020-02-17 GWAS进阶备选学习资料(GWAS
tutorial
)
GWAS进阶备选0原理啊,全基因组关联分析(GWAS)的计算原理,了解一下?1分析流程GWAS分析基本流程及分析思路2数据处理2.1数据质量过滤GWAS基因芯片数据预处理:质量控制(qualitycontrol)2.2正负链翻转(standflip)数据合并,踩不完的坑2.3基因型数据填补(imputation)soga,网页版的基因型填充可以这么做(genotypeimputation)2.4群
程凉皮儿
·
2023-06-13 03:08
Python 第三方模块 科学计算 NumPy模块 简介,多维数组,数据类型
参见:https://www.runoob.com/numpy/numpy-
tutorial
.html一.简介·NumPy代表NumericPython,是1个由多维数组对象及用于处理数组的例程集合组成的库例程
EdVzAs
·
2023-06-13 00:44
#
Python
#
数据分析
#
机器学习
python
numpy
ndarray
axis
数据类型
Ada
Tutorial
(1):Ada基础——wordcount程序
文章目录Ada常用的库和方法Ada.Characters.Handling字符类型函数转换函数Ada基础语法概览数据类型和子类型类型(Type)子类型(Subtype)类型和子类型的区别常用类型转换方法显示类型转换类型相关函数循环语句无条件循环(Loop)For循环while循环循环中的其它控制结构分支语句ifcase数组数组定义声明数组变量访问数组元素数组的其他特性recordrecord定义创
暖仔会飞
·
2023-06-13 00:33
ada
Ada
Tutorial
(2)SPARK Examiner + SPARK Prover
文章目录代码Task1.adb代码task3.adbtask4.adb在Ada和SPARK中,SPARK_Mode是一个编译指示,它表示随后的代码将使用SPARK语言规则进行编译和分析。在withSPARK_Mode=>On的影响下,编译器会在编译过程中应用SPARK语言规则,它比Ada有更严格的要求,例如禁止某些可能导致不确定行为的构造。此外,打开SPARK_Mode还会允许一些只有在SPARK
暖仔会飞
·
2023-06-13 00:33
软件工程学习内容
spark
ada
Ada
Tutorial
(3)SPARK2——Post condition + Loop Invariant 后置条件 + 循环不变量
文章目录divmod循环不变量v.s.后置条件扩展思考divmod--divmod.adbpackagebodyDivModwithSPARK_ModeisprocedureDivMod(X:Positive;N:Positive;K:outNatural;Remainder:outNatural)isY:Natural:=X;beginK:=0;whileY>=NloopY:=Y-N;K:=K+
暖仔会飞
·
2023-06-13 00:32
软件工程学习内容
ada
spark
Tensorflow逻辑回归 分类
codesimportosos.environ['TF_CPP_MIN_LOG_LEVEL']='3'importtensorflowastffromtensorflow.examples.
tutorial
s.mnistimportinput_datamnist
BillLeee
·
2023-06-12 23:47
基于Boostrap进行网页设计
1.实验准备熟悉界面设计的原则;熟悉CSS/javascript的语法和编程;学习boostrap教程https://www.runoob.com/bootstrap4/bootstrap4-
tutorial
.html2
未央花语
·
2023-06-12 13:41
python使用fabric之只看这篇就够了
fabric是什么项目地址在:https://gitee.com/xiaofeipapa/fabric-
tutorial
建议先下载代码,边看边运行.fabric是python的一个组件,能够在远程服务器运行你写好的脚本
小肥爬爬
·
2023-06-12 12:18
如何在Ubuntu 20.04上安装Anaconda Python发行版[快速入门]
This
tutorial
willguideyouthrough
cukw6666
·
2023-06-12 11:53
python
linux
ubuntu
java
深度学习
termux搭建局域网web服务器
本文转自:http://www.ruanyifeng.com/blog/2019/07/termux-
tutorial
.html非常感谢!读者可自行前往详细阅读。
飞花舞者
·
2023-06-12 09:30
Termux
python打印时如何换行_如何避免在Python中打印换行符?
举些例子print("
Tutorial
")print("Nhooo")输出看起来像这样-
Tutorial
Nhooo但是有时候可能会发生,我们不想转到下一行,而是想在同一行上打印。
曹逆娘曹
·
2023-06-12 09:30
python打印时如何换行
BCC Python开发教程&常用BCC工具(一)
一、BCCPython开发教程翻译参考:https://github.com/iovisor/bcc/blob/master/docs/
tutorial
_bcc_python_developer.md这个教程主要目的是展示如何使用
海浪滔滔_HDL
·
2023-06-12 06:44
内核源码分析
python
开发语言
【博客647】MetricsQL(VictoriaMetrics)和PromQL(Prometheus)的不同之处
MetricsQL(VictoriaMetrics)和PromQL(Prometheus)的不同之处1、如果对PromSQL不熟悉可以先看以下链接https://valyala.medium.com/promql-
tutorial
-for-beginners
lulu的云原生笔记
·
2023-06-12 06:38
prometheus
机器学习
算法
Linux性能分析之perf(1)基础知识总结
Linux(09)之perf(1)基础知识总结Author:OncedayDate:2023年1月31日漫漫长路,才刚刚开始…参考文档:
Tutorial
-PerfWiki(kernel.org)linux
Once_day
·
2023-06-12 04:21
Iinux小白之路
Linux实践记录
linux
运维
服务器
setuptools--setup.py
[TOC]docs这个链接总体介绍,starthere:https://packaging.python.org/
tutorial
s/distributing-packages/https://setuptools.readthedocs.io
cdz620
·
2023-06-12 01:12
An study on Capsule Network
A
Tutorial
:https://www.youtube.com/watch?
阮恒
·
2023-06-11 23:15
【Mac】Mac install brew but failed with “next step“...
(orLinux)Thisismainpageofbrew,whichispowerfulsoftware.youcangointoittoseethedetailsandthereexiststhe
tutorial
ofinstallation.wheniwasinstallinghomebrewover
哟米 2000
·
2023-06-11 20:06
mac
macos
NumPy库学习笔记(4) NumPy数组的索引和切片
参考链接:NumPy官网参考链接:NumPy:theabsolutebasicsforbeginners参考链接:Quickstart
tutorial
参考链接:Broadcasting广播参考链接:NumPy
敲代码的小风
·
2023-06-11 19:22
NumPy学习笔记
Python基础实验
python
numpy
3,Beeware创建你的第一个应用程序
确保您位于教程0beeware-
tutorial
中创建的目录中,并激活了虚拟环境,然后运行:beeware-venv苹果系统(beeware-venv)$python-mpipinstallbriefcas
michaelxguo
·
2023-06-11 18:34
Beeware
python
java
linux
毕业设计之外文翻译---SQLite vs MySQL vs PostgreSQL:关系型数据库管理系统的比较
英文原文(https://www.digitalocean.com/community/
tutorial
s/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems
NOVO
·
2023-06-11 16:53
毕业设计
毕业设计
翻译
EGL、GBM学习
article/details/107046470kmscube:https://gitlab.freedesktop.org/mesa/kmscubehttps://github.com/eyelash/
tutorial
s
Backlight~~
·
2023-06-11 16:14
EGL
linux
学习
C++书单
C++标准程序库(C++StandardLibrary
Tutorial
andReference)作者
PaQiuQiu
·
2023-06-11 14:33
C++《i+1》
c++
开发语言
scss的基础使用
Sass官网:https://www.sass.hk/docs/菜鸟教程Sass:https://www.runoob.com/sass/sass-
tutorial
.htmlSass就是css的预处理器
是曹不是蔡
·
2023-06-11 13:07
【ROS】ROS2中的概念和名词解释
dev.ros2.fishros.com/ROS2官方文档:http://dev.ros2.fishros.com/doc/ROS2教程:http://dev.ros2.fishros.com/doc/
Tutorial
s.htmlAPI
郭老二
·
2023-06-11 11:35
ROS
ubuntu
git
linux
注册Unity账号
实时开发平台|3D、2DVR和AR引擎https://unity.com/cn1、创建账号如果是从学习页面点击的会是是弹窗形式的,都一样Learngamedevelopmentw/Unity|Courses&
tutorial
singamedesign
QmagicianRX
·
2023-06-11 08:27
Unity3D小游戏
unity
vr
游戏引擎
numpy入门教程(二)
基本参考于standford大学cs231n课程笔记cs231n-pythonnumpy
tutorial
略有删减与补充,欢迎交流指正这一部分主要介绍numpy的常用操作方法NumpyNumpy是Python
_龙雀
·
2023-06-11 07:23
MMPose关键点检测实战
安装教程https://github.com/TommyZihao/MMPose_
Tutorial
s/blob/main/2023/0524/%E3%80%90A1%E3%80%91%E5%AE%89%
爱学习的羽
·
2023-06-11 04:11
pytorch
pytorch
windows7 64bit下使用service方式mongodb2.6
windowsservice服务的时候碰到一些问题,记录如下:官网中关于在windows下以service方式安装mongodb的步骤:参考地址:http://docs.mongodb.org/manual/
tutorial
whupanyinghua
·
2023-06-11 03:29
mongodb
MongoDB2.6
Windows7
64bit
mongodb2.6安装失败
JDK8 指南(译)
翻译自java8-
tutorial
新特性DefaultMethodsforInterfaces(接口的默认方法)Java8使我们能够通过使用default关键字将非抽象方法实现添加到接口。
weixin_34177064
·
2023-06-10 18:39
java
Python中内置数据库!SQLite使用指南!
作者:韩信子@ShowMeAIPython3◉技能提升系列:https://www.showmeai.tech/
tutorial
s/56本文地址:https://www.showmeai.tech/article-detail
ShowMeAI
·
2023-06-10 17:49
#
数据分析
⛵
面试宝典&实战项目
#
Python图解与代码
◉
闪电速学版
数据库
python
sqlite
sql
数据分析
python -- PyQt5(designer)中文详细教程(一)Qt的基本功能
下一章内容python--PyQt5(designer)中文详细教程(二)菜单和工具栏http://t.csdn.cn/QObivPyQt5中⽂教程PyQt5-Chinese-
tutorial
PyQt5
MqtGhj
·
2023-06-10 17:40
PyQt
qt
python
学习
PyQt5
pycharm
第三课 Tensorflow实现人工神经网络
使用机器学习实现财富自由www.abuquant.comTesnroflow人工神经网络importnumpyasnpimporttensorflowastffromtensorflow.examples.
tutorial
simportmnistfromIPython.displayimportdisplay
cjopengler
·
2023-06-10 10:21
tensorflow
神经网络
dnn
人工神经网络
python导入模块失败_python模块导入不成功
python模块导入细节官方手册:https:docs.python.org3
tutorial
modules.html可执行文件和模块python源代码文件按照功能可以分为两种类型:用于执行的可执行程序文件不用与执行
weixin_39775577
·
2023-06-10 08:56
python导入模块失败
Python
Tutorial
- 7 - Functions
文章目录Functions1.Defineafunction1.1.Function`return`2.Passargumentstoafunction3.Snippets-numberofdayspermonthFunctions/*File:functions.mdProject:7_functionsFileCreated:Wednesday,15thMarch20235:09:08pmAu
小谷在线
·
2023-06-10 05:41
python
tutorial
for
beginner
python
开发语言
Python
Tutorial
- 8 - Import Modules and Exploring the Standard Library
文章目录ImportModulesandExploringtheStandardLibrary1.Import1.1.my_module.py1.2.`importmodule_name`1.3.Shortermodulename1.4.ImporttheFunctionItself1.5.Locationsthat`import`searches1.6.AddPythonPath1.6.1.Di
小谷在线
·
2023-06-10 05:41
python
tutorial
for
beginner
python
开发语言
重新学习Mysql数据库3:Mysql存储引擎与数据存储原理
本文转自互联网本系列文章将整理到我在GitHub上的《Java面试指南》仓库,更多精彩内容请到我的仓库里查看https://github.com/h2pl/Java-
Tutorial
喜欢的话麻烦点下Star
da3acf50377b
·
2023-06-10 03:39
gismo-3维IGA
一、简单示例参考网页
Tutorial
02:Geometry#includeusingnamespaceg
mw_1422102031
·
2023-06-10 01:16
gismo
c++
牛客网C++面试宝典(一)C/C++基础之语言基础
牛客网C++面试宝典链接:https://www.nowcoder.com/issue/
tutorial
?
乘凉~
·
2023-06-10 01:00
一个还没想好名字的专栏
c++
面试
学习
突破Java面试(24)-Redis的持久化机制
全是干货的技术号:本文已收录在github,欢迎star/fork:https://github.com/Wasabi1234/Java-Interview-
Tutorial
Redis对外提供数据访问服务时
JavaEdge
·
2023-06-09 17:09
Electron桌面应用开发基础
#Electron桌面应用开发###Electron技术架构地址:[快速入门|Electron](https://www.electronjs.org/zh/docs/latest/
tutorial
/quick-start
小胖子的快乐
·
2023-06-09 16:00
Kotlin 入门
参考网址:https://www.runoob.com/kotlin/kotlin-
tutorial
.htmlhttps://juejin.im/post/591dd9f544d904006c9fbb96
AlphaGuo
·
2023-06-09 12:52
小程序页面事件与wxs脚本
文章和代码已经归档至【Github仓库:https://github.com/timerring/front-end-
tutorial
】或者公众号【AIShareLab】回复小程序也可获取。
·
2023-06-09 11:30
前端
Bayesian Networks
TheGPMinthepaper“Hands-onBayesianNeuralNetworks–a
Tutorial
”
nbu04william
·
2023-06-09 11:31
机器学习
Bayesian
网络
OpenCV中的图像处理3.10(九)二维直方图与反投影
-3:二维直方图目标绪论OpenCV中的二维直方图Numpy中的2D直方图绘制二维直方图3.10.4直方图-4:直方图反投影目标理论Numpy中的算法OpenCV中的反投影其他资源翻译及二次校对:cv
tutorial
s.com
王者与CV
·
2023-06-09 11:24
OpenCV教程与机器学习
opencv
图像处理
python
计算机视觉
人工智能
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
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
其他