玉兰 的文章
-
给小迷妹讲懂java系列之基于java BIO的CS框架
万字长文给女朋友讲懂基于java BIO的CS框架 简介 大家好,今天是2022年1月2日,因疫情原因在西安上学的我已经被隔离了快11天了,刚好闲下来开篇博客给和大家聊聊…… -
web 自动化学习1
一、环境搭建 1、安装selenium pip install selenium pip install -i https://pypi.tuna.tsinghua.edu.cn/simple selenium 2、下载浏览器 查看版本 eg:谷歌 …… -
C语言常见问题(1):Called function pointer is null (null dereference)
Called function pointer is null (null dereference)翻译过来就是调用的函数指针为空。 使用Sonar工具检测,在使用这种函数指针的时候没有先判断该函数指针…… -
-
-
-
nginx几种转发配置
一、location 反向代理方式 server { listen 80; server_name localhost; location /test {proxy_pass http://localhost:8080/test2;} location /…… -
04_HTTP协议
文章目录 0. 概述1. 请求信息数据格式1.1 请求行1.2 请求头1.3 请求空行1.4 请求体 2. 响应信息数据格式2.1 响应行2.2 响应头2.3 响应空行2.4 响应体 0. 概…… -
水仙花数判断 C++实现
文章目录 前言一、思路分析二、代码实现1.水仙花函数2.完整代码 总结 前言 水仙花数(Narcissistic number)也被称为超完全数字不变数(pluperfect digital…… -
openCV探索之路(二十七):皮肤检测技术
OpenCV探索之路(二十七):皮肤检测技术 好久没写博客了,因为最近都忙着赶项目和打比赛==| 好吧,今天我打算写一篇关于使用opencv做皮肤检测的技术总结……
友情链接