会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
44
45
46
47
48
49
50
51
52
···
133
下一页
2024年4月30日
QT程序崩溃或者crash原因分析
摘要: 先emit发送,后connect连接,将出现问题。 https://txwtech.blog.csdn.net/article/details/138340410 翻译 搜索 复制
阅读全文
posted @ 2024-04-30 11:52 txwtech
阅读(362)
评论(0)
推荐(0)
2024年4月22日
arkts为通知添加行为意图--点击按钮执行时闪退
摘要: arkts为通知添加行为意图--点击按钮执行时闪退 UI 参考: https://blog.csdn.net/qq_53123067/article/details/135624788 各位老师帮忙看下哪里不对呢? let wantAgentObj = null; // 用于保存创建成功的wantA
阅读全文
posted @ 2024-04-22 20:55 txwtech
阅读(97)
评论(0)
推荐(0)
deprecate不赞成,已过时;被废弃
摘要: deprecate 美 [ˈdeprəˌkeɪt] 英 [ˈdeprɪkeɪt] v.不赞成;祈免;贬低 网络过时;已过时;被废弃 第三人称单数:deprecates 现在分词:deprecating 过去式:deprecated 同义词 反义词 v. condemn,censure,denounc
阅读全文
posted @ 2024-04-22 13:51 txwtech
阅读(103)
评论(0)
推荐(0)
QT stringlistmodel.h:14:32: Member initializer 'stringList' does not name a non
摘要: stringlistmodel.h:14:32: Member initializer 'stringList' does not name a non 报错信息提示在stringlistmodel.h文件的第14行第32个字符处,初始化成员stringList没有指向一个非静态成员。 解释: 在C
阅读全文
posted @ 2024-04-22 08:47 txwtech
阅读(100)
评论(0)
推荐(0)
2024年4月21日
ArkTS如何将网络图片返回的数据解码成PixelMap格式,再显示在Image组件
摘要: PixelMap是图片解码后的像素图,以下示例将加载的网络图片返回的数据解码成PixelMap格式,再显示在Image组件上, 1.创建PixelMap状态变量。 @State image: PixelMap = undefined; 复制 2.引用多媒体。 请求网络图片请求,解码编码PixelMa
阅读全文
posted @ 2024-04-21 15:56 txwtech
阅读(838)
评论(0)
推荐(0)
2024年4月17日
c#DevExpress 按钮visible设置false隐藏不成功
摘要: c#DevExpress 按钮visible设置false隐藏不成功 simplebutton放在容器里面则不会生效,若要隐藏,需要隐藏容器 点击容器,显示对应的按钮 这里隐藏《跳过》按钮。 layoutControlItem_ignore.Visibility = LayoutVisibility
阅读全文
posted @ 2024-04-17 15:59 txwtech
阅读(275)
评论(0)
推荐(0)
2024年4月12日
c#禁止或屏蔽窗口内部按回车键
摘要: 重载: protected override bool ProcessDialogKey(Keys keyData) { if (keyData == Keys.Enter) { // 回车键按下时不调用基类的方法,从而不触发任何事件 MessageBox.Show("请使用鼠标点击按钮", CFi
阅读全文
posted @ 2024-04-12 14:47 txwtech
阅读(229)
评论(0)
推荐(0)
c#拖动无窗体的控件--无窗体的窗口拖动
摘要: [DllImport("user32.dll")]//拖动无窗体的控件 public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr
阅读全文
posted @ 2024-04-12 14:43 txwtech
阅读(28)
评论(0)
推荐(0)
2024年4月10日
mysql_operation
摘要: if (textBox_username.Text=="L8xxx87xxx5" && textBox_Text=="txw") 翻译 搜索 复制
阅读全文
posted @ 2024-04-10 08:10 txwtech
阅读(28)
评论(0)
推荐(0)
2024年4月7日
python opencv 双边滤波
摘要: #双边滤波,代码实现 import numpy as np import math import cv2 def getClosenessHeight(sigma_g,H,W): r,c = np.mgrid[0:H:1,0:W:1] r-=(H-1)/2 c-=(W-1)/2 closeWeigh
阅读全文
posted @ 2024-04-07 15:54 txwtech
阅读(238)
评论(0)
推荐(0)
上一页
1
···
44
45
46
47
48
49
50
51
52
···
133
下一页