PYNQ社区项目 http://www.pynq.io/embedded.html PYNQ硬件加速图像缩放--实例 https://github.com/Xilinx/PYNQ-HelloWorld PYNQ-视频加速器 https://github.com/Pieter-Berteloot/PY ...
分类:
其他好文 时间:
2020-07-30 14:41:02
阅读次数:
97
Mosquitto的配置文件mosquitto.conf解析 本文主要是针对websocket、ssl、mosquitto-auth-plug做相应的配置 主要还是需要根据项目的业务进行相应的配置 主要中文解析可以参考https://blog.csdn.net/luckykapok918/artic ...
分类:
其他好文 时间:
2020-07-28 17:00:05
阅读次数:
174
给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度。 示例 1: 输入: "abcabcbb"输出: 3 解释: 因为无重复字符的最长子串是 "abc",所以其长度为 3。示例 2: 输入: "bbbbb"输出: 1解释: 因为无重复字符的最长子串是 "b",所以其长度为 1。 来源:力 ...
分类:
其他好文 时间:
2020-07-26 01:37:52
阅读次数:
61
一、表被破坏 1. 问题报错:table is marked as crashed and should be repaired 2. 解析: 某些不可测的问题造成表的损坏(频繁查询和更新)。进而造成无法读取数据。 3. 处理: check table tbname -- 用来检查出现问题的表的状态 ...
分类:
数据库 时间:
2020-07-20 13:11:02
阅读次数:
93
Threading Programming Guide:Thread Management ...
分类:
其他好文 时间:
2020-07-19 18:03:25
阅读次数:
61
Linux下安装Artemis Artemis是下一代的ActiveMQ,也就是说目前的ActiveMQ是5.x,Artemis将是6.x 1. 下载 官网下载地址: https://activemq.apache.org/components/artemis/download/ wget http ...
分类:
其他好文 时间:
2020-07-18 19:47:13
阅读次数:
133
一、Reading Jack seldom gets together with his friends. He usually stays at home with his pet dog, Lucky. They sometimes go for long walks in the park. ...
分类:
其他好文 时间:
2020-07-17 14:08:23
阅读次数:
76
Quagga BGP and exabgp: work together for BGP blackhole implementation In our test case we will deploy two machines: 10.0.3.114 for exabgp (it announce ...
分类:
其他好文 时间:
2020-07-12 12:21:39
阅读次数:
70
Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far less complicated than one mi ...
分类:
编程语言 时间:
2020-07-10 19:34:06
阅读次数:
88
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:
移动开发 时间:
2020-07-09 15:17:10
阅读次数:
177