- 博客(28)
- 资源 (23)
- 收藏
- 关注
原创 CA410_SDK测试及读数软件
using CASDK2;using System;using System.Windows.Forms;/*将如下文件拷贝到程序目录下,添加引用CASDK2Net.dll,修改项目属性-目标平台为x64才能正常加载CASDK22018/09/21 14:16 1,691,120 CA200Srvr.dll2018/09/21 14:16 1,327,088 CASDK2.dll2018/09/18 11:33 108,164 CAS...
2022-05-18 18:11:25 2329 1
原创 IR_SC2红外线发射模拟器
using System;using System.Windows.Forms;namespace IR_SC2红外线发射模拟器{ public partial class Form1 : Form { System.IO.Ports.SerialPort sp_ir; byte[] data = new byte[6]; public Form1() { InitializeComponent(...
2022-05-17 18:07:28 1052
原创 Modbus三坐标移动模拟器
Form1.cs:using HslCommunication.LogNet;using HslCommunication.ModBus;using System;using System.Windows.Forms;using System.Timers;namespace Modbus模拟器{ public partial class Form1 : Form { public Form1() { Initiali...
2022-05-13 15:08:50 674
原创 CS_200色彩析仪模拟器
Form1.csusing System;using System.Drawing;using System.Timers;using System.Windows.Forms;namespace CS_200色彩析仪模拟器{ public partial class Form1 : Form { System.Timers.Timer timer_read_result; public Form1() { ...
2022-05-13 15:05:10 231
原创 ES-01 WIFI RELAY模块测试程序
//ES-01 WIFIRELAY 模块测试程序#define PIN_RELAY 0 //模块继电器的控制端口为0#include <ESP8266WiFi.h>//必须修改:填写你的WIFI帐号密码const char* ssid = "PDCN_ZYB";const char* password = "qq5521833";//指定要连接到的server的ip(可以使用tcpid调试工具使用pc端ip)const char* host = "192.168.2.66";.
2022-04-29 09:42:56 235
原创 cs json 同时包含项JObject和数组JArray的处理
//cs json 同时包含项JObject和数组JArray的处理 string jsonText = @"{ ""项目编号"": ""GPON-1"", ""试验项目"": [{ ""试验项目"": ""WIFI"", ""试验标准或条件"": ""GBxxxx-001"", ""实验室"": ""性能测试室"" ...
2022-04-28 15:07:05 157
原创 从字符串中提取数字,去掉可能出现的带单位的数量,如“10台”提取为“10“
//从字符串中提取数字,去掉可能出现的带单位的数量,如“10台”提取为“10" try { int.Parse(data_json.数量); } catch { System.Text.StringBuilder sb=new System.Text.StringBuilder(); foreach (var c in data_json.数量) { if (Convert...
2022-04-28 14:39:13 353
原创 在SQL SERVER数据库中添加发送邮件的存储过程send_mail
–开启 Ole Automation Proceduressp_configure ‘show advanced options’, 1;GORECONFIGURE;GOsp_configure ‘Ole Automation Procedures’, 1;GORECONFIGURE;GOEXEC sp_configure ‘Ole Automation Procedures’;GOCREATE PROCEDURE [dbo].[send_mail]@From varchar(100
2022-03-25 16:42:50 862
原创 使用CA410获取屏幕0~255灰阶下的亮度值,CASDK2、AutoResetEvent的使用,aspose.word表格生成
using Aspose.Words;using CASDK2;using System;using System.Threading;using System.Timers;using System.Windows.Forms;namespace Test_Automation{ public partial class Form_Gamma_CA410_SDK2net : Form { public Form_Gamma_CA410_SDK2net()...
2022-03-11 17:10:20 2554 1
原创 Chroma Meter CS-200 C++仪表控制软件
#include "stdafx.h"#include <Windows.h>#include <fstream>#include <iostream>#include <string> #include <stdio.h>#include <stdlib.h>typedef INT (CALLBACK* USB_INI)(INT);typedef INT (CALLBACK* USB_NUM)(VOID);typ.
2022-03-01 10:23:59 461
原创 Astro VG876图像信号发生器控制软件
using System;using System.Windows.Forms;namespace VG876控制软件{ public partial class Form_VG876 : Form { public Form_VG876() { InitializeComponent(); } private void Form_VG876_Load(object sender, EventA...
2022-03-01 09:54:05 502
原创 asp.net 使用json进行api交互数据
网络公司与检测中心API接口定义网络公司发送到检测中心接口json格式:{ "api_来源": "网络", "api_id": "wlgs_api", "api_token": "12345678", "委托单id": 1234, "代码": "zyb", "编号": "W202100582", "名称": "GPON 终端", "型号": "DG8045-70", "委托单文件": "http://x...
2022-02-28 14:13:55 515
原创 使用Aspose.Cells导出复杂表格的实例
class Sheets { public string 接件号, 名称, 型号规格, 检定员, 核验员; } protected void Button1_Click(object sender, EventArgs e) { Aspose.Cells.Workbook CurrentWorkbook; Aspose.Cells.Worksheet DetailSheet; //新建电子表格文件 ...
2022-02-25 15:52:14 686
原创 Post Json数据到url接口
using System;using System.Windows.Forms;namespace api测试程序{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) {...
2022-02-24 09:41:20 1697
原创 asp.net一般处理程序处理接收json和发送json数据
<%@ WebHandler Language="C#" Class="zyb_api_json_handle" %>using System.Web;public class zyb_api_json_handle : IHttpHandler { public void ProcessRequest (HttpContext context) { string reply_type = "json"; //txt 或 json //接收...
2022-02-24 09:36:49 2095
原创 使用Graphics调整图片大小,用于替代GetThumbnailImage,解决GetThumbnailImage生成图片质量太差的问题。
private void button1_Click(object sender, EventArgs e) { Image img_source = Image.FromFile("c:/920.jpg"); int newWidth; int newHeight; //你自定义图的长宽如 newWidth=600; newHeight = 40...
2021-08-05 09:53:16 773
原创 我使用的 Zyb_Sql_Helper
/// <summary>/// Zyb_Sql_Helper 的摘要说明/// </summary>public class Zyb_Sql_Helper{ public Zyb_Sql_Helper() { // // TODO: 在此处添加构造函数逻辑 // } public static string ExecuteQuery2String(string sql) { ...
2021-03-30 10:57:39 141 1
原创 CentOS-Base.repo CentOS最小化安装增加桌面功能
将如下文件 CentOS-Base.repo 通过pscp Centos-7.repo root@192.168.3.149:/etc/yum.repos.d发送到CentOS系统在CentOS 7.X下执行如下指令:yum grouplist会获得如下输出:可用的环境分组: 最小安装 基础设施服务器 计算节点 文件及打印服务器 基本网页服务器 虚拟化主机 带 GUI 的服务器 GNOME 桌面 KDE Plasma Workspa...
2021-03-25 08:46:26 238
原创 RTL8761B蓝牙芯片驱动下载
http://www.nllano.cn蓝牙适配器5.0驱动下载(Bluetooth adapter 5.0 Driver).zip
2021-03-24 16:34:53 7873
原创 直流电源IT6800PC控制软件 专用类
using System;using System.IO.Ports;namespace Nathan_Soft{//直流电源IT6800PC控制软件 专用类 public class It6800_Command { public static string pc_remote = "AA 09 20 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D4"; public...
2020-12-03 10:00:50 352
原创 c# winform 自编简易浏览器
using System;using System.ComponentModel;using System.Data;using System.Windows.Forms;using System.Xml;namespace nathan_browser{ public partial class Form1 : Form { private DataSet ds = new DataSet(); public Form1() {...
2020-08-21 10:50:17 451
原创 委托方法使用示例delegate
using System;using System.Windows.Forms;namespace nathan_soft{ //定义一个委托类型,用来保存无参数,无返回值的方法。委托在命名空间中和类是一个级别的,相当于将方法定义成变量。 public delegate void Mydelegate(); public partial class Form_delegate : Form { public Form_delegate() ...
2020-08-05 13:52:27 497
原创 web一般处理程序调用模版页生成网页
<%@ WebHandler Language=“C#” Class=“default” %>using System;using System.Web;public class test : IHttpHandler {public void ProcessRequest (HttpContext context) { context.Response.Content...
2020-02-16 15:18:01 329
原创 新建文件并写入内容,如果文件已存在则覆盖。
private void btn_writesn2file_Click(object sender, EventArgs e) { //利用file类创建文件写入数据 using (StreamWriter sw = File.CreateText("d:\\sn.txt")) { ...
2020-02-11 11:36:20 1332
原创 字节数组转16进制字符串
/// <summary> /// 字节数组转16进制字符串 /// </summary> /// <param name="bytes"></param> /// <returns></returns> public s...
2020-02-11 11:06:02 302
原创 主线程执行顺序测试(本示例测试结果:按顺序执行)
using System;using System.Windows.Forms;namespace demo1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private ...
2020-02-11 10:33:55 113
原创 cs发送json到网站
private void btn_json_upload_Click(object sender, EventArgs e) { //整理将要提交的数据data System.IO.StringWriter sw = new System.IO.StringWriter(); using (Newtonso...
2019-12-16 19:37:03 177
Selenuim+Chrome自动化测试c#代码
2024-08-28
CA410_SDK测试和读数软件
2022-05-18
IR_SC2红外线发射模拟器V1.0
2022-05-18
网络连接控制.zip
2021-02-09
Visual Studio 2015 MYSQL 操作示例程序
2020-12-03
nathan_browserV1.0.0.1.rar
2020-08-21
窗体间通讯WinMsgTest2020 05061200.rar
2020-05-06
IR_SC2型RS232红外控制器应用软件V1.0.zip
2020-04-14
Modbus_Comm_Test V1.0.rar
2019-08-01
Delphi7_SOCKET_CLIENT 示例代码
2019-08-01
网页内容变动简易监视器
2017-04-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人