梦
4年前
nodejs获取串口中的信息
获取扫描仪中的信息并传到指定服务器app.js代码consthttprequire('http');constSerialPortrequire("serialport");constportnewSerialPort('com3');constfsrequire('fs');varquerystringre
Easter79 Easter79
4年前
sql优化和书写技巧
1、EXPLAIN关键字select\_type:simple它表示简单的select,没有union和子查询type:访问类型 ALL扫描全表,    EXPLAINselect\fromsk\_userindex只查询索引,    EXPLAINselectfound\_timefromsk\_use
Stella981 Stella981
4年前
2018最新Web前端经典面试试题及答案
javascript: JavaScript中如何检测一个变量是一个String类型?请写出函数实现typeof(obj)"string"typeofobj"string"obj.constructorString请用js去除字符串空格?
Wesley13 Wesley13
4年前
MD5签名问题
签名传入的参数中包含数组类型的参数,String\\xynewString\\{”116.288418”,“39.832535”};加密过程中需要转换为字符串Arrays.toString(xy)publicstaticMap<String,ObjectaddCommonParams(Map<String,Obj
Easter79 Easter79
4年前
SVN迁移GitLab
SVN迁移GitLab一、环境准备1.准备一台linux服务器2.安装git和gitsvnyuminstallygityuminstallygitsvn二、导出SVN工程gitsvnclonehttp://xx
Wesley13 Wesley13
4年前
(gnome
如题,远程登录到linux服务器,执行gitclonehttps://git.oschina.net/chenjianlong/JRoll2.git//报错(gnomesshaskpass:609):GtkWARNING:cannotopendisplay:解决方案1:
Stella981 Stella981
4年前
SVN迁移GitLab
SVN迁移GitLab一、环境准备1.准备一台linux服务器2.安装git和gitsvnyuminstallygityuminstallygitsvn二、导出SVN工程gitsvnclonehttp://xx
Stella981 Stella981
4年前
Redis哈希(Hash)
个人学习笔记Hash是一个string类型的field和value的映射表,hash适合存储对象。插入HashHMSETzxqname"redistutorial"description"redisbasiccommandsforcaching"likes20visitors23000获取Hash
可莉 可莉
4年前
2018最新Web前端经典面试试题及答案
javascript: JavaScript中如何检测一个变量是一个String类型?请写出函数实现typeof(obj)"string"typeofobj"string"obj.constructorString请用js去除字符串空格?
马谡 马谡
1年前
网站被恶意搜索请求的处理方式
如果你的网站服务器CPU经常无缘无故100%,查看网站请求日志的时候发现有大量乱七八糟的请求