上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 99 下一页
摘要: //转为 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 阅读(936) 评论(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 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 可以使用如下方法:打开注册表,在开始-运行里输入regedit,outlook2013定位到HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences新建一个DWORD类型的键值,名称命名如下:MaximumAttachm 阅读全文
posted @ 2023-10-07 13:35 txwtech 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 一、利用 ldd 命令查看程序需要的依赖库 https://blog.csdn.net/WHEgqing/article/details/130492031 Linux 环境下可以使用 ldd 命令查看可执行程序所需要的依赖库文件; 翻译 搜索 复制 阅读全文
posted @ 2023-09-28 15:25 txwtech 阅读(185) 评论(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 阅读(24) 评论(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 阅读(347) 评论(0) 推荐(0) 编辑
摘要: final EditText editText_show_msg = (EditText) findViewById(R.id.editText_multi_show_msg); editText_show_msg.setSelection(editText_show_msg.getText().l 阅读全文
posted @ 2023-09-27 16:51 txwtech 阅读(2) 评论(0) 推荐(0) 编辑
摘要: HttpListener. listener_aaav.Start(); c#HttpListener拒绝请求,使用管理员方式运行 bin/debug/xxx.exe文件右键 翻译 搜索 复制 阅读全文
posted @ 2023-09-27 14:31 txwtech 阅读(63) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 99 下一页