4. Github Pages 搭建网站 个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index.html的文件即可 脚下留心 1、github pages 仅支持静态网 ...
分类:
Web程序 时间:
2021-07-05 19:00:18
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red ...
分类:
其他好文 时间:
2021-07-05 18:59:08
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 清除浏览器默认样式 */ *{ margin: 0; padding: 0; } .box1{ width: ...
分类:
其他好文 时间:
2021-07-05 18:58:02
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>鼠标悬浮切换显示</title> <!-- js方法 --> <script type ...
分类:
其他好文 时间:
2021-07-05 18:57:11
阅读次数:
0
使用lambda表达式 Collections.sort(List, (a,b) -> x1 - x2); 自定义Comparator方法 Collections.sort(List, new Comparator<E>(){ public int compare(int a, int b){ re ...
分类:
编程语言 时间:
2021-07-05 18:56:31
阅读次数:
0
置顶帖多了以后,新贴都被挤到下面看不到了,所以改成在这里集中发布。 老马的原创空间搬家通告(内附软件下载地址)郑重声明 郑重声明 郑重声明(重要的事情说三遍)Z版与D版UnicornViewer的区别PdfToy里有什么?DIY书籍扫描仪简介v1.1 ...
分类:
其他好文 时间:
2021-07-05 18:52:58
阅读次数:
0
python 数据、曲线平滑处理——Savitzky-Golay 滤波器 Savitzky-Golay 滤波器 关于Savitzky-Golay 滤波器,可以在scipy里看到关于这个函数的定义: https://docs.scipy.org/doc/scipy/reference/generate ...
分类:
其他好文 时间:
2021-07-05 18:50:48
阅读次数:
0
from: https://www.cnblogs.com/wangyarui/p/6407604.html Jacobian矩阵和Hessian矩阵 发表于 2012 年 8 月 8 日 1. Jacobian 在向量分析中, 雅可比矩阵是一阶偏导数以一定方式排列成的矩阵, 其行列式称为雅可比行列 ...
分类:
其他好文 时间:
2021-07-05 18:48:21
阅读次数:
0
点击下载文件,一般分为两种,1.接口处理,直接在服务器上下载文件,前端只需要掉一个接口就可以了。2.接口返回一个url,前端根据返回的url,自己处理下载操作。 下载文件可以借助a标签的download属性 // 1.创建a标签,触发点击事件 var a = document.createEleme ...
分类:
Web程序 时间:
2021-07-05 18:46:47
阅读次数:
0
https://newsn.net/say/java-error-cant-create-jvm.html ...
分类:
编程语言 时间:
2021-07-05 18:38:29
阅读次数:
0