- 浏览: 48802 次
- 性别:
- 来自: 南昌
最新评论
-
yangming103:
第一个我记得是strust2获取参数时是自动调用属性的SET方 ...
发现个Struts2的小问题,暂未得到合理解释
文章列表
import java.io.File;
import java.util.ArrayList;
public class FileSystem{
// private static ArrayList filelist = new ArrayList();
public static void refreshFileList(String strPath) {
ArrayList filelist = new ArrayList();
File dir = new File(strPath);
File[] files = dir.listFiles();
...
- 2011-11-30 18:50
- 浏览 654
- 评论(0)
import java.io.File;
import java.io.DataInputStream;
import java.io.OutputStream;
import java.io.FileOutputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.StringTokenizer;
...
- 2011-11-30 18:47
- 浏览 632
- 评论(0)
import java.io.File;
import java.io.DataInputStream;
import java.io.OutputStream;
import java.io.FileOutputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.StringTokenizer;
...
- 2011-11-30 18:47
- 浏览 493
- 评论(0)
第一步:首先创建遍历文件夹的 javasource ,这里主要是编写Oracle 可以执行的 Java 代码
代码如下:
createorreplaceandcompilejavasourcenamedfilesystemsas
importjava.io.File;
importjava.util.ArrayList;
publicclassFileSystemS{
publicstaticStringrefreshFileList(StringstrPath){
ArrayListfilelist=newArrayList();
StringfileListName=newS ...
- 2011-11-30 18:41
- 浏览 596
- 评论(0)
第一步:首先创建遍历文件夹的 javasource ,这里主要是编写Oracle 可以执行的 Java 代码
代码如下:
createorreplaceandcompilejavasourcenamedfilesystemsas
importjava.io.File;
importjava.util.ArrayList;
publicclassFileSystemS{
publicstaticStringrefreshFileList(StringstrPath){
ArrayListfilelist=newArrayList();
StringfileListName=newS ...
- 2011-11-30 18:41
- 浏览 572
- 评论(0)
在VirtualBox 虚拟机上跑Linux 时出现如上图出错,根据错误的提示可以判断出问题的所在是硬盘空间不足的原因。
再查看D:\MyVirtualBox\.VirtualBox\Machines\F14i386\Logs 里的日志,有个错误提示如下:
Console: VM runtime error: fatal=false, errorID=FatPartitionDetected message="The medium 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' has a logical s ...
- 2011-11-26 22:55
- 浏览 1803
- 评论(0)
在VirtualBox 虚拟机上跑Linux 时出现如上图出错,根据错误的提示可以判断出问题的所在是硬盘空间不足的原因。
再查看D:\MyVirtualBox\.VirtualBox\Machines\F14i386\Logs 里的日志,有个错误提示如下:
Console: VM runtime error: fatal=false, errorID=FatPartitionDetected message="The medium 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' has a logical s ...
- 2011-11-26 22:55
- 浏览 720
- 评论(0)
报错日志如下:
00:06:01.922 Changing the VM state from 'SUSPENDED' to 'RESUMING'.
00:06:01.922 AIOMgr: Endpoint for file 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' (flags 000c0723) created successfully
00:06:01.928 Changing the VM state from 'RESUMING' to 'RUNNING'.
00:06:01.928 I/O cach ...
- 2011-11-26 20:19
- 浏览 994
- 评论(0)
报错日志如下:
00:06:01.922 Changing the VM state from 'SUSPENDED' to 'RESUMING'.
00:06:01.922 AIOMgr: Endpoint for file 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' (flags 000c0723) created successfully
00:06:01.928 Changing the VM state from 'RESUMING' to 'RUNNING'.
00:06:01.928 I/O cach ...
- 2011-11-26 20:19
- 浏览 2992
- 评论(0)
报错日志如下:
00:06:01.922 Changing the VM state from 'SUSPENDED' to 'RESUMING'.
00:06:01.922 AIOMgr: Endpoint for file 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' (flags 000c0723) created successfully
00:06:01.928 Changing the VM state from 'RESUMING' to 'RUNNING'.
00:06:01.928 I/O cach ...
- 2011-11-26 20:19
- 浏览 686
- 评论(0)
报错日志如下:
00:06:01.922 Changing the VM state from 'SUSPENDED' to 'RESUMING'.
00:06:01.922 AIOMgr: Endpoint for file 'D:\MyVirtualBox\.VirtualBox\Machines\F14i386\F14i386.vdi' (flags 000c0723) created successfully
00:06:01.928 Changing the VM state from 'RESUMING' to 'RUNNING'.
00:06:01.928 I/O cach ...
- 2011-11-26 20:19
- 浏览 643
- 评论(0)
Myeclipse 意外关闭后,再次打开时,java类中报出很多红叉,并且有 String cannot be resolved to a type类似的提示。
开始以为是Myeclipse的打开异常,但重启Myeclipse后问题还存在,网上搜了下,结果说是JDK的问题。
解决方案如下:
1、右键项目—》properties —》java build path —》 Libraries
2、找到JRE System Library,点击 Edit ,在 Alternate jre 选择JDK的安装路径.
问题就解决
- 2011-07-06 16:40
- 浏览 632
- 评论(0)
Myeclipse 意外关闭后,再次打开时,java类中报出很多红叉,并且有 String cannot be resolved to a type类似的提示。
开始以为是Myeclipse的打开异常,但重启Myeclipse后问题还存在,网上搜了下,结果说是JDK的问题。
解决方案如下:
1、右键项目—》properties —》java build path —》 Libraries
2、找到JRE System Library,点击 Edit ,在 Alternate jre 选择JDK的安装路径.
问题就解决
- 2011-07-06 16:40
- 浏览 613
- 评论(0)
第一步:
打开MyEclipse 新建一个web工程。
然后导入相应的jar包:将struts2开发的几个基础jar包导入到 lib下,因为是整合了spring开发,所以还应将struts2里的 struts2-spring-plugin.jar
也放入到 lib下。然后通过myeclipse导入spring。具体的办法是在相应的工程目录右击,Myeclipse
-->Add Spring Capabilities.然后在对话框里面.Spring 2.0 Core 打钩(这个默认已经打钩了),还有Spring
2.0 Web 打钩,因为我 ...
- 2011-03-19 16:52
- 浏览 629
- 评论(0)