会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卢惠
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2020年5月2日
Vue初级
摘要: @{ 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 卢惠
阅读(115)
评论(0)
推荐(0)
2020年4月25日
windows域账户模拟
摘要: using System.Security.Principal;using System.Reflection.Emit;using System.Diagnostics; namespace TopsAdmin_Batch{ internal static class WinLogonHelper
阅读全文
posted @ 2020-04-25 20:40 卢惠
阅读(380)
评论(0)
推荐(0)
2020年4月24日
WPF基于Live Charts实现波形图
摘要: 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 卢惠
阅读(4095)
评论(0)
推荐(0)
实现计数器、定时器的3种方法
摘要: using System;using System.Threading;using System.Windows.Forms; namespace CallFunction{ /// <summary> /// 多线程示例,manual thread /// 利用Timmer类实现计数器 /// <
阅读全文
posted @ 2020-04-24 09:35 卢惠
阅读(774)
评论(0)
推荐(0)
2020年4月23日
基于事件委托多线程实现的时钟
摘要: 发布者: 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 卢惠
阅读(150)
评论(0)
推荐(0)
Socket服务器-Websocket支持多端连入
摘要: 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 卢惠
阅读(1692)
评论(0)
推荐(1)
Jtable.js实现分页
摘要: @model ProdOrderAutoGrGiRequestSystem.Models.ProdKBCardModel@{ ViewBag.Title = "Index"; var jTableStyle = "metro/blue/jtable.css"; if (!string.IsNullO
阅读全文
posted @ 2020-04-23 12:00 卢惠
阅读(251)
评论(0)
推荐(0)
Chart.js实现饼图
摘要: 页面: 引入静态脚本: <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 卢惠
阅读(831)
评论(0)
推荐(0)
基于Jquerymobile实现的支持PC、平板、手机移动设备的web应用程序(C#)
摘要: 页面部分: List部分: @{ Layout = null;}@using ePR.Models;@using ePR;@using BusinessObjectLayer.Entities;@using DataAccessLayer;@model ePR.Models.pRHeaderList
阅读全文
posted @ 2020-04-23 11:44 卢惠
阅读(365)
评论(0)
推荐(0)
SerialPort类
摘要: 微软在 .NET FrameWork2.0中对串口通讯进行了封装,我们可以在.net2.0及以上版本开发时直接使用SerialPort类对串口进行读写操作。 SerialPort类的属性主要包括: 1)串口名称(PortName) 2)波特率(BaudRate) 3)数据位 DataBits 4)停
阅读全文
posted @ 2020-04-23 11:28 卢惠
阅读(362)
评论(0)
推荐(0)
1
2
下一页
公告