Loading

05 2020 档案

摘要:参考: https://www.right.com.cn/forum/thread-260713-1-1.html https://www.right.com.cn/forum/thread-261028-1-3.html 原固件版本:V22.7.8.5 激活telnet工具下载地址: https: 阅读全文
posted @ 2020-05-25 12:19 小飞猪咯咯 阅读(8076) 评论(0) 推荐(0)
摘要:参考: https://www.maxlicheng.com/openwrt/51.html https://zhuanlan.zhihu.com/p/32275116 当一台无线路由覆盖范围有限,可通过桥接模式的无线路由放大无线信号,Bridge(桥接)模式放大后的无线信号名称和之前路由器上的无线 阅读全文
posted @ 2020-05-22 12:43 小飞猪咯咯 阅读(6430) 评论(0) 推荐(0)
摘要:1、阿里云设置密钥登录并禁止密码登录 2、安装java 3、安装mysql 4、安装tomcat 阅读全文
posted @ 2020-05-14 19:27 小飞猪咯咯 阅读(167) 评论(0) 推荐(0)
摘要:1、安装jdk8,需要先卸载原有得JDK,否则将出现版本不兼容 $ rpm -ivh jdk-8u202-linux-x64.rpm 安装后路径为: cd /usr/java/jdk1.8.0_202-amd64 查看关于Java的信息: $ rpm -qa | grep java 2、配置环境变量 阅读全文
posted @ 2020-05-14 19:26 小飞猪咯咯 阅读(145) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/lcyaiym/article/details/76696192 1、下载tomcat 安装tomcat需要先安装好java的jdk wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tom 阅读全文
posted @ 2020-05-14 19:19 小飞猪咯咯 阅读(177) 评论(0) 推荐(0)
摘要:参考: https://www.alibabacloud.com/help/zh/doc-detail/51796.htm?spm=a2c63.p38356.879954.8.cf992580kK2PyO#concept-zzt-nl1-ydb https://yq.aliyun.com/artic 阅读全文
posted @ 2020-05-14 12:41 小飞猪咯咯 阅读(3904) 评论(0) 推荐(0)
摘要:参考: https://github.com/lionsoul2014/ip2region https://www.keppel.fun/articles/2019/06/15/1560590277332.html https://my.oschina.net/wangmengjun/blog/81 阅读全文
posted @ 2020-05-07 12:04 小飞猪咯咯 阅读(696) 评论(0) 推荐(0)
摘要:一、项目启动 npm run dev 启动前提: 1、已二次编译serialport 2、在webpack中添加:{serialport: 'serialport'} externals: [ ...... { serialport: 'serialport' } ], 正常启动: 二、项目打包 我 阅读全文
posted @ 2020-05-07 11:27 小飞猪咯咯 阅读(1600) 评论(0) 推荐(0)
摘要:参考: https://serialport.io/docs/guide-usage https://blog.csdn.net/chen_soldier/article/details/86848318 https://www.jianshu.com/p/65e2afa199f9 https:// 阅读全文
posted @ 2020-05-07 10:36 小飞猪咯咯 阅读(4969) 评论(2) 推荐(0)