会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
驼七
博客园
首页
新随笔
联系
订阅
管理
2023年4月22日
chatgpt安装
摘要: 1.webtab 微软账户获取安装它。 WeTab新标签页 - Microsoft Edge Addons 别人的教程 WeTab新标签页安装教程 - 飞书云文档 (feishu.cn) 2.微软商店搜索chatgtforgoogle 需登录 3.
阅读全文
posted @ 2023-04-22 18:20 驼七
阅读(1117)
评论(0)
推荐(0)
2023年4月21日
几何算法
摘要: C++常用计算几何算法 - 小四的海市蜃楼 - C++博客 (cppblog.com) (59条消息) C++常用计算几何算法_计算几何常用算法 c++_Belial_2010的博客-CSDN博客
阅读全文
posted @ 2023-04-21 10:26 驼七
阅读(19)
评论(0)
推荐(0)
2023年4月20日
parseGCodes 、parseMCodes
摘要: 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 驼七
阅读(49)
评论(0)
推荐(0)
2023年4月12日
QtCreator像C# region一样折叠代码
摘要: QtCreator像C# region一样折叠代码 - mkmkbj - 博客园 (cnblogs.com) c# #region "comment" [code] #endregion QT #pragma region "comment" { [code] #pragma endregion }
阅读全文
posted @ 2023-04-12 09:46 驼七
阅读(327)
评论(0)
推荐(0)
2022年11月11日
XAF在页面中添加按钮
摘要: 参考链接:XAF在DashboardView右下方添加SimpleAction - 幽梦紫曦的专栏 - TNBLOG
阅读全文
posted @ 2022-11-11 14:42 驼七
阅读(50)
评论(0)
推荐(0)
XAF特性属性记录
摘要: 1.[XafDisplayName("名称")] (1)在类上面表示修改左侧菜单的名称 (2)在字段属性上使用表示修改字段名称 2.[ImageName("Actions_Forbid")] (1)设置XAF内置图标,里面参数是图标ID 3.[ModelDefault("AllowEdit", "F
阅读全文
posted @ 2022-11-11 14:29 驼七
阅读(192)
评论(0)
推荐(0)
2022年10月18日
2.
摘要: 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 驼七
阅读(688)
评论(0)
推荐(0)
2022年4月13日
GIT上传下载程序
摘要: 1.先进入项目文件夹,打开Git Bash Here窗口; 2.输入git init命令,把这个目录变成git可以管理的仓库; 3.输入git add .命令,将本文件夹全部文件加入到本地仓库中; 4.用命令git commit "xxxx" 告诉Git,把文件提交到仓库。引号内为提交说明; 5.通
阅读全文
posted @ 2022-04-13 11:02 驼七
阅读(41)
评论(0)
推荐(0)
2022年4月11日
winfrom+vlc
摘要: 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 驼七
阅读(431)
评论(0)
推荐(0)
2022年3月15日
P177线程
摘要: 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 驼七
阅读(21)
评论(0)
推荐(0)
下一页
公告