摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namesp 阅读全文
posted @ 2023-02-27 18:59 Installllllll 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 namespace ConsoleApp1 4 { 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 ShengChanGongChang shengChanGongChang = new 阅读全文
posted @ 2023-02-24 18:25 Installllllll 阅读(20) 评论(0) 推荐(0) 编辑
摘要: /***Git使用笔记 本地仓库部分 1. git add . 或者 git add [filename] 将文件添加到跟踪列表内 2. git commit -m "提交信息" 将修改文件提交到本地仓库 3. git branch 查看本地仓库所有分支 4. git branch [新建分支名称] 阅读全文
posted @ 2022-06-15 12:04 Installllllll 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 转载:知乎sx24 本文会分为四个部分: 树莓派中Node-Red节点的配置; 阿里云上MQTT服务器的建立; PLC侧的设置; 测试; 本文测试所需软件及硬件:树莓派3B+;西门子PLC S7-1500;TIA Portal V15;Putty;MQTT.fx;阿里云服务器 树莓派中Node-Re 阅读全文
posted @ 2022-04-01 16:00 Installllllll 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 在终端依此输入下面指令 1.sudo systemctl enable ssh 2.sudo systemctl start ssh 阅读全文
posted @ 2022-04-01 15:03 Installllllll 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1. sudo ufw disable 关闭防火墙2. sudo apt-get install openssh-server 安装远程服务 (第2步失败的话执行 sudo apt-get update 一直yes安装完成在安装远程服务) ————————————————版权声明:本文为CSDN博主 阅读全文
posted @ 2021-08-11 00:41 Installllllll 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 方案来源:https://github.com/zkweb-framework/zkweb.system.drawing 安装libgdiplus方法 然后验证码乱码问题 从3.0开始命名空间要改成 System.DrawingCore (用System.Drawing会乱码) 阅读全文
posted @ 2021-08-11 00:34 Installllllll 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装包:wget http://download.mono-project.com/sources/libgdiplus/libgdiplus0-6.0.4.tar.gz2、解压缩tar -zxvf libgdiplus0-6.0.4.tar.gz3、进入cd libgdiplus-6.0. 阅读全文
posted @ 2021-08-11 00:32 Installllllll 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: 1、在需要生成实体类的路径下CMD进入控制台 /*第一步:dotnet-tool安装 FreeSql.Generator**/dotnet tool install -g FreeSql.Generator/*第二部:FreeSql.Generator说明**/FreeSql.Generator - 阅读全文
posted @ 2021-07-15 19:54 Installllllll 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2019 Professional key:NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y Visual Studio 2019 Enterprise key:BF8Y8-GN2QH-T84XB-QVY3B-RC4DF Visual Studio 2015 P 阅读全文
posted @ 2021-07-05 15:56 Installllllll 阅读(672) 评论(0) 推荐(0) 编辑