登录
首页 » PowerBuilder » PrintServiceSystem

PrintServiceSystem

于 2021-03-08 发布 文件大小:673KB
0 182
下载积分: 1 下载次数: 9

代码说明:

  使用C#监听刷卡器,调用rest服务获取打印任务,解析并调用打印机打印(Use C# to listen swipe card reader, calls the rest service get the print job, resolve and call the printer)

文件列表:

PrintServiceSystem
..................\PrintServiceSystem
..................\..................\app.config,144,2014-12-02
..................\..................\bin
..................\..................\...\Debug
..................\..................\...\.....\log4net.dll,288768,2011-10-06
..................\..................\...\.....\Newtonsoft.Json.dll,481792,2014-03-13
..................\..................\...\.....\PrintServiceSystem.exe,122880,2014-12-04
..................\..................\...\.....\PrintServiceSystem.exe.config,144,2014-12-02
..................\..................\...\.....\PrintServiceSystem.pdb,95744,2014-12-04
..................\..................\...\.....\PrintServiceSystem.vshost.exe,11600,2014-12-04
..................\..................\...\.....\PrintServiceSystem.vshost.exe.config,144,2014-12-02
..................\..................\...\.....\PrintServiceSystem.vshost.exe.manifest,490,2012-06-02
..................\..................\...\Release
..................\..................\CardListener.cs,3337,2014-12-03
..................\..................\LogHelper.cs,1022,2014-12-03
..................\..................\MemoryStreamCache.cs,1260,2014-12-04
..................\..................\obj
..................\..................\...\x86
..................\..................\...\...\Debug
..................\..................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,3151,2014-12-03
..................\..................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6948,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.csproj.FileListAbsolute.txt,881,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.csproj.GenerateResource.Cache,999,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.csprojResolveAssemblyReference.cache,16214,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.exe,122880,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.pdb,95744,2014-12-04
..................\..................\...\...\.....\PrintServiceSystem.Properties.Resources.resources,65317,2014-12-04
..................\..................\...\...\.....\TempPE
..................\..................\...\...\.....\......\Properties.Resources.Designer.cs.dll,5120,2014-12-03
..................\..................\Pdf417lib.cs,68911,2014-12-04
..................\..................\PrintServiceSystem.csproj,4826,2014-12-04
..................\..................\PrintTask.cs,757,2014-12-03
..................\..................\PrintTaskPrintDocument.cs,10058,2014-12-04
..................\..................\Program.cs,8610,2014-12-04
..................\..................\Properties
..................\..................\..........\AssemblyInfo.cs,1489,2014-12-02
..................\..................\..........\Resources.Designer.cs,3634,2014-12-02
..................\..................\..........\Resources.resx,6443,2014-12-02
..................\..................\..........\Settings.Designer.cs,1118,2014-12-02
..................\..................\..........\Settings.settings,249,2014-12-02
..................\..................\Resources


..................\..................\Settings.cs,1237,2014-12-02
..................\..................\TransformJSON.cs,836,2014-12-03
..................\..................\WebService
..................\..................\..........\IRestTestAutoPrint.cs,488,2014-12-04
..................\..................\..........\RestTestAutoPrint.cs,7464,2014-12-04
..................\..................\..........\Routing.cs,261,2014-12-04
..................\PrintServiceSystem.sln,896,2014-12-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • txprint
    一个图像打印.还有图像预览,图像显示,调去打印机(An image printing. There the image preview, image display, transfer to the printer)
    2011-08-30 12:03:58下载
    积分:1
  • Print_daying
    窗体打印功能,代码简单,用c#写的窗体打印功能(Form printing function, the code is simple, with c# to write)
    2015-02-25 13:05:59下载
    积分:1
  • 57578895vb
    使用VB完成控制软件屏幕打印功能,解决图形打印问题(Completed using the VB control software screen printing, graphic printing problem solving)
    2010-05-05 16:07:09下载
    积分:1
  • 5ivb_281405
    利用BarCodeCtrl控件在程序中完成条码打印(BarCodeCtrl control use in the procedure to complete barcode printing)
    2008-01-16 15:52:01下载
    积分:1
  • Andciv-Q-A-13.927
    andciv 3d printer 控制板常见问题汇总(andciv 3D printer control board QA)
    2013-10-24 09:38:32下载
    积分:1
  • Printer
    热敏打印机驱动,绘图机驱动,C语言编程,单片机.在ADuC834上验证过可以使用。(driver of printer,C program MCU,fit for ADuC834 chip.)
    2013-12-01 20:56:18下载
    积分:1
  • jvgridprinter
    可以实现stringgrid的直接打印功能,经过应用很好(Can stringgrid direct print functionality, a good application)
    2011-07-11 10:32:30下载
    积分:1
  • EpsonPrintDemo
    用于搜索USB驱动,找到USB打印机,并发送命令 本例子发的是epson的打印换行命令,这个命令基本够用了,绝对有用(Used to search the USB drive, find a USB printer, and send the command)
    2020-09-01 19:38:08下载
    积分:1
  • simplejavaprogramming
    题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(Topic: Print out the Triangle (10 lines required to print out the Title: Enter the 3 numbers a, b, c, according to the order of output. Title: input array, the largest exchange with the first element, the smallest and the last element of the exchange, output array. Topic: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of topics: write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n)
    2011-05-09 19:11:58下载
    积分:1
  • JYJChuKu
    针式打印机开发,继承了好多有点 丙炔能打印各种纸张(zhen shi da yi cheng xu kaifa licheng ru guo youmao bing kanchulai qingjiao)
    2012-04-29 17:16:32下载
    积分:1
  • 696524资源总数
  • 103783会员总数
  • 41今日下载