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
Introduce
3D角色动画
关键词:RoleAnimationSkeletalAnimationMorphingAnimationSkinnedMeshAbstract:
Introduce
3DGameRoleAni
lyxiaoya
·
2020-08-05 19:31
3D技术/游戏引擎
vue后台管理框架(iview + vue)
iview官网:https://www.iviewui.com/docs/
introduce
vue+iview后台管理文档:https://lison16.github.io/iview-admin-doc
慢半拍、
·
2020-08-05 13:16
vue
Pytorch_第七篇_深度学习 (DeepLearning) 基础 [3]---梯度下降
深度学习(DeepLearning)基础[3]---梯度下降法
Introduce
在上一篇“深度学习(DeepLearning)基础[2]---神经网络常用的损失函数”中我们介绍了神经网络常用的损失函数。
沁泽
·
2020-08-05 11:00
个人介绍(personal
introduce
)
我,现在还是一名在校的大学生,所学的专业呢?和CSDN联系的特紧密,呵呵,自05年大学以来,已经有一年多的大学年龄了吧,本人地处博大精深的中原地带,但是呢,不怕你笑话,对于中国的五千年来的宝贵文化知道的并不是很多,难怪有同学问我:你到底是不是河南人啊?哈哈,从那以后变努力从互联网了,报纸杂志呢,很下功夫,唉,好惨.......我是一个很乐观开朗的人,其实这就要源于我的一个高中同学,她在我眼中很漂亮
leesunny3
·
2020-08-05 00:40
thymeleaf中js取值
functionchangebasic(){var
introduce
=[[${basicInfo.
introduce
}]];varidiograph=[[${basicInfo.idiograph}]]
轻雨落笔痕
·
2020-08-05 00:17
web网站开发
Codeforces998D——Roman Digits
Let’s
introduce
anumbersystemwhichisbasedonaromandigits.TherearedigitsI,V,X,Lwhichcorrespondtothenumbers1,5,10and50respectively.Theuseofotherromandigitsisnotallowed.Numbersinthissystemarewrittenasaseque
westbrook1998
·
2020-08-04 21:19
ACM练习题
Windows Vista for Developers – Part 3 – The Desktop Window Manager
WindowsVistaforDevelopers–Part3–TheDesktopWindowManagerAlthoughWindows95(andWindowNT3.51)
introduce
dWindowsdeveloperstonon-rectangularwindows
王晓鹏
·
2020-08-04 18:54
js中 构造函数,原型,和实例化对象
1,构造函数创建对象造成的内存浪费,和原型的引入functionPerson(name,age){this.name=name;this.age=age;this.
introduce
=function(
一个半路出家的人
·
2020-08-04 17:48
javaS
前端Html
Pytorch_第六篇_深度学习 (DeepLearning) 基础 [2]---神经网络常用的损失函数
深度学习(DeepLearning)基础[2]---神经网络常用的损失函数
Introduce
在上一篇“深度学习(DeepLearning)基础[1]---监督学习和无监督学习”中我们介绍了监督学习和无监督学习相关概念
沁泽
·
2020-08-04 15:00
Pytorch_第五篇_深度学习 (DeepLearning) 基础 [1]---监督学习与无监督学习
深度学习(DeepLearning)基础[1]---监督学习与无监督学习
Introduce
学习了Pytorch基础之后,在利用Pytorch搭建各种神经网络模型解决问题之前,我们需要了解深度学习的一些基础知识
沁泽
·
2020-08-04 15:00
Singletons vs. Application Context in Android?
Singletonsareanightmarefortestingand,iflazilyinitialized,will
introduce
"stateindeterminism"withsubtlesideeffects
移动与射击
·
2020-08-04 03:56
编程
RecyclerView使用介绍
来源http://jinyudong.com/2014/11/13/
Introduce
-RecyclerView-%E4%B8%80/这篇文章是根据官网的一篇文章(这里)写的,不过作者增加了一些自己的理解
SScience
·
2020-08-04 02:22
PipedInputStream,PipedOutputStream实例,线程间通信
Java.io.PipedOutputStreamandjava.io.PipedInputStreamhasbeen
introduce
dinJDK1.0.PipedOutputStreamandPipedInputStreambothareconnectedtoeachothertocreateacommunicationpipe.PipedOutputStreamisthesendingend
二十六画生的博客
·
2020-08-04 01:16
Java
React-Native antd-mobile-rn组件库集成使用
antd-mobile-samples/tree/master/create-react-native-app文档地址:https://rn.mobile.ant.design/docs/react/
introduce
-cn
大灰狼的小绵羊哥哥
·
2020-08-04 00:07
】
第四章:javaScript对象及初识面向对象——课后作业:
1,显示学生信息自我介绍varstudent=newObject();student.name="高乐乐";student.age="15";student.
introduce
="我叫高乐乐,我是一个初中三年级的学生
gz98411
·
2020-08-03 17:52
JQuery高效制作网页特效
无人驾驶工程师学习笔记(十六)——Project code : Advanced Lane Finding
AdvancedLaneFinding”,andsettheprogramstructurelikethis:includingthemain.pyandsub_functionsinthemodule_py.nowIwill
introduce
thelogicintheabovecode
Comma_dev
·
2020-08-03 08:53
无人驾驶算法
pytorch_第四篇_使用pytorch快速搭建神经网络实现二分类任务(包含示例)
使用pytorch快速搭建神经网络实现二分类任务(包含示例)
Introduce
上一篇学习笔记介绍了不使用pytorch包装好的神经网络框架实现logistic回归模型,并且根据autograd实现了神经网络参数更新
沁泽
·
2020-08-03 08:00
Freemarker
Freemarker是一种模板技术模板+数据=结果在D盘下创建一个ftl文件夹,创建一个文本文档,命名为
introduce
.ftl添加内容:${name}:纵行山河万里,肆意九州五岳!
pointer.
·
2020-08-03 08:44
Web
Java
react项目中使用antd
1.antd官网:https://ant.design/docs/react/
introduce
-cn2、React中使用Antd1、安装antdnpminstallantd--save/yarnaddantd
weixin_30522095
·
2020-08-03 06:54
手把手教你在自己的Android app中引入支付宝沙盒支付功能(可用于课设和测试)
1.2进入沙箱开发界面1.3下载沙箱app1.4使用买家账号登录你的支付宝沙箱2设置应用私钥与公钥2.1下载支付宝开发平台开发助手https://opendocs.alipay.com/open/291/
introduce
2.2
Incimo
·
2020-08-03 03:38
Android
前端
英文自我介绍
Itisreallymyhonortohavethisopportunityforaninterview,Ihopeicanmakeagoodperformancetoday.I’mconfidentthatIcansucceed.Nowiwill
introduce
myselfbriefly.Mynameisxufeifei
江醉鱼
·
2020-08-03 02:29
英文自我介绍
14.SpringBoot学习(十四)——Spring Boot WebFlux初体验
1.简介1.1概述SpringWebFluxisthenewreactivewebframework
introduce
dinSpringFramework5.0.UnlikeSpringMVC,itdoesnotrequiretheServletAPI
Soulballad
·
2020-08-02 22:00
react配合antd
官方网站:https://ant.design/docs/react/
introduce
-cn首先要有react环境安装:npminstallantd--save使用:import{组件名称}from'antd
灿尔哈擦苏
·
2020-08-02 20:22
web前端开发
IBatis使用浅析
ibatis历史Eightyearsagoin2002,IcreatedtheiBATISDataMapperand
introduce
dSQLMappingasanapproachtopersistencelayerdevelopment.Shortlythereafter
在开发领域中的思考
·
2020-08-02 20:12
java
轻型本地服务器_一小时超轻型漂移机
轻型本地服务器Iwas
introduce
dtotheworldofHyperLightDrifterthroughaseriesofvisions—titansravageabrokencity,ashallowseaisstainedredbyfloatingcorpses
weixin_26732881
·
2020-08-02 19:12
java
python
[总结] 人脸识别领域相关数据集
目录1.
Introduce
2.DatabaseofFaceDetection3.DatabaseofFaceAlignment&&FaceLandmarkDetection4.DatabaseofFaceRecognition
Code_Mart
·
2020-08-02 15:53
CV
杂谈
Slf4j MDC 使用和 基于 Logback 的实现分析
关于Slf4j的介绍,请参考本博客http://ketao1989.github.io/posts/Java-slf4j-
Introduce
.html有了日志之后,我们就可以追踪各种线上问题。
booooooooooooooooooo
·
2020-08-02 12:34
logs
阅读Structure-Feature based Graph Self-adaptive Pooling(WWW2020)
Structure-FeaturebasedGraphSelf-adaptivePooling(WWW2020)文章目录Abstract
Introduce
RelatedworkPROPOSEDMETHODSExperimentConclusionAbstract
我是chios
·
2020-08-02 12:21
期刊会议论文阅读
深度学习
Pytorch Autograd (自动求导机制)
PytorchAutograd(自动求导机制)
Introduce
PytorchAutograd库(自动求导机制)是训练神经网络时,反向误差传播(BP)算法的核心。
沁泽
·
2020-08-02 11:00
IntelliJ IDEA 快捷键
摘取自[极客学院(http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/keymap-
introduce
.html)]Mac快捷键对照Ctrl
时间在这里停顿
·
2020-08-01 13:23
起飞
intellij
idea
快捷键
Java REPL & JShell
jshell-java-repl/TheJavaShellorJShellisanofficialRead-Evaluate-Print-Loop,orREPLasit'scommonlycalled,
introduce
dwithJava9
xgqfrms
·
2020-08-01 12:00
Strange Way to Express Integers(扩展欧几里得+乘法逆元+中国剩余定理求解非互质的模线性方程组)
1000MSMemoryLimit:131072KTotalSubmissions:11454Accepted:3549DescriptionElinaisreadingabookwrittenbyRujiaLiu,which
introduce
sastra
林下的码路
·
2020-08-01 10:32
ACM
poj
数论
Android HTTP框架Volley详解
www.androidhive.info/2014/05/android-working-with-volley-library-1/Androidvolleyisanetworkinglibrarywas
introduce
dtomakenetworkingcallsmucheasier
摘菜先生
·
2020-08-01 08:06
Android转载
Volley
HTTP
Android
微信小程序生成详情内容页 Thinkphp后台调用数据库
}}价格:{{goods.goods_price}}数量:{{goods.goods_number}}时间:{{goods.goods_create_time}}商品描述:{{goods.goods_
introduce
乌云大帝
·
2020-08-01 07:18
微信小程序
How to manually upgrade Ubuntu 16.04 LTS to Ubuntu 18.04 LTS, Part I
Today,wewill
introduce
howtoupgradeUbuntu16.04LTSto18.04LTSmanually.Inordertofacilitatethepresentationtothefriends
qwfys200
·
2020-07-31 23:09
Linux
Wonder-Chapter One not school-Driving
thispartinChapterOnetolduswhythewriterdidnotgotoschool.Itisnotbecausehowthefacehelookslike,butbecauseofthesuigeries.Hedescribedthatitishismothertaughthimlecturesand
introduce
dushislife
for3q
·
2020-07-31 23:04
hdoj1087超级跳跳跳 最大升序字段和
isverypopularinHDU.Maybeyouareagoodboy,andknowlittleaboutthisgame,soI
introduce
ittoyounow.Thegamecanbeplayedbytwoormorethantwoplayers.I
好吃的都给你呀
·
2020-07-31 22:58
C语言杂文
遇见更好的你,遇见更好的他
Everyinteractionwithanotherhumanbeingisapossiblegatewaytosomenewworldorexperience,whichcould,inturn,
introduce
youtotheloveofyourlife
极光年
·
2020-07-31 17:21
微信小程序遍历改变当前按钮状态
微信小程序多个button同一事件操作遍历未知个数button中,如何改变当前所点击按钮的状态,或修改button文本效果图
introduce
遍历button,在button上绑定事件点击当前button
Smile_ping
·
2020-07-31 14:10
微信小程序
寒暄常用英文表达
Letme
introduce
youtoMr.Li,generalmanagerofourcompany.让我介绍你认识,这是我们的总经理,李先生。
congdeng6324
·
2020-07-31 11:35
4——Service Discovery in a Microservices Architecture
service-discovery-in-a-microservices-architecture/Thisisthefourtharticleinourseriesaboutbuildingapplicationswithmicroservices.Thefirstarticle
introduce
stheMicroservicesArchit
ztguang
·
2020-07-31 11:00
Android平台/移动互联网
Web技术/服务计算
C/C++
嵌入式/移动IoT/雾计算
【Codeforces Round #589 B】Filling the Grid
题目链接FillingtheGrid
introduce
Supposethereisa\(h×w\)gridconsistingofemptyorfullcells.Let'smakesomedefinitions
weixin_30369041
·
2020-07-31 10:29
【Codeforces Round #589 D】Complete Tripartite
题目链接CompleteTripartite
introduce
Youhaveasimpleundirectedgraphconsistingof\(n\)verticesand\(m\)edges.Thegraphdoesn'tcontainself-loops
weixin_30369041
·
2020-07-31 10:29
目标检测经典论文——YOLOV2论文翻译:YOLO9000: Better, Faster, Stronger(YOLO9000:更好、更快、更强)
JosephRedmon*†,AliFarhadi*†UniversityofWashington*,AllenInstituteforAI†http://pjreddie.com/yolo9000/AbstractWe
introduce
YOLO9000
bigcindy
·
2020-07-31 09:19
深度学习经典论文翻译
YOLOV2
YOLO9000
目标检测
分层训练
数据融合
Pytorch tensors 张量基础用法和常用操作
Pytorchtensors(张量)
Introduce
Pytorch的Tensors可以理解成Numpy中的数组ndarrays,但是Tensors支持GPU并行计算,这是其最大的一个优点。
沁泽
·
2020-07-31 07:00
(CPU version) pytorch安装与测试
(CPUversion)Pytorch安装与测试
Introduce
PyTorch是一个基于Torch的Python开源机器学习库,用于自然语言处理等应用程序。
沁泽
·
2020-07-31 07:00
如何更好的写外贸开发信(3封邮件对比)
你也许觉得你的开发信写的不错,但是其实你的开发信写的很差比如大多数国内的开发信是这样写的:GoodafternoonMr.Moneybags,I'dliketo
introduce
myself.MynameisJasonMcSuckywritington
草根外贸cifshanghai
·
2020-07-30 23:49
DSP - Practical Introduction to Digital Filtering
IntroductionFilterscanbeusedtoshapethesignalspectruminadesiredwayortoperformmathematicaloperationssuchasdifferentiationandintegration.CompensatingforDelay
Introduce
dbyFilteringDigitalfilters
introduce
de
zzYzz
·
2020-07-30 21:00
用CycleGAN进行图像到图像的生成转换
gitclonehttps://github.com/pkmital/CycleGAN.gitIntroductionThiscolab
introduce
syoutothefollowingwork:%
Adam坤
·
2020-07-30 21:22
AI程序员
算法
神经网络
深度学习
GANs
Build Microsoft Azure SDK For OpenWrt System
Cloudfororganizingandanalyzingbigdataisatrend,Microsoft
introduce
sAzureCloudforIoTpurpose.ithasbeenannouncedcross-platform
垓恪十三號
·
2020-07-30 20:23
物聯網
linux
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
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
其他