搬砖日记目录

博客园后台抽取

// 抽取标题
document.querySelectorAll('.post-title-content > span').forEach(span => console.log(span.textContent))
// 抽取连接
document.querySelectorAll('.post-title-appendix').forEach(a => console.log(a.getAttribute('href')))

java 入门

spring boot kotlin java 混编

devops

spring boot 在 linux 下的启动
docker 基操
docker 启动 spring boot

日志框架

log4j2 入门

构建工具

ant

ant 总览
ant hello world

git

git 记录

javafx

javafx 01 Hello World

数据库

oracle

oracle 参考资料
oracle sqlplus 常用命令
oracle 用户管理
oracle 表管理
oracle 基本查询

postgresql

postgresql 基本查询
postgresql 数据库基本管理

tdd

junit4 mockito powermockito 基本操作
testng + mockito + spring boot test 基本操作

自动化测试

jmeter 总览
使用 testng 做接口自动化测试 0.2 整合 spring boot 和 mybatis
使用 testng 做接口自动化测试 0.1 搭建框架

任务调度

定时任务总览

ubuntu 基本操作
dbeaver

前端开发

typescript 开发环境搭建

posted @ 2024-07-07 15:48  潼关路边的一只野鬼  阅读(3)  评论(0编辑  收藏  举报