搬砖日记目录

野鬼圣经 / 2024-07-08 / 原文

博客园后台抽取

// 抽取标题
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 混编

日志框架

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 搭建框架

任务调度

定时任务总览

前端开发

typescript 开发环境搭建