资源简介

在进货、库存和销售各环节中,由于商品种类繁多、业务量大、库存管理复杂,使用手工操作
的工作量很大,在操作过程中也很容易出现各种错误。而采用计算机管理则可以大大提高日常工作效
率,不仅将原来由手工操作的进货、出货及销售这一整套流程用计算机进行全程管理,而且消除了手
工操作中可能存在的不确定因素,达到进销存管理流程清晰

资源截图

代码片段和文件信息

package com.mingri.chinese;

import java.io.*;

public class ToChinese {
public String trans(String str) {
String result = null;
byte temp[];
try {
temp = str.getBytes(“iso-8859-1“);
result = new String(temp);
} catch (UnsupportedEncodingException e) {
System.out.println(e.toString());
}
return result;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    2411373  2017-04-18 09:02  JSP项目开发实战入门 第8章《进销存管理系统》.pdf

     文件       2236  2017-05-10 09:04  08\Bits\01.txt

     文件        428  2017-05-10 09:04  08\Bits\02.txt

     文件        594  2017-05-10 09:04  08\Bits\03.txt

     文件       1605  2017-05-10 09:04  08\Bits\04.txt

     文件      10860  2017-05-10 09:04  08\Bits\05.txt

     文件        995  2017-05-10 09:04  08\Bits\06.txt

     文件        275  2017-05-10 09:04  08\Bits\07.txt

     文件       1701  2017-05-10 09:04  08\Bits\08.txt

     文件       1012  2017-05-10 09:04  08\Bits\09.txt

     文件       2024  2017-05-10 09:04  08\Bits\10.txt

     文件        582  2017-05-10 09:04  08\Bits\11.txt

     文件        645  2017-05-10 09:04  08\Bits\12.txt

     文件        280  2017-05-10 09:04  08\Bits\13.txt

     文件       3261  2017-05-10 09:04  08\Bits\14.txt

     文件       1653  2017-05-10 09:04  08\Bits\15.txt

     文件       1387  2017-05-10 09:04  08\Bits\16.txt

     文件       2872  2017-05-10 09:04  08\Bits\17.txt

     文件        682  2017-05-10 09:04  08\Bits\18.txt

     文件       2484  2017-05-10 09:04  08\Bits\19.txt

     文件       3505  2017-05-10 09:04  08\Bits\20.txt

     文件       2809  2017-05-10 09:04  08\Bits\21.txt

     文件       1179  2017-05-10 09:04  08\Bits\22.txt

     文件        300  2017-05-10 09:04  08\Bits\23.txt

     文件       1965  2017-05-10 09:04  08\Bits\24.txt

     文件       1655  2017-05-10 09:04  08\Bits\25.txt

     文件       1267  2017-05-10 09:04  08\Bits\26.txt

     文件        841  2017-05-10 09:04  08\Project\t08\.classpath

     文件       1036  2017-05-10 09:04  08\Project\t08\.project

     文件        567  2017-05-10 09:04  08\Project\t08\.settings\.jsdtscope

............此处省略195个文件信息

评论

共有 条评论