摘要: 0. 使用 box-sizing: border-box 1. html page:<!DOCTYPE html> <html lang="en"><head> <meta charset="UTF-8"> <link rel="stylesheet" href="The_box_model.css 阅读全文
posted @ 2020-05-25 12:21 pascal1000 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1. html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <link rel="stylesheet" href="Pseudo-classes_and_pseudo-elements.css" > <title>Tit 阅读全文
posted @ 2020-05-21 11:26 pascal1000 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 1. 控制页面滚动条,跳到页面底部 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <script src="jquery/jquery.min.js"></script> <scri 阅读全文
posted @ 2020-05-20 14:03 pascal1000 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1. 级数: ∑(1/(n(n+1))) 2. n=[1:1:100]; 3. 求和函数 function sumArr=sn(n) anY=1 ./ (n .* (n .+ 1)); sumArr=[]; len=length(anY); for i=1: len sub=[]; for m=1: 阅读全文
posted @ 2020-05-03 00:35 pascal1000 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 如题,jquery代码:window.parent.$('#testdiv'); 阅读全文
posted @ 2019-05-31 19:04 pascal1000 阅读(73) 评论(0) 推荐(0) 编辑
摘要: visjs 可以绘制拓扑图。 下载地址: https://visjs.org/#download_install 解压后可以执行例子,阅读文档。 阅读全文
posted @ 2019-05-31 19:01 pascal1000 阅读(161) 评论(0) 推荐(0) 编辑
摘要: https://spring.io/projects/spring-cloud-sleuth https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html code: https://github.com/pascal198 阅读全文
posted @ 2019-05-25 22:11 pascal1000 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://spring.io/projects/spring-cloud-openfeign https://cloud.spring.io/spring-cloud-openfeign/spring-cloud-openfeign.html demo: https://github.com/ 阅读全文
posted @ 2019-05-25 22:07 pascal1000 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/rcddup/p/7533125.html 一、添加 devtools 依赖 当配置了 devtools 后,我们在classpath修改任何文件项目都将会自动重启。 (1)某些资源在更改时不一定需要触发重新启动。例如, Thymeleaf 模 阅读全文
posted @ 2019-05-25 22:05 pascal1000 阅读(126) 评论(0) 推荐(0) 编辑
摘要: html, javascript, css, graphic,http https://developer.mozilla.org/en-US/docs/Web 阅读全文
posted @ 2019-05-25 22:01 pascal1000 阅读(143) 评论(0) 推荐(0) 编辑