摘要: @{ ViewBag.Title = "Index";}@section styles{<link href="~/Content/style.css" rel="stylesheet" type="text/css" /><link href="~/Content/config.css" rel= 阅读全文
posted @ 2020-05-02 17:52 卢惠 阅读(110) 评论(0) 推荐(0) 编辑
摘要: using System.Security.Principal;using System.Reflection.Emit;using System.Diagnostics; namespace TopsAdmin_Batch{ internal static class WinLogonHelper 阅读全文
posted @ 2020-04-25 20:40 卢惠 阅读(335) 评论(0) 推荐(0) 编辑
摘要: using LiveCharts;//livecharts.netusing LiveCharts.Wpf;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.T 阅读全文
posted @ 2020-04-24 19:12 卢惠 阅读(3796) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Threading;using System.Windows.Forms; namespace CallFunction{ /// <summary> /// 多线程示例,manual thread /// 利用Timmer类实现计数器 /// < 阅读全文
posted @ 2020-04-24 09:35 卢惠 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 发布者: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks; namespace 阅读全文
posted @ 2020-04-23 14:46 卢惠 阅读(141) 评论(0) 推荐(0) 编辑
摘要: socket服务端: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.Security.Cryptograph 阅读全文
posted @ 2020-04-23 14:38 卢惠 阅读(1624) 评论(0) 推荐(1) 编辑
摘要: @model ProdOrderAutoGrGiRequestSystem.Models.ProdKBCardModel@{ ViewBag.Title = "Index"; var jTableStyle = "metro/blue/jtable.css"; if (!string.IsNullO 阅读全文
posted @ 2020-04-23 12:00 卢惠 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 页面: 引入静态脚本: <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.highcharts.com/highcharts.js"></s 阅读全文
posted @ 2020-04-23 11:48 卢惠 阅读(794) 评论(0) 推荐(0) 编辑
摘要: 页面部分: List部分: @{ Layout = null;}@using ePR.Models;@using ePR;@using BusinessObjectLayer.Entities;@using DataAccessLayer;@model ePR.Models.pRHeaderList 阅读全文
posted @ 2020-04-23 11:44 卢惠 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 微软在 .NET FrameWork2.0中对串口通讯进行了封装,我们可以在.net2.0及以上版本开发时直接使用SerialPort类对串口进行读写操作。 SerialPort类的属性主要包括: 1)串口名称(PortName) 2)波特率(BaudRate) 3)数据位 DataBits 4)停 阅读全文
posted @ 2020-04-23 11:28 卢惠 阅读(351) 评论(0) 推荐(0) 编辑