java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)


java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)
资源截图
代码片段和文件信息
package FspPackage;
import java.sql.*;
import java.io.*;
public class Fsp {
static String url=“jdbc:odbc:tokyosuper“;
static String user=“sa“;
static String password=“123456“;
/**
 * @param args
 */
public static void main(String[] args) {
Connection con;
Statement sql;
ResultSet rs1rs2rs3rs4rs5rs6rs7rs8;
String point_ment;
String pointmentdir_parent=““;
String pointmentname=““;
Fsplog error=new Fsplog();
Fsplog end=new Fsplog();
// TODO Auto-generated method stub
//建立JDBC-ODBC桥接器
try
{
Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver“);
}
catch(ClassNotFoundException e)
{
error.insert(“(‘L‘‘エラーログ‘‘ポイントマスタメンテ‘‘Fsplog‘‘FSP1240‘‘エラーが発生‘‘FSP.INI‘)“);
}
//访问INI文件
Iniread rd=new Iniread(urluserpassword);
//检查积分生成文件路径是否存在
try
{
point_ment=rd.getaddress(“Point_Ment_Data_H“);
File pointmentdir=new File(point_ment);
pointmentname=pointmentdir.getName();
pointmentdir_parent=pointmentdir.getParent();
File pointmentdirparent=new File(pointmentdir_parent);
if(pointmentdirparent.exists())
{
File pointment=new File(pointmentdir_parentpointmentname);
pointment.createNewFile();
}
else
{
try
{
Fsplog message2=new Fsplog();
message2.insert(“(‘G‘‘業務ログ‘‘ファイル存在チェック処理‘‘Fsplog‘‘FSP1240‘‘NULL‘‘FSP_INI‘)“);
System.out.println(“ポイントマスタメンテファイルディレクトリが存在しない場合“);
pointmentdirparent.mkdirs();
System.exit(1);
}
catch(SecurityException e)
{
error.insert(“(‘L‘‘エラーログ‘‘ポイントマスタメンテ‘‘Fsplog‘‘FSP1240‘‘エラーが発生‘‘FSP.INI‘)“);
}
}
}
catch(IOException e)
{
System.exit(1);
}
//输出开始日志
Fsplog start=new Fsplog();
start.insert(“(‘S‘‘開始ログ‘‘ポイントマスタメンテ‘‘Fsplog‘‘FSP1240‘‘NULL‘‘FSP_INI‘)“);
String sGeshi=“             “;
String cotents=geshi(sGeshi“TENPO_CODE“)+“ “+geshi(sGeshi“MEMBER_CODE“)+“ “+geshi(sGeshi“RECORD_KUBUN“)+“ “+geshi(sGeshi“KANA_S“)+“ “+geshi(sGeshi“KANA_N“)+“ “+geshi(sGeshi“BIRTH_DAY“)+“ “+geshi(sGeshi“SYO_POINT“)+“ “+geshi(sGeshi“TUKI_KAIAGE_M“)+“ “+geshi(sGeshi“RUIKEI_POINT“)+“ “+geshi(sGeshi“BONUS_KUBUN“)+“ “+geshi(sGeshi“YOUTAI_RANKU“)+“ “+geshi(sGeshi“UPD_YMDHMS“);
writetofileone(pointmentdir_parentpointmentnamecotents);
//数据库查询
try{
//查询会员状态表
con=DriverManager.getConnection(urluserpassword);
sql=con.createStatement();
String str1=“SELECT * FROM FSPTB_MEMBER_STATUS“;
rs1=sql.executeQuery(str1);
int count=0;
while(rs1.next())
{
count++;
String statusMemberCode=““;//定义状态表会员编码
String pointMemberCode=““;//定义积分表会员编码
String pointNowPoint=““;//定义现在积分
String pointTukiKaiageM=““;//定义每月购买金额
String pointRuikeiPoint=““;//定义累计积分
String memberTenpoCode=““;//定义会员表店铺编码
String memberShimeiKanaS=““;//定义假名姓
String memberShimeiKanaN=““;//定义假名名
String memberBirthDay=““;//定义生日

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

     文件          0  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.lock

     文件       7122  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.log

     文件          1  2013-12-20 18:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.resources.root.indexeshistory.version

     文件         57  2013-12-20 10:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.resources.root.indexesproperties.index

     文件          1  2013-12-20 10:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.resources.root.indexesproperties.version

     文件         77  2013-12-20 18:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.resources.root5.tree

     文件        358  2013-12-20 17:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.resources.safetableorg.eclipse.core.resources

     文件         73  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.core.resources.prefs

     文件        121  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.jdt.core.prefs

     文件        397  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.jdt.ui.prefs

     文件        100  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.ui.editors.prefs

     文件        118  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.ui.ide.prefs

     文件         79  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.ui.prefs

     文件        118  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.core.runtime.settingsorg.eclipse.wst.sse.ui.prefs

     文件        184  2013-12-20 19:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.jdt.corevariablesAndContainers.dat

     文件        310  2013-12-20 09:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.jdt.uidialog_settings.xml

     文件       2049  2013-12-20 13:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.uidialog_settings.xml

     文件        305  2013-12-20 09:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.ui.idedialog_settings.xml

     文件         80  2013-12-20 14:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.ui.workbenchdialog_settings.xml

     文件       7061  2013-12-20 09:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadata.pluginsorg.eclipse.ui.workbenchworkbench.xml

     文件         26  2013-12-20 13:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSP.metadataversion.ini

     文件          0  2013-12-20 13:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.lock

     文件      26839  2013-12-20 10:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.log

     文件       9050  2013-12-20 11:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history1203cb7064207001c1485e38a313b4bc3

     文件        144  2013-12-20 17:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history10c0d5eed04504001c1cb79e65ef3629e3

     文件       9125  2013-12-20 14:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history11906a4552eb08001c1315899cff357f2f

     文件       9086  2013-12-20 18:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history16a0f480f64007001c1485e38a313b4bc3

     文件        583  2013-12-20 12:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history16e00d75784407001c1485e38a313b4bc3

     文件       8709  2013-12-20 19:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history1760c2d09cfc08001c1994c106694b6591

     文件      14086  2013-12-20 12:01  java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)java某百货店POS积分管理系统_积分点更新生成以及通票回收处理(源代码+论文)FSPFSP.metadata.pluginsorg.eclipse.core.resources.history19208de96c6c07001c133c97938c5aeb36

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)