摘要:
先上两个通用Modbus帮助类,下面这个是多线程不安全版,在多线程多电机同一端口通信下,可能造成步进电机丢步或者输出口无响应等,还有个多线程安全版,只是基于这个不安全版加上了LOCK,THIS using Modbus.Device; using Sunny.UI; using System; us 阅读全文
摘要:
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Net.Http; namespace SiteApp.BLL.Common { public clas 阅读全文
摘要:
aes 对称加密 密钥必须是32字节 using System; using System.Security.Cryptography; using System.Text; namespace ConsoleApp1 { public class AES { /// <summary> /// 获 阅读全文
摘要:
以下是爬取京东商品详情的Python3代码,以excel存放链接的方式批量爬取。excel如下 代码如下 from selenium import webdriver from lxml import etree from selenium.webdriver.common.by import By 阅读全文