上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 97 下一页
摘要: HarmonyOS Developer > 文档 > 指南 > 工具 下载与安装软件 DevEco Studio支持Windows和macOS系统,下面将针对两种操作系统的软件安装方式分别进行介绍。 Windows环境 运行环境要求 为保证DevEco Studio正常运行,建议电脑配置满足如下要求 阅读全文
posted @ 2023-10-12 13:33 txwtech 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1.int[][]是嵌套数组,即数组的数组,只能算是一维数组,可以理解为一维数组的值为数组,且作为值的数组长度不必统一,如下: int[][] a=new int[][] { new int[3] {0,0,0 }, new int[4]{12,13,1,2 } }; 如上数组,数组长度为2,仅包含 阅读全文
posted @ 2023-10-10 15:07 txwtech 阅读(309) 评论(0) 推荐(0) 编辑
摘要: //转为 bitmap:Bitmap map = OpenCvSharp.Extensions.BitmapConverter.ToBitmap(mat); process_pictureBox.Image = map;//Image img 转为MatBitmap bitmap = new Bit 阅读全文
posted @ 2023-10-09 17:19 txwtech 阅读(892) 评论(0) 推荐(0) 编辑
摘要: 阿克曼agv_Nvidia_arm_linux无法运行QT程序 在Nvidia官网寻找ARM QT creator版本 翻译 搜索 复制 阅读全文
posted @ 2023-10-08 13:44 txwtech 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 在AndroidManifest.xml配置文件的标签中直接插入 android:usesCleartextTraffic="true" 有以下三种解决方法: (1)APP改用https请求 (2)targetSdkVersion 降到27以下 (3)更改网络安全配置 前面两个方法容易理解和实现,具 阅读全文
posted @ 2023-10-08 13:18 txwtech 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 可以使用如下方法:打开注册表,在开始-运行里输入regedit,outlook2013定位到HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences新建一个DWORD类型的键值,名称命名如下:MaximumAttachm 阅读全文
posted @ 2023-10-07 13:35 txwtech 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: 一、利用 ldd 命令查看程序需要的依赖库 https://blog.csdn.net/WHEgqing/article/details/130492031 Linux 环境下可以使用 ldd 命令查看可执行程序所需要的依赖库文件; 翻译 搜索 复制 阅读全文
posted @ 2023-09-28 15:25 txwtech 阅读(174) 评论(1) 推荐(0) 编辑
摘要: 安卓app按钮设置样式边角圆弧与颜色 btn_bg_blue.xml文件放在drawable文件夹 <?xml version="1.0" encoding="UTF-8"?> <inset xmlns:android="http://schemas.android.com/apk/res/andr 阅读全文
posted @ 2023-09-28 14:46 txwtech 阅读(70) 评论(0) 推荐(0) 编辑
摘要: android:drawableRight="@drawable/end_lot" //布局文件中配置 翻译 搜索 复制 阅读全文
posted @ 2023-09-28 13:57 txwtech 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 解决Java 获取 getHostAddress 为什么 是 127.0.0.1的具体操作步骤 https://blog.51cto.com/u_16175446/6683264 https://blog.51cto.com/u_16175435/6931367?u_atoken=553aa05b- 阅读全文
posted @ 2023-09-27 22:05 txwtech 阅读(306) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 97 下一页