https://www.gravatar.com/avatar/925f106f8657f9f31645440a0a538227?s=240&d=mp

Socket

1、什么是Socket在计算机通信领域,socket 被翻译为“套接字”,它是计算机之间进行通信的一种约定或一种方式。通过 socket 这种约定,一台计算

存储过程

SQL语句:先编译后执行存储过程(Stored Procedure): 一组可编程的函数,是为了完成特定功能的SQL语句集,经编译创建并保存在数

黑盒测试白盒测试

软件测试中,最常听到“黑盒测试”与“白盒测试”,它们是软件测试中最基本的测试方法。 那么究竟何为“黑盒”,何为“白盒”呢?下面就对其概念与常用

排序算法

0、算法概述0.1 算法分类十种常见排序算法可以分为两大类: 比较类排序:通过比较来决定元素间的相对次序,由于其时间复杂度不能突破O(nlogn

二叉树

1 重点概念1.1 结点概念结点是数据结构中的基础,是构成复杂数据结构的基本组成单位。 1.2 树结点声明本系列文章中提及的结点专指树的结点。例如:结点

Github加速

使用fastgitgit config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/" git config protocol.https.allow always git config --global --unset url."https://hub.fastgit.org/".insteadOf "https://github.com/" 使用fakevgit config --global url."https://gh.dlpu.workers.dev/".insteadOf "https://github.com/" git config protocol.https.allow always git config --global url."https://gh.fakev.cn/".insteadOf "https://github.com/" git config protocol.https.allow always 删除 git config –global –unset url.“https://gh.dlpu.workers.dev/".insteadOf “https://github.com/" 修改hosts14