摘要: 1.webtab 微软账户获取安装它。 WeTab新标签页 - Microsoft Edge Addons 别人的教程 WeTab新标签页安装教程 - 飞书云文档 (feishu.cn) 2.微软商店搜索chatgtforgoogle 需登录 3. 阅读全文
posted @ 2023-04-22 18:20 驼七 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: C++常用计算几何算法 - 小四的海市蜃楼 - C++博客 (cppblog.com) (59条消息) C++常用计算几何算法_计算几何常用算法 c++_Belial_2010的博客-CSDN博客 阅读全文
posted @ 2023-04-21 10:26 驼七 阅读(15) 评论(0) 推荐(0) 编辑
摘要: QList<int> GcodePreprocessorUtils::parseGCodes(QString command) { static QRegExp re("[Gg]0*(\\d+)"); QList<int> codes; int pos = 0; while ((pos = re.i 阅读全文
posted @ 2023-04-20 11:20 驼七 阅读(24) 评论(0) 推荐(0) 编辑
摘要: QtCreator像C# region一样折叠代码 - mkmkbj - 博客园 (cnblogs.com) c# #region "comment" [code] #endregion QT #pragma region "comment" { [code] #pragma endregion } 阅读全文
posted @ 2023-04-12 09:46 驼七 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 参考链接:XAF在DashboardView右下方添加SimpleAction - 幽梦紫曦的专栏 - TNBLOG 阅读全文
posted @ 2022-11-11 14:42 驼七 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1.[XafDisplayName("名称")] (1)在类上面表示修改左侧菜单的名称 (2)在字段属性上使用表示修改字段名称 2.[ImageName("Actions_Forbid")] (1)设置XAF内置图标,里面参数是图标ID 3.[ModelDefault("AllowEdit", "F 阅读全文
posted @ 2022-11-11 14:29 驼七 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 2.02进制转换 1.R进制转10进制 2. 十转2 3. 2转8 每3个二进制对应一个8进制 10 001 110 2 1 6 4. 2转16 1000 1110 8 E 2.03 原码 反码 补码 移码 1. 正数:原 = 反 = 补 = 移码(补码首位取反) 负数 :原 = 反(符号位不动,剩 阅读全文
posted @ 2022-10-18 22:27 驼七 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1.先进入项目文件夹,打开Git Bash Here窗口; 2.输入git init命令,把这个目录变成git可以管理的仓库; 3.输入git add .命令,将本文件夹全部文件加入到本地仓库中; 4.用命令git commit "xxxx" 告诉Git,把文件提交到仓库。引号内为提交说明; 5.通 阅读全文
posted @ 2022-04-13 11:02 驼七 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1 引入库文件 1.1 NuGet包管理器导入 Vlc.DotNet.Forms、VideoLAN.LibVLC.Windows 1.1.1 Vlc.DotNet.Forms 2.2.1 1.1.2 VideoLAN.LibVLC.Windows 3.0.6 1.1.3 安装完成 1.2 vlc插入 阅读全文
posted @ 2022-04-11 14:39 驼七 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1.通过进程去打开应用程序 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; 阅读全文
posted @ 2022-03-15 15:07 驼七 阅读(16) 评论(0) 推荐(0) 编辑