Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file.
[java] view
plaincopy
import java...
分类:
其他好文 时间:
2014-08-14 01:30:09
阅读次数:
331
String keyStoreFilePassword = System .getProperty("keystore.file.password");/usr/java/jdk1.6.0_25/bin/keytool -genkey -keystore SrvKeystore -key...
分类:
其他好文 时间:
2014-08-04 21:24:48
阅读次数:
312
在centos x64 上安装openfire,运行/etc/init.d/openfire start后发现服务器没法开启,查看log日志:nohup: failed to run command `/opt/openfire/jre/bin/java': No such file or dire...
分类:
其他好文 时间:
2014-08-01 04:48:11
阅读次数:
182
1. [代码]JavaScriptCompressor.java/*** This file is part of the Echo Web Application Framework (hereinafter "Echo").* Copyright (C) 2002-2009 NextApp, I...
分类:
编程语言 时间:
2014-07-24 21:33:42
阅读次数:
327
前面两篇与大家一起研究了unix下的文件系统,本篇将和大家一起分析 文件的属性和文件夹。ok,废话不说,先来段代码#include #include #include void do_ls(char[]); void main(int ac,char *av[]){ if(ac==1) do_...
分类:
编程语言 时间:
2014-07-08 23:48:51
阅读次数:
281
??
public static void main(String[] args)
{
//
getFile();
/*
* 需求: 对指定目录进行所有内容的列出,(包含子目录中的内容)
*
*/
File dir = new File("E:\\HB_JAVA解压");
listAll(dir, 0);...
分类:
编程语言 时间:
2014-07-08 18:20:03
阅读次数:
175
android制作jar包:新建android工程,然后右击,点击导出,选择导出类型为Java下的JAR file,在java file specification 中不要选择androidmanifest.xml和res文件夹,就可以了。否则在调用jar包的时候会出现“Error generati...
分类:
移动开发 时间:
2014-06-26 18:08:00
阅读次数:
250