码迷,mamicode.com
首页 >  
搜索关键字:serial com port    ( 341170个结果
Bilibili 爬取历史弹幕
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:其他好文   时间:2021-07-05 17:06:05    阅读次数:0
http.js 的封装
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:Web程序   时间:2021-07-05 16:58:57    阅读次数:0
github如何配置ssh
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:其他好文   时间:2021-07-05 16:56:22    阅读次数:0
JMeter进阶操作分布式
如何在本机实现分布式的效果 首先需要把Jmeter复制一份作为从机 从机需要配置bin目录下的j meter.properties文件 打开搜索 server_port 然后配置主机的bin目录下的jmeter.properties文件 打开从机bin目录下的jmeter-server.bat 等待 ...
分类:其他好文   时间:2021-07-05 16:54:56    阅读次数:0
PerMon监控
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:其他好文   时间:2021-07-05 16:47:52    阅读次数:0
windows下QEMU安装树莓派
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
分类:Windows程序   时间:2021-07-05 16:43:23    阅读次数:0
4. 服务降级时遇到的问题
1. 在做feign服务降级的时候遇到了没有返回值 no feedback的问题 2.经过排查发现是因为service层写在了另外一个api模块而非客户端模块,而spring又没有配置相关的扫描包信息导致扫描不到其他模块的包 扫描不到继承了FallbackFactory接口的类故没有返回值 3. 解 ...
分类:其他好文   时间:2021-07-05 16:40:21    阅读次数:0
德鲁伊连接池配置文件
driverClassName = com.mysql.cj.jdbc.Driver url = jdbc:mysql://localhost:3306/数据库名?serverTimezone=UTC username = root password = 123456 #初始化连接数量 initia ...
分类:其他好文   时间:2021-07-05 16:39:21    阅读次数:0
gerrit commandline 修改label
我司gerrit 在gerrit review的流程上用js 定制了一堆precheck的checkbox,有时候遇上浏览器抽风,或者gerrit 流程顺序不对,导致label不能在gerrit界面上手动修改,时间紧急只好用命令行 修改gerrit label,记录下命令: ssh -p 29418 ...
分类:其他好文   时间:2021-07-02 16:42:29    阅读次数:0
Locust 脚本开发入门(1)【四】
脚本基本构成 一个 Locust 测试脚本就是一个普通的 python 文件,它的基本组成十分简单: 定义用户的类型所有用户的属性都需要继承自 User Class,我们最常用的 HttpUser 也是如此,你也可以定义一个如 TcpUser,或者 WebSocketUser,甚至基于你测试的业务系 ...
分类:其他好文   时间:2021-07-02 16:40:41    阅读次数:0
341170条   上一页 1 ... 12 13 14 15 16 ... 34117 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!