随笔分类 - html5
摘要:微信小程序九宫格布局css .grid-list{ display: flex; flex-wrap: wrap; border-left: 1rpx solid #efefef; border-top: 1rpx solid #efefef; } .grid-item{ width:33.33%;
阅读全文
摘要:yolov5 训练模型PR曲线绘制 <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <link rel="sty
阅读全文
摘要:threejs对象控制 threejs controls transform <!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - transform controls</title> <meta charset="utf-8
阅读全文
摘要:threejs物体设置中心坐标 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>移动位置</title> <style> body { margin: 0; overflow: hidden; } </s
阅读全文
摘要:threejs绘制三角面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>ifc三维场景</title> <style> body { margin: 0; overflow: hidden; } </s
阅读全文
摘要:SpeechSynthesisUtterance <!DOCTYPE html> <meta charset="utf-8"> <p>This page immediately calls speechSynthesis.speak(new SpeechSynthesisUtterance("hel
阅读全文
摘要:Qt echarts 一定要注意,Qt的版本要在qt5.6及其以上,而且要注意自己的开发环境,(如果你用的vs2015开发,而且开发环境是msvc2015_64),好多版本msvc2015_64是没有QtWebEngine、QtWebEngineCore、QtWebEngineWidgets这几个库
阅读全文
摘要:echarts 饼图 <!DOCTYPE html> <html> <head> <base href="<%=basePath%>"> <title>测试</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv=
阅读全文
摘要:windows98无法联网时浏览器提示信息页面 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <style>a:link {font:9pt/14pt 宋体, MS Song; color:red} a:v
阅读全文
摘要:代码区 <!DOCTYPE html><html> <head> <base href="<%=basePath%>"> <title>测试</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-c
阅读全文