摘要:
c#秒转成时分秒显示 public DateTime GetDateTimeBySeconds(double seconds) { return DateTime.Parse(DateTime.Now.ToString("1970-01-01 00:00:00")).AddSeconds(secon 阅读全文
摘要:
Hi3861hispark如何在线调试单步调试 Hi3861hispark如何在线调试单步调试 https://developer.huawei.com/consumer/cn/personalcenter/myCommunity/communityBlog?uid=27e0edc065a24e02 阅读全文
摘要:
vnc mirror driver cannot be installed rdp connection 不支持远程安装,只能本地计算机打开安装 阅读全文
摘要:
https://www.cnblogs.com/qy1234/p/10139154.html 阅读全文
摘要:
模块特性: 1、支持CAN V2.0B技术规范,通讯速率1Mb/S 2、0~8字节长的数据字段 3、标准帧、拓展帧和远程帧 4、模块5V DC电源供电,SPI接口 协议控制 5、120欧姆终端电阻。阻抗匹配,保证驱动能力,长距离数据传输防止信号放射 6、模块尺寸:4.4cm x 2.8cm 定位螺丝 阅读全文
摘要:
https://HarmonyOS.51cto.com/posts/1197 鸿蒙官方文档的“Hi3861开发板第一个示例程序”中描述了——如何使用DevEco Device Tool工具烧录二进制文件到Hi3861开发板; 本文将介绍如何使用HiBurn工具烧录鸿蒙的.bin文件到Hi3861开发 阅读全文
摘要:
一些报错 打开工程报错 [2021/6/26下午5:46:22] 无法使用 compilerPath“riscv32-unknown-elf-gcc”解析配置。 请改用“D:\tool\Strawberry\c\bin\gcc.exe”。 无法找到“D:\HarmonyDev\code-2.0-ca 阅读全文
摘要:
最新文档2021.11.5: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 之前用Ubuntu虚拟机来编译鸿蒙源码,听说DevEco Device Tool 阅读全文
摘要:
public static HttpWebResponse CreatePostHttpResponse(string url, string json, ref string erro) { Console.WriteLine(url); HttpWebRequest request = WebR 阅读全文
摘要:
unsigned short Cal_CRC_Code(const unsigned char *ucpdata,int len) { unsigned short crc=0xffff; unsigned char temp; int n; while(len--) { crc=*ucpdata^ 阅读全文