IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发测试 -> wxt_hillwill的知识脉络 -> 正文阅读

[开发测试]wxt_hillwill的知识脉络

目录

一、Linux

二、软件测试

三、shell

四、计算机网络

五、python

六、C语言

七、C++

八、自动化测试

九、数据库

十、虚拟化

十一、持续集成

十二、设备管理


一、Linux

Linux系统简介与准备:https://blog.csdn.net/wxt_hillwill/article/details/110840559

Linux中的特殊权限——粘滞位:https://blog.csdn.net/wxt_hillwill/article/details/56497364

Linux文件属性与管理:https://blog.csdn.net/wxt_hillwill/article/details/112479325

文件的atime ctime mtime:https://blog.csdn.net/wxt_hillwill/article/details/55107054

Linux find命令:https://blog.csdn.net/wxt_hillwill/article/details/55654498

Linux进程间通信(匿名管道):https://blog.csdn.net/wxt_hillwill/article/details/60775330

Linux进程间通信(信号量):https://blog.csdn.net/wxt_hillwill/article/details/61925787

gdb调试多进程和多线程:https://blog.csdn.net/wxt_hillwill/article/details/72853816

守护进程:https://blog.csdn.net/wxt_hillwill/article/details/72903111

crond服务及用法:https://blog.csdn.net/wxt_hillwill/article/details/72909684

信号的产生和处理:https://blog.csdn.net/wxt_hillwill/article/details/70162909

磁盘分区fdisk:https://blog.csdn.net/wxt_hillwill/article/details/103872879

磁盘分区parted:https://blog.csdn.net/wxt_hillwill/article/details/110878800

AIX 6.1下安装yum:https://blog.csdn.net/wxt_hillwill/article/details/108645707

万兆网络配置:https://blog.csdn.net/wxt_hillwill/article/details/108186554

Linux远程和文件传输工具Xshell、Xftp使用方法:https://blog.csdn.net/wxt_hillwill/article/details/110844550

CentOS网络配置与重启方法:https://blog.csdn.net/wxt_hillwill/article/details/113742637

Linux Expect:https://blog.csdn.net/wxt_hillwill/article/details/114946971

光纤交换机zone配置:https://blog.csdn.net/wxt_hillwill/article/details/117108287

Linux scp:https://blog.csdn.net/wxt_hillwill/article/details/118030211

如何使用LVM逻辑卷:https://blog.csdn.net/wxt_hillwill/article/details/118960314

如何扩容LVM逻辑卷:https://blog.csdn.net/wxt_hillwill/article/details/119540070

死锁发生的条件以及如何避免死锁:https://blog.csdn.net/wxt_hillwill/article/details/68488301

二、软件测试

软件测试的定义、生命周期与工作流程(读书笔记):https://blog.csdn.net/wxt_hillwill/article/details/113541239

UI测试学习笔记:https://blog.csdn.net/wxt_hillwill/article/details/115214946

什么是探索性测试:https://blog.csdn.net/wxt_hillwill/article/details/115910345

性能测试之一(查看设备的硬件配置):https://blog.csdn.net/wxt_hillwill/article/details/110958193

性能测试之二(如何进行性能测试):https://blog.csdn.net/wxt_hillwill/article/details/117712128

性能测试之三(资源监控的方法):https://blog.csdn.net/wxt_hillwill/article/details/117444474

灰度测试研究:https://blog.csdn.net/wxt_hillwill/article/details/117448212

软件易用性测试研究:https://blog.csdn.net/wxt_hillwill/article/details/118407937

测试角度如何发现内存泄漏问题:https://blog.csdn.net/wxt_hillwill/article/details/116163556

三、shell

简单的shell实现:https://blog.csdn.net/wxt_hillwill/article/details/60468242

shell脚本eval:https://blog.csdn.net/wxt_hillwill/article/details/74908224

shell脚本实现一个彩色进度条:https://blog.csdn.net/wxt_hillwill/article/details/74909784

四、计算机网络

CRC循环冗余校验码:https://blog.csdn.net/wxt_hillwill/article/details/73061038

ARP协议及应用:https://blog.csdn.net/wxt_hillwill/article/details/73042620

网络服务中常用的端口:https://blog.csdn.net/wxt_hillwill/article/details/73163060

域间套接字socketpair:https://blog.csdn.net/wxt_hillwill/article/details/73864383

文件传输协议FTP:https://blog.csdn.net/wxt_hillwill/article/details/113551650

TCP协议:https://blog.csdn.net/wxt_hillwill/article/details/73498693

UDP协议:https://blog.csdn.net/wxt_hillwill/article/details/115308492

HTTP与HTTPS协议:https://blog.csdn.net/wxt_hillwill/article/details/115518727

五、python

pip install 报错 Error: Cannot uninstall ‘pyparsing‘ 的解决方法:

https://blog.csdn.net/wxt_hillwill/article/details/114327184

