摘要: 方式一:window.print() 整体打印 <a href="javascrīpt:window.print()" rel="external nofollow" target="_self">打印</a> 局部打印 首先,在html中,通过star和end来标记打印区域 <h1>这块内容不需要 阅读全文
posted @ 2021-04-28 10:31 追风的蚂蚁 阅读(844) 评论(0) 推荐(0)
摘要: synchronize底层原理是什么?我们先通过反编译下面的代码来看看Synchronized是如何实现对代码块进行同步的: 1 package com.paddx.test.concurrent; 2 3 public class SynchronizedDemo { 4 public void 阅读全文
posted @ 2020-04-08 11:05 追风的蚂蚁 阅读(532) 评论(0) 推荐(0)
摘要: easyPoi 官方API http://easypoi.mydoc.io/ pom引入 实体类 导入导出公共方法 测试 ————————————————原文链接:https://blog.csdn.net/zhefudexiaojiahuo/article/details/83586498 阅读全文
posted @ 2019-10-29 10:11 追风的蚂蚁 阅读(1189) 评论(0) 推荐(0)