会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发
[email protected]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
76
77
78
79
80
81
82
83
84
···
134
下一页
2023年1月3日
C# 读取Excel日期格式方法
摘要: 读取Excel日期数据,一种方式是在EXCEL中把你的日期列的格式设置一下,设成"文本"型。 如果单元格格式设置为date,则在后台读出的数值是一个数值,如2008-08-08读出来是39688,怎样才能读出来是日期格式?方法如下: 要做一个判断,如果该单元格是一个double值,那么就要用 Dat
阅读全文
posted @ 2023-01-03 11:56 txwtech
阅读(1575)
评论(0)
推荐(0)
2022年12月29日
c# 启动代码无法打开照片-Win10企业版LTSC图片打开方式里没有默认照片查看器
摘要: c# 启动代码无法打开照片 process2.StartInfo.Arguments = "rundll32.exe C://WINDOWS//system32//shimgvw.dll,ImageView_Fullscreen"; Win10企业版LTSC图片打开方式里没有默认照片查看器怎么办?
阅读全文
posted @ 2022-12-29 11:47 txwtech
阅读(347)
评论(0)
推荐(0)
2022年12月28日
qt 调用窗口 mainwindow.cpp:9:78: error: incomplete type 'QDialog' named in nested name specifier qwindowdefs.h:55:7: note: forward declaration of 'QDialog'
摘要: mainwindow.cpp:9:78: error: incomplete type 'QDialog' named in nested name specifierqwindowdefs.h:55:7: note: forward declaration of 'QDialog' 头文件: Di
阅读全文
posted @ 2022-12-28 21:59 txwtech
阅读(1145)
评论(0)
推荐(0)
System.InvalidOperationException:“线程间操作无效: 从不是创建控件“Form1”的线程访问它。”
摘要: System.InvalidOperationException:“线程间操作无效: 从不是创建控件“Form1”的线程访问它。” private void button3_Click(object sender, EventArgs e) { Thread thread_aa = new Thre
阅读全文
posted @ 2022-12-28 15:19 txwtech
阅读(335)
评论(0)
推荐(0)
2022年12月26日
System.AggregateException”类型的未经处理的异常在 mscorlib.dll 中发生 其他信-win7下闪退
摘要: System.AggregateException”类型的未经处理的异常在 mscorlib.dll 中发生 其他信 win7下闪退 wait的时间可以改小一点,ip可以改成127.0.0.1试试 if(!client.ConnectAsync(ip.Trim(),Convert.ToInt32(p
阅读全文
posted @ 2022-12-26 20:45 txwtech
阅读(180)
评论(0)
推荐(0)
2022年12月23日
ora-12154:TNS:无法解析指定的连接标识符
摘要: [Window Title]PL/SQL Developer [Content]ORA-12154: TNS:could not resolve the connect identifier specified [OK]
阅读全文
posted @ 2022-12-23 16:14 txwtech
阅读(63)
评论(0)
推荐(0)
2022年12月21日
ModbusPoll
摘要: ModbusPoll: 5A5742575C5D10ModbusSlave: 5455415451475662
阅读全文
posted @ 2022-12-21 20:29 txwtech
阅读(185)
评论(0)
推荐(0)
2022年12月16日
vnc access is denied 此电脑右键-勾选允许远程控制
摘要: vnc access is denied 解决方法:此电脑右键-勾选允许远程控制
阅读全文
posted @ 2022-12-16 16:14 txwtech
阅读(655)
评论(0)
推荐(0)
2022年12月15日
c# devexpress gridcontrol-cardview图片显示不全解决方法
摘要: c# devexpress gridcontrol-cardview图片显示不全解决方法
阅读全文
posted @ 2022-12-15 13:46 txwtech
阅读(67)
评论(0)
推荐(0)
c# devexpress gridcontrol-cardview不显示内容解决方法
摘要: c# devexpress gridcontrol-cardview不显示内容解决方法 DevExpress设置GridControl_cardview显示Customize cardView1.OptionsView.ShowQuickCustomizeButton = true; 勾选即可
阅读全文
posted @ 2022-12-15 11:07 txwtech
阅读(386)
评论(0)
推荐(0)
上一页
1
···
76
77
78
79
80
81
82
83
84
···
134
下一页