上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 97 下一页
摘要: 一些报错 打开工程报错 [2021/6/26下午5:46:22] 无法使用 compilerPath“riscv32-unknown-elf-gcc”解析配置。 请改用“D:\tool\Strawberry\c\bin\gcc.exe”。 无法找到“D:\HarmonyDev\code-2.0-ca 阅读全文
posted @ 2021-07-22 15:23 txwtech 阅读(2710) 评论(0) 推荐(0) 编辑
摘要: 最新文档2021.11.5: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 之前用Ubuntu虚拟机来编译鸿蒙源码,听说DevEco Device Tool 阅读全文
posted @ 2021-07-21 22:32 txwtech 阅读(1070) 评论(17) 推荐(0) 编辑
摘要: public static HttpWebResponse CreatePostHttpResponse(string url, string json, ref string erro) { Console.WriteLine(url); HttpWebRequest request = WebR 阅读全文
posted @ 2021-07-21 17:05 txwtech 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: unsigned short Cal_CRC_Code(const unsigned char *ucpdata,int len) { unsigned short crc=0xffff; unsigned char temp; int n; while(len--) { crc=*ucpdata^ 阅读全文
posted @ 2021-07-21 14:58 txwtech 阅读(475) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/anandexuechengzhangzhilu/p/10711964.html ARDUINO+MCP2515实现CAN通讯接收 阅读全文
posted @ 2021-07-21 14:04 txwtech 阅读(550) 评论(0) 推荐(0) 编辑
摘要: AB PLC_RSlogix5000 QB1B上电初始化 AB PLC1769,有断电保持的功能,这个功能可以设置吗?需要就打开,或者关闭。比如有一个点是输出状态,这个情况下断电了,下次通电他会恢复这个点的状态,但我们可能不需要哈 处理方法: 需要在CPU从program到run的第一个扫描周期时, 阅读全文
posted @ 2021-07-21 13:37 txwtech 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 校验码在线生成工具 http://www.ip33.com/crc.html 阅读全文
posted @ 2021-07-14 08:06 txwtech 阅读(6352) 评论(1) 推荐(0) 编辑
摘要: [OHOS INFO] [276/299] AR libs/libhal_token_static.a[OHOS INFO] [277/299] AR libs/libtoken_static.a[OHOS INFO] [278/299] STAMP obj/base/startup/syspara 阅读全文
posted @ 2021-07-11 23:26 txwtech 阅读(570) 评论(2) 推荐(0) 编辑
摘要: txwtech@txwtech-VirtualBox:~$ cd openharmonytxwtech@txwtech-VirtualBox:~/openharmony$ lscode-v1.1.1-LTStxwtech@txwtech-VirtualBox:~/openharmony$ cd co 阅读全文
posted @ 2021-07-11 22:36 txwtech 阅读(598) 评论(3) 推荐(0) 编辑
摘要: vscode 解决正在下载程序包“C/C++ language components (Linux / x86_64)” 失败引起的符号找不到问题 https://blog.csdn.net/chenwr2018/article/details/115774007 程序包: https://gith 阅读全文
posted @ 2021-07-11 19:53 txwtech 阅读(1769) 评论(0) 推荐(0) 编辑
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 97 下一页