SUIPack 是一款为Delphi和C++Builder开发的所见即所得的界面增强VCL组件 56个可视化的组件 23种专业设计的界面方案(内置集成5种,外带的界面文件18种)
2023-04-20 11:58:18 8.48MB SUIPack Delphi C++Builder
1
【插件简介】 Draw.io 是一款在线图表编辑工具, 可以用来编辑工作流、BPM、org charts、UML、ER图、网络拓朴图等。 【插件网站】 https://draw.io 【插件更新】 2021-03-01 09:56:00 【插件版本】 14.3.0 【插件标签】 高效开发 Chrome插件 【插件安装教程】 请下载文件后先解压,然后进入页面: chrome://extensions/ 将文件拖拽到该页面,完成安装。 具体步骤: https://t.csdnimg.cn/NxMv 【热门插件】 ·CSDN 浏览器助手: https://plugin.csdn.net/
2023-04-19 22:34:10 17.58MB 高效开发 Chrome插件
1
chromedriver 适用于chrome谷歌浏览器版本(100.0.4896.20), 谷歌浏览器驱动主要用于selenium自动化操作,Python调试脚本。 该资源包含linux,mac,Windows三个系统版本。 解压对应的zip压缩包即可,经测试可正常使用。
1
FastReport VCL Enterprise Edition 4.12 filename : fr4_12_1_d16e.exe for Delphi XE2 FASTREPORT® VCL - report generator for Delphi FastReport® 4 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Embarcadero (ex Borland and CodeGear) Delphi 4-XE2, C++Builder 6-XE2.
2023-04-19 11:49:35 22.04MB FastReport VCL Delphi XE2
1
bds exe bordbk105N dll Assertion failure: " "SetThreadContext failed" " in win32src thread32 cpp at line 412 Continue execution ..
2023-04-19 11:01:53 169KB delphi
1
一个货物配送物流系统
2023-04-19 09:58:16 923KB delphi
1
灵魂Chrome 功能 自动签到,每天只要打开浏览器就可以自动签到,不用填写账号密码,不用手动抓取cookie,只需要添加脚本+登录账号 使用方法 手动安装:下载并解压,选项->更多工具->扩展程序->开发者模式->加载已解压的扩展程序 (由于不能通过审核,没有更新了) firefox 安装脚本 最简单的方法,点击插件图标->任务管理->脚本推荐->选择安装 第三方或者自用脚本安装方法,点击插件图标->任务管理->添加脚本->上传脚本文件/粘贴脚本代码/拖拽脚本文件/粘贴脚本链接 更新: 20181207:支持用户填充参数,用于为用户填充账号密码进行自动登录的场景。使用方法参考public/demos/m.jd.js ,需要版本1.0.4+ 20190326:支持引用外部js,支持获取指定网页的cookie 20190428:支持域名混淆匹配,* .baidu.com将匹配xxoo.baidu.com或但不能匹配baidu.com 20191205:代码转换,清理了一些逻辑,将任务管理等操作统一到了,保证数据一至性;增加了引入转换功能;增强脚本安全性,添加@grant用于权限申请2
1
圆刚视频采集卡 C725B delphi demo。 自我感觉圆刚的视频采集卡比天敏的好
2023-04-15 18:03:27 410KB 圆刚
1
A free and easy-to-use REST Client. Use it to develop, test and debug RESTful services.
2023-04-15 13:33:57 3.02MB chrome插件
1
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:   procedure TForm1.SetPaperSize(cx, cy: Integer);   var    a,b,c: array[0..255]of char;    bb: Cardinal;    ee: PDEVMODE;   begin    printer.PrinterIndex := printer.PrinterIndex;    printer.GetPrinter(a,b,c,bb);    ee:= GlobalLock(bb);    ee^.dmPaperSize := DMPAPER_USER;    ee^.dmPaperLength := cy*10;    ee^.dmPaperWidth := cx*10;    ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or    DM_PAPERWIDTH or    DM_PAPERLENGTH;    ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;    ee^.dmDefaultSource :=DMBIN_MANUAL;    GlobalUnlock(bb);    printer.PrinterIndex := printer.PrinterIndex;   end;
2023-04-15 12:12:10 59KB Delphi源码-报表打印
1