资源简介

.net斑马打印机通信示例完整版源码20171201 网络 搜集整理 希望对大家有所帮助

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Collections;
using System.Runtime.InteropServices;
using System.IO;
using System.xml;
using System.xml.Serialization;

namespace Colibri.CommonModule
{
    /// 
    /// Common Class that contains static common functions
    /// 

    /// 
    public class Parameter
    {
        public static string ScanBarcode1 = “Barcode1“;            //条码枪1
        public static string ScanBarcode2 = “Barcode2“;            //条码枪2
        public static string ScanBarcode3 = “Barcode3“;            //条码枪3
        public static string ScanBarcode4 = “Barcode4“;            //条码枪4
        public static int DutCountName = 0;

        public static string Scan1 = “ScanSleep“;
        public static string Scan2 = “ScanSleep“;

        public static int phonelen = 0;
        public static int chargelen = 0;
        public static int boxlen = 0;

        public static string Print1 = “00“;
        public static string Print2 = “00“;
    }
 
    public class CommonClass
    {
        #region valid
        /// 
        /// Check the type of obj is not null and is the type that sepecified by the second parameter
        /// 

        /// Checking object instance
        /// Expected type
        /// Checking result true means valid
        public static bool IsValidType(object obj Type type)
        {
            return obj != null && obj.GetType() == type;
        }
        #endregion

        #region Get Random result for test
        /// 
        /// Get random result 
        /// 

        /// specify fail rate 0~1
        /// random result pass or fail based on fail rate
        public static bool GetRandomResult(double failRate = 0.5)
        {
            Random random = new Random();
            double value = random.NextDouble();
            return value > failRate;
        }
        #endregion

        #region Time string
        /// 
        /// Get time string for current time with default format(“yyyy-MM-dd HH:mm:ss.fff“)
        /// 

        /// string of current time
        public static string GetNowTimeString()
        {
            return GetTimeString(System.DateTime.Now);
        }

        /// 
        /// Get time string for current time with specified format
        /// 

        /// the string format
        /// string of current time
        public static string GetNowTimeString(string format)
        {
            return GetTimeString(System.DateTime.Nowformat);
        }

        /// 

        /// Get time string for the spe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    328192  2017-01-06 14:08  .net斑马打印机通信示例完整版源码20171201\.vs\BarcodePrinter\v14\.suo

    ..A..H.    301056  2016-10-27 13:29  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\.vs\BarcodePrinter\v14\.suo

     文件        974  2016-11-18 14:48  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\App.config

     文件       8715  2017-06-25 21:05  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\BarcodePrinter.csproj

     文件        932  2016-10-20 15:23  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\BarcodePrinter.sln

    ..A..H.    295936  2016-10-23 17:42  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\BarcodePrinter.v11.suo

     文件      31996  2016-11-25 13:27  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\1.txt

     文件       4911  2016-11-25 13:28  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\2.txt

     文件        546  2016-11-25 13:28  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\3.txt

     文件     196608  2017-08-31 13:47  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.exe

     文件        974  2016-11-18 14:48  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.exe.config

     文件     323072  2017-08-31 13:47  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.pdb

     文件      22984  2017-09-23 16:10  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.vshost.exe

     文件        974  2016-11-18 14:48  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.vshost.exe.config

     文件       3301  2016-10-28 09:08  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\BarcodePrinter.vshost.exe.manifest

     文件       9544  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\CopyRight.txt

     文件      38893  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161027-1.txt

     文件      37829  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161027-2.txt

     文件      37829  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161027-3.txt

     文件      37829  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161027-4.txt

     文件      37829  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161027-5.txt

     文件      37120  2016-12-12 14:17  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161212-1.txt

     文件      37122  2016-12-12 14:23  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161212-2.txt

     文件      37120  2016-12-12 14:05  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161212-3.txt

     文件      37120  2016-12-12 14:09  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161212-4.txt

     文件      37120  2016-12-12 14:12  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\MESAgent_20161212-5.txt

     文件       1552  2017-07-09 10:01  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\ParameterConfig.xml

     文件      30441  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\Printer1Test.txt

     文件        530  2016-11-25 11:25  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\bin\Debug\Settings\Printer2Test.txt

     文件        484  2017-06-23 10:57  .net斑马打印机通信示例完整版源码20171201\BarcodePrinter\Comm\Component1.cs

............此处省略132个文件信息

评论

共有 条评论