在android 4.4.4 机器上使用网友提供的GZipUtils方法进行GZip压缩,但是会一直报错Stream error。错误位置:
public static void compress(InputStream is, OutputStream os)
throws Exception {
GZIPOutputSt...
分类:
移动开发 时间:
2014-11-05 23:19:00
阅读次数:
375
1 jar包下载 参考链接:http://www.cnblogs.com/gmq/archive/0001/01/01/1521496.html poi-3.7-20101029.jar和源码下载地址:http://pan.baidu.com/s/1sjNmnc5#path=%252F04tec.....
分类:
编程语言 时间:
2014-11-05 17:10:02
阅读次数:
247
裸的分层图最短路。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define N 51 7 #define K 51 8 #define M 2001 9 struct Point{int u,d;Poi...
分类:
其他好文 时间:
2014-11-05 17:01:57
阅读次数:
274
从oracle12.1.0.2版本起,创建索引时可以通过COMPRESSADVANCEDLOW对index进行压缩语法createindexindex_nameontable_name(col_name)COMPRESSADVANCEDLOW;alterindexindex_nameREBUILDCOMPRESSADVANCEDLOW;压缩空间对比createtableddengasselect*fromdba_objects;
createindex..
分类:
数据库 时间:
2014-11-05 15:00:32
阅读次数:
385
Linux压缩文件的读取· *.Z compress 程序压缩的档案;· *.bz2 bzip2 程序压缩的档案;· *.gz gzip 程序压缩的档案;· *.tar tar 程序打包的数据,并没有压缩过;· *.tar.gz tar 程序打包的档案,其中并且经过 gzip 的压缩!· *.zip...
分类:
系统相关 时间:
2014-11-05 12:18:30
阅读次数:
272
需要包:poi-3.5.jar、poi-ooxml-3.5.jar
实例:
[java] view
plaincopy
public class ProcessExcel {
private Workbook wb = null;
private Sheet s = null;
priva...
分类:
编程语言 时间:
2014-11-04 17:37:06
阅读次数:
4540
场景是这样的:为了做一个excel导入的功能,为了尽可能的写一个通用的工具类,将与poi有关的东西都封装起来,以便以其他人员只用关心自己的业务,不用和poi打交道。写到最后,现在还是会有poi的东西暴漏出来一点,暴漏出来的这个应该是必须的。为了模拟这个场景,先写两个service方法,用于和数据库交...
分类:
其他好文 时间:
2014-11-03 16:06:34
阅读次数:
281
问题: storyboard新建viewcontroller后,无法关联第一控制器,显示黑屏,console显示 Failed to instantiate the default view controller for UIMainStoryboardFile ‘Main‘ - perhaps the designated entry poi...
分类:
编程语言 时间:
2014-11-02 18:24:42
阅读次数:
178
最近两个项目中分别用到jxl和POI,因为用的都是其中的简单的功能,所以没有觉得这其中有太大的区别。有人针对他们做了比较,这里也拿出来展示一下。 首先从优缺点上来说 一、jxl优点:Jxl对中文支持非常好,操作简单,方法看名知意。Jxl是纯javaAPI,在跨平台上表现的非常完美,代码可以再...
分类:
其他好文 时间:
2014-10-31 22:01:38
阅读次数:
153
int?write_JPEG_file?(char?*?filename,?unsigned?char*?yuvData,?int?quality,int?image_width,int?image_height)
{
?????struct?jpeg_compress_struct?cinfo;
?
?????struct?jpeg_er...
分类:
其他好文 时间:
2014-10-30 21:06:50
阅读次数:
252