上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 57 下一页
摘要: 1、 在终端中输出短命令虽然看起来很清爽,但是不利于分析 uboot 的编译过程。可以通过设 置变量“V=1“来实现完整的命令输出, 73 ifeq ("$(origin V)", "command line") 74 KBUILD_VERBOSE = $(V) 75 endif 76 ifndef 阅读全文
posted @ 2022-07-14 15:12 cnchengv 阅读(36) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42109053/article/details/123687796 及mk编写 led.bin:led.s arm-linux-gnueabihf-gcc -g -c led.s -o led.o arm-linux-gnueabihf-l 阅读全文
posted @ 2022-07-14 09:18 cnchengv 阅读(75) 评论(0) 推荐(0)
摘要: 1、下载 阅读全文
posted @ 2022-07-10 15:34 cnchengv 阅读(225) 评论(0) 推荐(0)
摘要: string jstr1 = R"({"result":{"lastestVersionComments":"","latestVersion":"V1.0.1.0B1.1001","statisticsTimeout":90,"heartBeat":43200,"reconnectInterval 阅读全文
posted @ 2022-07-08 10:34 cnchengv 阅读(32) 评论(0) 推荐(0)
摘要: 原始字符串使用方法 R"( )",括号在引号里面 string str11 = R"( {"params": {"type": "ZXHN E3630-0000","version": "V1.0.0.3B2.0000",},"jsonrpc": "2.0","id": "2","method": 阅读全文
posted @ 2022-07-04 18:31 cnchengv 阅读(22) 评论(0) 推荐(0)
摘要: 最重要的是,windows的路径问题 /* * libwebsockets-test-client - libwebsockets test implementation * * Copyright (C) 2011-2017 Andy Green <andy@warmcat.com> * * Th 阅读全文
posted @ 2022-07-01 05:52 cnchengv 阅读(297) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/d5e5e5039a40 https://blog.csdn.net/qq_40378795/article/details/121002515 Can't locate Win32/Console.pm in @INC 第一 perl confi 阅读全文
posted @ 2022-06-29 18:50 cnchengv 阅读(166) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cyblogs/p/10874859.html 阅读全文
posted @ 2022-06-26 21:16 cnchengv 阅读(9) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhaoqingqing/p/13875377.html 为不同版本python安装pip的正确做法 本文为作者原创,转载请注明出处:https://www.cnblogs.com/zhaoqingqing/p/13875377.html 想学习Pyt 阅读全文
posted @ 2022-06-24 15:08 cnchengv 阅读(932) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-24 09:21 cnchengv 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 57 下一页