上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页
摘要: $ cat /proc/sys/kernel/threads-max 61759 $ cat /proc/sys/kernel/pid_max 32768 (完) 阅读全文
posted @ 2021-03-02 17:08 Anonymous596 阅读(228) 评论(0) 推荐(0)
摘要: 测试硬件环境: 弘宇泰电子PCIE-RS232-MF2HYT200727ASIX AX99100 (芯片型号) 测试软件环境: CentOS7 AX99100_SP_PP_SPI_LINUX_Driver_v1.4.0_Source.tar.bz2 (驱动型号) , 下载地址 http://qncd 阅读全文
posted @ 2021-03-01 13:38 Anonymous596 阅读(770) 评论(0) 推荐(0)
摘要: 由于 mycli 依赖于 cryptography,而后者需要 openssl 1.1.0 或 1.1.1 (参见 https://cryptography.io/en/latest/installation.html),而 CentOS7 默认使用 yum 安装的 openssl 是 1.0.x, 阅读全文
posted @ 2021-02-20 10:31 Anonymous596 阅读(572) 评论(0) 推荐(0)
摘要: 获得 vscode 其他版本, https://code.visualstudio.com/updates/ (完) 阅读全文
posted @ 2021-02-19 14:08 Anonymous596 阅读(73) 评论(0) 推荐(0)
摘要: Zeal 打开 Mozilla 相关文档,例如 HTML,CSS, JavaScript 经常会出现 An unhandled error occurred in the application. 临时的解决方案如下, 删除,或重命名如下文件, ~/.local/share/Zeal/Zeal/do 阅读全文
posted @ 2021-02-11 10:44 Anonymous596 阅读(812) 评论(0) 推荐(0)
摘要: 先点击官方下载,在 Firefox 的 Downloads 列表中,点击右键选择 Copy Download Link,例如得到, https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/code_ 阅读全文
posted @ 2021-02-08 13:37 Anonymous596 阅读(1066) 评论(0) 推荐(0)
摘要: wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun 阅读全文
posted @ 2021-01-23 16:05 Anonymous596 阅读(102) 评论(0) 推荐(0)
摘要: 老旧机器安装 CentOS7 启动时,可能会出现 "PCIe Bus Error" 导致进不了系统。 解决方法如下, # vim /etc/default/grub 在 GRUB_CMDLINE_LINUX 行最后的 quiet 后面加入 splash pci=noaer pcie_aspm=off 阅读全文
posted @ 2021-01-13 12:47 Anonymous596 阅读(2437) 评论(0) 推荐(0)
摘要: .bashrc 加入如下配置, # for golang tools export GOPROXY=https://goproxy.io export GO111MODULE=on 详见网友博客: https://shockerli.net/post/go-get-golang-org-x-solu 阅读全文
posted @ 2021-01-09 21:23 Anonymous596 阅读(223) 评论(0) 推荐(0)
摘要: 流控制在串行通讯中的作用 这里讲到的“流”, 指的是数据流。数据在两个串口之间传输时, 常常会出现丢失数据的现象, 或者两台计算机的处理速度不同, 如台式机与单片机之间的通讯, 接收端数据缓冲区已满, 则此时继续发送来的数据就会丢失。现在我们在网络上通过 MODEM 进行数据传输, 这个问题就尤为突 阅读全文
posted @ 2020-12-31 13:49 Anonymous596 阅读(491) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页