pip/pip3 install 报错 “Could not find a version that satisfies the requriement xxx” 的解决方法:https://blog.csdn.net/wxt_hillwill/article/details/114657259

六、C语言

Linux进度条的实现:https://blog.csdn.net/wxt_hillwill/article/details/55680663

对atexit函数的理解:https://blog.csdn.net/wxt_hillwill/article/details/56496273

基于单链表的生产者消费者问题:https://blog.csdn.net/wxt_hillwill/article/details/68944156

TCP套接字编程:https://blog.csdn.net/wxt_hillwill/article/details/73723750

UDP套接字编程以及提高UDP可靠性的方法:https://blog.csdn.net/wxt_hillwill/article/details/73849167

C语言判断两个数组是否有相同元素:https://blog.csdn.net/wxt_hillwill/article/details/52740725

写一个函数返回参数二进制中1的个数:https://blog.csdn.net/wxt_hillwill/article/details/52744357

C语言求两个数的最大公约数:https://blog.csdn.net/wxt_hillwill/article/details/52749965

一行行地读取输入行,将把最长的行打印出来:https://blog.csdn.net/wxt_hillwill/article/details/53791623

七、C++

map、set和unordered_map、unordered_set对比:https://blog.csdn.net/wxt_hillwill/article/details/72854720

八、自动化测试

pytest测试框架(安装及入门):https://blog.csdn.net/wxt_hillwill/article/details/111571303

pytest测试框架(fixtures介绍):https://blog.csdn.net/wxt_hillwill/article/details/111609285

pytest测试框架(使用allure描述测试用例):https://blog.csdn.net/wxt_hillwill/article/details/111941615

pytest测试框架(使用pytest-html生成测试报告):https://blog.csdn.net/wxt_hillwill/article/details/114583666

pytest测试框架(使用xfail将用例标记为失败):https://blog.csdn.net/wxt_hillwill/article/details/114734729

pytest测试框架(使用skip和skipif跳过测试用例):https://blog.csdn.net/wxt_hillwill/article/details/114868359

pytest测试框架(pytest+jenkins+allure):https://blog.csdn.net/wxt_hillwill/article/details/115143693

selenium+unittest自动化测试(环境搭建及用例编写规则):https://blog.csdn.net/wxt_hillwill/article/details/119247431

selenium+unittest自动化测试(浏览器控制及元素定位的方法):https://blog.csdn.net/wxt_hillwill/article/details/119330334

selenium Grid的搭建方法:https://blog.csdn.net/wxt_hillwill/article/details/119445205

九、数据库

使用dbca创建oracle实例:https://blog.csdn.net/wxt_hillwill/article/details/108682673

常用的Oracle命令:https://blog.csdn.net/wxt_hillwill/article/details/112820622

SQL Server多实例环境搭建与连接:https://blog.csdn.net/wxt_hillwill/article/details/115866513

SQL Server如何制造大量测试数据:https://blog.csdn.net/wxt_hillwill/article/details/115870805

SQL Server之创建数据库和表:https://blog.csdn.net/wxt_hillwill/article/details/116458133

数据库对比工具(Database Compare):https://blog.csdn.net/wxt_hillwill/article/details/117808795

十、虚拟化

VMware虚拟机鼠标失灵怎么办:https://blog.csdn.net/wxt_hillwill/article/details/117229063

ESXi主机下的常用日志:https://blog.csdn.net/wxt_hillwill/article/details/117477395

VMware ESXi 网络配置:https://blog.csdn.net/wxt_hillwill/article/details/11992708

十一、持续集成

使用Jenkins构建并发送邮件:https://blog.csdn.net/wxt_hillwill/article/details/112024306

jenkins pipeline之如何创建一个流水线:https://blog.csdn.net/wxt_hillwill/article/details/118725982

jenkins pipeline之语法篇:https://blog.csdn.net/wxt_hillwill/article/details/118730053

jenkins pipeline之如何串联多个job:https://blog.csdn.net/wxt_hillwill/article/details/118730523

十二、设备管理

华为RH2285H V2设备管理口白屏的解决方法:https://blog.csdn.net/wxt_hillwill/article/details/116206044

服务器管理思路:https://blog.csdn.net/wxt_hillwill/article/details/118335331

  开发测试 最新文章
pytest系列——allure之生成测试报告(Wind
某大厂软件测试岗一面笔试题+二面问答题面试
iperf 学习笔记
关于Python中使用selenium八大定位方法
【软件测试】为什么提升不了?8年测试总结再
软件测试复习
PHP笔记-Smarty模板引擎的使用
C++Test使用入门
【Java】单元测试
Net core 3.x 获取客户端地址
上一篇文章      下一篇文章      查看所有文章
加:2021-08-27 12:10:10  更:2021-08-27 12:10:56 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年5日历 -2024/5/13 18:02:01-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码