INI 文件逆向工程

发布于 2024-08-31 16:50:28 字数 324 浏览 4 评论 0原文

我正在维护一个在包装上打印产品标签的遗留应用程序。标签的格式存储在 INI 文件中。我想知道是否有人对这种格式的含义有任何提示。我在这里粘贴了一个片段。

<代码>{D1531,1000,1501|} {C|} {U2;0130|} {D1531,1000,1501|} {AX;+000,+000,+00|} {AY;+05,0|} {PC000;0922,0555,15,15,H,11,B|} {RC00;标签|} {PC001;0865,0555,15,15,H,11,B|} {RC01;当前|} {PC002;0796,0040,10,10,H,11,B|}

I am maintaining a legacy application which prints product labels on packaging. The format of the label is stored in a INI file. I wanted to know if anyone has any hints about the meaning of this format. I have pasted a snippet here.

{D1531,1000,1501|}
{C|}
{U2;0130|}
{D1531,1000,1501|}
{AX;+000,+000,+00|}
{AY;+05,0|}
{PC000;0922,0555,15,15,H,11,B|}
{RC00;<FE/>LABELTITLE</FE>|}
{PC001;0865,0555,15,15,H,11,B|}
{RC01;<FE/>CURRENT</FE>|}
{PC002;0796,0040,10,10,H,11,B|}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

絕版丫頭 2024-09-07 16:50:28

使用源代码。 :-) 这将使您比读取程序的输入并尝试从该代码的输入推断出代码的内容更快。

Use the source code. :-) That will get you somewhere faster than reading the input to a program and trying to deduce the content of the code from the input to that code.

我三岁 2024-09-07 16:50:28

这是世纪鹰条码标签打印机的打印机命令。
杰豪!

This is printer commands for Century Eagle barcode label printer.
jai Ho!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文