梦
4年前
nodejs获取串口中的信息
获取扫描仪中的信息并传到指定服务器app.js代码consthttprequire('http');constSerialPortrequire("serialport");constportnewSerialPort('com3');constfsrequire('fs');varquerystringre
Jacquelyn38 Jacquelyn38
4年前
25、react入门教程
25、react入门教程25、react入门教程0.React介绍0.1什么是React?React(有时称为React.js或ReactJS)是一
Stella981 Stella981
3年前
Linux下卸载mysql8.x版本
一、停止MySQLroot@localhost/servicemysqldstop二、查看当前安装mysql情况,查找以前是否装有mysqlroot@localhost/rpmqa|grepimysqlmysqlcommunityclient8.0.131.el7.x86_64
Wesley13 Wesley13
3年前
1024!程序员节快乐!
if(!window.\_\_second\_open\_\_){document.getElementById('js\_image\_desc').innerHTML"1024!程序员节快乐!".replace(/\\r/g,"").replace(/\\n/g,"<br").replace(/\\s/g,"&nbsp;");}!
Stella981 Stella981
3年前
D3.js selectAll()函数与enter()函数
<!DOCTYPE html<html<head<meta charset"utf8"<titleD3 Test</title<script type"text/javascript" src"d3.v3.js"</script</head<body
Easter79 Easter79
3年前
vue 使用Echarts 环形图 自定义legend formatter 富文本标签
main.js引入echarts//引入echartsimportEchartsfrom'echarts'Vue.prototype.$echartsEcharts<template<div<!为ECharts准备一个具备大小(宽高)<divid"ringDiagram":style"{w
Stella981 Stella981
3年前
Docx模板引擎示例
<scripttype"text/javascript"src"http://www.xdocin.com/xdoc.js"</script<scripttype"text/javascript"XDoc.run("http://www.xdocin.com/DocxEngine.docx","docx",
Wesley13 Wesley13
3年前
mysqlbinlog恢复数据
\查看当前binlog状态showmasterstatus\G;\mysql中查看指定binlog信息showbinlogeventsin'mysqlbin.000010';\查询指定时间段内/位置的删除语句mysqlbinlognodefaultsstartdatetim
Wesley13 Wesley13
3年前
unity中加载下一个场景且不销毁当前场景的方法
1.usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;usingUnityEngine.UI;usingUnityEngine.SceneManagement;publicclas
用JS实现简单的屏幕录像机 | 京东云技术团队
本文将介绍如何用JS实现简单的屏幕录像机。一、录制准备创建一个按钮Startrecording书写JavaScriptvarRECORDINGONGOINGfalse;varrecordingToggledocument.getElementById("r