摘要: #opessl版本过低造成的函数使用错误 1、openssl由于版本过低的问题造成原先低版本下的openssl函数定义不兼容高版本的openssl,造成出现以下问题如图1所示: 图 1 2、面对以上问题的解决办法: 【1】 EVP_CIPHER_CTX ctx; 改为: EVP_CIPHER_CTX 阅读全文
posted @ 2021-10-23 21:39 冬夏DXS 阅读(394) 评论(0) 推荐(0) 编辑
摘要: #python的基本语法 基本语法的详解html: https://www.runoob.com/python/python-basic-syntax.html 阅读全文
posted @ 2021-10-18 23:06 冬夏DXS 阅读(21) 评论(0) 推荐(0) 编辑
摘要: #ubuntu和windows的解码方式 1、能接收数据的最大字节数 recv_data=client_socket.recv(1024) 2、拆分数据和发送方的地址信息 recv_msg=recv_data[0] # 存储收到的data(发送方发过来的data是经过encode("utf-8")格 阅读全文
posted @ 2021-10-15 11:20 冬夏DXS 阅读(53) 评论(0) 推荐(0) 编辑
摘要: ubuntu下强制删除文件夹 ##针对ubuntu下无法右键删除的文件夹,采用以下方法删除; ###1.找到该文件夹所在的前一层目录,选择右键在终端打开。 ###2.在终端输入以下命令,即可删除。 uu@uu:/usr/lib/ssl/misc$ sudo rm -rf demoCA 阅读全文
posted @ 2021-10-13 10:39 冬夏DXS 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: #ubuntu下安装网络调试助手和端口冲突解决办法 ##1、网络调试助手软件包下载地址: 地址1:http://free.cmsoft.cn/download/cmsoft/netassist.zip 地址2: https://pan.baidu.com/s/1eHalZSnsVKXRERmIOCf 阅读全文
posted @ 2021-10-03 21:57 冬夏DXS 阅读(1279) 评论(0) 推荐(1) 编辑
摘要: #Ubuntu18.04.5LTS下安装CMake ###一、安装m4 sudo apt-get install m4 ###二、安装cmake 1、从官网:https://cmake.org/download/ 中下载cmake源码,如cmake-3.21.1.tar.gz 2、下载后提取到一个文 阅读全文
posted @ 2021-08-24 17:29 冬夏DXS 阅读(369) 评论(0) 推荐(0) 编辑
摘要: #Ubuntu下关于“dpkg:处理包fwupdate(--configure)时出错”问题 ###1、在终端运行安装某些软件包时突然出现以下问题,如图1所示: 图1 dpkg:处理包fwupdate(--configure)时出错 ###2、参考了博客【1】的方法不可行。 这个可能每个人的电脑配置 阅读全文
posted @ 2021-08-24 11:08 冬夏DXS 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1、查找ip 输入以下命令: [1]mac@ubuntu:~$ nslookup github.global.ssl.fastly.Net 可以得到 Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: Name: g 阅读全文
posted @ 2021-05-29 21:38 冬夏DXS 阅读(482) 评论(0) 推荐(0) 编辑
摘要: #推荐使用百度网盘中的软件 #注意:运行tourses时使用 apt install automake autoconf pkgconfig* libtool gtk2* openssl* pthreads* 一、安装m4 sudo apt-get install m4 二、安装cmake 成功的命 阅读全文
posted @ 2021-05-21 16:26 冬夏DXS 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 当运行Xcode时,程序显示 [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple. 阅读全文
posted @ 2020-06-05 10:47 冬夏DXS 阅读(2612) 评论(0) 推荐(0) 编辑