2024年7月16日

HTML中的Character Reference(符号引用)

摘要: 搜索一下这些符号的英文名,方便记忆符号引用 Literal character Character reference equivalent Character Name < &lt; Less Than > &gt; Greater Than " &quot; Quotation Marks ' 阅读全文

posted @ 2024-07-16 16:53 RandolphChen 阅读(3) 评论(0) 推荐(0) 编辑

2024年7月11日

Deepin下安装PostgreSQL

摘要: Deepin下安装Postgresql 我的Deepin版本为 $ lsb_release -a No LSB modules are available. Distributor ID: Deepin Description: Deepin 20.9 Release: 20.9 Codename: 阅读全文

posted @ 2024-07-11 17:07 RandolphChen 阅读(28) 评论(0) 推荐(0) 编辑

2024年7月2日

Bootstrap/布局

摘要: Bootstrap/布局 目录Bootstrap/布局断点容器网格列沟槽null 断点 Breakpoint Class infix Dimensions Extra small None <576px Small sm ≥576px Medium md ≥768px Large lg ≥992px 阅读全文

posted @ 2024-07-02 15:54 RandolphChen 阅读(33) 评论(0) 推荐(0) 编辑

2024年6月27日

Linux 硬盘及分区挂载学习

摘要: Linux 硬盘及分区挂载学习 磁盘介绍 根据接口可以讲硬盘分为: IDE硬盘 SCSI硬盘 SATA硬盘 SAS硬盘 根据存储方式可以分为: HD:Hard Disk Drive 硬盘驱动 SSD:Solid State Drive 固态驱动 IDE硬盘(ATA硬盘) 先进技术附件(Advance 阅读全文

posted @ 2024-06-27 14:41 RandolphChen 阅读(8) 评论(0) 推荐(0) 编辑

2024年5月9日

页面布局

摘要: 页面布局 常见单位 绝对 实验性元素 cap 盒子模型: 四个边界:content, padding, border, margin content area控制属性:height, width, min-height, max-height, min-width, max-width paddin 阅读全文

posted @ 2024-05-09 09:54 RandolphChen 阅读(3) 评论(0) 推荐(0) 编辑

2024年4月28日

微信资源

摘要: 微信首页:https://weixin.qq.com/ 微信公众平台:https://mp.weixin.qq.com/ 公众号(实际为小程序):https://mp.weixin.qq.com/cgi-bin/wx 微信开放社区:https://developers.weixin.qq.com/ 阅读全文

posted @ 2024-04-28 20:53 RandolphChen 阅读(8) 评论(0) 推荐(0) 编辑

2024年4月24日

性能测试

摘要: 测试策略 基准测试 狭义:单用户测试 广义:建立基准线;调整变量,对比基准 提供参考指标用 负载测试 逐步增加负载,寻找满足指标要求下的最大负载量。 稳定性测试 压力测试 并发测试 测试指标 阅读全文

posted @ 2024-04-24 16:16 RandolphChen 阅读(5) 评论(0) 推荐(0) 编辑

2024年4月11日

Selenium 笔记

摘要: 相关资料 Selenium 官网 Selenium 文档 Selenium Python接口文档 如果要查看其他语言的Selenium接口文档,见 下载Selenium W3C WebDriver规范 Web驱动器 可以访问 Selenium官方Web驱动器生态查看各主流浏览器的Web驱动器下载 C 阅读全文

posted @ 2024-04-11 15:14 RandolphChen 阅读(3) 评论(0) 推荐(0) 编辑

2024年4月1日

Pytest笔记

摘要: Pytest官方网站 文档集合 Documentation (Get Started 入门)[] How-to Guides 使用指南 Reference Guides 参考指南 Explanation 解释 Get Started 1-3 Basic Operation Install Pytes 阅读全文

posted @ 2024-04-01 14:52 RandolphChen 阅读(5) 评论(0) 推荐(0) 编辑

PO

摘要: v1:不使用任何设计模式和单元测试框架 v2:使用UnittestPytest管理用例 v3:方法封装 v4:PO分层 v5:PO优化 v6:深入封装 阅读全文

posted @ 2024-04-01 14:20 RandolphChen 阅读(3) 评论(0) 推荐(0) 编辑

导航