摘要:
我们在使用 Visual Studio 创建项目时,会发现程序集信息中的默认公司是 Microsoft 我们可以通过修改项目文件来修改程序集信息中的默认公司。 但是这种方式修改的是当前项目文件,后续创建的项目还是会使用默认的公司信息。 我们可以通过注册表来修改默认公司,这样之后创建的项目都会使用我们 阅读全文
摘要:
MauiUsbSerialForAndroid Android USB Serial Debugging Tool Built Using Maui 使用Maui构建的Android USB串口调试工具 开源地址: GitHub | Gitee Preview Functions 设备的列举,支持插 阅读全文
摘要:
近日在项目中尝试使用如下语句返回列表 select * from dtu_log as l left join e as e on l.dlog_ele=e.id where 1=1 and e.maint_com=1 order by dlog_id desc limit 0,20 数据总量90w 阅读全文