上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 124 下一页
摘要: c#字符串序列化-字符串转对象转字符串 using System; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using Sys 阅读全文
posted @ 2021-08-04 10:25 txwtech 阅读(707) 评论(0) 推荐(0)
摘要: label_idle_time9.Font = new System.Drawing.Font("幼圆", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 阅读全文
posted @ 2021-08-02 11:47 txwtech 阅读(2397) 评论(0) 推荐(1)
摘要: Neptune w800开发版ubuntu linux环境编译通过——如何搭建开发环境 windows写代码,linux编译 Utunbu安装Samba服务并映射目录到windows: https://www.cnblogs.com/txwtech/p/15087136.html 安装VS code 阅读全文
posted @ 2021-08-01 18:48 txwtech 阅读(957) 评论(0) 推荐(0)
摘要: linux_ubuntu的Samba服务的安装-实现linux文件夹共享-window环境访问 阅读全文
posted @ 2021-08-01 17:32 txwtech 阅读(97) 评论(0) 推荐(0)
摘要: Ubuntu开发环境准备 https://device.harmonyos.com/cn/docs/ide/user-guides/install_ubuntu-0000001072959308 下载源码Neptune-HarmonyOS-IOT-master.zip 代码仓地址: https:// 阅读全文
posted @ 2021-08-01 13:08 txwtech 阅读(817) 评论(0) 推荐(1)
摘要: NepTune模组简介 https://www.bilibili.com/video/BV1hV411H7pL?from=search&seid=13232107053180442308 配置Linux环境 https://www.bilibili.com/video/BV1cZ4y1w72f?fr 阅读全文
posted @ 2021-08-01 11:35 txwtech 阅读(1021) 评论(0) 推荐(0)
摘要: Neptune开发板与hiSpark开发板底板的管脚不兼容,Neptune开发板不能安装在hispark的开发板底板上 阅读全文
posted @ 2021-08-01 09:34 txwtech 阅读(62) 评论(0) 推荐(0)
摘要: c#秒转成时分秒显示 public DateTime GetDateTimeBySeconds(double seconds) { return DateTime.Parse(DateTime.Now.ToString("1970-01-01 00:00:00")).AddSeconds(secon 阅读全文
posted @ 2021-07-30 16:01 txwtech 阅读(386) 评论(0) 推荐(0)
摘要: Hi3861hispark如何在线调试单步调试 Hi3861hispark如何在线调试单步调试 https://developer.huawei.com/consumer/cn/personalcenter/myCommunity/communityBlog?uid=27e0edc065a24e02 阅读全文
posted @ 2021-07-29 23:02 txwtech 阅读(146) 评论(0) 推荐(0)
摘要: vnc mirror driver cannot be installed rdp connection 不支持远程安装,只能本地计算机打开安装 阅读全文
posted @ 2021-07-29 13:45 txwtech 阅读(1386) 评论(0) 推荐(1)
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 124 下一页