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
notes
机器学习笔记(PRML)
转载自:http://nbviewer.jupyter.org/github/lijin-THU/
notes
-machine-learning/blob/master/ReadMe.ipynb机器学习笔记简介作者
jiachen0212
·
2020-08-18 08:11
python
ML
DBA警世录——有些习惯DBA须要养成(文摘)
本文摘自EygleDBA
Notes
,目前图书已上架,感兴趣的朋友可以去购买来看,Eygle的网站上也有第一,第二章节的PDF版。
huang_tg
·
2020-08-18 08:19
[leetcode: Python]225. Implement Stack using Queues
Pushelementxontostack.pop()–Removestheelementontopofthestack.top()–Getthetopelement.empty()–Returnwhetherthestackisempty.
Notes
panda爱学习
·
2020-08-18 08:26
LeetCode:
Easy
理解内存溢出
原文:https://docs.oracle.com/javase/8/docs/tech
notes
/guides/troubleshoot/memleaks002.html内存泄漏的常见现象就是java.lang.OutOfMemoryError
GYC35
·
2020-08-18 07:15
杂记
Pug 介绍和在 Vue 中使用
原名jade可用来生成HTML,它的写法类似于CSS中文文档这里先简单举几个#helloa.link-buttonLinkLinka(href="https://xrkffgg.github.io/K
notes
北风凛
·
2020-08-18 06:53
前端技术
UltraEdit使用技巧
的帮助文件里提到.CTRL+R调出来替换(Replace)窗口,选中"使用正则表达式";然后用查找%*你的字符串*^p替换成空内容即可.如,我当前有个文本文件,需要去掉所有包含http://www.dba
notes
.net
wfwkiss
·
2020-08-18 06:42
Swagger 常用注解使用详解
@ApiOperation(value="编辑公告",
notes
="编辑公告",httpMethod="POST")@RequestMapping(value="/edit",method=RequestMe
weixin_44310899
·
2020-08-18 06:24
订单详情接口整理
目标图其实很简单,根据订单的id查询数据库信息就行了1.接口层@ApiOperation(value="会员订单详情接口",
notes
="会员订单详情业务",produces="application/
思乐
·
2020-08-18 05:20
java
leetcode:String to Integer (atoi)
Carefullyconsiderallpossibleinputcases.Ifyouwantachallenge,pleasedonotseebelowandaskyourselfwhatarethepossibleinputcases.
Notes
weixin_34150830
·
2020-08-18 04:26
[Leetcode] String to integer atoi 字符串转换成整数
Carefullyconsiderallpossibleinputcases.Ifyouwantachallenge,pleasedonotseebelowandaskyourselfwhatarethepossibleinputcases.
Notes
weixin_30700977
·
2020-08-18 04:08
8. String to Integer (atoi)
Carefullyconsiderallpossibleinputcases.Ifyouwantachallenge,pleasedonotseebelowandaskyourselfwhatarethepossibleinputcases.
Notes
weixin_30596343
·
2020-08-18 04:47
【Leetcode】【Easy】String to Integer (atoi)
Carefullyconsiderallpossibleinputcases.Ifyouwantachallenge,pleasedonotseebelowandaskyourselfwhatarethepossibleinputcases.
Notes
weixin_30292843
·
2020-08-18 03:22
ARC 066D Xor Sum AtCoder - 2272 (打表找规律)
ProblemStatementYouaregivenapositiveintegerN.Findthenumberofthepairsofintegersuandv(0≦u,v≦N)suchthatthereexisttwonon-negativeintegersaandbsatisfyingaxorb=uanda+b=v.Here,xorde
notes
thebitwiseexclusiveOR
weixin_30268921
·
2020-08-18 03:18
Find Kth Bit in Nth Binary String
Giventwopositiveintegersnandk,thebinarystringSnisformedasfollows:S1="0"Si=Si-1+"1"+reverse(invert(Si-1))fori>1Where+de
notes
theconcatenationoperation
flyatcmu
·
2020-08-18 03:19
Recursion
一种在latex中多图排列的方法及一点小教训
将figure和tabular相结合,当一行只有一个标签时,可以用下面方法:\begin{figure*}[htbp]\begin{center}\foot
notes
ize\begin{tabular}
龙在水中游
·
2020-08-18 03:44
latex
Leetcode NO.225 Implement Stack using Queues
Pushelementxontostack.pop()--Removestheelementontopofthestack.top()--Getthetopelement.empty()--Returnwhetherthestackisempty.
Notes
lym1108csu
·
2020-08-18 03:07
Leetcode
String to Integer (atoi)(将字符窜转换成数字)
Carefullyconsiderallpossibleinputcases.Ifyouwantachallenge,pleasedonotseebelowandaskyourselfwhatarethepossibleinputcases.
Notes
laymenISmouse
·
2020-08-18 03:26
leetcode
期待已久的Ext JS 4.0正式版发布了
下载地址:http://www.sencha.com/products/extjs/download/Release
Notes
forExtJS4.0FinalRelease
Notes
:April26,2011VersionNumber
上将军
·
2020-08-18 03:53
JavaScript
Xor Sum 2 (atcoder) (前缀异或和技巧)
ThereisanintegersequenceAoflengthN.Findthenumberofthepairsofintegerslandr(1≤l≤r≤N)thatsatisfythefollowingcondition:AlxorAl+1xor…xorAr=Al+Al+1+…+ArHere,xorde
notes
thebitwiseexclusiveOR.DefinitionofXORTh
punchline_skr
·
2020-08-18 01:11
ACM之递推专题
Golang学习笔记-面向对象接口封装
接口封装packageutilsimport("fmt")//定义结构体typeFamilyAccountstruct{keystringloopboolbalancefloat64moneyfloat64
notes
tringdetailsstringflagsbool
炎芯随笔
·
2020-08-18 01:06
golang
Leetcode刷题81-383. 赎金信(C++详细解法!!!)
problems/ransom-note/]383.RansomNote1.Question2.Answer3.大神们的解决方案4.我的收获1.QuestionGivenanarbitraryransom
notes
tringandanotherstringcontaininglettersfromallthemagazines
胡云层呀
·
2020-08-18 01:35
LeetCode从零开始
jvm troubleshoot command: jstat
一、官方文档地址https://docs.oracle.com/javase/8/docs/tech
notes
/guides/troubleshoot/tooldescr017.html#BABCDBEA
朱红旭
·
2020-08-18 00:50
jvm
TX2中安装ros
1首先修改安装源sudovim/etc/apt/sources.list打开文档替换为以下源#Seehttp://help.ubuntu.com/community/Upgrade
Notes
forhowtoupgradeto
find12
·
2020-08-18 00:54
TX2
ROS定义自己的消息类型
sudona
notes
t.msguint8test1u
deepsleeping
·
2020-08-18 00:28
ROS探索
小程序发送模板消息以及获取formId并缓存
,1.为了获取多个formId可以将用户点击都改成表单方式,每次请求数据携带formIDformSubmit(e){varformId=e.detail.formId}2.服务端缓存与获取函数/***
Notes
flysnownet
·
2020-08-17 22:49
小程序
php
tcp初级用法:局域网聊天室-1对1-带文件传输
实验结果:启动服务器等待客户端绑定客户端登陆后,服务器显示绑定成功发送消息talkhelloworld发送文件sendfile1.txt客户端接收结果代码tcp_client.c#include/*See
NOTES
王的独奏
·
2020-08-17 20:44
日记
关于wordpress的JSON API使用
www.uedsc.com/wordpress-plugs-json-api.html一个简要说明使用方法的中文网页https://wordpress.org/plugins/json-api/other_
notes
Rajon_94
·
2020-08-17 20:11
Spring源码阅读环境搭建(以及执行单元测试后的错误解决)
推荐B站博主搭建的Spring5的源码阅读环境以及笔记视频:https://www.bilibili.com/video/av61188907笔记:http://note.youdao.com/y
notes
hare1
Future_LL
·
2020-08-17 19:16
Spring
设置收货地址默认接口思路
控制层@ApiOperation(value="买家收货地址设置默认接口",
notes
="买家收货地址设置默认业务",produces="application/json")@PostMapping("
思乐
·
2020-08-17 19:34
java
Golang包管理工具(四)之go-modules的使用
本文个人博客地址:https://www.huweihuang.com/golang-
notes
/introduction/package/go-modules.html1.Gomodules简介Go1.11
胡伟煌
·
2020-08-17 18:14
Golang
inet_addr()和htonl()结合使用引发的connect()超时
已经是网络字节序了,再调用htonl就会导致不再是网络字节序了,引发严重后果,就是connect或者使用了一个相反的ip上代码服务端:#include#include#include#include/*See
NOTES
zhouzhenhe2008
·
2020-08-17 17:33
C/C++
网络编程
Unix高级环境编程
面试题
CIFAR-10 最近邻分类识别 python3 NearestNeighbor
用到的数据集:http://www.cs.toronto.edu/~kriz/cifar.html,自行下载python版本参考的是斯坦福大学CS231N教程的
notes
实现程序如下:需要指出的是数据集有些大
机器AI
·
2020-08-17 17:52
信息论
机器学习
FFmpeg 推流问题记录
1)推流结束之后,没有添加在m3u8文件添加#EXT-X-ENDLIST参考文献https://developer.apple.com/library/archive/tech
notes
/tn2288/
fengyuzaitu
·
2020-08-17 17:17
FFmpeg
推流
FFmpeg
Windows SDK for Windows 7 and .NET Framework 4 Release
Notes
WindowsSDKforWindows7and.NETFramework4Release
Notes
1.Welcome2.LicenseAgreement3.InstallingandUninstallingtheWindowsSDK4
Tianyu-liu
·
2020-08-17 17:29
更新ubuntu軟件源爲阿里雲腳本
UtopicUnicorn_-Releaseamd64(20141022.1)]/utopicmainrestricted#Seehttp://help.ubuntu.com/community/Upgrade
Notes
forhowtoupgradeto
weixin_30755709
·
2020-08-17 16:56
论文解读《Learning Deep CNN Denoiser Prior for Image Restoration》
任务旨在从观察的退化变量$y$(退化模型,如式子1)中,恢复潜在的干净图像$x$$y\text{}=\text{}\textbf{H}x\text{}+\text{}v$where$\textbf{H}$de
notes
weixin_30362801
·
2020-08-17 15:24
编译过程中的并行性优化概述
编译过程中的并行性优化概述浙江大学《编译原理》课程报告我的GIS/CS学习笔记:https://github.com/yunwei37/ZJU-CS-GIS-Class
Notes
目录:编译过程中的并行性优化概述前言并行相关的处理器体系结构代码调度的相关约束数据依赖内存访问依赖寄存器使用与并行性的折衷控制依赖投机执行基本块调度算法数据依赖图列表调度算法全局代码调度基本代码移动全局调动算法动态调度软件
云微123
·
2020-08-17 14:34
计算机原理
2.19.根文件系统构建实验及过程详解
请移步到这里http://note.youdao.com/
notes
hare?
QQ2651401966
·
2020-08-17 14:12
U-BOOT
windows安装rockermq
下载rockerMQ二进制文件http://rocketmq.apache.org/release_
notes
/release-
notes
-4.3.0/配置ROCKETMQ_HOME路径启动nameserver
Rabi'
·
2020-08-17 13:22
ubantu solr5.3.1和tomcat8.0.28配置
不要下载zip的tomcat解压目录结构tomcat├──bin├──conf├──lib├──LICENSE├──logs├──NOTICE├──RELEASE-
NOTES
├──RUNNING.txt
NEUWANG
·
2020-08-17 13:48
solr
[转]CentOS 8安装图解(超详细教程)
官方中文的发行说明:https://wiki.centos.org/Manuals/Release
Notes
/CentOS8.1905CentOS8的新特
linchare
·
2020-08-17 13:35
运维
CNN卷积神经网络推导和实现
本文的论文来自:
Notes
onConvolutionalNeuralNetworks,JakeBouvrie。这个主要是CNN的推导和实现的一些笔记,再看懂这个笔记之前,最好具有CNN的一些基础。
RAO_OO
·
2020-08-17 11:09
神经网络
px4的模式与状态
一、模式PX4nativeflightstackStringDescriptionand
notes
MANUALACROALTCTLPOSCTLOFFBOARDSTABILIZEDRATTITUDE*inmasterbranch
OLillian
·
2020-08-17 11:00
Pixhawk
嵌入式
【数学基础】一份非常适合人工智能学习的概率论基础材料中文版 (国内教材精华)...
我建议先学习最基础的数学知识,基础知识可以分为高等数学、线性代数、概率论与数理统计三部分,我整理了相关数学基础资料:源文件下载:https://github.com/fengdu78/Data-Science-
Notes
风度78
·
2020-08-17 11:00
概率论
人工智能
统计学
gwt
机器学习
java中的安全模型(沙箱机制)
htmlhttps://www.ibm.com/developerworks/cn/java/j-lo-javasecurity/https://docs.oracle.com/javase/6/docs/tech
notes
改变ing
·
2020-08-17 10:49
JVM
Golang重构,支持ARM64架构,KubeOperator v3.0发布丨Release
Notes
8月17日,开源容器平台KubeOperator正式发布v3.0版本。在这一版本中,KubeOperator完成了基于Golang语言的重构,同时支持在ARM64位操作系统上部署Kubernetes集群,新增集群导入、国际化等功能,支持在线一键部署。一、使用Golang语言重构KubeOperatorKubeOperatorv3.0版本最大的变化就是使用Golang语言对KubeOperator进
FIT2CLOUD飞致云
·
2020-08-17 10:27
容器管理
KubeOperator
kubernetes
容器
swagger2接口文档注解详解
界面上看到的注解"(非空时将覆盖value的值)(2)value="说明类的作用"(3)description="说明类的作用,对类的作用进行描述"(1.5版本后将不在支持)2、@ApiOperation(
notes
雲浩
·
2020-08-17 10:57
swagger2
Java框架开发
Java开发
SpringMVC + swagger修改swagger-ui.html的访问路径
文档:SpringMVC集成SwaggerUI修改访问路径链接:http://note.youdao.com/
notes
hare?
迷糊小妹
·
2020-08-17 09:46
java
swagger2接受json数据类型
使用@RequestBody注解,标识从请求的body中取值服务端示例代码@ApiOperation(value="分类",
notes
="平台")@RequestMapping(value="/Group
小白爱吃猪头肉
·
2020-08-17 09:41
java
Swagger2多参数GET请求
@ApiOperation(value="根据VIN、SN查询车辆信息",
notes
="根据VIN、SN查询车辆信息")@ApiImplicitParam
LuckyKing01
·
2020-08-17 07:14
Java
SpringBoot
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
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
其他