码迷,mamicode.com
首页 >  
搜索关键字:nsf    ( 1349个结果
导出 记录下
package com.springboot.example.excel; import com.springboot.example.excel.entity.User; import lombok.extern.slf4j.Slf4j; import net.sf.jxls.transforme ...
分类:其他好文   时间:2019-11-13 12:40:05    阅读次数:82
1行Python代码制作动态二维码
原文地址 https://blog.csdn.net/m0_38106923/article/details/100603516 GitHub网站参见:https://github.com/sylnsfar/qrcode ...
分类:编程语言   时间:2019-11-12 17:24:55    阅读次数:90
SpringMVC文件上传
一、创建文件上传FileController类 package com.byzore.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotatio ...
分类:编程语言   时间:2019-11-12 00:27:46    阅读次数:81
webpack 常用的loader
1.npm init 创建一个node的包文件 2.npm install webpack webpack-cli -g 全局安装不推荐 3.npx webpakc -v 查看webpack的版本号 npx 实在当前项目的node_modules里面查找,npm 是在全局查找 4.npm info ...
分类:Web程序   时间:2019-11-10 22:32:05    阅读次数:161
03_数据的特征预处理
03 数据特征预处理 特征的预处理 特征的预处理 1. 定义:通过特定的统计方法(数学方法),将数据转换成算法要求的数据。 2. 数值型数据:标准缩放 归一化 标准化 3. 类别性数据: one hot编码 4. 时间类型: 时间的切分 归一化 1. 定义: 通过对原始数据的变化把数据映射到 [0, ...
分类:其他好文   时间:2019-11-09 22:08:32    阅读次数:106
input 联动效果灵活运用 二级菜单 同类型筛选(电影排名) 纯CSS3
input 联动效果 input舍弃了输入框,感觉好“好玩”! 二级菜单 贴个我以前做的效果图,一般PC端多用鼠标移入:hover出现二级菜单,input通过鼠标点击出现,PC端和移动端(移动端木有鼠标...)都适用 HTML代码如下: 1 <header> 2 <nav> 3 <input typ ...
分类:Web程序   时间:2019-11-09 18:03:41    阅读次数:125
CSS3 animation动画与transition过渡比较
共同点 animation动画与transition过渡都可以实现动画效果,拥有下面共同的属性 animation:mymove 2s linear infinite alternate; transition: width 1s ease-out; 1、动画名称(name)@key-frame 2 ...
分类:Web程序   时间:2019-11-06 00:56:04    阅读次数:123
2019-11-5计算机专业英语刘宸瑞
Computer networks link computers by communication lines and software protocols,allowing data to be exchanged rapidly and reliably. 计算机网络通过通信线路和软件协议将计算 ...
分类:其他好文   时间:2019-11-05 22:03:14    阅读次数:115
Windows安装rsync服务端
软件下载链接:https://www.backupassist.com/rsync/cwRsyncServer_4.1.0_Installer.zip 1.解压安装cwrsync软件,默认"下一步"即可 安装完成 2.修改rsync.conf use chroot = false strict mo ...
分类:Windows程序   时间:2019-11-04 19:48:21    阅读次数:155
css3 动画
<img src="" /> 添加css img{ width:400px;height:auto; animation: heart 0.5s infinite; } /*animation:动画名称 消耗时间 运动曲线 开始时间 播放次数 是否添加反方向*/ 1.变化大小 @keyframes ...
分类:Web程序   时间:2019-11-02 15:51:14    阅读次数:115
1349条   上一页 1 ... 28 29 30 31 32 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!