码迷,mamicode.com
首页 >  
搜索关键字:excel文件清理 excel excel file cleaner    ( 63790个结果
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
Java 裁剪图片
package com.test;import java.awt.image.BufferedImage;import java.io.File;import javax.imageio.ImageIO;public class Test { private static final ...
分类:编程语言   时间:2014-05-09 10:21:12    阅读次数:473
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable
朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:500 OOPS: bad bool value in config file for: anonymous_enable看似配置文件错误,看了一下配置相应的行:anonymous_enable=NO语句没什么错误,不过把这行注释后又到下一行...
分类:其他好文   时间:2014-05-09 08:51:30    阅读次数:287
myeclipse打war包
转自:http://wjlvivid.iteye.com/blog/1401707右键选中项目,选择export然后选择J2EE->WAR File,点击next接下来指定war包的存放路径,例如放在桌面上打包完成以后我们将war放到tomcat的webapps目录下。然后启动tomcat,tomc...
分类:系统相关   时间:2014-05-09 08:29:45    阅读次数:381
SSIS从理论到实战,再到应用(2)----SSIS包的控制流
原文:SSIS从理论到实战,再到应用(2)----SSIS包的控制流 前文回顾:SSIS从理论到实战,再到应用(1)----创建自己的第一个包 上次说到创建了自己的第一个包,完成了简单的数据从数据库=>数据库,以及Excel文件=>数据库过程,这一次咱们回看看一个包里面到底有哪些好玩的元素构成: 咱...
分类:其他好文   时间:2014-05-09 08:15:45    阅读次数:315
poi excel自动转换成javabean 支持引用类型属性二级转换
最近项目需要使用excel导入功能,导入学生的时候需要指定所在班级,使用excel一次性导入! 将以前的代码改改支持属性内引用类的转换。 测试对象为User对象,javabean结构: private String username; private int id; private String name; private Date birthday; private long he...
分类:编程语言   时间:2014-05-09 02:27:20    阅读次数:319
通过fstat函数判断描述符类型
fstat函数用于返回关于文件的信息到一个struct stat结构中,stat结构中的st_mode可以用来区分文件类型。 struct stat { dev_t st_dev; /* ID of device containing file */ ino_t st_ino; /* inode ...
分类:其他好文   时间:2014-05-09 02:01:26    阅读次数:379
金软PDF转换(x-PDFConper)
Word、Excel、Ppt转换pdf一、产品概述金软PDF转换(x-PDFConper)软件产品是一款能够在手机、平板电脑等移动终端设备上,可以浏览MSOffice的Word、Excel、PowerPoint、PDF等四种格式文档,在手机、平板电脑上可以进行转换操作,将Word转换为PDF、Excel转换为PDF、PPT转换为PDF,..
分类:其他好文   时间:2014-05-09 00:43:38    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!