December 13

xiaoxiao2021-03-06  48

DB2 setting command DB2MOVE ICSC EXPORT -TN TB * -U DB2ADMIN -P DB2ADMIN / / Export Database DB2MOVE ERP [Name] IMPORT [Import / Export] -u [User Name] DB2Admin -p [Password] DB2Admin // Import Database

DB2SET DB2CODEPAGE = 1386 // Set the code of DB2 to 1386 [Simplified Chinese] DB2SET DB2CODEPAGE = 950 // Set DB2 code to 950 [Traditional]

CP950 | GBK [Traditional Code] GB2312 [Simplified Code]

/ ************************************************** *********************************************************** ******************** // automatic list of handcodes // automatically listed

Function addTR (count) {

Var Tab2 = Document.GtelementByid ("tab1"). Children [0];

VAR SEQ = PARSEINT (Count) 1; if (count! = (Tab2.Rows.Length-1)) {return;} addnnewtr = Tab2.inSertrow (); trcolor = ""; if (tab2.children [tab2. Rows.Length-2] .children [0] .ClassName == "Light-bg") {trcolor = "deep-bg";} else {trcolor = "light-bg";} // added a Cell AddnnewTD1 = AddnneWtr.Isertcell (); // Set cell Width is 10% addnnewtd1.width = "10%"; // Setting to its way addnnewtd1.align = "center"; addnnewtd1.classname = trcolor;

Addnnewtd1.insertadjacenthtml ("afterbegin", " (SEQ 1)); AddnnewTD2 = addnnewtr.insertcell (); addnnewtd2.width = "30%";

AddnnewTD2.Align = "left";

Addnnewtd2.className = trcolor;

addNnewTD2.insertAdjacentHTML ( "AfterBegin", " ");} routine :

<% @ Page ContentType = "Text / HTML; Charset = GB2312"%> <% - --------------------------- --------------------- * // * (ICSC ERP CL System) * // * -------------- ---------------------------------------- * // * author: w10397 Yao Wei * // * System: Transport Management System (CL) * / * // * @version $ ID: CLJJ0004ACCT.JSP WUHAN / W10397 EXP $ * / / * --------------- ----------------------------------- -%> <% @ Page Import = "COM. Icsc.dpms.de. * "%> <% @ Page Import =" com.icsc.dpms.de.web. * "%> <% @ page import =" com.icsc.dpms.de.structs. * " %> <% @ page import = "com.icsc.dpms.de.structs.Web. *"%> <% @ page import = "com.icsc.cl.dao. *"%> <% @ Page Import = "Java.util. *"%> <% @ page import = "java.math. *"%>

<%! public static final string _appid = "clj0005";%> <% @ include file = "../../ jsp / dzjjmain.jsp"%> <% dejcwebinfoout infoout = null == (dejcWebinfoout) Request.GetaTribute ("infoout")? New dejcWebinfoout (): (dejcwebinfoout) Request.getaTribute ("infoout"); / * When the first fold is selected, it is time to pass the value * / string typeename = request.getParameter ( "typeName"); String compId_qry = null = infoOut.getAttribute ( "compId_qry") (String) infoOut.getAttribute ( "compId_qry"):!? "";! String typeCode_qry = null = infoOut.getAttribute ( "typeCode_qry") "(String) InfoOUTtaTRibute (" typecode_qry "):" "; / * Combine service code and business name * / string type; / * Accounting account category display * / if (type_qry == null ||" "" "( TYPECODE_QRY)) TYPE = ""; Else Type = type_qry "-" TypeName; / * Removed logic List * / list cl0005list = null! = infoout.getResultvo ("c")? (list) InfoOut.getResultvo (" c "): null; boolean bo = true; if (null == cl0005List || C105List.size () <= 0) {bo = false; cl0005list = new arraylist (); cl0005list.add (New cljc0005vo ());} String DownloadStr = Infoout.getaTRibute ("DownloadStr1") == NULL? ":( String) Infoout.getaTribute (" DownloadStr1 ");%>