04 2022 档案

摘要:本质上就是设置了3个方向的边框border,其中两个方向的border为透明色。 1.横向梯形 <div class="div1"></div> <div class="div2"></div> <style> .div1{ width:100px; height: 0; border-bottom 阅读全文
posted @ 2022-04-25 11:59 寒爵 阅读(992) 评论(0) 推荐(0)
摘要:一、引用静态方法 (1)在ONGL中引用 <select id="selectTest"> <if test="@com.test.DateUtils@isLeapYear(year)==true"> select * from tableA </if> <if test="@com.test.Da 阅读全文
posted @ 2022-04-24 16:17 寒爵 阅读(2271) 评论(1) 推荐(1)
摘要:在centos上最常用的定时任务服务是crond。 任务是由 cron (crond) 这个系统服务来控制的,这个系统服务是默认启动的。用户自己设置的计划任务则使用crontab命令。crond和crontab是不可分割的。 1. 安装软件服务 正常centos7自动安装crond服务及cronta 阅读全文
posted @ 2022-04-13 15:06 寒爵 阅读(574) 评论(0) 推荐(0)