害羞鱼

文章
8
资源
0
加入时间
2年10月21天

python 安装包时出现socket.timeout the read operation timed out

python pip 安装包下载过慢出现socket.timeout the read operation timed out1.设置超时时间pip --default-timeout=100 install -U rasa_core2.换成国内镜像    更换 pip 源自国内镜像,在 pip install 后面添加-ihttps://pypi.tuna.tsinghua.e...

centos下编译graphviz源码

git clone https://gitlab.com/graphviz/graphviz.gitcd graphvizyum install -y python3./autogen.sh./configureyum -y install autoconf automake libtool libtool-ltdl-deve byacc flexmakemake install

构造方法特征

1.具有与类相同的名称;2.不含返回类型;3.不能在方法中用return语句返回一个值,不能用void修饰构造方法4.在类实例化的时候,系统自动调用

Codeforces Round #532 (Div. 2) 题解碎碎念A Roman and BrowserB Build a ContestC NN and the Optical IllusionD Dasha and ChessE Andrew and TaxiCF1100F Ivan and Burgers

碎碎念最近好颓啊,bzoj权限到期,cf又没时间打,还要忙着快乐文化课。。翻译来自洛谷A Roman and Browser给定一个长度为nnn的只有111和−1−1−1的序列,选择一个位置bbb,然后删掉位置为b+i×kb+i\times kb+i×k的数(iii为整数),求操作后111和−1−1−1数量的最大绝对差值没啥好说的,常规A题难度,直接模拟即可#include &...

CC2640之OAD固件升级及合并方法什么是OAD编译ImageA烧录ImageA  编译ImageB升级ImageBTI官方OAD文档

文章转自https://blog.csdn.net/zzfenglin/article/details/52336612#comments经过原文作者同意后转载什么是OADOAD是TI在BLE协议栈基础上扩展的一种无线更新技术。OAD使用客户端-服务器的机制工作。需要固件更新的目标芯片叫做OAD Target/Client,用来管理OAD功能的一端叫做OAD Manager/Ser...