会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
66
67
68
69
70
71
72
73
74
···
128
下一页
2023年5月16日
win10自带蓝牙文件传送软件
摘要: win10自带蓝牙文件传送软件 C:\Windows\System32\fsquirt.exe 翻译 搜索 复制
阅读全文
posted @ 2023-05-16 21:07 txwtech
阅读(93)
评论(0)
推荐(0)
2023年5月15日
仙工AGV-webapi链接位置
摘要: 仙工AGV-webapi链接位置 https://cn.seer-group.com/ https://support.seer-group.com/ 翻译 搜索 复制
阅读全文
posted @ 2023-05-15 09:28 txwtech
阅读(145)
评论(0)
推荐(0)
2023年5月8日
Aitum Designer 6.x中文版实用教程——原理图与PCB设计
摘要: Aitum Designer 6.x中文版实用教程——原理图与PCB设计 翻译 搜索 复制
阅读全文
posted @ 2023-05-08 09:34 txwtech
阅读(61)
评论(0)
推荐(0)
2023年5月3日
python_test0429
摘要: x=[1,1,1] x[1] = 2 print(x) #删除元素 names =["tt1","tt2","tt5","tt8"] print("删除前:"+str(names)) del names[2] print("删除后:"+str(names)) #分片赋值 name=list('cpe
阅读全文
posted @ 2023-05-03 21:20 txwtech
阅读(42)
评论(0)
推荐(0)
2023年4月28日
python基础学习示范代码1
摘要: print('hello,world') # name = raw_input("what is you name?") # aa # bb # cc # dd # name = input("what is your name:") name ="scott" print("your name i
阅读全文
posted @ 2023-04-28 22:40 txwtech
阅读(47)
评论(0)
推荐(0)
2023年4月27日
运行程序异常退出问题分析--通过事件查看器
摘要: 运行程序异常退出问题分析--通过事件查看器 翻译 搜索 复制
阅读全文
posted @ 2023-04-27 08:01 txwtech
阅读(49)
评论(0)
推荐(0)
2023年4月24日
LA client MySql.Data.dll 未安装或者版本冲突
摘要: System.Exception:“中文提示 : MySql.Data.dll 未安装或者版本冲突,按下面步骤操作即可 1、从Nuget卸载所有项目的MySql.Data.dll和SqlSugar,检查引用中是否还存在,存在直接删掉引用,然后Nuget重新安装即可 ,注意.NET 4.52版本以下用
阅读全文
posted @ 2023-04-24 08:35 txwtech
阅读(521)
评论(1)
推荐(0)
2023年4月18日
VS2019双击编辑QT UI时闪退:无法打开文件
摘要: Microsoft Visual Studio D:\Users\xxx\source\repos\QtWidgetsApplication1\QtWidgetsApplication1.ui无法打开文件。 确定 翻译 搜索 复制
阅读全文
posted @ 2023-04-18 22:26 txwtech
阅读(225)
评论(0)
推荐(0)
【QT-版本】QT版本对应原配Visual Studio_插件安装
摘要: Qt默认有对应VS版本,在下载对应VS插件的时候心里要有个数,官方默认提供的是原配的插件,如果想要Qt4.8+VS2015的插件,需要自行编译。一般来说是: Qt4.8原配VS2010; Qt5.6原配VS2013; Qt5.9原配VS2015; Qt5.12原配VS2017; Qt5.15原配VS
阅读全文
posted @ 2023-04-18 21:58 txwtech
阅读(2121)
评论(0)
推荐(0)
2023年4月16日
arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接
摘要: arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接 arduino ESP8266设置静态IP 方法 #include <ESP8266WiFi.h> const char* ssid = "txw--tech"; const char* passw
阅读全文
posted @ 2023-04-16 15:16 txwtech
阅读(823)
评论(0)
推荐(0)
上一页
1
···
66
67
68
69
70
71
72
73
74
···
128
下一页