码迷,mamicode.com
首页 >  
搜索关键字:poi    ( 4928个结果
poi
出处: https://www.cnblogs.com/haha12/p/4335076.html 使用jxcell组件来完成对excel加密、解密的功能。 jxcell.jar【点击下载】(此jar没有使用限制,你懂得) 具体代码如下: 加密后效果图:(打开时提示输入密码123) ...
分类:其他好文   时间:2019-04-28 09:51:59    阅读次数:138
[POI2007]ZAP-Queries
"[POI2007]ZAP Queries" 求n组$\sum_{i=1}^a\sum_{j=1}^b(gcd(i,j)==d)$, 1≤n≤50 000,1≤d≤a,b≤50 000。 解 不难看出是约数组合计数问题,而解决该问题常用思路有容斥原理和Mobius反演。 法一:容斥原理 尽可能特殊化 ...
分类:其他好文   时间:2019-04-28 09:51:26    阅读次数:157
poi 工具类
ExcelAttribute: ExcelExportUtil: / 导出 / @Getter @Setter public class ExcelExportUtil { private int rowIndex; private int styleIndex; private String te ...
分类:其他好文   时间:2019-04-27 15:51:00    阅读次数:126
[POI 2018] Plan Metra
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=5100 [算法] 首先分两类考虑 : 1. 1 -> N的路径不经过其它节点 , 我们只需判断(d1i - d2i)的绝对值是否全部相等 2. 1 -> N的路径经过了其它节点 , 那么 ...
分类:其他好文   时间:2019-04-27 13:03:06    阅读次数:151
css----transition的应用,产生动画效果。
应用transition属性产生动画效果 css中的transition属性设置元素的变化过程所需的时间。 <!DOCTYPE html> <html> <head> <style type="text/css"> .adiv{ position:absolute; text-align:cente ...
分类:Web程序   时间:2019-04-27 10:10:35    阅读次数:145
Autoware(2)—加载地图数据
选择Point cloud、Ref选择.autoware/.data/map/pointcloud_map/里面的全选 点Point cloud加载 vector Map和TF同理 ...
分类:其他好文   时间:2019-04-27 00:22:37    阅读次数:234
P3440 [POI2006]SZK-Schools(费用流)
P3440 [POI2006]SZK-Schools 每所学校$i$开一个点,$link(S,i,1,0)$ 每个编号$j$开一个点,$link(i,T,1,0)$ 蓝后学校向编号连边,$link(i,j,1,val)$ 最后跑一遍费用流 如果没有满流就是$NIE$ 否则就是最小代价了 ...
分类:其他好文   时间:2019-04-26 22:25:22    阅读次数:153
JAVA使用POI获取Excel的列数与行数
Apache POI 是用Java编写的免费开源的跨平台的 Java API,Apache POI提供API给Java程式对Microsoft Office格式档案读和写的功能。 下面这篇文章给大家介绍了JAVA使用POI获取Excel列数和行数的方法,有需要的朋友们可以参考借鉴,下面来一起看看吧。 ...
分类:编程语言   时间:2019-04-26 11:30:32    阅读次数:755
Spring Bean's life
In contrast, the lifecycle of a bean in a Spring container is more elaborate. It’simportant to understand the lifecycle of a Spring bean, because you ...
分类:编程语言   时间:2019-04-24 20:57:30    阅读次数:201
springboot提交表单提示NullPointerException
Thisapplicationhasnoexplicitmappingfor/error,soyouareseeingthisasafallback.WedApr2412:54:08CST2019Therewasanunexpectederror(type=InternalServerError,status=500).Nomessageavailablejava.lang.NullPointer
分类:编程语言   时间:2019-04-24 13:30:17    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!