上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 109 下一页
摘要: 原文: https://www.cnblogs.com/arnoldlu/p/9553995.html buildroot使用介绍 buildroot是Linux平台上一个构建嵌入式Linux系统的框架。整个Buildroot是由Makefile脚本和Kconfig配置文件构成的。你可以和编译Lin 阅读全文
posted @ 2022-06-30 15:52 jiftle 阅读(663) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 搭建 ARM 交叉编译环境 准备环境 配置 ARM 解压 配置环境变量 使环境变量生效并验证 编译测试准备环境 环境:Ubuntu16.04X64 下载:arm-linux-gcc-4.4.3.tar.gz 注意: arm-linux-gcc-4.4.3.tar.gz是32位,如果使用 阅读全文
posted @ 2022-06-30 14:44 jiftle 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 我们都知道在不涉及 CGO 的时候,Go 的交叉编译非常简单,只需要设置对应的 GOOS 和 GOARCH 即可,但当涉及到 CGO 时,问题就变得有点复杂了,因为你需要指定特定的 GCC。 例如,想在 Ubuntu 上交叉编译一个带有 CGO 的动态库,目标 CPU 架构为 arm,我们该如何操作 阅读全文
posted @ 2022-06-30 14:42 jiftle 阅读(1454) 评论(0) 推荐(0) 编辑
摘要: HTTP Header 增加字段 @ResponseBody public OfflineQRCodeResp OfflineQRCode(@RequestHeader("Authorization") String token,@RequestHeader("nonce") String nonc 阅读全文
posted @ 2022-06-25 00:14 jiftle 阅读(35) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/137928/202206/137928-20220623134716736-211301566.png) 阅读全文
posted @ 2022-06-23 13:48 jiftle 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 前面这篇文章<Golang里面MD5的写法和性能>介绍了如何计算字符串的md5,下面我们来说说如何计算文件的md5。 https://wangbjun.site/2020/coding/golang/file-md5.html 1.错误的方式 有人说,文件可以读取成字符串,然后再计算就可以了,如下: 阅读全文
posted @ 2022-06-15 17:56 jiftle 阅读(3669) 评论(3) 推荐(0) 编辑
摘要: grpc是google公司开发的远程调用协议rpc. 官网[https://www.grpc.io/](https://www.grpc.io/) ![](https://img2023.cnblogs.com/blog/137928/202307/137928-20230710150333311- 阅读全文
posted @ 2022-06-14 11:39 jiftle 阅读(82) 评论(0) 推荐(0) 编辑
摘要: gRPC for Web Clients A JavaScript implementation of gRPC for browser clients. 浏览器端的GRPC客户端,JS编写。 https://github.com/grpc/grpc-web/ 云原生计算基金会(CNCF)正式发布 阅读全文
posted @ 2022-06-13 23:29 jiftle 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 一、现象 Linux关机时提示A stop job is running for … 导致关机慢。 二、解决方法 编辑: /etc/systemd/system.conf 1. 修改下面两个变量为: DefaultTimeoutStartSec=10s DefaultTimeoutStopSec=1 阅读全文
posted @ 2022-06-10 16:47 jiftle 阅读(3050) 评论(0) 推荐(0) 编辑
摘要: 摘抄来自 https://blog.csdn.net/chen2745213271/article/details/119977244 阅读全文
posted @ 2022-06-09 09:55 jiftle 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 109 下一页