logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git push问题:kex_exchange_identification: read: Connection reset by peer

在git push时遇到如下问题:kex_exchange_identification: read: Connection reset by peerfatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exi...

#java#python#安全
ECharts 设置折线颜色

画折线图时,折线用默认主题太单调啦,而且过六个还重复!太丑了,不符合我审美!怎么改变折线的颜色呢,其实很简单,代码如下:在series里给每条折线加个itemStyle即可:itemStyle: {normal: {color: '#a80000', //改变折线点的颜色lineStyle: {...

#css#python#javascript
yum安装报错No package xxx available

Cent OS7使用yum安装软件出现 No package xxx available.[chenxinlong@localhost Documents]$ sudo yum install tldr[sudo] password for chenxinlong:Loaded plugins: fastestmirror, langpacksLoading mirror speeds...

#linux#centos#python
Linux网络编程 - UDP发送/接受数据

UDP (User Datagram Protocol):用户数据报协议。UDP 是一个不可靠的通信协议,没有重传和确认,没有有序控制,也没有拥塞控制。可以简单地理解为,在 IP 报文的基础上,UDP 增加的能力有限。UDP编程UDP中客户端和服务器端交互的图解:UDP Server :Create UDP socket.Bind the socket to server ad...

#网络#linux
微机原理--8088/8086微处理器详解

外部引脚及其功能8088是与8086同时代的微处理器,具有完全相同的指令系统。两者唯一区别为:在硬件结构上,8088与存储器和I/O接口进行数据传输的外部数据总线宽度为8位,而8086数据总线为16位。其引脚图如下:一些有用的引脚信号如下:引脚定义A16/S3~A19/S6分时复用地址/状态总线(address/status bus),三态输出。提供地址信号A19...

#java#linux
暂无文章信息