摘要: View Code index.jsp<%@ page language="java" import="java.util.*" pageEncoding="gb2312" %> <html> <head> <link rel="stylesheet" type="text/css" href="css/Date.css"> <script type="text/javascript" src=&quo 阅读全文
posted @ 2011-09-20 10:28 穆瑞清 阅读(775) 评论(0) 推荐(3)
摘要: View Code 1 public static class ComPort// 2 { 3 public static Queue ByteList = Queue.Synchronized(new Queue()); 4 public static int JsByteSum = 0; 5 public static int FsByteSum = 0; 6 public static bool IsGroup = false; 7 public static int OneGroup... 阅读全文
posted @ 2011-09-20 10:09 穆瑞清 阅读(1380) 评论(0) 推荐(2)