摘要: 一、加班费赔偿 加班费的计算方式 工作日加班:月工资÷21.75÷8×加班小时数×1.5倍。 双休日加班:月工资÷21.75÷8×加班小时数×2倍。 法定节假日加班:月工资÷21.75÷8×加班小时数×3倍。 二、违法解除劳动合同的认定 法律依据:根据《劳动合同法》第八十七条的规定,如果用人单位违法 阅读全文
posted @ 2024-09-10 09:40 惊蛰星辰 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、使用pgloader进行迁移 1. 安装pgloader: sudo apt-get install pgloader 2. 使用pgloader迁移数据: pgloader mysql://username:password@localhost/source_db postgresql://u 阅读全文
posted @ 2024-08-09 16:56 惊蛰星辰 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 一、SQL数据源 1、报表查询参数 1)IN(DaoFormat.in) 需要使用表达式${DaoFormat.in('${参数名称}')}来实现 代码示例 select * from demo where sex in(${DaoFormat.in('${sex}')}) 2)LIKE查询 使用s 阅读全文
posted @ 2024-07-11 11:02 惊蛰星辰 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 一、安装 Poetry: 1、windows直接安装: (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python - 2、pip安装 pip install poetry 阅读全文
posted @ 2024-05-31 14:25 惊蛰星辰 阅读(951) 评论(0) 推荐(0) 编辑