忧虑花卷

文章
6
资源
0
加入时间
4年2月7天

flex布局,占满余下宽度或余下高度

.father{ display: flex; flex-flow: row nowrap; .son1{ width: 20px; } .son2{ flex-grow: 1; }}占满宽度,flex-direction: row占满高度,flex-direction: column最后一个元素flex-f...

oracle获取当前季度

oracle获取当前季度_方式搜集1.trunc函数获取Select trunc((to_char(sysdate,‘mm’)+2)/3) from dual摘抄自 欢乐的八爪鱼