08 2020 档案
摘要:public class sample{ public static void main(String[] args){ //得到类的简写名称 System.out.println(sample.class.getSimpleName()); //得到对象的全路径 System.out.printl
阅读全文
摘要:1,切换root/登录root用户 sudo -i 2,查看过期用户信息 chage -l 用户名 3,设置用户过期时间 chage -M 36000 用户名
阅读全文
摘要:background-color:transparent; 功能:背景颜色透明 background-size:cover; background-size中,100%和cover都是用于将图片扩大或者缩放来适应整个容器 1.background-size:100% 100%; 按容器比例撑满,图片
阅读全文
摘要:11个注解 @ExcelProperty @ColumnWith 列宽 @ContentFontStyle 文本字体样式 @ContentLoopMerge 文本合并 @ContentRowHeight 文本行高度 @ContentStyle 文本样式 @HeadFontStyle 标题字体样式 @
阅读全文