用户类,保存登录信息:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGroupProject{///<summary>///此类专门用来保存登录用户的信息///方便使用之时调用///</summar
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.Text;using System.Threading;usi ...
rsync -e 'ssh -p2020' -av /boot/vmlinuz.img-5.4.0-49-generic root@192.168.1.99:/nfsroot/rootfs/initrd.img ...
分类:
其他好文 时间:
2020-10-06 20:23:50
阅读次数:
34
MQ 的作用的什么 : 异步解耦削峰 使用监听来控制队列有变化的时候,给你服务发送请求, 最后是一个监听对一个服务。 RabbitMQ 使用的协议 AMQP协议; Rabbit 添加方式有四种类型: 常用的三种类型: 1 direct Exchange 直连 路由键 routing key = 设置 ...
分类:
其他好文 时间:
2020-09-24 22:04:40
阅读次数:
44
一、什么是封装 菜鸟教程对封装的解释是“在面向对象程式设计方法中,封装(英语:Encapsulation)是指一种将抽象性函式接口的实现细节部分包装、隐藏起来的方法。”。简单来说就是对公用的java代码装到一个盒子中。当需要使用这部分代码的是时候,通过调用这个打包好的盒子就可以对这个功能进行实现。 ...
分类:
编程语言 时间:
2020-09-24 21:26:24
阅读次数:
54
在面向对象程式设计方法中,封装(英语:Encapsulation)是指一种将抽象性函式接口的实现细节部分包装、隐藏起来的方法。 封装可以被认为是一个保护屏障,防止该类的代码和数据被外部类定义的代码随机访问。 要访问该类的代码和数据,必须通过严格的接口控制 https://weibo.com/7487 ...
分类:
编程语言 时间:
2020-09-23 23:20:34
阅读次数:
37
将特性插入,就是插入一个标志?然后再类typeof中存在一(字段?方法?)对多(特性) 当调用特性的方法的时候就是调用想对应类的 方法; using System; using System.Collections.Generic; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-09-18 01:20:53
阅读次数:
25
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
上一阶段公号更新了 OpenCV 的一些小案例,在接下来的一段时间里公号的更文计划向 Pandas、Numpy、Matplotlib 关于数据处理、可视化的方向侧重;偶尔会加入几篇 Python 自动化办公相关文章,小伙伴们关于推文方向有什么建议的话可以发在下方评论里,也可以在后台私信我。 对于 P ...
分类:
其他好文 时间:
2020-09-17 23:13:11
阅读次数:
44
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System. ...