上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 97 下一页
摘要: Set-ExecutionPolicy : 无法绑定参数“ExecutionPolicy”。无法将值“RomoteSigned”转换为类型“Microsoft.PowerShell.ExecutionPolicy”。错误:“无法将标识符名称 RomoteSigned 与有效的枚举器名称相匹配。请指定 阅读全文
posted @ 2023-12-26 13:55 txwtech 阅读(550) 评论(0) 推荐(0) 编辑
摘要: cp .-r /aa1 ./aa2 ./点和斜杠表示当前目录,-r表示拷贝目录 把当前目录的aa1复制到aa2 复制文件到指定文件夹 cp test2.txt ../ttx ../两个点和斜杠,表示上一级目录 复制test2.txt 到上一级目录的ttx里面 mv移动命令 mv ./aa1 ./aa 阅读全文
posted @ 2023-12-26 13:21 txwtech 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 一、多进程--实现TCP并发通信 实现TCP服务器并发处理任务,可以使用多线程或多进程解决。 父(进)线程负责等待并接受客户端链接。 子(进)线程完成通信。 服务端: #include <stdio.h> #include <arpa/inet.h> #include <unistd.h> #inc 阅读全文
posted @ 2023-12-21 08:21 txwtech 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 鸿蒙app java代码构建用户界面 background_ability_main.xml <?xml version="1.0" encoding="UTF-8" ?> <shape xmlns:ohos="http://schemas.huawei.com/res/ohos" ohos:sha 阅读全文
posted @ 2023-12-16 21:54 txwtech 阅读(104) 评论(3) 推荐(0) 编辑
摘要: DevEco studio 本地模拟器Haxm安装失败 解决参考文档: https://developer.harmonyos.com/cn/docs/documentation/doc-guides/faq-local-emulator-0000001116085454#section870872 阅读全文
posted @ 2023-12-16 15:30 txwtech 阅读(483) 评论(0) 推荐(0) 编辑
摘要: int nRet = MyCamera.MV_CC_EnumDevices_NET(MyCamera.MV_GIGE_DEVICE | MyCamera.MV_USB_DEVICE, ref m_stDeviceList); if (0 != nRet) { ShowErrorMsg("Enumer 阅读全文
posted @ 2023-12-14 17:07 txwtech 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 ..\package 阅读全文
posted @ 2023-12-13 08:52 txwtech 阅读(150) 评论(0) 推荐(0) 编辑
摘要: c# float 取小数点后两位保留位数 print((0.123456789).ToString("F2") + "保留2位小数"); print((0.123456789).ToString("F3") + "保留3位小数"); print((0.123456789).ToString("F4" 阅读全文
posted @ 2023-12-12 14:37 txwtech 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 华为AI计算框架昇思MindSpore零基础快速入门 (上) https://developer.huaweicloud.com/develop/aigallery/home.html AI专家一席谈:复用算法、模型、案例,AI Gallery带你快速上手应用开发 盘古大模型 学习课程 翻译 搜索 阅读全文
posted @ 2023-12-11 10:17 txwtech 阅读(22) 评论(3) 推荐(0) 编辑
摘要: The type of the target device does not match the deviceType configured in the config.json file of the selected module. 在entry->src->main->config.json, 阅读全文
posted @ 2023-12-10 09:35 txwtech 阅读(519) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 97 下一页