Java代码 RegionUtil.setBorderLeft(1, cellRangeAddress, sheet, wb); RegionUtil.setBorderBottom(1, cellRangeAddress, sheet, wb); RegionUtil.setBorderRight ...
分类:
其他好文 时间:
2017-11-28 19:50:57
阅读次数:
412
Highcharts 测量图 Highcharts 测量图 Highcharts 测量图 Highcharts 测量图 配置 chart.type 配置 配置 chart 的 type 为 'gauge' 。chart.type 描述了图表类型。默认值为 "line"。 var chart = { ...
分类:
其他好文 时间:
2017-11-28 14:22:16
阅读次数:
202
http://www.cnblogs.com/LBSer/p/3392491.html 一、问题 先思考个常见的问题:如何根据自己所在位置查询来查询附近50米的POI(point of interest,比如商家、景点等)呢(图1a)? 每个POI都有经纬度信息,我用图1b的SQL语句在mySQL中 ...
分类:
其他好文 时间:
2017-11-28 14:20:35
阅读次数:
225
http://www.cnblogs.com/LBSer/p/3403933.html 深入浅出空间索引2 第一篇讲到了传统的索引如B树不能很好的支持空间数据,比如点(POI等)、线(道路、河流等)、面(行政边界、住宅区等)。本篇将对空间索引进行简单分类,然后介绍网格索引。(深入浅出空间索引1:ht ...
分类:
其他好文 时间:
2017-11-28 14:16:58
阅读次数:
178
一、 POI简介 Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。二、 HSSF概况 HSSF 是Horrible SpreadSheet Format的缩写,通过HSSF,你可以用纯Java代码来读 ...
分类:
其他好文 时间:
2017-11-28 01:41:27
阅读次数:
170
原文链接:Create complex Word (.docx) documents programatically with docx4j 原文作者:jos.dirksen 发表日期:2012年2月7日 两个月前,我需要用一些表格和段落创建动态的Word文档。过去我使用过POI做这些事情,但我发现 ...
分类:
其他好文 时间:
2017-11-26 17:49:49
阅读次数:
215
POJ 2117 Electricity Description Blackouts and Dark Nights (also known as ACM++) is a company that provides electricity. The company owns several powe ...
分类:
其他好文 时间:
2017-11-26 11:02:22
阅读次数:
133
下面是一个打印各种类型的例子来自于csapp。 ...
分类:
其他好文 时间:
2017-11-25 21:36:21
阅读次数:
156
#include #include #include #include //#include using namespace std; int n,q; #define maxn 400011 #define LL long long struct Edge{int to;LL v;int next... ...
分类:
其他好文 时间:
2017-11-24 23:52:24
阅读次数:
449
http://www.jianshu.com/p/750fde1d8b6a 这里是一篇新手教程,环境是Xcode7+OpenGL ES 2.0,目标写一个OpenGL ES的hello world。OpenGL ES系列教程在这里。OpenGL ES系列教程的代码地址 你的star和fork是我的源 ...
分类:
移动开发 时间:
2017-11-22 22:04:44
阅读次数:
243