创建得辉达定制分支
This commit is contained in:
BIN
C-Windows-1/bin/ATS_Station_Managment.dll
Normal file
BIN
C-Windows-1/bin/ATS_Station_Managment.dll
Normal file
Binary file not shown.
605
C-Windows-1/bin/ATS_Station_Managment.h
Normal file
605
C-Windows-1/bin/ATS_Station_Managment.h
Normal file
@@ -0,0 +1,605 @@
|
||||
#pragma once
|
||||
#pragma warning(disable:4996)
|
||||
|
||||
#ifdef DLLEXPORT
|
||||
#define DLLAPI __declspec(dllexport)
|
||||
#else
|
||||
#define DLLAPI __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#define CALLMETHOD __cdecl//__cdecl//__stdcall
|
||||
|
||||
#define _in_
|
||||
#define _out_
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD> */
|
||||
/* 20160923 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD TestConnect(_in_ int conn);
|
||||
|
||||
//дlog
|
||||
DLLAPI int CALLMETHOD WriteLog(_in_ char *Errorstring);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>·<EFBFBD><C2B7>
|
||||
DLLAPI int CALLMETHOD Get_ExePath(_out_ char* exePath);
|
||||
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertRoutMaintain(
|
||||
_in_ char * MaterialCode,
|
||||
_in_ char * ATSStationName,
|
||||
_in_ char * Test_Number,
|
||||
_in_ char * Test_NameVaule
|
||||
);
|
||||
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName);
|
||||
|
||||
//<2F><>ѯSN<53>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_in_ char* Batch,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_in_ char* Batch,
|
||||
_in_ char* LineName,
|
||||
_in_ char* Value2,
|
||||
_in_ char* Value3,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
//<2F>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD HW_InsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char * errorinfo,
|
||||
_in_ char * JIG_Number,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2(
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ int iresult,//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
_in_ char * errorinfo,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||
_in_ char * JIG_Number,//<2F><><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark, //<2F><>ע
|
||||
_in_ char *strkeys,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strvalues//ֵ
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char * errorinfo,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
//ֻ<>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD MES_OnlyInsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertErrorData(int Test_ID, char * Test_errorinfo);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertJIGNumber(int Test_ID, char * JIGNumber);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒϵͳ//<2F><><EFBFBD><EFBFBD><EFBFBD>ӿڸ<D3BF><DAB8>£<EFBFBD><C2A3><EFBFBD><EFBFBD><EFBFBD>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertFailCode(
|
||||
_in_ char* Product_Batch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_BarCode,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_Line_naem,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_StationName,//վ<><D5BE>
|
||||
_in_ int Product_Repeat_Times=3 //<2F>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>3
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒϵͳ
|
||||
DLLAPI int CALLMETHOD ATS_InsertFailCode_V2(
|
||||
_in_ char* Product_Batch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_BarCode,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_Line_naem,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_StationName,//վ<><D5BE>
|
||||
_in_ char* Product_MaterialCode,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ int Product_Repeat_Times = 3 //<2F>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>3
|
||||
);
|
||||
|
||||
//1<><31><EFBFBD>µĹ<C2B5>վ<EFBFBD><D5BE><EFBFBD>ݱ<EFBFBD><DDB1>в<EFBFBD><D0B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestData(
|
||||
int Test_ID,
|
||||
char *Test_Vaule
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestResult(
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strsn,
|
||||
_in_ char *strstation,
|
||||
_in_ int iresult
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
*/
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestResult_V2(
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark,//<2F><>ע
|
||||
_in_ int iresult//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_OFFLINE_V2(
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ int iresult,//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
_in_ char * errorinfo,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||
_in_ char * JIG_Number,//<2F><><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark, //<2F><>ע
|
||||
_in_ char *strkeys,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strvalues//ֵ
|
||||
);
|
||||
|
||||
/*
|
||||
select mes_station_ctrl_test.inserttestresult_offline(p_tracenum => '',--<2D><><EFBFBD><EFBFBD>
|
||||
p_ser_no => '',--ɨ<><C9A8><EFBFBD><EFBFBD>
|
||||
p_seq_no => '',--<2D><>վ
|
||||
p_prod_line_name => '',--<2D><><EFBFBD><EFBFBD><EFBFBD>ߣ<EFBFBD><DFA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_item_code => '',--<2D><><EFBFBD>ϱ<EFBFBD><CFB1>루<EFBFBD><EBA3A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_soft_ver => '',--<2D><><EFBFBD><EFBFBD><EFBFBD>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_remark => '',--<2D><>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
P_result => ''--<2D><><EFBFBD><EFBFBD>
|
||||
) FROM dual
|
||||
*/
|
||||
DLLAPI int CALLMETHOD ATS_OffLine_InsertResult_V2(
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strsn,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strlinename,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strswversion,
|
||||
_in_ char *strremark,
|
||||
_in_ int iresult
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD> */
|
||||
/* 20160923 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD> */
|
||||
/* 20170104 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertTwoData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_in_ char* Value,
|
||||
_in_ char* FieldName2,
|
||||
_in_ char* Value2
|
||||
);
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateDataTwoCondition(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName2Update,
|
||||
_in_ char* Value2Update,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* FieldNameOfCondition2,
|
||||
_in_ char* ValueOfCondition2
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateOneDataTwoCondition(
|
||||
_in_ char* TableName,
|
||||
_in_ char* Update_ColName,
|
||||
_in_ char* Update_ColVaule,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* FieldNameOfCondition2,
|
||||
_in_ char* ValueOfCondition2
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD GetDataOrderBy(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_out_ char* Value,
|
||||
_in_ int SizeOfValue,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* OrderByAscOrDesc//DESC <20><><EFBFBD><EFBFBD> ASC <20><><EFBFBD><EFBFBD>
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertOneRowData(
|
||||
_in_ char* INSERT_ColName,
|
||||
_in_ char* INSERT_ColVaule,
|
||||
_in_ char* TableName
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateOneRowData(
|
||||
_in_ char* Update_ColName,
|
||||
_in_ char* Update_ColVaule,
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//<2F><>ѯָ<D1AF><D6B8><EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD SelectOneRowData(
|
||||
_in_ char* Select_ColName,
|
||||
_out_ char* Select_ColVaule,
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//SLM-D MES wisillica <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD Insert_WisillicaData(
|
||||
_in_ char* Wisillica_Batch,
|
||||
_in_ char* Wisillica_SN,
|
||||
_in_ char* Wisillica_SWversion,
|
||||
_in_ char* Wisillica_RSSI,
|
||||
_in_ char* Wisillica_VCCorLDA_MAX,
|
||||
_in_ char* Wisillica_GNDorLDA_MIN,
|
||||
_in_ char* Wisillica_GPIO1orPIR,
|
||||
_in_ char* Wisillica_GPIO2,
|
||||
_in_ char* Wisillica_RX,
|
||||
_in_ char* Wisillica_TX,
|
||||
_in_ char* Wisillica_Channel1orSwitch1,
|
||||
_in_ char* Wisillica_Channel_50,
|
||||
_in_ char* Wisillica_Channel_100,
|
||||
_in_ char* Wisillica_channel2orSwitch2,
|
||||
_in_ char* Wisillica_Channe2_50,
|
||||
_in_ char* Wisillica_Channe2_100,
|
||||
_in_ char* Wisillica_RED,
|
||||
_in_ char* Wisillica_GREEN,
|
||||
_in_ char* Wisillica_BLUE,
|
||||
_in_ char* Wisillica_TEMPERATURE,
|
||||
_in_ char* Wisillica_HUMIDITY,
|
||||
_in_ char* Wisillica_okflag
|
||||
);
|
||||
/************************************************************************/
|
||||
/* <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD> */
|
||||
/* 20170104 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* MAC&KEY */
|
||||
/* 2017411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
//ͨ<><CDA8>MAC<41><43><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡSN
|
||||
DLLAPI int CALLMETHOD Product_GetSNorMAC(
|
||||
_in_ char* WifiMAC,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD>εĵ<CEB5>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>MAC
|
||||
DLLAPI int CALLMETHOD MES_GetMACorSN_OrderByData(
|
||||
_in_ char *StrBatch,
|
||||
_in_ char *StrType,
|
||||
_in_ char *OrderByAscOrDesc,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//ͨ<><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MAC
|
||||
DLLAPI int CALLMETHOD Product_GetTwoSNorMAC(
|
||||
_in_ char* WifiMAC,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,MAC<41>γ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>¼
|
||||
//SN_Value_Two <20><><EFBFBD><EFBFBD>SN<53><4E>
|
||||
//SN_Value_One <20><><EFBFBD><EFBFBD>ONE<4E><45>
|
||||
//<2F><><EFBFBD>в<EFBFBD><D0B2><EFBFBD>ǿ<EFBFBD>ƴ<EFBFBD>д
|
||||
//select mes_otherdep_call_pkg.SnMacBind_ZJ('HY1731034','ZJ_SN', 'R273050217234', '00:22:6C:87:E5:D0') from dual
|
||||
DLLAPI int CALLMETHOD Product_SnMacBind(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* SN_Value_One,
|
||||
_in_ char* SN_Value_Two
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD>MAC<41><43>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD><EFBFBD>γ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>¼
|
||||
//select mes_otherdep_call_pkg.f_BindSN_SN('batch','type', 'sn', 'bind_sn') from dual;
|
||||
DLLAPI int CALLMETHOD Product_SnBD_BindSN(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* SN_Value,
|
||||
_in_ char* Bind_SN
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD>ȡBindSN
|
||||
//select mes_otherdep_call_pkg.getBindSnbySN('6C5AB5532276') from dual;
|
||||
DLLAPI int CALLMETHOD Product_SnGet_BindSN(
|
||||
_in_ char* SN_Value,
|
||||
_out_ char* Bind_SN
|
||||
);
|
||||
|
||||
//<2F>ù<EFBFBD><C3B9><EFBFBD><EFBFBD>룬<EFBFBD><EBA3AC>ȡMAC<41><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4>Ͷ<EFBFBD><CDB6>λ<EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>ɨ<EFBFBD><C9A8>
|
||||
DLLAPI int CALLMETHOD Product_OvercodeGet_MAC(
|
||||
_in_ char* Overcode_Value,
|
||||
_in_ char* Batch_Value,
|
||||
_out_ char* Scan_MAC
|
||||
);
|
||||
|
||||
//<2F><>BIND_SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD>MAC<41><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡSN<53><4E>
|
||||
DLLAPI int CALLMETHOD Product_BindSNGet_NewSN(
|
||||
_in_ char* Customer_Value,
|
||||
_in_ char* Batch_Value,
|
||||
_in_ char* Type_Value,
|
||||
_in_ char* SNPFX_Value,
|
||||
_in_ int SN_Length,
|
||||
_in_ char* BIND_SN,
|
||||
_out_ char* New_SN
|
||||
);
|
||||
|
||||
// <20><>BindSN<53><4E><EFBFBD><EFBFBD>ȡSN
|
||||
// select sn from mes_keymac_maintain where BIND_SN='740447A29003F';
|
||||
// DLLAPI int CALLMETHOD Product_BindSN_GetSN(
|
||||
// _out_ char* SN_Value,
|
||||
// _out_ char* Product_Batch,
|
||||
// _in_ char* Bind_SN
|
||||
// );
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡKEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetKEYBySN('OP1751002MA00001TL','OP1751002', 'KEY')from dual
|
||||
DLLAPI int CALLMETHOD Product_BindSN_GetKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetBINKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetBINKEY_SaveFile(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* Product_SavePath,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>Bind SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
// select mes_otherdep_call_pkg.f_GetBinKEYByScancode('ABC','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_BindSN_GetBINKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡָ<C8A1><D6B8><EFBFBD><EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetALDDKEYBySN('0104IBW180101N000001', 'GTR180706','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ȡKEY<45><59><EFBFBD><EFBFBD><EFBFBD>ݹ<EFBFBD>ϣֵ
|
||||
//select dbms_utility.get_hash_value(
|
||||
//'2EFB1BDC30FF4707*304502210082780E7EE9A33C854C846C32FE244AEAFFE3D7C9DCC990993A98885AB84D102A0220537CA4973A2E54896DCC13FB0ABE547135F5CC1A630A8F1FB67B4E5141339F74',
|
||||
//1,1000000000) as l_hash from dual
|
||||
DLLAPI int CALLMETHOD Product_GetKEY_DBHashValue(
|
||||
_in_ char* KEY_Value,
|
||||
_out_ char* Hash_Value
|
||||
);
|
||||
|
||||
//<2F><>Ϊ<EFBFBD><CEAA><EFBFBD>ƽӿ<C6BD> 2020-08-14 <20><>ȡ<EFBFBD><C8A1>ӡ<EFBFBD>ӿ<EFBFBD>
|
||||
//select mes_script_pkg.getScriptContent(p_trace_num =>'HW2036069',p_script_type =>'EQUIPMENT')from dual;
|
||||
//<2F><>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD>EQUIPMENT<4E><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PRINT<4E><54><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD Product_GetScriptContent(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//2021-06-24 <20><>ȡKEY
|
||||
//select mes_otherdep_call_pkg.f_getBinbyMAC('GTR212501','KEY','305075F60DD4') from dual
|
||||
//<2F><>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD>EQUIPMENT<4E><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PRINT<4E><54><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD Product_GetKEYBinbyMAC(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* Product_MAC,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* MAC&KEY */
|
||||
/* 2017411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2BFA8BB><EFBFBD><EFBFBD>ݽӿ<DDBD> */
|
||||
/* 20170411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
DLLAPI int CALLMETHOD Ali_GetBatch(
|
||||
_in_ char* ModelName,
|
||||
_out_ char* BatchValue
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD Ali_GetSNRange(
|
||||
_in_ char* Batch,
|
||||
_out_ char* SNRange_Value
|
||||
);
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2BFA8BB><EFBFBD><EFBFBD>ݽӿ<DDBD> */
|
||||
/* 20170411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* Ф<><D0A4><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>DLL<4C><4C>ֲ<EFBFBD><D6B2><EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD> */
|
||||
/* 20170415 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_in_ char* Value
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName2Update,
|
||||
_in_ char* Value2Update,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD GetData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_out_ char* Value,
|
||||
_in_ int SizeOfValue,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD GetDbTimeStamp(
|
||||
_out_ char* DbTimeStamp
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD GetDbTime(
|
||||
_out_ char* DbTime
|
||||
);
|
||||
|
||||
//SONY_BTSPK_ATS<54><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SN<53>ظ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD BtSpkCheckSN(
|
||||
_in_ char* SN,
|
||||
_out_ char* YorN
|
||||
);
|
||||
|
||||
//HW_C1<43><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F3B6A8BD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD p_CheckSeqResult(
|
||||
_in_ char* Batch,
|
||||
_in_ char* SN,
|
||||
_out_ char* YorN
|
||||
);
|
||||
|
||||
//<2F><>ѯSONY<4E><59>Ʒ<EFBFBD><C6B7>Ϣ
|
||||
DLLAPI int CALLMETHOD ATS_SelectSONYInfo(
|
||||
_in_ char * BatchNumber,
|
||||
_out_ char * SONYInfo
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* Ф<><D0A4><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>DLL<4C><4C>ֲ<EFBFBD><D6B2><EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD> */
|
||||
/* 20170415 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><D7BC><EFBFBD><EFBFBD>IT<49>ӿں<D3BF><DABA><EFBFBD> */
|
||||
/* 20171113 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API(
|
||||
_in_ char * SQL_API,
|
||||
_out_ char * Result_Str,
|
||||
_in_ int length_max
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><D7BC><EFBFBD><EFBFBD>IT<49>ӿں<D3BF><DABA><EFBFBD> */
|
||||
/* 20171113 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
BIN
C-Windows-1/bin/ATS_Station_Managment.lib
Normal file
BIN
C-Windows-1/bin/ATS_Station_Managment.lib
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/ATS_Station_Management_X64.dll
Normal file
BIN
C-Windows-1/bin/Debug/ATS_Station_Management_X64.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/ATS_Station_Managment.dll
Normal file
BIN
C-Windows-1/bin/Debug/ATS_Station_Managment.dll
Normal file
Binary file not shown.
605
C-Windows-1/bin/Debug/ATS_Station_Managment.h
Normal file
605
C-Windows-1/bin/Debug/ATS_Station_Managment.h
Normal file
@@ -0,0 +1,605 @@
|
||||
#pragma once
|
||||
#pragma warning(disable:4996)
|
||||
|
||||
#ifdef DLLEXPORT
|
||||
#define DLLAPI __declspec(dllexport)
|
||||
#else
|
||||
#define DLLAPI __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#define CALLMETHOD __cdecl//__cdecl//__stdcall
|
||||
|
||||
#define _in_
|
||||
#define _out_
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD> */
|
||||
/* 20160923 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD TestConnect(_in_ int conn);
|
||||
|
||||
//дlog
|
||||
DLLAPI int CALLMETHOD WriteLog(_in_ char *Errorstring);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>·<EFBFBD><C2B7>
|
||||
DLLAPI int CALLMETHOD Get_ExePath(_out_ char* exePath);
|
||||
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertRoutMaintain(
|
||||
_in_ char * MaterialCode,
|
||||
_in_ char * ATSStationName,
|
||||
_in_ char * Test_Number,
|
||||
_in_ char * Test_NameVaule
|
||||
);
|
||||
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName);
|
||||
|
||||
//<2F><>ѯSN<53>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_in_ char* Batch,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName(
|
||||
_in_ char* MainSN,
|
||||
_in_ char* ATSStationName,
|
||||
_in_ char* MaterialCode,
|
||||
_in_ char* Batch,
|
||||
_in_ char* LineName,
|
||||
_in_ char* Value2,
|
||||
_in_ char* Value3,
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
//<2F>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD HW_InsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char * errorinfo,
|
||||
_in_ char * JIG_Number,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2(
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ int iresult,//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
_in_ char * errorinfo,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||
_in_ char * JIG_Number,//<2F><><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark, //<2F><>ע
|
||||
_in_ char *strkeys,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strvalues//ֵ
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char * errorinfo,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
//ֻ<>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD MES_OnlyInsertDataRow(
|
||||
_in_ char *strmodel,
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strsn,
|
||||
_in_ int iresult,
|
||||
_in_ char *strkeys,
|
||||
_in_ char *strvalues
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertErrorData(int Test_ID, char * Test_errorinfo);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertJIGNumber(int Test_ID, char * JIGNumber);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒϵͳ//<2F><><EFBFBD><EFBFBD><EFBFBD>ӿڸ<D3BF><DAB8>£<EFBFBD><C2A3><EFBFBD><EFBFBD><EFBFBD>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertFailCode(
|
||||
_in_ char* Product_Batch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_BarCode,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_Line_naem,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_StationName,//վ<><D5BE>
|
||||
_in_ int Product_Repeat_Times=3 //<2F>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>3
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʒϵͳ
|
||||
DLLAPI int CALLMETHOD ATS_InsertFailCode_V2(
|
||||
_in_ char* Product_Batch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_BarCode,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_Line_naem,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char* Product_StationName,//վ<><D5BE>
|
||||
_in_ char* Product_MaterialCode,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ int Product_Repeat_Times = 3 //<2F>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>3
|
||||
);
|
||||
|
||||
//1<><31><EFBFBD>µĹ<C2B5>վ<EFBFBD><D5BE><EFBFBD>ݱ<EFBFBD><DDB1>в<EFBFBD><D0B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestData(
|
||||
int Test_ID,
|
||||
char *Test_Vaule
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestResult(
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strsn,
|
||||
_in_ char *strstation,
|
||||
_in_ int iresult
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
*/
|
||||
DLLAPI int CALLMETHOD ATS_InsertTestResult_V2(
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark,//<2F><>ע
|
||||
_in_ int iresult//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_OFFLINE_V2(
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD><EFBFBD>
|
||||
_in_ char *strbatch,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ int iresult,//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>
|
||||
_in_ char * errorinfo,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||||
_in_ char * JIG_Number,//<2F><><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD>
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark, //<2F><>ע
|
||||
_in_ char *strkeys,//<2F><><EFBFBD><EFBFBD>
|
||||
_in_ char *strvalues//ֵ
|
||||
);
|
||||
|
||||
/*
|
||||
select mes_station_ctrl_test.inserttestresult_offline(p_tracenum => '',--<2D><><EFBFBD><EFBFBD>
|
||||
p_ser_no => '',--ɨ<><C9A8><EFBFBD><EFBFBD>
|
||||
p_seq_no => '',--<2D><>վ
|
||||
p_prod_line_name => '',--<2D><><EFBFBD><EFBFBD><EFBFBD>ߣ<EFBFBD><DFA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_item_code => '',--<2D><><EFBFBD>ϱ<EFBFBD><CFB1>루<EFBFBD><EBA3A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_soft_ver => '',--<2D><><EFBFBD><EFBFBD><EFBFBD>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
p_remark => '',--<2D><>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
P_result => ''--<2D><><EFBFBD><EFBFBD>
|
||||
) FROM dual
|
||||
*/
|
||||
DLLAPI int CALLMETHOD ATS_OffLine_InsertResult_V2(
|
||||
_in_ char *strbatch,
|
||||
_in_ char *strsn,
|
||||
_in_ char *strstation,
|
||||
_in_ char *strlinename,
|
||||
_in_ char *strlocation,
|
||||
_in_ char *strswversion,
|
||||
_in_ char *strremark,
|
||||
_in_ int iresult
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD> */
|
||||
/* 20160923 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD> */
|
||||
/* 20170104 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertTwoData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_in_ char* Value,
|
||||
_in_ char* FieldName2,
|
||||
_in_ char* Value2
|
||||
);
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateDataTwoCondition(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName2Update,
|
||||
_in_ char* Value2Update,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* FieldNameOfCondition2,
|
||||
_in_ char* ValueOfCondition2
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateOneDataTwoCondition(
|
||||
_in_ char* TableName,
|
||||
_in_ char* Update_ColName,
|
||||
_in_ char* Update_ColVaule,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* FieldNameOfCondition2,
|
||||
_in_ char* ValueOfCondition2
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD GetDataOrderBy(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_out_ char* Value,
|
||||
_in_ int SizeOfValue,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition,
|
||||
_in_ char* OrderByAscOrDesc//DESC <20><><EFBFBD><EFBFBD> ASC <20><><EFBFBD><EFBFBD>
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertOneRowData(
|
||||
_in_ char* INSERT_ColName,
|
||||
_in_ char* INSERT_ColVaule,
|
||||
_in_ char* TableName
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateOneRowData(
|
||||
_in_ char* Update_ColName,
|
||||
_in_ char* Update_ColVaule,
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//<2F><>ѯָ<D1AF><D6B8><EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD SelectOneRowData(
|
||||
_in_ char* Select_ColName,
|
||||
_out_ char* Select_ColVaule,
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//SLM-D MES wisillica <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD Insert_WisillicaData(
|
||||
_in_ char* Wisillica_Batch,
|
||||
_in_ char* Wisillica_SN,
|
||||
_in_ char* Wisillica_SWversion,
|
||||
_in_ char* Wisillica_RSSI,
|
||||
_in_ char* Wisillica_VCCorLDA_MAX,
|
||||
_in_ char* Wisillica_GNDorLDA_MIN,
|
||||
_in_ char* Wisillica_GPIO1orPIR,
|
||||
_in_ char* Wisillica_GPIO2,
|
||||
_in_ char* Wisillica_RX,
|
||||
_in_ char* Wisillica_TX,
|
||||
_in_ char* Wisillica_Channel1orSwitch1,
|
||||
_in_ char* Wisillica_Channel_50,
|
||||
_in_ char* Wisillica_Channel_100,
|
||||
_in_ char* Wisillica_channel2orSwitch2,
|
||||
_in_ char* Wisillica_Channe2_50,
|
||||
_in_ char* Wisillica_Channe2_100,
|
||||
_in_ char* Wisillica_RED,
|
||||
_in_ char* Wisillica_GREEN,
|
||||
_in_ char* Wisillica_BLUE,
|
||||
_in_ char* Wisillica_TEMPERATURE,
|
||||
_in_ char* Wisillica_HUMIDITY,
|
||||
_in_ char* Wisillica_okflag
|
||||
);
|
||||
/************************************************************************/
|
||||
/* <20>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD> */
|
||||
/* 20170104 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* MAC&KEY */
|
||||
/* 2017411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
//ͨ<><CDA8>MAC<41><43><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡSN
|
||||
DLLAPI int CALLMETHOD Product_GetSNorMAC(
|
||||
_in_ char* WifiMAC,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD>εĵ<CEB5>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>MAC
|
||||
DLLAPI int CALLMETHOD MES_GetMACorSN_OrderByData(
|
||||
_in_ char *StrBatch,
|
||||
_in_ char *StrType,
|
||||
_in_ char *OrderByAscOrDesc,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//ͨ<><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MAC
|
||||
DLLAPI int CALLMETHOD Product_GetTwoSNorMAC(
|
||||
_in_ char* WifiMAC,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* SN_Value
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,MAC<41>γ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>¼
|
||||
//SN_Value_Two <20><><EFBFBD><EFBFBD>SN<53><4E>
|
||||
//SN_Value_One <20><><EFBFBD><EFBFBD>ONE<4E><45>
|
||||
//<2F><><EFBFBD>в<EFBFBD><D0B2><EFBFBD>ǿ<EFBFBD>ƴ<EFBFBD>д
|
||||
//select mes_otherdep_call_pkg.SnMacBind_ZJ('HY1731034','ZJ_SN', 'R273050217234', '00:22:6C:87:E5:D0') from dual
|
||||
DLLAPI int CALLMETHOD Product_SnMacBind(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* SN_Value_One,
|
||||
_in_ char* SN_Value_Two
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD>MAC<41><43>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD><EFBFBD>γ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>¼
|
||||
//select mes_otherdep_call_pkg.f_BindSN_SN('batch','type', 'sn', 'bind_sn') from dual;
|
||||
DLLAPI int CALLMETHOD Product_SnBD_BindSN(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* SN_Value,
|
||||
_in_ char* Bind_SN
|
||||
);
|
||||
|
||||
//<2F><>SN<53><4E><EFBFBD><EFBFBD>ȡBindSN
|
||||
//select mes_otherdep_call_pkg.getBindSnbySN('6C5AB5532276') from dual;
|
||||
DLLAPI int CALLMETHOD Product_SnGet_BindSN(
|
||||
_in_ char* SN_Value,
|
||||
_out_ char* Bind_SN
|
||||
);
|
||||
|
||||
//<2F>ù<EFBFBD><C3B9><EFBFBD><EFBFBD>룬<EFBFBD><EBA3AC>ȡMAC<41><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ<EFBFBD><D4B4>Ͷ<EFBFBD><CDB6>λ<EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>ɨ<EFBFBD><C9A8>
|
||||
DLLAPI int CALLMETHOD Product_OvercodeGet_MAC(
|
||||
_in_ char* Overcode_Value,
|
||||
_in_ char* Batch_Value,
|
||||
_out_ char* Scan_MAC
|
||||
);
|
||||
|
||||
//<2F><>BIND_SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD>MAC<41><43><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡSN<53><4E>
|
||||
DLLAPI int CALLMETHOD Product_BindSNGet_NewSN(
|
||||
_in_ char* Customer_Value,
|
||||
_in_ char* Batch_Value,
|
||||
_in_ char* Type_Value,
|
||||
_in_ char* SNPFX_Value,
|
||||
_in_ int SN_Length,
|
||||
_in_ char* BIND_SN,
|
||||
_out_ char* New_SN
|
||||
);
|
||||
|
||||
// <20><>BindSN<53><4E><EFBFBD><EFBFBD>ȡSN
|
||||
// select sn from mes_keymac_maintain where BIND_SN='740447A29003F';
|
||||
// DLLAPI int CALLMETHOD Product_BindSN_GetSN(
|
||||
// _out_ char* SN_Value,
|
||||
// _out_ char* Product_Batch,
|
||||
// _in_ char* Bind_SN
|
||||
// );
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡKEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetKEYBySN('OP1751002MA00001TL','OP1751002', 'KEY')from dual
|
||||
DLLAPI int CALLMETHOD Product_BindSN_GetKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetBINKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetBINKEY_SaveFile(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* Product_SavePath,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>Bind SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD>Ƶ<EFBFBD>KEY
|
||||
// select mes_otherdep_call_pkg.f_GetBinKEYByScancode('ABC','STG181601','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_BindSN_GetBINKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ͨ<EFBFBD><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡָ<C8A1><D6B8><EFBFBD><EFBFBD>KEY
|
||||
//select MES_OtherDep_Call_pkg.f_GetALDDKEYBySN('0104IBW180101N000001', 'GTR180706','KEY') from dual
|
||||
DLLAPI int CALLMETHOD Product_SN_GetKEY(
|
||||
_in_ char* PSN_Value,
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//<2F><>ȡKEY<45><59><EFBFBD><EFBFBD><EFBFBD>ݹ<EFBFBD>ϣֵ
|
||||
//select dbms_utility.get_hash_value(
|
||||
//'2EFB1BDC30FF4707*304502210082780E7EE9A33C854C846C32FE244AEAFFE3D7C9DCC990993A98885AB84D102A0220537CA4973A2E54896DCC13FB0ABE547135F5CC1A630A8F1FB67B4E5141339F74',
|
||||
//1,1000000000) as l_hash from dual
|
||||
DLLAPI int CALLMETHOD Product_GetKEY_DBHashValue(
|
||||
_in_ char* KEY_Value,
|
||||
_out_ char* Hash_Value
|
||||
);
|
||||
|
||||
//<2F><>Ϊ<EFBFBD><CEAA><EFBFBD>ƽӿ<C6BD> 2020-08-14 <20><>ȡ<EFBFBD><C8A1>ӡ<EFBFBD>ӿ<EFBFBD>
|
||||
//select mes_script_pkg.getScriptContent(p_trace_num =>'HW2036069',p_script_type =>'EQUIPMENT')from dual;
|
||||
//<2F><>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD>EQUIPMENT<4E><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PRINT<4E><54><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD Product_GetScriptContent(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
//2021-06-24 <20><>ȡKEY
|
||||
//select mes_otherdep_call_pkg.f_getBinbyMAC('GTR212501','KEY','305075F60DD4') from dual
|
||||
//<2F><>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD><CDA3><EFBFBD>EQUIPMENT<4E><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PRINT<4E><54><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD Product_GetKEYBinbyMAC(
|
||||
_in_ char* Product_Batch,
|
||||
_in_ char* Product_Type,
|
||||
_in_ char* Product_MAC,
|
||||
_out_ char* KEY_Value,
|
||||
_in_ int KEY_Value_Size
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* MAC&KEY */
|
||||
/* 2017411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2BFA8BB><EFBFBD><EFBFBD>ݽӿ<DDBD> */
|
||||
/* 20170411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
DLLAPI int CALLMETHOD Ali_GetBatch(
|
||||
_in_ char* ModelName,
|
||||
_out_ char* BatchValue
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD Ali_GetSNRange(
|
||||
_in_ char* Batch,
|
||||
_out_ char* SNRange_Value
|
||||
);
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2BFA8BB><EFBFBD><EFBFBD>ݽӿ<DDBD> */
|
||||
/* 20170411 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* Ф<><D0A4><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>DLL<4C><4C>ֲ<EFBFBD><D6B2><EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD> */
|
||||
/* 20170415 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
//<2F><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD InsertData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_in_ char* Value
|
||||
);
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD UpdateData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName2Update,
|
||||
_in_ char* Value2Update,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD GetData(
|
||||
_in_ char* TableName,
|
||||
_in_ char* FieldName,
|
||||
_out_ char* Value,
|
||||
_in_ int SizeOfValue,
|
||||
_in_ char* FieldNameOfCondition,
|
||||
_in_ char* ValueOfCondition
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD GetDbTimeStamp(
|
||||
_out_ char* DbTimeStamp
|
||||
);
|
||||
|
||||
DLLAPI int CALLMETHOD GetDbTime(
|
||||
_out_ char* DbTime
|
||||
);
|
||||
|
||||
//SONY_BTSPK_ATS<54><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SN<53>ظ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD BtSpkCheckSN(
|
||||
_in_ char* SN,
|
||||
_out_ char* YorN
|
||||
);
|
||||
|
||||
//HW_C1<43><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F3B6A8BD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD p_CheckSeqResult(
|
||||
_in_ char* Batch,
|
||||
_in_ char* SN,
|
||||
_out_ char* YorN
|
||||
);
|
||||
|
||||
//<2F><>ѯSONY<4E><59>Ʒ<EFBFBD><C6B7>Ϣ
|
||||
DLLAPI int CALLMETHOD ATS_SelectSONYInfo(
|
||||
_in_ char * BatchNumber,
|
||||
_out_ char * SONYInfo
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* Ф<><D0A4><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>DLL<4C><4C>ֲ<EFBFBD><D6B2><EFBFBD><EFBFBD><EFBFBD>ĺ<EFBFBD><C4BA><EFBFBD> */
|
||||
/* 20170415 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><D7BC><EFBFBD><EFBFBD>IT<49>ӿں<D3BF><DABA><EFBFBD> */
|
||||
/* 20171113 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API(
|
||||
_in_ char * SQL_API,
|
||||
_out_ char * Result_Str,
|
||||
_in_ int length_max
|
||||
);
|
||||
|
||||
/************************************************************************/
|
||||
/* <20><><EFBFBD><D7BC><EFBFBD><EFBFBD>IT<49>ӿں<D3BF><DABA><EFBFBD> */
|
||||
/* 20171113 */
|
||||
/* Lory */
|
||||
/************************************************************************/
|
||||
BIN
C-Windows-1/bin/Debug/ATS_Station_Managment.lib
Normal file
BIN
C-Windows-1/bin/Debug/ATS_Station_Managment.lib
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
C-Windows-1/bin/Debug/Config/BarcodeRecord/BarcodeInfo.mdb
Normal file
BIN
C-Windows-1/bin/Debug/Config/BarcodeRecord/BarcodeInfo.mdb
Normal file
Binary file not shown.
13
C-Windows-1/bin/Debug/Config/Config
Normal file
13
C-Windows-1/bin/Debug/Config/Config
Normal file
@@ -0,0 +1,13 @@
|
||||
[Mes]
|
||||
strlinename=2
|
||||
strlocation=080303-070240
|
||||
strbatch=GT24170007020
|
||||
strstation=MT015<31><35><EFBFBD><EFBFBD><EFBFBD>Բ<EFBFBD><D4B2><EFBFBD>
|
||||
JIG_Number1=4C-CC-6A-ED-7C-03
|
||||
[set]
|
||||
Station=1
|
||||
CodeLength=13
|
||||
ScanCode=true
|
||||
ChkPass1=true
|
||||
ChkPass2=true
|
||||
|
||||
7
C-Windows-1/bin/Debug/Config/Port/Port.ini
Normal file
7
C-Windows-1/bin/Debug/Config/Port/Port.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[Port]
|
||||
InstrumentPort1=COM7
|
||||
InstrumentBaud1=9600
|
||||
CodePort1=COM9
|
||||
CodeBaud1=115200
|
||||
CodePort2=COM11
|
||||
CodeBaud2=115200
|
||||
BIN
C-Windows-1/bin/Debug/EntityFramework.SqlServer.dll
Normal file
BIN
C-Windows-1/bin/Debug/EntityFramework.SqlServer.dll
Normal file
Binary file not shown.
2156
C-Windows-1/bin/Debug/EntityFramework.SqlServer.xml
Normal file
2156
C-Windows-1/bin/Debug/EntityFramework.SqlServer.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
C-Windows-1/bin/Debug/EntityFramework.dll
Normal file
BIN
C-Windows-1/bin/Debug/EntityFramework.dll
Normal file
Binary file not shown.
54121
C-Windows-1/bin/Debug/EntityFramework.xml
Normal file
54121
C-Windows-1/bin/Debug/EntityFramework.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
C-Windows-1/bin/Debug/Interop.ADOX.dll
Normal file
BIN
C-Windows-1/bin/Debug/Interop.ADOX.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/LL18-Control.exe
Normal file
BIN
C-Windows-1/bin/Debug/LL18-Control.exe
Normal file
Binary file not shown.
38
C-Windows-1/bin/Debug/LL18-Control.exe.config
Normal file
38
C-Windows-1/bin/Debug/LL18-Control.exe.config
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
18
C-Windows-1/bin/Debug/LLConfig.ini
Normal file
18
C-Windows-1/bin/Debug/LLConfig.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[System]
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>=D:\HistoryData
|
||||
<EFBFBD><EFBFBD>־<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=30
|
||||
<EFBFBD><EFBFBD>־<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=1000
|
||||
[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
|
||||
<EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=TD4.8
|
||||
<EFBFBD><EFBFBD>Ʒ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=ˮ<EFBFBD>ܽ<EFBFBD>ͷ
|
||||
<EFBFBD><EFBFBD>˾<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=OPALUS
|
||||
<EFBFBD>豸<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><EFBFBD>Ի<EFBFBD>
|
||||
<EFBFBD><EFBFBD><EFBFBD>Ի<EFBFBD>̨=2#
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ=<EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><EFBFBD><EFBFBD>
|
||||
[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
|
||||
CH1<EFBFBD><EFBFBD><EFBFBD>볤<EFBFBD><EFBFBD>=11
|
||||
CH2<EFBFBD><EFBFBD><EFBFBD>볤<EFBFBD><EFBFBD>=11
|
||||
CH1<EFBFBD>Ƿ<EFBFBD>ɨ<EFBFBD><EFBFBD>=1
|
||||
CH2<EFBFBD>Ƿ<EFBFBD>ɨ<EFBFBD><EFBFBD>=1
|
||||
[PLC<4C><43><EFBFBD><EFBFBD>]
|
||||
Modbus<EFBFBD>˿ں<EFBFBD>=COM11
|
||||
9
C-Windows-1/bin/Debug/LLConfig/Port.ini
Normal file
9
C-Windows-1/bin/Debug/LLConfig/Port.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[Port]
|
||||
InstrumentPort1=COM7
|
||||
InstrumentBaud1=9600
|
||||
CodePort1=COM10
|
||||
CodeBaud1=9600
|
||||
CodePort2=COM4
|
||||
CodeBaud2=9600
|
||||
Codeport=COM7
|
||||
CodeBaudrate=9600
|
||||
3
C-Windows-1/bin/Debug/LLConfig/SysConfig.ini
Normal file
3
C-Windows-1/bin/Debug/LLConfig/SysConfig.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[WH]
|
||||
yyyyMMdd=20230603
|
||||
CurrentSN=9999
|
||||
1
C-Windows-1/bin/Debug/LLValues.dt
Normal file
1
C-Windows-1/bin/Debug/LLValues.dt
Normal file
@@ -0,0 +1 @@
|
||||
[{"group":"System","keyName":"数据文件夹","remark":"用来存放日志 配置 报警的数据的根目录","ischanged":false,"oldValue":"","v":"D:\\HistoryData","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"日志保存天数","remark":"","ischanged":false,"oldValue":"","v":"30","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"PLC配置","keyName":"Modbus端口号","remark":"","ischanged":false,"oldValue":"","v":"COM11","vTmp":"","bUseFlag":true,"userLevel":1}]
|
||||
1
C-Windows-1/bin/Debug/LLValues.dt.bak
Normal file
1
C-Windows-1/bin/Debug/LLValues.dt.bak
Normal file
@@ -0,0 +1 @@
|
||||
[{"group":"System","keyName":"数据文件夹","remark":"用来存放日志 配置 报警的数据的根目录","ischanged":false,"oldValue":"","v":"D:\\HistoryDataF","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"日志保存天数","remark":"","ischanged":false,"oldValue":"","v":"30","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"日志缓冲区的最大数量","remark":"","ischanged":false,"oldValue":"","v":"1000","vTmp":"","bUseFlag":true,"userLevel":1}]
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_164955.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_164955.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;平衡时间= ;测试时间= ;当前压差= ;泄露值=
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 16:49:55
|
||||
endtime=2025/06/20 16:49:56
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165544.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165544.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;充气时间= ;平衡时间= ;检测时间= ;排气时间= ;当前压差= ;泄露值= ;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 16:55:44
|
||||
endtime=2025/06/20 16:55:45
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165631.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165631.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;充气时间= ;平衡时间= ;检测时间= ;排气时间= ;当前压差= ;泄露值= ;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 16:56:31
|
||||
endtime=2025/06/20 16:56:32
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165925.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_165925.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;充气时间= ;平衡时间= ;检测时间= ;排气时间= ;当前压差= ;泄露值= ;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 16:59:25
|
||||
endtime=2025/06/20 16:59:26
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;充气时间= ;平衡时间= ;检测时间= ;排气时间= ;当前压差= ;泄露值= ;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 17:26:01
|
||||
endtime=2025/06/20 17:26:02
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.txt
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力= ;充气时间= ;平衡时间= ;检测时间= ;排气时间= ;当前压差= ;泄露值= ;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 17:26:01
|
||||
endtime=2025/06/20 17:26:02
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175053.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175053.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力=0;充气时间=0.2s;平衡时间=0.2s;检测时间=0.2s;排气时间=0.2s;泄露量=0.0;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 17:50:53
|
||||
endtime=2025/06/20 17:50:54
|
||||
result=fail
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力=0;充气时间=0.2s;平衡时间=0.2s;检测时间=0.2s;排气时间=0.2s;泄露量=0.0;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 17:53:07
|
||||
endtime=2025/06/20 17:53:07
|
||||
result=fail
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.txt
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力=0;充气时间=0.2s;平衡时间=0.2s;检测时间=0.2s;排气时间=0.2s;泄露量=0.0;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/20 17:53:07
|
||||
endtime=2025/06/20 17:53:07
|
||||
result=
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.ini
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力=0;充气时间=0.2s;平衡时间=0.2s;检测时间=0.2s;排气时间=0.2s;当前压差=0;泄露量=0.0;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/21 08:42:29
|
||||
endtime=2025/06/21 08:42:30
|
||||
result=fail
|
||||
8
C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.txt
Normal file
8
C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=N2479000099
|
||||
type=
|
||||
message=检测压力=0;充气时间=0.2s;平衡时间=0.2s;检测时间=0.2s;排气时间=0.2s;当前压差=0;泄露量=0.0;
|
||||
totaltime=0.8
|
||||
starttime=2025/06/21 08:42:29
|
||||
endtime=2025/06/21 08:42:30
|
||||
result=fail
|
||||
8
C-Windows-1/bin/Debug/MES/_250620_182204.ini
Normal file
8
C-Windows-1/bin/Debug/MES/_250620_182204.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=
|
||||
type=
|
||||
message=检测压力=0;充气时间=0s;平衡时间=0s;检测时间=0s;排气时间=0s;当前压差=0;泄露量=0.0;
|
||||
totaltime=0
|
||||
starttime=2025/06/20 18:22:04
|
||||
endtime=2025/06/20 18:22:04
|
||||
result=fail
|
||||
8
C-Windows-1/bin/Debug/MES/_250620_182204.txt
Normal file
8
C-Windows-1/bin/Debug/MES/_250620_182204.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
[Info]
|
||||
sn=
|
||||
type=
|
||||
message=检测压力=0;充气时间=0s;平衡时间=0s;检测时间=0s;排气时间=0s;当前压差=0;泄露量=0.0;
|
||||
totaltime=0
|
||||
starttime=2025/06/20 18:22:04
|
||||
endtime=2025/06/20 18:22:04
|
||||
result=fail
|
||||
6
C-Windows-1/bin/Debug/MES_Log/2024-07-24.txt
Normal file
6
C-Windows-1/bin/Debug/MES_Log/2024-07-24.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
2024/7/24 15:23:48 3,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/7/24 15:28:35 3,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/7/24 15:31:00 3,GT24170007020,080303-070240,MT015气密性测试,123451234512345123451,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'123451234512345123451','0.000KPa''0.000Pa'
|
||||
|
||||
16
C-Windows-1/bin/Debug/MES_Log/2024-08-01.txt
Normal file
16
C-Windows-1/bin/Debug/MES_Log/2024-08-01.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
2024/8/1 16:38:39 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:38:49 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:38:58 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:39:11 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:39:17 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:39:24 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:42:46 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
2024/8/1 16:42:54 2,GT24170007020,080303-070240,MT015气密性测试,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa'
|
||||
|
||||
52
C-Windows-1/bin/Debug/MES_Log/2024-08-29.txt
Normal file
52
C-Windows-1/bin/Debug/MES_Log/2024-08-29.txt
Normal file
@@ -0,0 +1,52 @@
|
||||
2024/8/29 16:19:39 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:32:38 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:32:47 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:36:54 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:03 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:14 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:22 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:32 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:42 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:37:51 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:01 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:10 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:20 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:29 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:38 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:48 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:38:58 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:07 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:17 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:26 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:36 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:45 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:39:55 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:40:04 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:40:14 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
2024/8/29 16:40:23 2,GT24170007020,080303-070240,MT015气密性测试,,0,泄漏量,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa'
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -15,7 +15,7 @@
|
||||
</para>
|
||||
<para>
|
||||
For scenarios that need to call <see cref="M:Microsoft.IO.RecyclableMemoryStream.GetBuffer"/>, the large pool contains buffers of various sizes, all
|
||||
multiples/exponentials of <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.LargeBufferMultiple"/> (1 MB by default). They are split by size to avoid overly-wasteful buffer
|
||||
multiples/exponentials of <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.LargeBufferMultiple"/> (1 MB by default). They are split by size to avoid overly-wasteful buffer
|
||||
usage. There should be far fewer 8 MB buffers than 1 MB buffers, for example.
|
||||
</para>
|
||||
</remarks>
|
||||
@@ -24,25 +24,6 @@
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreated"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="requestedSize">The requested stream size.</param>
|
||||
<param name="actualSize">The actual stream size.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs.#ctor(System.Guid,System.String,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreated"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="requestedSize">The requested stream size.</param>
|
||||
<param name="actualSize">The actual stream size.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs.Id">
|
||||
<summary>
|
||||
@@ -64,31 +45,19 @@
|
||||
Actual stream size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs.#ctor(System.Guid,System.String,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamCreatedEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="requestedSize">The requested stream size.</param>
|
||||
<param name="actualSize">The actual stream size.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposed"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="lifetime">Lifetime of the stream</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack">Dispose stack.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs.#ctor(System.Guid,System.String,System.TimeSpan,System.String,System.String)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposed"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="lifetime">Lifetime of the stream</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack">Dispose stack.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs.Id">
|
||||
<summary>
|
||||
@@ -115,31 +84,29 @@
|
||||
Lifetime of the stream.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs.#ctor(System.Guid,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack">Dispose stack.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs.#ctor(System.Guid,System.String,System.TimeSpan,System.String,System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDisposedEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="lifetime">Lifetime of the stream</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack">Dispose stack.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposed"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack1">First dispose stack.</param>
|
||||
<param name="disposeStack2">Second dispose stack.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs.#ctor(System.Guid,System.String,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposed"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack1">First dispose stack.</param>
|
||||
<param name="disposeStack2">Second dispose stack.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs.Id">
|
||||
<summary>
|
||||
@@ -166,27 +133,20 @@
|
||||
Second dispose stack.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs.#ctor(System.Guid,System.String,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
<param name="disposeStack1">First dispose stack.</param>
|
||||
<param name="disposeStack2">Second dispose stack.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalized"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs.#ctor(System.Guid,System.String,System.String)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalized"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs.Id">
|
||||
<summary>
|
||||
@@ -203,29 +163,18 @@
|
||||
Stack where the stream was allocated.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs.#ctor(System.Guid,System.String,System.String)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamFinalizedEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="allocationStack">Stack of original allocation.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArray"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="stack">Stack of ToArray call.</param>
|
||||
<param name="length">Length of stream.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs.#ctor(System.Guid,System.String,System.String,System.Int64)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArray"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="stack">Stack of ToArray call.</param>
|
||||
<param name="length">Length of stream.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs.Id">
|
||||
<summary>
|
||||
@@ -247,6 +196,15 @@
|
||||
Length of stack.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs.#ctor(System.Guid,System.String,System.String,System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamConvertedToArrayEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="guid">Unique ID of the stream.</param>
|
||||
<param name="tag">Tag of the stream.</param>
|
||||
<param name="stack">Stack of ToArray call.</param>
|
||||
<param name="length">Length of stream.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamOverCapacityEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamOverCapacity"/> event.
|
||||
@@ -335,8 +293,8 @@
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.LargeBufferCreatedEventArgs.CallStack">
|
||||
<summary>
|
||||
If the buffer was not satisfied from the pool, and <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.GenerateCallStacks"/> is turned on, then.
|
||||
this will contain the call stack of the allocation request.
|
||||
If the buffer was not satisfied from the pool, and <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.GenerateCallStacks"/> is turned on, then.
|
||||
this will contain the callstack of the allocation request.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.LargeBufferCreatedEventArgs.#ctor(System.Guid,System.String,System.Int64,System.Int64,System.Boolean,System.String)">
|
||||
@@ -348,7 +306,7 @@
|
||||
<param name="requiredSize">Required size of the new buffer.</param>
|
||||
<param name="largePoolInUse">How many bytes from the large pool are currently in use.</param>
|
||||
<param name="pooled">Whether the buffer was satisfied from the pool or not.</param>
|
||||
<param name="callStack">Call stack of the allocation, if it wasn't pooled.</param>
|
||||
<param name="callStack">Callstack of the allocation, if it wasn't pooled.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.BufferDiscardedEventArgs">
|
||||
<summary>
|
||||
@@ -388,48 +346,22 @@
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamLength"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="length">Length of the strength.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs.#ctor(System.Int64)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.StreamLength"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="length">Length of the strength.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs.Length">
|
||||
<summary>
|
||||
Length of the stream.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs.#ctor(System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.StreamLengthEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="length">Length of the strength.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.UsageReport"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="smallPoolInUseBytes">Bytes from the small pool currently in use.</param>
|
||||
<param name="smallPoolFreeBytes">Bytes from the small pool currently available.</param>
|
||||
<param name="largePoolInUseBytes">Bytes from the large pool currently in use.</param>
|
||||
<param name="largePoolFreeBytes">Bytes from the large pool currently available.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Arguments for the <see cref="E:Microsoft.IO.RecyclableMemoryStreamManager.UsageReport"/> event.
|
||||
</summary>
|
||||
<remarks>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs"/> class.
|
||||
</remarks>
|
||||
<param name="smallPoolInUseBytes">Bytes from the small pool currently in use.</param>
|
||||
<param name="smallPoolFreeBytes">Bytes from the small pool currently available.</param>
|
||||
<param name="largePoolInUseBytes">Bytes from the large pool currently in use.</param>
|
||||
<param name="largePoolFreeBytes">Bytes from the large pool currently available.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs.SmallPoolInUseBytes">
|
||||
<summary>
|
||||
@@ -451,6 +383,15 @@
|
||||
Bytes from the large pool currently available.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs.#ctor(System.Int64,System.Int64,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.UsageReportEventArgs"/> class.
|
||||
</summary>
|
||||
<param name="smallPoolInUseBytes">Bytes from the small pool currently in use.</param>
|
||||
<param name="smallPoolFreeBytes">Bytes from the small pool currently available.</param>
|
||||
<param name="largePoolInUseBytes">Bytes from the large pool currently in use.</param>
|
||||
<param name="largePoolFreeBytes">Bytes from the large pool currently available.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.Events">
|
||||
<summary>
|
||||
ETW events for RecyclableMemoryStream.
|
||||
@@ -619,11 +560,110 @@
|
||||
Default maximum buffer size, in bytes.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Settings">
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor">
|
||||
<summary>
|
||||
Settings for controlling the behavior of RecyclableMemoryStream
|
||||
Initializes the memory manager with the default block/buffer specifications. This pool may have unbounded growth unless you modify <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeSmallPoolBytes"/> and <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeLargePoolBytes"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Initializes the memory manager with the default block/buffer specifications and maximum free bytes specifications.
|
||||
</summary>
|
||||
<param name="maximumSmallPoolFreeBytes">Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection</param>
|
||||
<param name="maximumLargePoolFreeBytes">Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection</param>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="maximumSmallPoolFreeBytes"/> is negative, or <paramref name="maximumLargePoolFreeBytes"/> is negative.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(System.Int32,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Initializes the memory manager with the given block requiredSize. This pool may have unbounded growth unless you modify <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeSmallPoolBytes"/> and <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeLargePoolBytes"/>.
|
||||
</summary>
|
||||
<param name="blockSize">Size of each block that is pooled. Must be > 0.</param>
|
||||
<param name="largeBufferMultiple">Each large buffer will be a multiple of this value.</param>
|
||||
<param name="maximumBufferSize">Buffers larger than this are not pooled</param>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||
<paramref name="blockSize"/> is not a positive number,
|
||||
or <paramref name="largeBufferMultiple"/> is not a positive number,
|
||||
or <paramref name="maximumBufferSize"/> is less than <paramref name="blockSize"/>.</exception>
|
||||
<exception cref="T:System.ArgumentException"><paramref name="maximumBufferSize"/> is not a multiple of <paramref name="largeBufferMultiple"/>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(System.Int32,System.Int32,System.Int32,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Initializes the memory manager with the given block requiredSize.
|
||||
</summary>
|
||||
<param name="blockSize">Size of each block that is pooled. Must be > 0.</param>
|
||||
<param name="largeBufferMultiple">Each large buffer will be a multiple of this value.</param>
|
||||
<param name="maximumBufferSize">Buffers larger than this are not pooled</param>
|
||||
<param name="maximumSmallPoolFreeBytes">Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection</param>
|
||||
<param name="maximumLargePoolFreeBytes">Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection</param>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||
<paramref name="blockSize"/> is not a positive number,
|
||||
or <paramref name="largeBufferMultiple"/> is not a positive number,
|
||||
or <paramref name="maximumBufferSize"/> is less than <paramref name="blockSize"/>,
|
||||
or <paramref name="maximumSmallPoolFreeBytes"/> is negative,
|
||||
or <paramref name="maximumLargePoolFreeBytes"/> is negative.
|
||||
</exception>
|
||||
<exception cref="T:System.ArgumentException"><paramref name="maximumBufferSize"/> is not a multiple of <paramref name="largeBufferMultiple"/>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean)">
|
||||
<summary>
|
||||
Initializes the memory manager with the given block requiredSize. This pool may have unbounded growth unless you modify <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeSmallPoolBytes"/> and <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeLargePoolBytes"/>.
|
||||
</summary>
|
||||
<param name="blockSize">Size of each block that is pooled. Must be > 0.</param>
|
||||
<param name="largeBufferMultiple">Each large buffer will be a multiple/exponential of this value.</param>
|
||||
<param name="maximumBufferSize">Buffers larger than this are not pooled</param>
|
||||
<param name="useExponentialLargeBuffer">Switch to exponential large buffer allocation strategy</param>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||
<paramref name="blockSize"/> is not a positive number,
|
||||
or <paramref name="largeBufferMultiple"/> is not a positive number,
|
||||
or <paramref name="maximumBufferSize"/> is less than <paramref name="blockSize"/>.</exception>
|
||||
<exception cref="T:System.ArgumentException"><paramref name="maximumBufferSize"/> is not a multiple/exponential of <paramref name="largeBufferMultiple"/>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Initializes the memory manager with the given block requiredSize.
|
||||
</summary>
|
||||
<param name="blockSize">Size of each block that is pooled. Must be > 0.</param>
|
||||
<param name="largeBufferMultiple">Each large buffer will be a multiple/exponential of this value.</param>
|
||||
<param name="maximumBufferSize">Buffers larger than this are not pooled.</param>
|
||||
<param name="useExponentialLargeBuffer">Switch to exponential large buffer allocation strategy.</param>
|
||||
<param name="maximumSmallPoolFreeBytes">Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection.</param>
|
||||
<param name="maximumLargePoolFreeBytes">Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection.</param>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||
<paramref name="blockSize"/> is not a positive number,
|
||||
or <paramref name="largeBufferMultiple"/> is not a positive number,
|
||||
or <paramref name="maximumBufferSize"/> is less than <paramref name="blockSize"/>,
|
||||
or <paramref name="maximumSmallPoolFreeBytes"/> is negative,
|
||||
or <paramref name="maximumLargePoolFreeBytes"/> is negative.
|
||||
</exception>
|
||||
<exception cref="T:System.ArgumentException"><paramref name="maximumBufferSize"/> is not a multiple/exponential of <paramref name="largeBufferMultiple"/>.</exception>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.BlockSize">
|
||||
<summary>
|
||||
The size of each block. It must be set at creation and cannot be changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.LargeBufferMultiple">
|
||||
<summary>
|
||||
All buffers are multiples/exponentials of this number. It must be set at creation and cannot be changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.UseMultipleLargeBuffer">
|
||||
<summary>
|
||||
Use multiple large buffer allocation strategy. It must be set at creation and cannot be changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.UseExponentialLargeBuffer">
|
||||
<summary>
|
||||
Use exponential large buffer allocation strategy. It must be set at creation and cannot be changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumBufferSize">
|
||||
<summary>
|
||||
Gets the maximum buffer size.
|
||||
</summary>
|
||||
<remarks>Any buffer that is returned to the pool that is larger than this will be
|
||||
discarded and garbage collected.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.SmallPoolFreeSize">
|
||||
<summary>
|
||||
Number of bytes in small pool not currently in use.
|
||||
@@ -654,67 +694,34 @@
|
||||
How many buffers are in the large pool.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.IO.RecyclableMemoryStreamManager.Options">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeSmallPoolBytes">
|
||||
<summary>
|
||||
Parameters for customizing the behavior of <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager"/>
|
||||
How many bytes of small free blocks to allow before we start dropping
|
||||
those returned to us.
|
||||
</summary>
|
||||
<remarks>The default value is 0, meaning the pool is unbounded.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.BlockSize">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumFreeLargePoolBytes">
|
||||
<summary>
|
||||
Gets or sets the size of the pooled blocks. This must be greater than 0.
|
||||
How many bytes of large free buffers to allow before we start dropping
|
||||
those returned to us.
|
||||
</summary>
|
||||
<remarks>The default size 131,072 (128KB)</remarks>
|
||||
<remarks>The default value is 0, meaning the pool is unbounded.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.LargeBufferMultiple">
|
||||
<summary>
|
||||
Each large buffer will be a multiple exponential of this value
|
||||
</summary>
|
||||
<remarks>The default value is 1,048,576 (1MB)</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumBufferSize">
|
||||
<summary>
|
||||
Buffer beyond this length are not pooled.
|
||||
</summary>
|
||||
<remarks>The default value is 134,217,728 (128MB)</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumSmallPoolFreeBytes">
|
||||
<summary>
|
||||
Maximum number of bytes to keep available in the small pool.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>Trying to return buffers to the pool beyond this limit will result in them being garbage collected.</para>
|
||||
<para>The default value is 0, but all users should set a reasonable value depending on your application's memory requirements.</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumLargePoolFreeBytes">
|
||||
<summary>
|
||||
Maximum number of bytes to keep available in the large pools.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>Trying to return buffers to the pool beyond this limit will result in them being garbage collected.</para>
|
||||
<para>The default value is 0, but all users should set a reasonable value depending on your application's memory requirements.</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.UseExponentialLargeBuffer">
|
||||
<summary>
|
||||
Whether to use the exponential allocation strategy (see documentation).
|
||||
</summary>
|
||||
<remarks>The default value is false.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumStreamCapacity">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumStreamCapacity">
|
||||
<summary>
|
||||
Maximum stream capacity in bytes. Attempts to set a larger capacity will
|
||||
result in an exception.
|
||||
</summary>
|
||||
<remarks>The default value of 0 indicates no limit.</remarks>
|
||||
<remarks>A value of 0 indicates no limit.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.GenerateCallStacks">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.GenerateCallStacks">
|
||||
<summary>
|
||||
Whether to save call stacks for stream allocations. This can help in debugging.
|
||||
Whether to save callstacks for stream allocations. This can help in debugging.
|
||||
It should NEVER be turned on generally in production.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.AggressiveBufferReturn">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.AggressiveBufferReturn">
|
||||
<summary>
|
||||
Whether dirty buffers can be immediately returned to the buffer pool.
|
||||
</summary>
|
||||
@@ -730,53 +737,13 @@
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.ThrowExceptionOnToArray">
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.ThrowExceptionOnToArray">
|
||||
<summary>
|
||||
Causes an exception to be thrown if <see cref="M:Microsoft.IO.RecyclableMemoryStream.ToArray"/> is ever called.
|
||||
</summary>
|
||||
<remarks>Calling <see cref="M:Microsoft.IO.RecyclableMemoryStream.ToArray"/> defeats the purpose of a pooled buffer. Use this property to discover code that is calling <see cref="M:Microsoft.IO.RecyclableMemoryStream.ToArray"/>. If this is
|
||||
set and <see cref="M:Microsoft.IO.RecyclableMemoryStream.ToArray"/> is called, a <c>NotSupportedException</c> will be thrown.</remarks>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.ZeroOutBuffer">
|
||||
<summary>
|
||||
Zero out buffers on allocation and before returning them to the pool.
|
||||
</summary>
|
||||
<remarks>Setting this to true causes a performance hit and should only be set if one wants to avoid accidental data leaks.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.Options.#ctor">
|
||||
<summary>
|
||||
Creates a new <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.Options"/> object.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.Options.#ctor(System.Int32,System.Int32,System.Int32,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Creates a new <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.Options"/> object with the most common options.
|
||||
</summary>
|
||||
<param name="blockSize">Size of the blocks in the small pool.</param>
|
||||
<param name="largeBufferMultiple">Size of the large buffer multiple</param>
|
||||
<param name="maximumBufferSize">Maximum poolable buffer size.</param>
|
||||
<param name="maximumSmallPoolFreeBytes">Maximum bytes to hold in the small pool.</param>
|
||||
<param name="maximumLargePoolFreeBytes">Maximum bytes to hold in each of the large pools.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor">
|
||||
<summary>
|
||||
Initializes the memory manager with the default block/buffer specifications. This pool may have unbounded growth unless you modify <see cref="T:Microsoft.IO.RecyclableMemoryStreamManager.Options"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.#ctor(Microsoft.IO.RecyclableMemoryStreamManager.Options)">
|
||||
<summary>
|
||||
Initializes the memory manager with the given block requiredSize.
|
||||
</summary>
|
||||
<param name="options">Object specifying options for stream behavior.</param>
|
||||
<exception cref="T:System.InvalidOperationException">
|
||||
<paramref name="options.BlockSize.BlockSize"/> is not a positive number,
|
||||
or <paramref name="options.LargeBufferMultiple.LargeBufferMultiple"/> is not a positive number,
|
||||
or <paramref name="options.MaximumBufferSize.MaximumBufferSize"/> is less than options.BlockSize,
|
||||
or <paramref name="options.MaximumSmallPoolFreeBytes.MaximumSmallPoolFreeBytes"/> is negative,
|
||||
or <paramref name="options.MaximumLargePoolFreeBytes.MaximumLargePoolFreeBytes"/> is negative,
|
||||
or <paramref name="options.MaximumBufferSize.MaximumBufferSize"/> is not a multiple/exponential of <paramref name="options.LargeBufferMultiple.LargeBufferMultiple"/>.
|
||||
</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetBlock">
|
||||
<summary>
|
||||
Removes and returns a single block from the pool.
|
||||
@@ -802,7 +769,7 @@
|
||||
<param name="id">Unique stream ID.</param>
|
||||
<param name="tag">The tag of the stream returning this buffer, for logging if necessary.</param>
|
||||
<exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is null.</exception>
|
||||
<exception cref="T:System.ArgumentException"><c>buffer.Length</c> is not a multiple/exponential of <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.LargeBufferMultiple"/> (it did not originate from this pool).</exception>
|
||||
<exception cref="T:System.ArgumentException"><c>buffer.Length</c> is not a multiple/exponential of <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.LargeBufferMultiple"/> (it did not originate from this pool).</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.ReturnBlocks(System.Collections.Generic.List{System.Byte[]},System.Guid,System.String)">
|
||||
<summary>
|
||||
@@ -826,55 +793,79 @@
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with no tag and a default initial capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with no tag and a default initial capacity.
|
||||
</summary>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with no tag and a default initial capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with no tag and a default initial capacity.
|
||||
</summary>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and a default initial capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and a default initial capacity.
|
||||
</summary>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and a default initial capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and a default initial capacity.
|
||||
</summary>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Int64)">
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Int32)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and at least the given capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity.
|
||||
</summary>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Int32)">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity.
|
||||
</summary>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Int64)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and at least the given capacity.
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity.
|
||||
</summary>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Int32,System.Boolean)">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity, possibly using
|
||||
a single contiguous underlying buffer.
|
||||
</summary>
|
||||
<remarks>Retrieving a <c>MemoryStream</c> which provides a single contiguous buffer can be useful in situations
|
||||
where the initial size is known and it is desirable to avoid copying data between the smaller underlying
|
||||
buffers to a single large one. This is most helpful when you know that you will always call <see cref="M:Microsoft.IO.RecyclableMemoryStream.GetBuffer"/>
|
||||
on the underlying stream.</remarks>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<param name="asContiguousBuffer">Whether to attempt to use a single contiguous buffer.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Int64,System.Boolean)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and at least the given capacity, possibly using
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity, possibly using
|
||||
a single contiguous underlying buffer.
|
||||
</summary>
|
||||
<remarks>Retrieving a <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> which provides a single contiguous buffer can be useful in situations
|
||||
<remarks>Retrieving a <c>MemoryStream</c> which provides a single contiguous buffer can be useful in situations
|
||||
where the initial size is known and it is desirable to avoid copying data between the smaller underlying
|
||||
buffers to a single large one. This is most helpful when you know that you will always call <see cref="M:Microsoft.IO.RecyclableMemoryStream.GetBuffer"/>
|
||||
on the underlying stream.</remarks>
|
||||
@@ -882,25 +873,39 @@
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<param name="asContiguousBuffer">Whether to attempt to use a single contiguous buffer.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Int32,System.Boolean)">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity, possibly using
|
||||
a single contiguous underlying buffer.
|
||||
</summary>
|
||||
<remarks>Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations
|
||||
where the initial size is known and it is desirable to avoid copying data between the smaller underlying
|
||||
buffers to a single large one. This is most helpful when you know that you will always call <see cref="M:Microsoft.IO.RecyclableMemoryStream.GetBuffer"/>
|
||||
on the underlying stream.</remarks>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<param name="asContiguousBuffer">Whether to attempt to use a single contiguous buffer.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Int64,System.Boolean)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and at least the given capacity, possibly using
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and at least the given capacity, possibly using
|
||||
a single contiguous underlying buffer.
|
||||
</summary>
|
||||
<remarks>Retrieving a <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> which provides a single contiguous buffer can be useful in situations
|
||||
<remarks>Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations
|
||||
where the initial size is known and it is desirable to avoid copying data between the smaller underlying
|
||||
buffers to a single large one. This is most helpful when you know that you will always call <see cref="M:Microsoft.IO.RecyclableMemoryStream.GetBuffer"/>
|
||||
on the underlying stream.</remarks>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="requiredSize">The minimum desired capacity for the stream.</param>
|
||||
<param name="asContiguousBuffer">Whether to attempt to use a single contiguous buffer.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Byte[],System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and with contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
@@ -909,20 +914,20 @@
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<param name="offset">The offset from the start of the buffer to copy from.</param>
|
||||
<param name="count">The number of bytes to copy from the buffer.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Byte[])">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Byte[],System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and with contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
@@ -930,37 +935,67 @@
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<param name="offset">The offset from the start of the buffer to copy from.</param>
|
||||
<param name="count">The number of bytes to copy from the buffer.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.ReadOnlySpan{System.Byte})">
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.Memory{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and with contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.ReadOnlySpan{System.Byte})">
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Guid,System.String,System.ReadOnlySpan{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.Memory{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.ReadOnlySpan{System.Byte})">
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.ReadOnlySpan{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> object with the given tag and with contents copied from the provided
|
||||
Retrieve a new <c>MemoryStream</c> object with the contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.Memory{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <see cref="T:Microsoft.IO.RecyclableMemoryStream"/>.</returns>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStreamManager.GetStream(System.String,System.ReadOnlySpan{System.Byte})">
|
||||
<summary>
|
||||
Retrieve a new <c>MemoryStream</c> object with the given tag and with contents copied from the provided
|
||||
buffer. The provided buffer is not wrapped or used after construction.
|
||||
</summary>
|
||||
<remarks>The new stream's position is set to the beginning of the stream when returned.</remarks>
|
||||
<param name="tag">A tag which can be used to track the source of the stream.</param>
|
||||
<param name="buffer">The byte buffer to copy data from.</param>
|
||||
<returns>A <c>MemoryStream</c>.</returns>
|
||||
</member>
|
||||
<member name="E:Microsoft.IO.RecyclableMemoryStreamManager.BlockCreated">
|
||||
<summary>
|
||||
@@ -1116,13 +1151,13 @@
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStream.AllocationStack">
|
||||
<summary>
|
||||
Call stack of the constructor. It is only set if <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.GenerateCallStacks"/> is true,
|
||||
Callstack of the constructor. It is only set if <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.GenerateCallStacks"/> is true,
|
||||
which should only be in debugging situations.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.IO.RecyclableMemoryStream.DisposeStack">
|
||||
<summary>
|
||||
Call stack of the <see cref="M:Microsoft.IO.RecyclableMemoryStream.Dispose(System.Boolean)"/> call. It is only set if <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.GenerateCallStacks"/> is true,
|
||||
Callstack of the <see cref="M:Microsoft.IO.RecyclableMemoryStream.Dispose(System.Boolean)"/> call. It is only set if <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.GenerateCallStacks"/> is true,
|
||||
which should only be in debugging situations.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -1154,6 +1189,14 @@
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A string identifying this stream for logging and debugging purposes.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.#ctor(Microsoft.IO.RecyclableMemoryStreamManager,System.String,System.Int32)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> class.
|
||||
</summary>
|
||||
<param name="memoryManager">The memory manager</param>
|
||||
<param name="tag">A string identifying this stream for logging and debugging purposes.</param>
|
||||
<param name="requestedSize">The initial requested size to prevent future allocations.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.#ctor(Microsoft.IO.RecyclableMemoryStreamManager,System.String,System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> class.
|
||||
@@ -1162,6 +1205,15 @@
|
||||
<param name="tag">A string identifying this stream for logging and debugging purposes.</param>
|
||||
<param name="requestedSize">The initial requested size to prevent future allocations.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.#ctor(Microsoft.IO.RecyclableMemoryStreamManager,System.Guid,System.String,System.Int32)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> class.
|
||||
</summary>
|
||||
<param name="memoryManager">The memory manager.</param>
|
||||
<param name="id">A unique identifier which can be used to trace usages of the stream.</param>
|
||||
<param name="tag">A string identifying this stream for logging and debugging purposes.</param>
|
||||
<param name="requestedSize">The initial requested size to prevent future allocations.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.#ctor(Microsoft.IO.RecyclableMemoryStreamManager,System.Guid,System.String,System.Int64)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.IO.RecyclableMemoryStream"/> class.
|
||||
@@ -1356,6 +1408,21 @@
|
||||
<exception cref="T:System.ArgumentException">offset subtracted from the buffer length is less than count.</exception>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeRead(System.Byte[],System.Int32,System.Int32,System.Int32@)">
|
||||
<summary>
|
||||
Reads from the specified position into the provided buffer.
|
||||
</summary>
|
||||
<param name="buffer">Destination buffer.</param>
|
||||
<param name="offset">Offset into buffer at which to start placing the read bytes.</param>
|
||||
<param name="count">Number of bytes to read.</param>
|
||||
<param name="streamPosition">Position in the stream to start reading from.</param>
|
||||
<returns>The number of bytes read.</returns>
|
||||
<exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is null.</exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset"/> or <paramref name="count"/> is less than 0.</exception>
|
||||
<exception cref="T:System.ArgumentException"><paramref name="offset"/> subtracted from the buffer length is less than <paramref name="count"/>.</exception>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
<exception cref="T:System.InvalidOperationException">Stream position is beyond <c>int.MaxValue</c>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeRead(System.Byte[],System.Int32,System.Int32,System.Int64@)">
|
||||
<summary>
|
||||
Reads from the specified position into the provided buffer.
|
||||
@@ -1378,6 +1445,16 @@
|
||||
<returns>The number of bytes read.</returns>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeRead(System.Span{System.Byte},System.Int32@)">
|
||||
<summary>
|
||||
Reads from the specified position into the provided buffer.
|
||||
</summary>
|
||||
<param name="buffer">Destination buffer.</param>
|
||||
<param name="streamPosition">Position in the stream to start reading from.</param>
|
||||
<returns>The number of bytes read.</returns>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
<exception cref="T:System.InvalidOperationException">Stream position is beyond <c>int.MaxValue</c>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeRead(System.Span{System.Byte},System.Int64@)">
|
||||
<summary>
|
||||
Reads from the specified position into the provided buffer.
|
||||
@@ -1426,6 +1503,15 @@
|
||||
<returns>The byte at the current position, or -1 if the position is at the end of the stream.</returns>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeReadByte(System.Int32@)">
|
||||
<summary>
|
||||
Reads a single byte from the specified position in the stream.
|
||||
</summary>
|
||||
<param name="streamPosition">The position in the stream to read from.</param>
|
||||
<returns>The byte at the current position, or -1 if the position is at the end of the stream.</returns>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
<exception cref="T:System.InvalidOperationException">Stream position is beyond <c>int.MaxValue</c>.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.SafeReadByte(System.Int64@)">
|
||||
<summary>
|
||||
Reads a single byte from the specified position in the stream.
|
||||
@@ -1438,7 +1524,7 @@
|
||||
<summary>
|
||||
Sets the length of the stream.
|
||||
</summary>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">value is negative or larger than <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumStreamCapacity"/>.</exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">value is negative or larger than <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumStreamCapacity"/>.</exception>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.Seek(System.Int64,System.IO.SeekOrigin)">
|
||||
@@ -1449,7 +1535,7 @@
|
||||
<param name="loc">From where.</param>
|
||||
<returns>The new position.</returns>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset"/> is larger than <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.Options.MaximumStreamCapacity"/>.</exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset"/> is larger than <see cref="P:Microsoft.IO.RecyclableMemoryStreamManager.MaximumStreamCapacity"/>.</exception>
|
||||
<exception cref="T:System.ArgumentException">Invalid seek origin.</exception>
|
||||
<exception cref="T:System.IO.IOException">Attempt to set negative position.</exception>
|
||||
</member>
|
||||
@@ -1462,6 +1548,19 @@
|
||||
<exception cref="T:System.ArgumentNullException"><paramref name="stream"/> is null.</exception>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.WriteTo(System.IO.Stream,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Synchronously writes this stream's bytes, starting at offset, for count bytes, to the argument stream.
|
||||
</summary>
|
||||
<param name="stream">Destination stream.</param>
|
||||
<param name="offset">Offset in source.</param>
|
||||
<param name="count">Number of bytes to write.</param>
|
||||
<exception cref="T:System.ArgumentNullException"><paramref name="stream"/> is null.</exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException">
|
||||
<paramref name="offset"/> is less than 0, or <paramref name="offset"/> + <paramref name="count"/> is beyond this <paramref name="stream"/>'s length.
|
||||
</exception>
|
||||
<exception cref="T:System.ObjectDisposedException">Object has been disposed.</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.IO.RecyclableMemoryStream.WriteTo(System.IO.Stream,System.Int64,System.Int64)">
|
||||
<summary>
|
||||
Synchronously writes this stream's bytes, starting at offset, for count bytes, to the argument stream.
|
||||
|
||||
BIN
C-Windows-1/bin/Debug/Microsoft.Office.Interop.Excel.dll
Normal file
BIN
C-Windows-1/bin/Debug/Microsoft.Office.Interop.Excel.dll
Normal file
Binary file not shown.
13
C-Windows-1/bin/Debug/Model/LL28Config
Normal file
13
C-Windows-1/bin/Debug/Model/LL28Config
Normal file
@@ -0,0 +1,13 @@
|
||||
[GhMes]
|
||||
FFACTORY=2
|
||||
FLINE=3
|
||||
FUSER=4
|
||||
FLOTNO=
|
||||
FSTATIONID=
|
||||
FEQNO=
|
||||
FEQNAME=
|
||||
FMATCODE=
|
||||
Segment=
|
||||
ProjectModel=
|
||||
FPCINFO=00-FF-9C-00-29-D0
|
||||
URL=1
|
||||
BIN
C-Windows-1/bin/Debug/NLog.dll
Normal file
BIN
C-Windows-1/bin/Debug/NLog.dll
Normal file
Binary file not shown.
3656
C-Windows-1/bin/Debug/NLog.xsd
Normal file
3656
C-Windows-1/bin/Debug/NLog.xsd
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -7054,7 +7054,7 @@
|
||||
ColumnInfoRecord that includes the column index or the
|
||||
index of the default ExtendedFormatRecord (0xF)
|
||||
</member>
|
||||
<member name="M:NPOI.HSSF.Model.InternalSheet.SetColumnWidth(System.Int32,System.Double)">
|
||||
<member name="M:NPOI.HSSF.Model.InternalSheet.SetColumnWidth(System.Int32,System.Int32)">
|
||||
Set the width for a given column in 1/256th of a Char width Units
|
||||
@param column - the column number
|
||||
@param width (in Units of 1/256th of a Char width)
|
||||
@@ -8687,7 +8687,7 @@
|
||||
</summary>
|
||||
<param name="columnNumber">The column number.</param>
|
||||
</member>
|
||||
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumnInfoFields(NPOI.HSSF.Record.ColumnInfoRecord,System.Nullable{System.Int16},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
|
||||
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumnInfoFields(NPOI.HSSF.Record.ColumnInfoRecord,System.Nullable{System.Int16},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
|
||||
Sets all non null fields into the <c>ci</c> parameter.
|
||||
</member>
|
||||
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.AttemptMergeColInfoRecords(System.Int32)">
|
||||
@@ -8710,7 +8710,7 @@
|
||||
<param name="hidden">The hidden.</param>
|
||||
<returns>the column index of the last column in the outline group</returns>
|
||||
</member>
|
||||
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumn(System.Int32,System.Nullable{System.Int16},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
|
||||
<member name="M:NPOI.HSSF.Record.Aggregates.ColumnInfoRecordsAggregate.SetColumn(System.Int32,System.Nullable{System.Int16},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
|
||||
<summary>
|
||||
Sets the column.
|
||||
</summary>
|
||||
@@ -18118,7 +18118,7 @@
|
||||
<member name="P:NPOI.HSSF.UserModel.HSSFCell.DateCellValue">
|
||||
<summary>
|
||||
Get the value of the cell as a date. For strings we throw an exception.
|
||||
For non-Numeric cells including blank cell we return a null.
|
||||
For blank cells we return a null.
|
||||
</summary>
|
||||
<value>The date cell value.</value>
|
||||
</member>
|
||||
@@ -21298,7 +21298,7 @@
|
||||
<returns>the visiblity state of the column;
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NPOI.HSSF.UserModel.HSSFSheet.SetColumnWidth(System.Int32,System.Double)">
|
||||
<member name="M:NPOI.HSSF.UserModel.HSSFSheet.SetColumnWidth(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Set the width (in Units of 1/256th of a Char width)
|
||||
</summary>
|
||||
@@ -24337,40 +24337,36 @@
|
||||
viewer. The content is returned to the viewer as an array or as an
|
||||
Iterator, and the object provides a clue as to which technique the
|
||||
viewer should use to get its content.
|
||||
|
||||
A POIFSViewable object is also expected to provide a short
|
||||
description of itself, that can be used by a viewer when the
|
||||
viewable object is collapsed.
|
||||
@author Marc Johnson (mjohnson at apache dot org)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray">
|
||||
<summary>
|
||||
Get an array of objects, some of which may implement
|
||||
POIFSViewable
|
||||
</summary>
|
||||
<value>an array of Object; may not be null, but may be empty</value>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator">
|
||||
<summary>
|
||||
Get an Iterator of objects, some of which may implement POIFSViewable
|
||||
</summary>
|
||||
<value>an Iterator; may not be null, but may have an empty
|
||||
back end store</value>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.PreferArray">
|
||||
<summary>
|
||||
Give viewers a hint as to whether to call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray"/> or
|
||||
<see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator"/>
|
||||
Provides a short description of the object to be used when a
|
||||
POIFSViewable object has not provided its contents.
|
||||
</summary>
|
||||
<value><see langword="true"/> if a viewer should call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray"/>, <see langword="false"/> if
|
||||
a viewer should call <see cref="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator"/></value>
|
||||
<value><c>true</c> if [prefer array]; otherwise, <c>false</c>.</value>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ShortDescription">
|
||||
<summary>
|
||||
Provides a short description of the object, to be used when a
|
||||
POIFSViewable object has not provided its contents.
|
||||
Gets the short description.
|
||||
</summary>
|
||||
<value>short description</value>
|
||||
<value>The short description.</value>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableArray">
|
||||
<summary>
|
||||
Get an array of objects, some of which may implement POIFSViewable
|
||||
</summary>
|
||||
<value>The viewable array.</value>
|
||||
</member>
|
||||
<member name="P:NPOI.POIFS.Dev.POIFSViewable.ViewableIterator">
|
||||
<summary>
|
||||
Give viewers a hint as to whether to call ViewableArray or ViewableIterator
|
||||
</summary>
|
||||
<value>The viewable iterator.</value>
|
||||
</member>
|
||||
<member name="T:NPOI.POIFS.Dev.POIFSViewEngine">
|
||||
<summary>
|
||||
@@ -29855,6 +29851,26 @@
|
||||
<param name="mask">The mask.</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:NPOI.Util.BlockingInputStream">
|
||||
Implementation of a BlockingInputStream to provide data to
|
||||
RawDataBlock that expects data in 512 byte chunks. Useful to read
|
||||
data from slow (ie, non FileInputStream) sources, for example when
|
||||
Reading an OLE2 Document over a network.
|
||||
|
||||
Possible extentions: add a timeout. Curently a call to Read(byte[]) on this
|
||||
class is blocking, so use at your own peril if your underlying stream blocks.
|
||||
|
||||
@author Jens Gerhard
|
||||
@author aviks - documentation cleanups.
|
||||
</member>
|
||||
<member name="M:NPOI.Util.BlockingInputStream.Read(System.Byte[])">
|
||||
We had to revert to byte per byte Reading to keep
|
||||
with slow network connections on one hand, without
|
||||
missing the end-of-file.
|
||||
This is the only method that does its own thing in this class
|
||||
everything else is delegated to aggregated stream.
|
||||
THIS IS A BLOCKING BLOCK READ!!!
|
||||
</member>
|
||||
<member name="M:NPOI.Util.BoundedInputStream.#ctor(NPOI.Util.ByteArrayInputStream,System.Int64)">
|
||||
<summary>
|
||||
Creates a new <c>BoundedInputStream</c> that wraps the given input
|
||||
@@ -30424,184 +30440,6 @@
|
||||
<param name="line">The line.</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:NPOI.Util.Coords.x">
|
||||
<summary>
|
||||
x coordinate
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.Util.Coords.y">
|
||||
<summary>
|
||||
y coordinate
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.#ctor">
|
||||
<summary>
|
||||
constructer
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.#ctor(System.Int64,System.Int64)">
|
||||
<summary>
|
||||
constructor
|
||||
</summary>
|
||||
<param name="x">x coordinate</param>
|
||||
<param name="y">y coordinate</param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.#ctor(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
constructor
|
||||
</summary>
|
||||
<param name="val">coordinate</param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.Min(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
Find the minimum
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.Max(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
Find the maximum
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.Add(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
addition value
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.Sub(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
subtraction value
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.op_Addition(NPOI.Util.Coords,NPOI.Util.Coords)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.op_Subtraction(NPOI.Util.Coords,NPOI.Util.Coords)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.op_Multiply(NPOI.Util.Coords,NPOI.Util.Coords)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.InnerProduct(NPOI.Util.Coords)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.Coords.Norm">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns>Norm</returns>
|
||||
</member>
|
||||
<member name="P:NPOI.Util.DblVect2D.x">
|
||||
<summary>
|
||||
x coordinate
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.Util.DblVect2D.y">
|
||||
<summary>
|
||||
y coordinate
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.#ctor">
|
||||
<summary>
|
||||
constructer
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.#ctor(System.Double,System.Double)">
|
||||
<summary>
|
||||
constructor
|
||||
</summary>
|
||||
<param name="x">x coordinate</param>
|
||||
<param name="y">y coordinate</param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.#ctor(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
constructor
|
||||
</summary>
|
||||
<param name="val">coordinate</param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.Min(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
Find the minimum
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.Max(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
Find the maximum
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.Add(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
addition value
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.Sub(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
subtraction value
|
||||
</summary>
|
||||
<param name="val"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.op_Addition(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.op_Subtraction(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.op_Multiply(NPOI.Util.DblVect2D,NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="left"></param>
|
||||
<param name="right"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.InnerProduct(NPOI.Util.DblVect2D)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.DblVect2D.Norm">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns>Norm</returns>
|
||||
</member>
|
||||
<member name="T:NPOI.Util.CRC32">
|
||||
<summary>
|
||||
CRC Verification
|
||||
@@ -31541,18 +31379,19 @@
|
||||
<member name="M:NPOI.Util.IOUtils.ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Same as the normal InputStream#read(byte[], int, int), but tries to ensure
|
||||
that the entire len number of bytes is read
|
||||
|
||||
If the end of file is reached before any bytes are read, returns -1.
|
||||
that the buffer is filled completely if possible, i.e. b.remaining()
|
||||
returns 0.
|
||||
If the end of file is reached before any bytes are Read, returns -1.
|
||||
If the end of the file is reached after some bytes are read, returns the
|
||||
number of bytes read. If the end of the file isn't reached before the
|
||||
buffer has no more remaining capacity, will return len bytes
|
||||
buffer has no more remaining capacity, will return the number of bytes
|
||||
that were read.
|
||||
</summary>
|
||||
<param name="stream">the stream from which the data is read.</param>
|
||||
<param name="b">the buffer into which the data is read.</param>
|
||||
<param name="off">the start offset in array b at which the data is written.</param>
|
||||
<param name="len">the maximum number of bytes to read.</param>
|
||||
<returns>the number of bytes read or -1 if no bytes were read</returns>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.Util.IOUtils.Copy(System.IO.Stream,System.IO.Stream)">
|
||||
<summary>
|
||||
@@ -40262,7 +40101,7 @@
|
||||
</member>
|
||||
<member name="P:NPOI.SS.UserModel.ICell.DateCellValue">
|
||||
<summary>
|
||||
Get the value of the cell as a date. For non-Numeric cells including blank cell we return a null.
|
||||
Get the value of the cell as a date.
|
||||
</summary>
|
||||
<exception cref="T:System.InvalidOperationException">if the cell type returned by GetCellType() is CELL_TYPE_STRING</exception>
|
||||
<exception cref="T:System.FormatException">if the cell value isn't a parsable double</exception>
|
||||
@@ -44063,7 +43902,7 @@
|
||||
<param name="targetCell">Cell to paste the comment to</param>
|
||||
<returns>Copied comment</returns>
|
||||
</member>
|
||||
<member name="M:NPOI.SS.UserModel.ISheet.SetColumnWidth(System.Int32,System.Double)">
|
||||
<member name="M:NPOI.SS.UserModel.ISheet.SetColumnWidth(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Set the width (in units of 1/256th of a character width)
|
||||
</summary>
|
||||
@@ -44996,9 +44835,6 @@
|
||||
style definition
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NPOI.SS.UserModel.ITextbox">
|
||||
This interface isn't implemented ...
|
||||
</member>
|
||||
<member name="P:NPOI.SS.UserModel.ITextbox.String">
|
||||
@return the rich text string for this textbox.
|
||||
</member>
|
||||
@@ -45796,6 +45632,30 @@
|
||||
<member name="F:NPOI.SS.Util.CellReference.SPECIAL_NAME_DELIMITER">
|
||||
The character (') used to quote sheet names when they contain special characters
|
||||
</member>
|
||||
<member name="F:NPOI.SS.Util.CellReference.CELL_REF_PATTERN">
|
||||
Matches a run of one or more letters followed by a run of one or more digits.
|
||||
Both the letter and number groups are optional.
|
||||
The run of letters is group 1 and the run of digits is group 2.
|
||||
Each group may optionally be prefixed with a single '$'.
|
||||
</member>
|
||||
<member name="F:NPOI.SS.Util.CellReference.STRICTLY_CELL_REF_PATTERN">
|
||||
Matches references only where row and column are included.
|
||||
Matches a run of one or more letters followed by a run of one or more digits.
|
||||
If a reference does not match this pattern, it might match COLUMN_REF_PATTERN or ROW_REF_PATTERN
|
||||
References may optionally include a single '$' before each group, but these are excluded from the Matcher.group(int).
|
||||
</member>
|
||||
<member name="F:NPOI.SS.Util.CellReference.COLUMN_REF_PATTERN">
|
||||
Matches a run of one or more letters. The run of letters is group 1.
|
||||
References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int).
|
||||
</member>
|
||||
<member name="F:NPOI.SS.Util.CellReference.ROW_REF_PATTERN">
|
||||
Matches a run of one or more letters. The run of numbers is group 1.
|
||||
References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int).
|
||||
</member>
|
||||
<member name="F:NPOI.SS.Util.CellReference.NAMED_RANGE_NAME_PATTERN">
|
||||
Named range names must start with a letter or underscore. Subsequent characters may include
|
||||
digits or dot. (They can even end in dot).
|
||||
</member>
|
||||
<member name="M:NPOI.SS.Util.CellReference.#ctor(System.String)">
|
||||
Create an cell ref from a string representation. Sheet names containing special characters should be
|
||||
delimited and escaped as per normal syntax rules for formulas.
|
||||
@@ -45818,7 +45678,7 @@
|
||||
representation.
|
||||
eg column #3 -> D
|
||||
</member>
|
||||
<member name="M:NPOI.SS.Util.CellReference.SeparateRefParts(System.ReadOnlySpan{System.Char})">
|
||||
<member name="M:NPOI.SS.Util.CellReference.SeparateRefParts(System.String)">
|
||||
Separates the row from the columns and returns an array of three Strings. The first element
|
||||
is the sheet name. Only the first element may be null. The second element in is the column
|
||||
name still in ALPHA-26 number format. The third element is the row.
|
||||
@@ -45884,17 +45744,6 @@
|
||||
<member name="M:NPOI.SS.Util.CellReference.IsColumnWithnRange(System.String,NPOI.SS.SpreadsheetVersion)">
|
||||
@deprecated 3.15 beta 2. Use {@link #isColumnWithinRange}.
|
||||
</member>
|
||||
<member name="M:NPOI.SS.Util.CellReferenceParser.TryParse(System.ReadOnlySpan{System.Char},System.Char@,System.ReadOnlySpan{System.Char}@,System.Char@,System.ReadOnlySpan{System.Char}@)">
|
||||
<summary>
|
||||
Generic parsing logic that extracts reference information.
|
||||
</summary>
|
||||
<param name="input">Input to parse.</param>
|
||||
<param name="columnPrefix">Possible column prefix like '$', <see cref="F:System.Char.MinValue" /> if none.</param>
|
||||
<param name="column">Column name string, empty if none.</param>
|
||||
<param name="rowPrefix">Possible row prefix like '$', <see cref="F:System.Char.MinValue" /> if none.</param>
|
||||
<param name="row">Row data, empty if none</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:NPOI.SS.Util.CellUtil">
|
||||
Various utility functions that make working with a cells and rows easier. The various methods
|
||||
that deal with style's allow you to create your CellStyles as you need them. When you apply a
|
||||
@@ -46652,6 +46501,13 @@
|
||||
@param cell cell to change
|
||||
@param value value to set
|
||||
</member>
|
||||
<member name="T:NPOI.SS.Util.SheetReferences">
|
||||
Holds a collection of Sheet names and their associated
|
||||
reference numbers.
|
||||
|
||||
@author Andrew C. Oliver (acoliver at apache dot org)
|
||||
|
||||
</member>
|
||||
<member name="T:NPOI.SS.Util.SheetUtil">
|
||||
Helper methods for when working with Usermodel sheets
|
||||
|
||||
@@ -46829,22 +46685,6 @@
|
||||
Base class of all the exceptions that POI throws in the event
|
||||
that it's given a file that isn't supported
|
||||
</member>
|
||||
<member name="T:NPOI.WP.UserModel.HeaderFooterType">
|
||||
@since POI v3.16 beta 1
|
||||
</member>
|
||||
<member name="F:NPOI.WP.UserModel.HeaderFooterType.DEFAULT">
|
||||
This is the default header or Footer, It is displayed on every page where
|
||||
a more specific header or footer is not specified. It is always displayed
|
||||
on ODD pages that are not the first page of the section.
|
||||
</member>
|
||||
<member name="F:NPOI.WP.UserModel.HeaderFooterType.EVEN">
|
||||
This is an even page header or footer, it is displayed on even pages that
|
||||
are not the first page of the section.
|
||||
</member>
|
||||
<member name="F:NPOI.WP.UserModel.HeaderFooterType.FIRST">
|
||||
This is a first page header or footer It is displayed on the first page
|
||||
of the section.
|
||||
</member>
|
||||
<member name="T:NPOI.WP.UserModel.ICharacterRun">
|
||||
This class represents a run of text that share common properties.
|
||||
</member>
|
||||
|
||||
Binary file not shown.
@@ -1403,7 +1403,7 @@
|
||||
|
||||
@see #getMergedRange(CellRangeAddress[][], int, int)
|
||||
</member>
|
||||
<member name="M:NPOI.SS.Converter.ExcelToHtmlUtils.GetColumnWidthInPx(System.Double)">
|
||||
<member name="M:NPOI.SS.Converter.ExcelToHtmlUtils.GetColumnWidthInPx(System.Int32)">
|
||||
See <a href=
|
||||
"http://apache-poi.1045710.n5.nabble.com/Excel-Column-Width-Unit-Converter-pixels-excel-column-width-units-td2301481.html"
|
||||
>here</a> for Xio explanation and details
|
||||
@@ -2295,11 +2295,6 @@
|
||||
Deletes the temporary file that backed this sheet on disk.
|
||||
@return true if the file was deleted, false if it wasn't.
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.Streaming.SXSSFCell.DateCellValue">
|
||||
<summary>
|
||||
Get DateTime-type cell value
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.Streaming.SXSSFCell.typeMismatch(NPOI.SS.UserModel.CellType,NPOI.SS.UserModel.CellType,System.Boolean)">
|
||||
Used to help format error messages
|
||||
</member>
|
||||
@@ -2630,12 +2625,6 @@
|
||||
whether temp file should be compresss.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.Streaming.SXSSFWorkbook._useZip64">
|
||||
<summary>
|
||||
setting this flag On allows to write large files;
|
||||
however, this can lead to compatibility issues
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.Streaming.SXSSFWorkbook._sharedStringSource">
|
||||
<summary>
|
||||
shared string table - a cache of strings in this workbook.
|
||||
@@ -4245,14 +4234,12 @@
|
||||
Create a new SpreadsheetML chart
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFChart.#ctor(NPOI.OpenXml4Net.OPC.PackagePart)">
|
||||
Construct a SpreadsheetML chart from a package part.
|
||||
Construct a SpreadsheetML chart from a namespace part.
|
||||
|
||||
@param part the package part holding the chart data,
|
||||
the content type must be <code>application/vnd.openxmlformats-officedocument.drawingml.chart+xml</code>
|
||||
@param rel the package relationship holding this chart,
|
||||
the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart
|
||||
|
||||
@since POI 3.14-Beta1
|
||||
@param part the namespace part holding the chart data,
|
||||
the content type must be <code>application/vnd.Openxmlformats-officedocument.Drawingml.chart+xml</code>
|
||||
@param rel the namespace relationship holding this chart,
|
||||
the relationship type must be http://schemas.Openxmlformats.org/officeDocument/2006/relationships/chart
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFChart.CreateChart">
|
||||
Construct a new CTChartSpace bean.
|
||||
@@ -4339,16 +4326,6 @@
|
||||
@param col2 the column (0 based) of the second cell.
|
||||
@param row2 the row (0 based) of the second cell.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFClientAnchor.#ctor(NPOI.SS.UserModel.ISheet,System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="dx1"></param>
|
||||
<param name="dy1"></param>
|
||||
<param name="dx2"></param>
|
||||
<param name="dy2"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFClientAnchor.#ctor(NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Marker,NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Marker)">
|
||||
Create XSSFClientAnchor from existing xml beans
|
||||
|
||||
@@ -4783,15 +4760,6 @@
|
||||
to the sheet.
|
||||
@return the newly Created shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFDrawing.CreateFreeform(NPOI.SS.UserModel.ISheet,NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="anchor"></param>
|
||||
<param name="coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFDrawing.CreateGroup(NPOI.XSSF.UserModel.XSSFClientAnchor)">
|
||||
Creates a simple shape. This includes such shapes as lines, rectangles,
|
||||
and ovals.
|
||||
@@ -5180,54 +5148,6 @@
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFormulaEvaluator.ToEvaluationCell(NPOI.SS.UserModel.ICell)">
|
||||
Turns a XSSFCell into a XSSFEvaluationCell
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.UserModel.XSSFFreeform.prototype">
|
||||
A default instance of CTShape used for creating new shapes.
|
||||
</member>
|
||||
<member name="F:NPOI.XSSF.UserModel.XSSFFreeform.ctShape">
|
||||
Xml bean that stores properties of this shape
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.#ctor(NPOI.XSSF.UserModel.XSSFDrawing,NPOI.OpenXmlFormats.Dml.Spreadsheet.CT_Shape)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Drawing"></param>
|
||||
<param name="ctShape"></param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.Prototype">
|
||||
Prototype with the default structure of a new auto-shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.GetCTShape">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFFreeform.ID">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFFreeform.Name">
|
||||
Returns the simple shape name.
|
||||
@return name of the simple shape
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.GetShapeProperties">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFFreeform.Build(NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="BFF"></param>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.BuildFreeForm">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.XSSFGraphicFrame">
|
||||
Represents DrawingML GraphicalObjectFrame.
|
||||
|
||||
@@ -5887,26 +5807,6 @@
|
||||
|
||||
@return footer margin
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.TopMargin">
|
||||
<summary>
|
||||
Page margin top (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.LeftMargin">
|
||||
<summary>
|
||||
Page margin left (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.RightMargin">
|
||||
<summary>
|
||||
Page margin right (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.BottomMargin">
|
||||
<summary>
|
||||
Page margin bottom (In inch)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFPrintSetup.Copies">
|
||||
Returns the number of copies.
|
||||
|
||||
@@ -6411,7 +6311,7 @@
|
||||
to the group.
|
||||
@return the newly Created shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreatePicture(NPOI.XSSF.UserModel.XSSFChildAnchor,System.Int32)">
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreatePicture(NPOI.XSSF.UserModel.XSSFClientAnchor,System.Int32)">
|
||||
Creates a picture.
|
||||
|
||||
@param anchor the client anchor describes how this picture is attached to the sheet.
|
||||
@@ -6419,15 +6319,6 @@
|
||||
{@link XSSFWorkbook#getAllPictures()} .
|
||||
@return the newly Created picture shape.
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.CreateFreeform(NPOI.XSSF.UserModel.BuildFreeForm)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Sheet"></param>
|
||||
<param name="anchor"></param>
|
||||
<param name="coords"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFShapeGroup.SetCoordinates(System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||
Sets the coordinate space of this group. All children are constrained
|
||||
to these coordinates.
|
||||
@@ -6468,7 +6359,10 @@
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultColumnWidth">
|
||||
<summary>
|
||||
Get the default column width for the sheet (if the columns do not
|
||||
define their own width) in characters.
|
||||
define their own width) in characters. Note, this value is different
|
||||
from <see cref="M:NPOI.XSSF.UserModel.XSSFSheet.GetColumnWidth(System.Int32)"/>. The latter is always greater and
|
||||
includes 4 pixels of margin pAdding(two on each side), plus 1 pixel
|
||||
pAdding for the gridlines.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultRowHeight">
|
||||
@@ -7037,6 +6931,12 @@
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.GetColumnWidth(System.Int32)">
|
||||
<summary>
|
||||
Get the actual column width (in units of 1/256th of a character width)
|
||||
Note, the returned value is always gerater that <see cref="P:NPOI.XSSF.UserModel.XSSFSheet.DefaultColumnWidth"/>
|
||||
because the latter does not include margins. Actual column width
|
||||
measured as the number of characters of the maximum digit width of
|
||||
thenumbers 0, 1, 2, ..., 9 as rendered in the normal style's font.
|
||||
There are 4 pixels of margin pAdding(two on each side), plus 1 pixel
|
||||
pAdding for the gridlines.
|
||||
</summary>
|
||||
<param name="columnIndex">the column to set (0-based)</param>
|
||||
<returns>the width in units of 1/256th of a character width</returns>
|
||||
@@ -7206,7 +7106,7 @@
|
||||
<param name="columnIndex">the column to get (0-based)</param>
|
||||
<param name="hidden">the visiblity state of the column</param>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetColumnWidth(System.Int32,System.Double)">
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetColumnWidth(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Set the width (in units of 1/256th of a character width)
|
||||
<para>
|
||||
@@ -7843,12 +7743,6 @@
|
||||
<param name="refConfig"></param>
|
||||
<returns>The pivot table</returns>
|
||||
</member>
|
||||
<member name="M:NPOI.XSSF.UserModel.XSSFSheet.SetDefaultColWidth(System.Int32)">
|
||||
<summary>
|
||||
|
||||
</summary>
|
||||
<param name="Width">In EMU</param>
|
||||
</member>
|
||||
<member name="T:NPOI.XSSF.UserModel.XSSFSheetConditionalFormatting">
|
||||
XSSF Conditional Formattings
|
||||
</member>
|
||||
@@ -9239,9 +9133,10 @@
|
||||
hyperlink label, and not the contents
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XMLParagraph">
|
||||
Base class for XWPF paragraphs
|
||||
Base class for XWPF paragraphs
|
||||
|
||||
This class isn't used ...
|
||||
@author Yury Batrakov (batrakov at gmail.com)
|
||||
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XWPFCommentsDecorator">
|
||||
Decorator class for XWPFParagraph allowing to add comments
|
||||
@@ -9292,23 +9187,11 @@
|
||||
(1 based) page.
|
||||
@param pageNumber The one based page number
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetHeader(NPOI.OpenXmlFormats.Wordprocessing.ST_HdrFtr)">
|
||||
Get this section header for the given type
|
||||
|
||||
@param type of header to return
|
||||
@return {@link XWPFHeader} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetFooter(System.Int32)">
|
||||
Get the footer that applies to the given
|
||||
(1 based) page.
|
||||
@param pageNumber The one based page number
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Model.XWPFHeaderFooterPolicy.GetFooter(NPOI.OpenXmlFormats.Wordprocessing.ST_HdrFtr)">
|
||||
Get this section footer for the given type
|
||||
|
||||
@param type of footer to return
|
||||
@return {@link XWPFFooter} object
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.Model.XWPFParagraphDecorator">
|
||||
Base decorator class for XWPFParagraph
|
||||
</member>
|
||||
@@ -10503,24 +10386,6 @@
|
||||
Returns the policy on headers and footers, which
|
||||
also provides a way to Get at them.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateHeader(NPOI.WP.UserModel.HeaderFooterType)">
|
||||
Create a header of the given type
|
||||
|
||||
@param type {@link HeaderFooterType} enum
|
||||
@return object of type {@link XWPFHeader}
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateFooter(NPOI.WP.UserModel.HeaderFooterType)">
|
||||
Create a footer of the given type
|
||||
|
||||
@param type {@link HeaderFooterType} enum
|
||||
@return object of type {@link XWPFFooter}
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetSection">
|
||||
Return the {@link CTSectPr} object that corresponds with the
|
||||
last section in this document.
|
||||
|
||||
@return {@link CTSectPr} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetCTStyle">
|
||||
Returns the styles object used
|
||||
</member>
|
||||
@@ -10636,11 +10501,11 @@
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.GetLastParagraph">
|
||||
@return the LastParagraph of the document
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Nullable{System.Int32})">
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable">
|
||||
Create an empty table with one row and one column as default.
|
||||
@return a new table
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Int32,System.Int32,System.Nullable{System.Int32})">
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.CreateTable(System.Int32,System.Int32)">
|
||||
Create an empty table with a number of rows and cols specified
|
||||
@param rows
|
||||
@param cols
|
||||
@@ -10735,22 +10600,6 @@
|
||||
<w:documentProtection w:edit="readOnly" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceReadonlyProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforces the readOnly protection with a password.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="readOnly" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceFillingFormsProtection">
|
||||
Enforce the Filling Forms protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file, <br/>
|
||||
@@ -10763,22 +10612,6 @@
|
||||
<w:documentProtection w:edit="forms" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceFillingFormsProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Filling Forms protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="forms" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceCommentsProtection">
|
||||
Enforce the Comments protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file,<br/>
|
||||
@@ -10791,22 +10624,6 @@
|
||||
<w:documentProtection w:edit="comments" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceCommentsProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Comments protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="comments" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceTrackedChangesProtection">
|
||||
Enforce the Tracked Changes protection.<br/>
|
||||
In the documentProtection tag inside Settings.xml file, <br/>
|
||||
@@ -10819,28 +10636,6 @@
|
||||
<w:documentProtection w:edit="trackedChanges" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.EnforceTrackedChangesProtection(System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforce the Tracked Changes protection.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="trackedChanges" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.ValidateProtectionPassword(System.String)">
|
||||
Validates the existing password
|
||||
|
||||
@param password
|
||||
@return true, only if password was set and equals, false otherwise
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFDocument.RemoveProtectionEnforcement">
|
||||
Remove protection enforcement.<br/>
|
||||
In the documentProtection tag inside Settings.xml file <br/>
|
||||
@@ -11212,31 +11007,6 @@
|
||||
@return XWPFPictureData of a specificID
|
||||
@throws Exception
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateParagraph">
|
||||
Adds a new paragraph at the end of the header or footer
|
||||
|
||||
@return new {@link XWPFParagraph} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateTable(System.Int32,System.Int32)">
|
||||
Adds a new table at the end of the header or footer
|
||||
|
||||
@param rows - number of rows in the table
|
||||
@param cols - number of columns in the table
|
||||
@return new {@link XWPFTable} object
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.RemoveParagraph(NPOI.XWPF.UserModel.XWPFParagraph)">
|
||||
Removes a specific paragraph from this header / footer
|
||||
|
||||
@param paragraph - {@link XWPFParagraph} object to remove
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.RemoveTable(NPOI.XWPF.UserModel.XWPFTable)">
|
||||
Removes a specific table from this header / footer
|
||||
|
||||
@param table - {@link XWPFTable} object to remove
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.ClearHeaderFooter">
|
||||
Clears all paragraphs and tables from this header / footer
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFHeaderFooter.Owner">
|
||||
verifies that cursor is on the right position
|
||||
@param cursor
|
||||
@@ -11258,6 +11028,9 @@
|
||||
returns the Part, to which the body belongs, which you need for Adding relationship to other parts
|
||||
@see NPOI.XWPF.UserModel.IBody#getPart()
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFHeaderFooter.CreateParagraph">
|
||||
Adds a new paragraph at the end of the header or footer
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFHyperlink">
|
||||
* Sketch of XWPF hyperlink class
|
||||
*
|
||||
@@ -11279,7 +11052,8 @@
|
||||
checks whether specific LatentStyleID is a latentStyle
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFNum">
|
||||
TODO Bring more of the logic over from XWPFParagraph
|
||||
@author Philipp Epp
|
||||
|
||||
</member>
|
||||
<member name="T:NPOI.XWPF.UserModel.XWPFNumbering">
|
||||
@author Philipp Epp
|
||||
@@ -11540,7 +11314,7 @@
|
||||
Specifies the spacing that should be Added After the last line in this
|
||||
paragraph in the document in absolute units.
|
||||
|
||||
@return int - value representing the spacing After the paragraph
|
||||
@return bigint - value representing the spacing After the paragraph
|
||||
@see #setSpacingAfterLines(int)
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFParagraph.SpacingBefore">
|
||||
@@ -11574,31 +11348,6 @@
|
||||
<return>a double specifying points or lines.</return>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.GetSpacingBetween">
|
||||
Return the spacing between lines of a paragraph. The units of the return value depends on the
|
||||
{@link LineSpacingRule}. If AUTO, the return value is in lines, otherwise the return
|
||||
value is in points
|
||||
|
||||
@return a double specifying points or lines.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.SetSpacingBetween(System.Double)">
|
||||
Sets the spacing between lines in a paragraph
|
||||
|
||||
@param spacing - A double specifying spacing in lines.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFParagraph.SetSpacingBetween(System.Double,NPOI.XWPF.UserModel.LineSpacingRule)">
|
||||
Sets the spacing between lines in a paragraph
|
||||
|
||||
@param spacing - A double specifying spacing in inches or lines. If rule is
|
||||
AUTO, then spacing is in lines. Otherwise spacing is in points.
|
||||
@param rule - {@link LineSpacingRule} indicating how spacing is interpreted. If
|
||||
AUTO, then spacing value is in lines, and the height depends on the
|
||||
font size. If AT_LEAST, then spacing value is in inches, and is the
|
||||
minimum size of the line. If the line height is taller, then the
|
||||
line expands to match. If EXACT, then spacing is the exact line
|
||||
height. If the text is taller than the line height, then it is
|
||||
clipped at the top.
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFParagraph.IndentationLeft">
|
||||
Specifies the indentation which shall be placed between the left text
|
||||
margin for this paragraph and the left edge of that paragraph's content
|
||||
@@ -12248,29 +11997,6 @@
|
||||
<w:documentProtection w:edit="[passed editValue]" w:enforcement="1"/>
|
||||
</pre>
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.SetEnforcementEditValue(NPOI.OpenXmlFormats.Wordprocessing.ST_DocProtect,System.String,NPOI.POIFS.Crypt.HashAlgorithm)">
|
||||
Enforces the protection with the option specified by passed editValue and password.<br/>
|
||||
<br/>
|
||||
sample snippet from settings.xml
|
||||
<pre>
|
||||
<w:documentProtection w:edit="[passed editValue]" w:enforcement="1"
|
||||
w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
|
||||
w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
|
||||
w:cryptSpinCount="100000" w:hash="..." w:salt="...."
|
||||
/>
|
||||
</pre>
|
||||
|
||||
@param editValue the protection type
|
||||
@param password the plaintext password, if null no password will be applied
|
||||
@param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported.
|
||||
if null, it will default default to sha1
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.ValidateProtectionPassword(System.String)">
|
||||
Validates the existing password
|
||||
|
||||
@param password
|
||||
@return true, only if password was set and equals, false otherwise
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFSettings.RemoveEnforcement">
|
||||
Removes protection enforcement.<br/>
|
||||
In the documentProtection tag inside Settings.xml file <br/>
|
||||
@@ -12657,37 +12383,11 @@
|
||||
split, FALSE means allow rows to split.
|
||||
@return true if rows can't be split, false otherwise.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFTableRow.SetCantSplitRow(System.Boolean)">
|
||||
Controls whether to allow this table row to split across pages.
|
||||
The logic for this attribute is a little unusual: a true value means
|
||||
DON'T allow rows to split, false means allow rows to split.
|
||||
|
||||
@param split - if true, don't allow row to be split. If false, allow
|
||||
row to be split.
|
||||
</member>
|
||||
<member name="P:NPOI.XWPF.UserModel.XWPFTableRow.IsRepeatHeader">
|
||||
Return true if a table's header row should be repeated at the top of a
|
||||
table split across pages. NOTE - Word will not repeat a table row unless
|
||||
all preceding rows of the table are also repeated. This function returns
|
||||
false if the row will not be repeated even if the repeat tag is present
|
||||
for this row.
|
||||
|
||||
@return true if table's header row should be repeated at the top of each
|
||||
page of table, false otherwise.
|
||||
This attribute controls whether to repeat a table's header row at the top
|
||||
of a table split across pages. NOTE - for a row to be repeated, all preceding
|
||||
rows in the table must also be repeated.
|
||||
|
||||
@param repeat - if TRUE, repeat header row at the top of each page of table;
|
||||
if FALSE, don't repeat header row.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.UserModel.XWPFTableRow.SetRepeatHeader(System.Boolean)">
|
||||
This attribute controls whether to repeat a table's header row at the top
|
||||
of a table split across pages. NOTE - for a row to be repeated, all preceding
|
||||
rows in the table must also be repeated.
|
||||
|
||||
@param repeat - if TRUE, repeat header row at the top of each page of table;
|
||||
if FALSE, don't repeat header row.
|
||||
Return true if a table's header row should be repeated at the top of a
|
||||
table split across pages.
|
||||
@return true if table's header row should be repeated at the top of each
|
||||
page of table, false otherwise.
|
||||
</member>
|
||||
<member name="M:NPOI.XWPF.Usermodel.MathContainer.CreateAcc">
|
||||
<summary>
|
||||
|
||||
Binary file not shown.
@@ -18,6 +18,13 @@
|
||||
<member name="F:NPOI.OpenXml4Net.OPC.CertificateEmbeddingOption.NOT_EMBEDDED">
|
||||
The certificate in not embedded in the package.
|
||||
</member>
|
||||
<member name="T:NPOI.OpenXml4Net.OPC.Configuration">
|
||||
Storage class for configuration storage parameters.
|
||||
TODO xml syntax checking is no longer done with DOM4j parser -> remove the schema or do it ?
|
||||
|
||||
@author CDubettier, Julen Chable
|
||||
@version 1.0
|
||||
</member>
|
||||
<member name="T:NPOI.OpenXml4Net.OPC.ContentTypes">
|
||||
Open Packaging Convention content types (see Annex F : Standard Namespaces
|
||||
and Content Types).
|
||||
@@ -1014,18 +1021,16 @@
|
||||
@ if a parsing error occur.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.Open(System.String,NPOI.OpenXml4Net.OPC.PackageAccess)">
|
||||
* Open a package.
|
||||
*
|
||||
* @param path
|
||||
* The document path.
|
||||
* @param access
|
||||
* PackageBase access.
|
||||
* @return A PackageBase object, else <b>null</b>.
|
||||
* @throws InvalidFormatException
|
||||
* If the specified file doesn't exist, and a parsing error
|
||||
* occur.
|
||||
* @throws InvalidOperationException If the zip file cannot be opened.
|
||||
* @throws InvalidFormatException if the package is not valid.
|
||||
Open a package.
|
||||
|
||||
@param path
|
||||
The document path.
|
||||
@param access
|
||||
PackageBase access.
|
||||
@return A PackageBase object, else <b>null</b>.
|
||||
@throws InvalidFormatException
|
||||
If the specified file doesn't exist, and a parsing error
|
||||
occur.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.Open(System.IO.FileInfo,NPOI.OpenXml4Net.OPC.PackageAccess)">
|
||||
Open a package.
|
||||
@@ -1067,6 +1072,11 @@
|
||||
Path of the document.
|
||||
@return A newly Created PackageBase ready to use.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.ConfigurePackage(NPOI.OpenXml4Net.OPC.OPCPackage)">
|
||||
Configure the package.
|
||||
|
||||
@param pkg
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.Flush">
|
||||
Flush the package : save all.
|
||||
|
||||
@@ -1108,12 +1118,13 @@
|
||||
@see org.apache.poi.OpenXml4Net.opc.PackageAccess
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.ThrowExceptionIfWriteOnly">
|
||||
* Throws an exception if the package access mode is in write only mode
|
||||
* (PackageAccess.Write). This method is call when other methods need write
|
||||
* right.
|
||||
*
|
||||
* @throws InvalidOperationException if a read operation is done on a write only package.
|
||||
* @see org.apache.poi.OpenXml4Net.opc.PackageAccess
|
||||
Throws an exception if the package access mode is in write only mode
|
||||
(PackageAccess.Write). This method is call when other methods need write
|
||||
right.
|
||||
|
||||
@throws InvalidOperationException
|
||||
Throws if a read operation is done on a write only package.
|
||||
@see org.apache.poi.OpenXml4Net.opc.PackageAccess
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.GetPackageProperties">
|
||||
Retrieves or Creates if none exists, core package property part.
|
||||
@@ -1158,16 +1169,13 @@
|
||||
The part relationship uses to retrieve the part.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.GetParts">
|
||||
Load the parts of the archive if it has not been done yet. The
|
||||
relationships of each part are not loaded.
|
||||
|
||||
Note - Rule M4.1 states that there may only ever be one Core
|
||||
Properties Part, but Office produced files will sometimes
|
||||
have multiple! As Office ignores all but the first, we relax
|
||||
Compliance with Rule M4.1, and ignore all others silently too.
|
||||
|
||||
@return All this package's parts.
|
||||
@throws InvalidFormatException if the package is not valid.
|
||||
Load the parts of the archive if it has not been done yet. The
|
||||
relationships of each part are not loaded.
|
||||
Note - Rule M4.1 states that there may only ever be one Core
|
||||
Properties Part, but Office produced files will sometimes
|
||||
have multiple! As Office ignores all but the first, we relax
|
||||
Compliance with Rule M4.1, and ignore all others silently too.
|
||||
@return All this package's parts.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.CreatePart(NPOI.OpenXml4Net.OPC.PackagePartName,System.String)">
|
||||
Create and Add a part, with the specified name and content type, to the
|
||||
@@ -1219,17 +1227,17 @@
|
||||
@see #CreatePart(PackagePartName, String)
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.AddPackagePart(NPOI.OpenXml4Net.OPC.PackagePart)">
|
||||
Add the specified part to the package. If a part already exists in the
|
||||
package with the same name as the one specified, then we replace the old
|
||||
part by the specified part.
|
||||
Add the specified part to the package. If a part already exists in the
|
||||
package with the same name as the one specified, then we replace the old
|
||||
part by the specified part.
|
||||
|
||||
@param part
|
||||
The part to add (or replace).
|
||||
@return The part added to the package, the same as the one specified.
|
||||
@throws InvalidOperationException
|
||||
If rule M1.12 is not verified : Packages shall not contain
|
||||
equivalent part names and package implementers shall neither
|
||||
create nor recognize packages with equivalent part names.
|
||||
@param part
|
||||
The part to Add (or replace).
|
||||
@return The part Added to the package, the same as the one specified.
|
||||
@throws InvalidFormatException
|
||||
If rule M1.12 is not verified : Packages shall not contain
|
||||
equivalent part names and package implementers shall neither
|
||||
Create nor recognize packages with equivalent part names.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.RemovePart(NPOI.OpenXml4Net.OPC.PackagePart)">
|
||||
Remove the specified part in this package. If this part is relationship
|
||||
@@ -1358,11 +1366,11 @@
|
||||
Id of the relationship to delete.
|
||||
</member>
|
||||
<member name="P:NPOI.OpenXml4Net.OPC.OPCPackage.Relationships">
|
||||
Retrieves all package relationships.
|
||||
Retrieves all package relationships.
|
||||
|
||||
@return All package relationships of this package.
|
||||
@throws InvalidOperationException if a read operation is done on a write only package.
|
||||
@see #GetRelationshipsHelper(String)
|
||||
@return All package relationships of this package.
|
||||
@throws OpenXml4NetException
|
||||
@see #GetRelationshipsHelper(String)
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.OPCPackage.GetRelationshipsByType(System.String)">
|
||||
Retrieves all relationships with the specified type.
|
||||
@@ -2894,22 +2902,20 @@
|
||||
@param access
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.ZipPackage.#ctor(System.String,NPOI.OpenXml4Net.OPC.PackageAccess)">
|
||||
Constructor. Opens a Zip based Open XML document from a file.
|
||||
Constructor. Opens a Zip based Open XML document.
|
||||
|
||||
@param path
|
||||
The path of the file to open or create.
|
||||
@param access
|
||||
The package access mode.
|
||||
@throws InvalidOperationException If the zip file cannot be opened.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.ZipPackage.#ctor(System.IO.FileInfo,NPOI.OpenXml4Net.OPC.PackageAccess)">
|
||||
Constructor. Opens a Zip based Open XML document from a File.
|
||||
Constructor. Opens a Zip based Open XML document.
|
||||
|
||||
@param file
|
||||
The file to open or create.
|
||||
@param access
|
||||
The package access mode.
|
||||
@throws InvalidOperationException If the zip file cannot be opened.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.ZipPackage.#ctor(NPOI.OpenXml4Net.Util.ZipEntrySource,NPOI.OpenXml4Net.OPC.PackageAccess)">
|
||||
Constructor. Opens a Zip based Open XML document from
|
||||
@@ -2928,7 +2934,8 @@
|
||||
list is not empty, it will be emptied.
|
||||
|
||||
@return All parts contain in this package.
|
||||
@throws InvalidFormatException if the package is not valid.
|
||||
@throws InvalidFormatException
|
||||
Throws if the package is not valid.
|
||||
</member>
|
||||
<member name="M:NPOI.OpenXml4Net.OPC.ZipPackage.BuildPartName(ICSharpCode.SharpZipLib.Zip.ZipEntry)">
|
||||
Builds a PackagePartName for the given ZipEntry,
|
||||
|
||||
Binary file not shown.
BIN
C-Windows-1/bin/Debug/NPOI.dll
Normal file
BIN
C-Windows-1/bin/Debug/NPOI.dll
Normal file
Binary file not shown.
59
C-Windows-1/bin/Debug/Nlog.txt
Normal file
59
C-Windows-1/bin/Debug/Nlog.txt
Normal file
@@ -0,0 +1,59 @@
|
||||
NLog配置路由规则和上下文信息
|
||||
|
||||
rules: 规则节点
|
||||
|
||||
logger:一个路由规则
|
||||
|
||||
<rules>
|
||||
<!--<logger name="*" writeTo="console" />-->
|
||||
<logger name="*" minlevel="Debug" writeTo="debugger" />
|
||||
<logger name="*" minlevel="Error" writeTo="error_file" />
|
||||
</rules>
|
||||
具体参数说明:
|
||||
|
||||
路由规则主要用于将日志和输出目标匹配起来,它一般有如下几个属性
|
||||
|
||||
name - 日志源/记录者的名字 (允许使用通配符*)
|
||||
minlevel - 匹配日志范围的最低级别
|
||||
maxlevel - 匹配日志范围的最高级别
|
||||
level - 匹配的单一日志级别
|
||||
levels - 匹配的一系列日志级别,由逗号分隔。
|
||||
writeTo - 规则匹配时日志应该被写入的一系列目标<target>节点的name属性,由逗号分隔。
|
||||
final - 标记当前规则为最后一个规则。其后的规则即时匹配也不会被运行。
|
||||
如:
|
||||
|
||||
<logger name="Name.Space.Class1" minlevel="Debug" writeTo="f1" /> - 名字空间Name.Space下的Class1这个类的所有级别等于或者高于Debug的日志信息都写入到“f1”这个目标里。
|
||||
<logger name="Name.Space.Class1" levels="Debug,Error" writeTo="f1" /> -名字空间Name.Space下的Class1这个类的所有级别等于Debug或Error的日志信息都写入到“f1”这个目标里。
|
||||
<logger name="Name.Space.*" writeTo="f3,f4" /> -名字空间Name.Space下所有类的所有级别的日志信息都写入到“f3”和“f4”这两个目标里。
|
||||
<logger name="Name.Space.*" minlevel="Debug" maxlevel="Error" final="true" /> - 名字空间Name.Space下所有类的、级别在Debug和Error之间的(包括Debug,Info,Warn,Error) 日志信息都不会被记录(因为这条规则没有定义writeTo),同时其它后续规则也都会被忽略(因为这里设置了final="true")。
|
||||
NLog支持如下几种记录等级:
|
||||
|
||||
Trace- 最常见的记录信息,一般用于普通输出
|
||||
Debug- 同样是记录信息,不过出现的频率要比Trace少一些,一般用来调试程序
|
||||
Info- 信息类型的消息
|
||||
Warn- 警告信息,一般用于比较重要的场合
|
||||
Error- 错误信息
|
||||
Fatal- 致命异常信息。一般来讲,发生致命异常之后程序将无法继续执行。
|
||||
优先级:Trace>Debug>Info>Warn>Error>Fatal
|
||||
|
||||
|
||||
|
||||
Layout上下文信息 表达式
|
||||
|
||||
${date} 日期2016/08/11 09:34:33.793
|
||||
|
||||
${time} 24小时HH:mm:ss.mmm.
|
||||
|
||||
${longdate} 长时间 2016-08-05 14:06:18.9293
|
||||
|
||||
${shortdate} 日期2016-08-05
|
||||
|
||||
${basedir} 根目录
|
||||
|
||||
${message} 信息
|
||||
|
||||
${level} 级别
|
||||
|
||||
${stacktrace} 堆栈信息
|
||||
|
||||
${callsite} 日志来源
|
||||
47
C-Windows-1/bin/Debug/NlogException.config
Normal file
47
C-Windows-1/bin/Debug/NlogException.config
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
|
||||
autoReload="true"
|
||||
throwExceptions="false"
|
||||
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
|
||||
|
||||
<variable name="basedir" value="${basedir}" />
|
||||
<variable name="varDataFolderPath" value="${var:basedir}/Logs" />
|
||||
<variable name="varLayHeader" value="${longdate}|${level}" />
|
||||
<variable name="varLayMiddle" value="${callsite-linenumber}|${callsite:includeSourcePath=false:methodName=false}" />
|
||||
<variable name="varLayBack" value="${message}|${exception:format=toString}" />
|
||||
|
||||
<targets>
|
||||
|
||||
<target name="csv" xsi:type="File" fileName="${var:basedir}/file.csv">
|
||||
<layout xsi:type="CSVLayout">
|
||||
<column name="time" layout="${shortdate}" />
|
||||
<column name="message" layout="${message}" />
|
||||
<column name="logger" layout="${logger}" />
|
||||
<column name="level" layout="${level}" />
|
||||
</layout>
|
||||
</target>
|
||||
|
||||
<target name="ExceptionFile"
|
||||
xsi:type="File"
|
||||
encoding="utf-8"
|
||||
maxArchiveFiles="100"
|
||||
archiveEvery="Day"
|
||||
archiveNumbering="Date"
|
||||
archiveDateFormat="yyyyMMdd"
|
||||
archiveFileName="${varDataFolderPath}/archives/log.{#}.txt"
|
||||
fileName="${varDataFolderPath}/${date:format=yyyy-MM-dd}/ExceptionLog.txt"
|
||||
layout="${varLayHeader}|${varLayMiddle}|${varLayBack}" />
|
||||
|
||||
<target xsi:type="Console"
|
||||
name="logConsole"
|
||||
layout="${varLayHeader}|${varLayMiddle}|${varLayBack}" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<logger name="*" writeTo="csv" />
|
||||
<logger name="*" writeTo="ExceptionFile" />
|
||||
<logger name="*" writeTo="logConsole" />
|
||||
</rules>
|
||||
</nlog>
|
||||
18
C-Windows-1/bin/Debug/NlogRunIPC.config
Normal file
18
C-Windows-1/bin/Debug/NlogRunIPC.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
|
||||
autoReload="true"
|
||||
throwExceptions="false"
|
||||
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
|
||||
|
||||
<variable name="basedir" value="${basedir}" />
|
||||
<targets>
|
||||
|
||||
<target name="logfile" xsi:type="file" fileName="${var:basedir}/Log/RunIPC_${shortdate}.log" />
|
||||
</targets>
|
||||
|
||||
<rules>
|
||||
<logger name="*" writeTo="logfile" />
|
||||
</rules>
|
||||
</nlog>
|
||||
14
C-Windows-1/bin/Debug/SLC2-N-V2.8.exe.config
Normal file
14
C-Windows-1/bin/Debug/SLC2-N-V2.8.exe.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -14980,22 +14980,14 @@
|
||||
</member>
|
||||
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.SkipWhitespaceAndComments(SixLabors.ImageSharp.IO.BufferedReadStream)">
|
||||
<summary>
|
||||
Skip over any whitespace or any comments and signal if EOF has been reached.
|
||||
Skip over any whitespace or any comments.
|
||||
</summary>
|
||||
<param name="stream">The buffered read stream.</param>
|
||||
<returns><see langword="false"/> if EOF has been reached while reading the stream; see langword="true"/> otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.ReadDecimal(SixLabors.ImageSharp.IO.BufferedReadStream,System.Int32@)">
|
||||
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.ReadDecimal(SixLabors.ImageSharp.IO.BufferedReadStream)">
|
||||
<summary>
|
||||
Read a decimal text value and signal if EOF has been reached.
|
||||
Read a decimal text value.
|
||||
</summary>
|
||||
<param name="stream">The buffered read stream.</param>
|
||||
<param name="value">The read value.</param>
|
||||
<returns><see langword="false"/> if EOF has been reached while reading the stream; <see langword="true"/> otherwise.</returns>
|
||||
<remarks>
|
||||
A 'false' return value doesn't mean that the parsing has been failed, since it's possible to reach EOF while reading the last decimal in the file.
|
||||
It's up to the call site to handle such a situation.
|
||||
</remarks>
|
||||
<returns>The integer value of the decimal.</returns>
|
||||
</member>
|
||||
<member name="T:SixLabors.ImageSharp.Formats.Pbm.IPbmEncoderOptions">
|
||||
<summary>
|
||||
@@ -15168,7 +15160,6 @@
|
||||
Processes the ppm header.
|
||||
</summary>
|
||||
<param name="stream">The input stream.</param>
|
||||
<exception cref="T:SixLabors.ImageSharp.InvalidImageContentException">An EOF marker has been read before the image has been decoded.</exception>
|
||||
</member>
|
||||
<member name="T:SixLabors.ImageSharp.Formats.Pbm.PbmEncoder">
|
||||
<summary>
|
||||
@@ -29535,11 +29526,6 @@
|
||||
<param name="configuration">The configuration which allows altering default behaviour or extending the library.</param>
|
||||
<param name="stream">The input stream.</param>
|
||||
</member>
|
||||
<member name="P:SixLabors.ImageSharp.IO.BufferedReadStream.EofHitCount">
|
||||
<summary>
|
||||
Gets the number indicating the EOF hits occured while reading from this instance.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SixLabors.ImageSharp.IO.BufferedReadStream.BufferSize">
|
||||
<summary>
|
||||
Gets the size, in bytes, of the underlying buffer.
|
||||
|
||||
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.EF6.dll
Normal file
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.EF6.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.Linq.dll
Normal file
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.Linq.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.dll
Normal file
BIN
C-Windows-1/bin/Debug/System.Data.SQLite.dll
Normal file
Binary file not shown.
23604
C-Windows-1/bin/Debug/System.Data.SQLite.xml
Normal file
23604
C-Windows-1/bin/Debug/System.Data.SQLite.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
C-Windows-1/bin/Debug/UpMesCfg.dll
Normal file
BIN
C-Windows-1/bin/Debug/UpMesCfg.dll
Normal file
Binary file not shown.
1
C-Windows-1/bin/Debug/language.dt
Normal file
1
C-Windows-1/bin/Debug/language.dt
Normal file
File diff suppressed because one or more lines are too long
1
C-Windows-1/bin/Debug/language.dt.bak
Normal file
1
C-Windows-1/bin/Debug/language.dt.bak
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,95 @@
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:18:57
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:18:57
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:18:57
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:18:57
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:18:57
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:18:57
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:23:26
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:23:26
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:23:26
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:23:26
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:23:26
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:23:26
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-7-24 15:23:48
|
||||
strsn is NULL--------------------2024-7-24 15:23:48
|
||||
strsn is NULL--------------------2024-7-24 15:23:48
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:26:37
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:26:37
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:26:37
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:26:37
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:26:37
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:26:37
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-7-24 15:28:35
|
||||
strsn is NULL--------------------2024-7-24 15:28:35
|
||||
strsn is NULL--------------------2024-7-24 15:28:35
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:29:17
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:29:17
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:29:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:29:17
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:29:17
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:29:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:30:18
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:30:18
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:30:18
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:30:18
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:30:18
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:30:18
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:31:0
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:31:0
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:31:0
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
InsertTestResult <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:31:0
|
||||
InsertTestResult <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:31:0
|
||||
InsertTestResult <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:31:0
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
InsertTestResult is Fail--------------------2024-7-24 15:31:0
|
||||
InsertTestResult is Fail--------------------2024-7-24 15:31:0
|
||||
InsertTestResult is Fail--------------------2024-7-24 15:31:0
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:49:13
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:49:13
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:49:13
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:49:13
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:49:13
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:49:13
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:56:14
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:56:14
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 15:56:14
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:56:14
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:56:14
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 15:56:14
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,8 @@
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-7-24 15:23:48
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-7-24 15:28:35
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-7-24 15:30:39
|
||||
***********************ATS_InsertTestResult_V3**********************************************************220806_EBS*****************************
|
||||
2024-7-24 15:30:39
|
||||
@@ -0,0 +1,9 @@
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:23:48
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:28:35
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:30:39
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,10 @@
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 16:17:56
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 16:17:56
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-7-24 16:17:56
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 16:17:56
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 16:17:56
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-7-24 16:17:56
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,40 @@
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:38:39
|
||||
strsn is NULL--------------------2024-8-1 16:38:39
|
||||
strsn is NULL--------------------2024-8-1 16:38:39
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:38:49
|
||||
strsn is NULL--------------------2024-8-1 16:38:49
|
||||
strsn is NULL--------------------2024-8-1 16:38:49
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:38:58
|
||||
strsn is NULL--------------------2024-8-1 16:38:58
|
||||
strsn is NULL--------------------2024-8-1 16:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:39:11
|
||||
strsn is NULL--------------------2024-8-1 16:39:11
|
||||
strsn is NULL--------------------2024-8-1 16:39:11
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:39:17
|
||||
strsn is NULL--------------------2024-8-1 16:39:17
|
||||
strsn is NULL--------------------2024-8-1 16:39:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:39:24
|
||||
strsn is NULL--------------------2024-8-1 16:39:24
|
||||
strsn is NULL--------------------2024-8-1 16:39:24
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:42:46
|
||||
strsn is NULL--------------------2024-8-1 16:42:46
|
||||
strsn is NULL--------------------2024-8-1 16:42:46
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-1 16:42:54
|
||||
strsn is NULL--------------------2024-8-1 16:42:54
|
||||
strsn is NULL--------------------2024-8-1 16:42:54
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,16 @@
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:38:39
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:38:49
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:38:58
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:39:11
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:39:17
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:39:24
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:42:46
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-1 16:42:54
|
||||
@@ -0,0 +1,24 @@
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:39
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:49
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:11
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:24
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:42:46
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:42:54
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,190 @@
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:22
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:22
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:22
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:22
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:22
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:22
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:30
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:30
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:30:30
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:30
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:30
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:30:30
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:28
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:28
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:28
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:28
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:28
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:28
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:38
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:38
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:33:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:38
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:38
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:33:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:34:42
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:34:42
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:34:42
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:34:42
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:34:42
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:34:42
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:25
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:25
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:35:25
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:25
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:25
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:35:25
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:38:58
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:38:58
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:38:58
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:38:58
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:5
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:5
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:5
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:5
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:5
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:5
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:16
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:16
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:16
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:16
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:16
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:16
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:47
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:47
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:47
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:47
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:47
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:47
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:57
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:57
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:39:57
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:57
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:57
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:39:57
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:40:1
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:40:1
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:40:1
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:40:1
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:40:1
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:40:1
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:10
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:10
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:10
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:10
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:10
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:10
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:15
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:41:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:15
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:41:15
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:46
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:46
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:46
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:46
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:46
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:46
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:55
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:55
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:55
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:55
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:55
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:55
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:59
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:59
|
||||
ConnectOracle UpdateMesCfg <20><>ȡname pwdʧ<64><CAA7>!!--------------------2024-8-29 15:42:59
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:59
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:59
|
||||
ATS_SelectTestYorN_Batch <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>ʧ<EFBFBD><CAA7>OCILIB_DDL()--------------------2024-8-29 15:42:59
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,130 @@
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:19:39
|
||||
strsn is NULL--------------------2024-8-29 16:19:39
|
||||
strsn is NULL--------------------2024-8-29 16:19:39
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:32:38
|
||||
strsn is NULL--------------------2024-8-29 16:32:38
|
||||
strsn is NULL--------------------2024-8-29 16:32:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:32:47
|
||||
strsn is NULL--------------------2024-8-29 16:32:47
|
||||
strsn is NULL--------------------2024-8-29 16:32:47
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:36:54
|
||||
strsn is NULL--------------------2024-8-29 16:36:54
|
||||
strsn is NULL--------------------2024-8-29 16:36:54
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:3
|
||||
strsn is NULL--------------------2024-8-29 16:37:3
|
||||
strsn is NULL--------------------2024-8-29 16:37:3
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:14
|
||||
strsn is NULL--------------------2024-8-29 16:37:14
|
||||
strsn is NULL--------------------2024-8-29 16:37:14
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:22
|
||||
strsn is NULL--------------------2024-8-29 16:37:22
|
||||
strsn is NULL--------------------2024-8-29 16:37:22
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:32
|
||||
strsn is NULL--------------------2024-8-29 16:37:32
|
||||
strsn is NULL--------------------2024-8-29 16:37:32
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:42
|
||||
strsn is NULL--------------------2024-8-29 16:37:42
|
||||
strsn is NULL--------------------2024-8-29 16:37:42
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:37:51
|
||||
strsn is NULL--------------------2024-8-29 16:37:51
|
||||
strsn is NULL--------------------2024-8-29 16:37:51
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:1
|
||||
strsn is NULL--------------------2024-8-29 16:38:1
|
||||
strsn is NULL--------------------2024-8-29 16:38:1
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:10
|
||||
strsn is NULL--------------------2024-8-29 16:38:10
|
||||
strsn is NULL--------------------2024-8-29 16:38:10
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:20
|
||||
strsn is NULL--------------------2024-8-29 16:38:20
|
||||
strsn is NULL--------------------2024-8-29 16:38:20
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:29
|
||||
strsn is NULL--------------------2024-8-29 16:38:29
|
||||
strsn is NULL--------------------2024-8-29 16:38:29
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:38
|
||||
strsn is NULL--------------------2024-8-29 16:38:38
|
||||
strsn is NULL--------------------2024-8-29 16:38:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:48
|
||||
strsn is NULL--------------------2024-8-29 16:38:48
|
||||
strsn is NULL--------------------2024-8-29 16:38:48
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:38:58
|
||||
strsn is NULL--------------------2024-8-29 16:38:58
|
||||
strsn is NULL--------------------2024-8-29 16:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:7
|
||||
strsn is NULL--------------------2024-8-29 16:39:7
|
||||
strsn is NULL--------------------2024-8-29 16:39:7
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:17
|
||||
strsn is NULL--------------------2024-8-29 16:39:17
|
||||
strsn is NULL--------------------2024-8-29 16:39:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:26
|
||||
strsn is NULL--------------------2024-8-29 16:39:26
|
||||
strsn is NULL--------------------2024-8-29 16:39:26
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:36
|
||||
strsn is NULL--------------------2024-8-29 16:39:36
|
||||
strsn is NULL--------------------2024-8-29 16:39:36
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:45
|
||||
strsn is NULL--------------------2024-8-29 16:39:45
|
||||
strsn is NULL--------------------2024-8-29 16:39:45
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:39:55
|
||||
strsn is NULL--------------------2024-8-29 16:39:55
|
||||
strsn is NULL--------------------2024-8-29 16:39:55
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:40:4
|
||||
strsn is NULL--------------------2024-8-29 16:40:4
|
||||
strsn is NULL--------------------2024-8-29 16:40:4
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:40:14
|
||||
strsn is NULL--------------------2024-8-29 16:40:14
|
||||
strsn is NULL--------------------2024-8-29 16:40:14
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
strsn is NULL--------------------2024-8-29 16:40:23
|
||||
strsn is NULL--------------------2024-8-29 16:40:23
|
||||
strsn is NULL--------------------2024-8-29 16:40:23
|
||||
*****************************220806_EBS*****************************
|
||||
@@ -0,0 +1,52 @@
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:19:39
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:32:38
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:32:47
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:36:54
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:3
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:14
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:22
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:32
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:42
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:37:51
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:1
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:10
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:20
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:29
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:38
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:48
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:38:58
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:7
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:17
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:26
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:36
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:45
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:39:55
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:40:4
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:40:14
|
||||
************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS*****************************
|
||||
2024-8-29 16:40:23
|
||||
@@ -0,0 +1,78 @@
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:19:39
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:32:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:32:47
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:36:54
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:3
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:14
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:22
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:32
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:42
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:51
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:1
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:10
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:20
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:29
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:38
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:48
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:58
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:7
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:17
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:26
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:36
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:45
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:55
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:4
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:14
|
||||
*****************************220806_EBS*****************************
|
||||
*****************************220806_EBS*****************************
|
||||
************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:23
|
||||
*****************************220806_EBS*****************************
|
||||
BIN
C-Windows-1/bin/Debug/msvcp120d.dll
Normal file
BIN
C-Windows-1/bin/Debug/msvcp120d.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/msvcr120d.dll
Normal file
BIN
C-Windows-1/bin/Debug/msvcr120d.dll
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/Debug/ociliba.dll
Normal file
BIN
C-Windows-1/bin/Debug/ociliba.dll
Normal file
Binary file not shown.
383
C-Windows-1/bin/Debug/sscom51.ini
Normal file
383
C-Windows-1/bin/Debug/sscom51.ini
Normal file
@@ -0,0 +1,383 @@
|
||||
;ɾ<><C9BE><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>Իָ<D4BB>Ĭ<EFBFBD><C4AC>ֵ<EFBFBD><D6B5>
|
||||
;<3B><><EFBFBD><EFBFBD>SSCOM<4F><4D><EFBFBD><EFBFBD><EFBFBD>ñ<EFBFBD><C3B1><EFBFBD><EFBFBD>ļ<EFBFBD>,<2C><><EFBFBD>ڳ<EFBFBD><DAB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>úõĴ<C3B5><C4B4>ڲ<EFBFBD><DAB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݶ<EFBFBD><DDB6><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD>ò<EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD>ⲿ<EFBFBD>༭<EFBFBD><E0BCAD><EFBFBD>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD>ļ<EFBFBD>!
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ĺ<DEB8><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܴ<EFBFBD><DCB4><EFBFBD>,<2C><>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>,<2C><><EFBFBD><EFBFBD><F2BDABBB>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>µ<EFBFBD>ini<6E>ļ<EFBFBD>.
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>İ<D7B5><C4B0>Ƿֺ<C7B7><D6BA><EFBFBD>ע<EFBFBD>ͷ<EFBFBD><CDB7><EFBFBD>
|
||||
;ÿ<>ж<EFBFBD><D0B6>Իس<D4BB><D8B3><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
;"="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>ʾ<EFBFBD><CABE><EFBFBD>Ǹ<EFBFBD>HEX<45><58><EFBFBD>ݴ<EFBFBD>
|
||||
;"="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41>ʾ<EFBFBD><CABE><EFBFBD>Ǹ<EFBFBD>ASC<53>ַ<EFBFBD><D6B7><EFBFBD>
|
||||
;Nx<4E><78>ʾ<EFBFBD>ڼ<EFBFBD><DABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>(1<x<=N)
|
||||
N101=1,ʮ<><CAAE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݴ<EFBFBD>1,1000
|
||||
N1=H,13 00 FF 88
|
||||
|
||||
N102=3,<2C>ַ<EFBFBD><D6B7><EFBFBD>1,1000
|
||||
N2=A,output string
|
||||
|
||||
N103=2,<2C><>ӭ<EFBFBD><D3AD>,1000
|
||||
N3=A,<2C><>ӭ<EFBFBD><D3AD>ʹ<EFBFBD><CAB9>SSCOM!
|
||||
|
||||
N104=0,4<><34>ע<EFBFBD><D7A2>,1000
|
||||
N4=A,
|
||||
|
||||
N105=0,5<><35>ע<EFBFBD><D7A2>,1000
|
||||
N5=A,
|
||||
|
||||
N106=0,6<><36>ע<EFBFBD><D7A2>,1000
|
||||
N6=A,
|
||||
|
||||
N107=0,7<><37>ע<EFBFBD><D7A2>,1000
|
||||
N7=A,
|
||||
|
||||
N108=0,8<><38>ע<EFBFBD><D7A2>,1000
|
||||
N8=A,
|
||||
|
||||
N109=0,,1000
|
||||
N9=A,<2C><><EFBFBD>ߵĻ<DFB5>:
|
||||
|
||||
N110=0,,1000
|
||||
N10=A,Ϊ<>˸<EFBFBD><CBB8>õط<C3B5>չSSCOM<4F><4D><EFBFBD><EFBFBD>.
|
||||
|
||||
N111=0,,1000
|
||||
N11=A,<2C><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PCB<43><42><EFBFBD><EFBFBD>F<EFBFBD><46>βID.
|
||||
|
||||
N112=0,,1000
|
||||
N12=A,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ְ<EFBFBD>˼<EFBFBD><CBBC><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><D2B5>Ա.
|
||||
|
||||
N113=0,,1000
|
||||
N13=A,ֻ<><D6BB>F<EFBFBD><46>βID<49><44><EFBFBD>ܸ<EFBFBD><DCB8><EFBFBD><EFBFBD>ߴ<EFBFBD><DFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||
|
||||
N114=0,,1000
|
||||
N14=A,<2C><>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD><EFBFBD>м<EFBFBD><D0BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID.
|
||||
|
||||
N115=0,,1000
|
||||
N15=A,ͬһ<CDAC>ֻ<EFBFBD><D6BB><EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD>Զ<EFBFBD>ע<EFBFBD><D7A2>һ<EFBFBD><D2BB>F.
|
||||
|
||||
N116=0,,1000
|
||||
N16=A,<2C><><EFBFBD><EFBFBD>ΪSSCOM<4F><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD>֧<EFBFBD><D6A7>!
|
||||
|
||||
N117=0,,1000
|
||||
N17=A,<2C><><EFBFBD><EFBFBD>ϵFҵ<46><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>QQ:800058315
|
||||
|
||||
N118=0,,1000
|
||||
N18=A,лл!(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE>)
|
||||
|
||||
N119=0,19<31><39>ע<EFBFBD><D7A2>,1000
|
||||
N19=A,
|
||||
|
||||
N120=0,20<32><30>ע<EFBFBD><D7A2>,1000
|
||||
N20=A,
|
||||
|
||||
N121=0,21<32><31>ע<EFBFBD><D7A2>,1000
|
||||
N21=A,
|
||||
|
||||
N122=0,22<32><32>ע<EFBFBD><D7A2>,1000
|
||||
N22=A,
|
||||
|
||||
N123=0,23<32><33>ע<EFBFBD><D7A2>,1000
|
||||
N23=A,
|
||||
|
||||
N124=0,24<32><34>ע<EFBFBD><D7A2>,1000
|
||||
N24=A,
|
||||
|
||||
N125=0,25<32><35>ע<EFBFBD><D7A2>,1000
|
||||
N25=A,
|
||||
|
||||
N126=0,26<32><36>ע<EFBFBD><D7A2>,1000
|
||||
N26=A,
|
||||
|
||||
N127=0,27<32><37>ע<EFBFBD><D7A2>,1000
|
||||
N27=A,
|
||||
|
||||
N128=0,28<32><38>ע<EFBFBD><D7A2>,1000
|
||||
N28=A,
|
||||
|
||||
N129=0,29<32><39>ע<EFBFBD><D7A2>,1000
|
||||
N29=A,
|
||||
|
||||
N130=0,30<33><30>ע<EFBFBD><D7A2>,1000
|
||||
N30=A,
|
||||
|
||||
N131=0,31<33><31>ע<EFBFBD><D7A2>,1000
|
||||
N31=A,
|
||||
|
||||
N132=0,32<33><32>ע<EFBFBD><D7A2>,1000
|
||||
N32=A,
|
||||
|
||||
N133=0,33<33><33>ע<EFBFBD><D7A2>,1000
|
||||
N33=A,
|
||||
|
||||
N134=0,34<33><34>ע<EFBFBD><D7A2>,1000
|
||||
N34=A,
|
||||
|
||||
N135=0,35<33><35>ע<EFBFBD><D7A2>,1000
|
||||
N35=A,
|
||||
|
||||
N136=0,36<33><36>ע<EFBFBD><D7A2>,1000
|
||||
N36=A,
|
||||
|
||||
N137=0,37<33><37>ע<EFBFBD><D7A2>,1000
|
||||
N37=A,
|
||||
|
||||
N138=0,38<33><38>ע<EFBFBD><D7A2>,1000
|
||||
N38=A,
|
||||
|
||||
N139=0,39<33><39>ע<EFBFBD><D7A2>,1000
|
||||
N39=A,
|
||||
|
||||
N140=0,40<34><30>ע<EFBFBD><D7A2>,1000
|
||||
N40=A,
|
||||
|
||||
N141=0,41<34><31>ע<EFBFBD><D7A2>,1000
|
||||
N41=A,
|
||||
|
||||
N142=0,42<34><32>ע<EFBFBD><D7A2>,1000
|
||||
N42=A,
|
||||
|
||||
N143=0,43<34><33>ע<EFBFBD><D7A2>,1000
|
||||
N43=A,
|
||||
|
||||
N144=0,44<34><34>ע<EFBFBD><D7A2>,1000
|
||||
N44=A,
|
||||
|
||||
N145=0,45<34><35>ע<EFBFBD><D7A2>,1000
|
||||
N45=A,
|
||||
|
||||
N146=0,46<34><36>ע<EFBFBD><D7A2>,1000
|
||||
N46=A,
|
||||
|
||||
N147=0,47<34><37>ע<EFBFBD><D7A2>,1000
|
||||
N47=A,
|
||||
|
||||
N148=0,48<34><38>ע<EFBFBD><D7A2>,1000
|
||||
N48=A,
|
||||
|
||||
N149=0,49<34><39>ע<EFBFBD><D7A2>,1000
|
||||
N49=A,
|
||||
|
||||
N150=0,50<35><30>ע<EFBFBD><D7A2>,1000
|
||||
N50=A,
|
||||
|
||||
N151=0,51<35><31>ע<EFBFBD><D7A2>,1000
|
||||
N51=A,
|
||||
|
||||
N152=0,52<35><32>ע<EFBFBD><D7A2>,1000
|
||||
N52=A,
|
||||
|
||||
N153=0,53<35><33>ע<EFBFBD><D7A2>,1000
|
||||
N53=A,
|
||||
|
||||
N154=0,54<35><34>ע<EFBFBD><D7A2>,1000
|
||||
N54=A,
|
||||
|
||||
N155=0,55<35><35>ע<EFBFBD><D7A2>,1000
|
||||
N55=A,
|
||||
|
||||
N156=0,56<35><36>ע<EFBFBD><D7A2>,1000
|
||||
N56=A,
|
||||
|
||||
N157=0,57<35><37>ע<EFBFBD><D7A2>,1000
|
||||
N57=A,
|
||||
|
||||
N158=0,58<35><38>ע<EFBFBD><D7A2>,1000
|
||||
N58=A,
|
||||
|
||||
N159=0,59<35><39>ע<EFBFBD><D7A2>,1000
|
||||
N59=A,
|
||||
|
||||
N160=0,60<36><30>ע<EFBFBD><D7A2>,1000
|
||||
N60=A,
|
||||
|
||||
N161=0,61<36><31>ע<EFBFBD><D7A2>,1000
|
||||
N61=A,
|
||||
|
||||
N162=0,62<36><32>ע<EFBFBD><D7A2>,1000
|
||||
N62=A,
|
||||
|
||||
N163=0,63<36><33>ע<EFBFBD><D7A2>,1000
|
||||
N63=A,
|
||||
|
||||
N164=0,64<36><34>ע<EFBFBD><D7A2>,1000
|
||||
N64=A,
|
||||
|
||||
N165=0,65<36><35>ע<EFBFBD><D7A2>,1000
|
||||
N65=A,
|
||||
|
||||
N166=0,66<36><36>ע<EFBFBD><D7A2>,1000
|
||||
N66=A,
|
||||
|
||||
N167=0,67<36><37>ע<EFBFBD><D7A2>,1000
|
||||
N67=A,
|
||||
|
||||
N168=0,68<36><38>ע<EFBFBD><D7A2>,1000
|
||||
N68=A,
|
||||
|
||||
N169=0,69<36><39>ע<EFBFBD><D7A2>,1000
|
||||
N69=A,
|
||||
|
||||
N170=0,70<37><30>ע<EFBFBD><D7A2>,1000
|
||||
N70=A,
|
||||
|
||||
N171=0,71<37><31>ע<EFBFBD><D7A2>,1000
|
||||
N71=A,
|
||||
|
||||
N172=0,72<37><32>ע<EFBFBD><D7A2>,1000
|
||||
N72=A,
|
||||
|
||||
N173=0,73<37><33>ע<EFBFBD><D7A2>,1000
|
||||
N73=A,
|
||||
|
||||
N174=0,74<37><34>ע<EFBFBD><D7A2>,1000
|
||||
N74=A,
|
||||
|
||||
N175=0,75<37><35>ע<EFBFBD><D7A2>,1000
|
||||
N75=A,
|
||||
|
||||
N176=0,76<37><36>ע<EFBFBD><D7A2>,1000
|
||||
N76=A,
|
||||
|
||||
N177=0,77<37><37>ע<EFBFBD><D7A2>,1000
|
||||
N77=A,
|
||||
|
||||
N178=0,78<37><38>ע<EFBFBD><D7A2>,1000
|
||||
N78=A,
|
||||
|
||||
N179=0,79<37><39>ע<EFBFBD><D7A2>,1000
|
||||
N79=A,
|
||||
|
||||
N180=0,80<38><30>ע<EFBFBD><D7A2>,1000
|
||||
N80=A,
|
||||
|
||||
N181=0,81<38><31>ע<EFBFBD><D7A2>,1000
|
||||
N81=A,
|
||||
|
||||
N182=0,82<38><32>ע<EFBFBD><D7A2>,1000
|
||||
N82=A,
|
||||
|
||||
N183=0,83<38><33>ע<EFBFBD><D7A2>,1000
|
||||
N83=A,
|
||||
|
||||
N184=0,84<38><34>ע<EFBFBD><D7A2>,1000
|
||||
N84=A,
|
||||
|
||||
N185=0,85<38><35>ע<EFBFBD><D7A2>,1000
|
||||
N85=A,
|
||||
|
||||
N186=0,86<38><36>ע<EFBFBD><D7A2>,1000
|
||||
N86=A,
|
||||
|
||||
N187=0,87<38><37>ע<EFBFBD><D7A2>,1000
|
||||
N87=A,
|
||||
|
||||
N188=0,88<38><38>ע<EFBFBD><D7A2>,1000
|
||||
N88=A,
|
||||
|
||||
N189=0,89<38><39>ע<EFBFBD><D7A2>,1000
|
||||
N89=A,
|
||||
|
||||
N190=0,90<39><30>ע<EFBFBD><D7A2>,1000
|
||||
N90=A,
|
||||
|
||||
N191=0,91<39><31>ע<EFBFBD><D7A2>,1000
|
||||
N91=A,
|
||||
|
||||
N192=0,92<39><32>ע<EFBFBD><D7A2>,1000
|
||||
N92=A,
|
||||
|
||||
N193=0,93<39><33>ע<EFBFBD><D7A2>,1000
|
||||
N93=A,
|
||||
|
||||
N194=0,94<39><34>ע<EFBFBD><D7A2>,1000
|
||||
N94=A,
|
||||
|
||||
N195=0,95<39><35>ע<EFBFBD><D7A2>,1000
|
||||
N95=A,
|
||||
|
||||
N196=0,96<39><36>ע<EFBFBD><D7A2>,1000
|
||||
N96=A,
|
||||
|
||||
N197=0,97<39><37>ע<EFBFBD><D7A2>,1000
|
||||
N97=A,
|
||||
|
||||
N198=0,98<39><38>ע<EFBFBD><D7A2>,1000
|
||||
N98=A,
|
||||
|
||||
N199=0,99<39><39>ע<EFBFBD><D7A2>,1000
|
||||
N99=A,
|
||||
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>ʱÿ256<35>ֽ<EFBFBD><D6BD><EFBFBD>ʱʱ<CAB1><CAB1>ms
|
||||
N1051=,1
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
N1052=,
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ASC<53>ַ<EFBFBD><D6B7><EFBFBD>
|
||||
N1053=,abcdefg
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>HEX<45><58><EFBFBD>ݴ<EFBFBD>
|
||||
N1054=,12 FF 00 30
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>巢<EFBFBD>ͷ<EFBFBD>ʽ(ASC or HEX)
|
||||
N1055=,A
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>ʱ<EFBFBD><CAB1>ms
|
||||
N1056=,1000
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
N1057=,N
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>ʱ<EFBFBD><CAB1>ms
|
||||
N1058=,1
|
||||
;<3B><><EFBFBD>մ<EFBFBD><D5B4><EFBFBD><EFBFBD>Ƿ<EFBFBD>HEX<45><58>ʾ<EFBFBD><CABE>ʽ
|
||||
N1059=,N
|
||||
;У<>鷽ʽ,0=None<6E><65>1=modbusCRC16<31><36>2=ADD<44><44>3=XOR
|
||||
N1060=,0
|
||||
;<3B><><EFBFBD><EFBFBD>DTR:
|
||||
N1061=,Y
|
||||
;<3B><><EFBFBD><EFBFBD>RTS:
|
||||
N1062=,N
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>Ƿ<EFBFBD><C7B7><EFBFBD><F2BFAAB4><EFBFBD>
|
||||
N1063=,N
|
||||
;<3B>Ƿ<EFBFBD><C7B7>ְ<EFBFBD><D6B0><EFBFBD>ʾ
|
||||
N1064=,Y
|
||||
;<3B>ְ<EFBFBD><D6B0><EFBFBD>ʱʱ<CAB1><CAB1>ms
|
||||
N1065=,20
|
||||
;<3B><><EFBFBD>մ<EFBFBD><D5B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ
|
||||
N1066=,16777215
|
||||
;<3B><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,200K,500K,1M,2M,5M,10M,20M
|
||||
N1067=,1000000
|
||||
;Զ<><D4B6>IP<49><50>ַ
|
||||
N1068=,120.76.28.211
|
||||
;Զ<>̶˿<CCB6>
|
||||
N1069=,80
|
||||
;<3B><><EFBFBD>ض˿<D8B6>
|
||||
N1070=,777
|
||||
;ѡ<><D1A1><EFBFBD>س<EFBFBD><D8B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||
N1071=,N
|
||||
;ѡ<><EFBFBD><F1B0B4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD>ֵ
|
||||
N1072=,Y
|
||||
;ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
N1073=,N
|
||||
;<3B>ڼ<EFBFBD><DABC>ֽ<EFBFBD><D6BD><EFBFBD>ĩβ<C4A9><CEB2>У<EFBFBD><D0A3>
|
||||
N1074=,1
|
||||
;<3B><>ĩβ<C4A9><CEB2><EFBFBD><EFBFBD><EFBFBD>ڼ<EFBFBD><DABC>ֽڼ<D6BD>У<EFBFBD><D0A3>,<2C><><EFBFBD>ڼ<EFBFBD><DABC><EFBFBD><EFBFBD><EFBFBD>Ŀ
|
||||
N1075=,0
|
||||
;<3B>ն˷<D5B6><CBB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>س<EFBFBD><D8B3><EFBFBD><EFBFBD>Ƿ<EFBFBD><C7B7>Զ<EFBFBD><D4B6>ӻ<EFBFBD><D3BB><EFBFBD>
|
||||
N1076=,N
|
||||
;<3B><>ǰ<EFBFBD><C7B0><EFBFBD>ں<EFBFBD>Port=COMX,<2C><><EFBFBD><EFBFBD>ģʽ):1=TCPCLIENT,2=TCPSERVER,3=UDP
|
||||
N1080=,COM1
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Band rate
|
||||
N1081=,115200
|
||||
;<3B><><EFBFBD>洰<EFBFBD>ڿ<EFBFBD><DABF><EFBFBD>
|
||||
N1082=,792
|
||||
;<3B><><EFBFBD>洰<EFBFBD>ڸ߶<DAB8>
|
||||
N1083=,600
|
||||
;<3B><><EFBFBD>洰<EFBFBD><E6B4B0>left
|
||||
N1084=,250
|
||||
;<3B><><EFBFBD>洰<EFBFBD><E6B4B0>top
|
||||
N1085=,180
|
||||
;<3B>ָ<EFBFBD><D6B8><EFBFBD>λ<EFBFBD><CEBB>(<28>Ҳ<EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
|
||||
N1086=,418
|
||||
;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͱ<EFBFBD>ť<EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD>
|
||||
N1087=,120
|
||||
;<3B><><EFBFBD>洰<EFBFBD><E6B4B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
N1088=,<2C><><EFBFBD><EFBFBD>
|
||||
;<3B><><EFBFBD>洰<EFBFBD><E6B4B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С
|
||||
N1089=,9
|
||||
;<3B><><EFBFBD>洰<EFBFBD><E6B4B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ
|
||||
N1090=,0
|
||||
;C:Chinese<73><65><EFBFBD><EFBFBD>,E:English
|
||||
N1100=,<2C><><EFBFBD><EFBFBD>
|
||||
;end
|
||||
BIN
C-Windows-1/bin/Debug/sscomV5131.exe
Normal file
BIN
C-Windows-1/bin/Debug/sscomV5131.exe
Normal file
Binary file not shown.
1
C-Windows-1/bin/Debug/user.dt
Normal file
1
C-Windows-1/bin/Debug/user.dt
Normal file
@@ -0,0 +1 @@
|
||||
[{"userName":"op1","password":"111","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":1},{"userName":"eng1","password":"222","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":2},{"userName":"admin1","password":"333","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":3},{"userName":"mc1","password":"444","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":4},{"userName":"dev","password":"hjye","bRememberUserNameFlag":false,"bRememberPwdFlag":false,"userLevel":9}]
|
||||
1
C-Windows-1/bin/Debug/user.dt.bak
Normal file
1
C-Windows-1/bin/Debug/user.dt.bak
Normal file
@@ -0,0 +1 @@
|
||||
[{"userName":"op1","password":"111","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":1},{"userName":"eng1","password":"222","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":2},{"userName":"admin1","password":"333","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":3},{"userName":"mc1","password":"444","bRememberUserNameFlag":true,"bRememberPwdFlag":false,"userLevel":4},{"userName":"dev","password":"hjye","bRememberUserNameFlag":false,"bRememberPwdFlag":false,"userLevel":9}]
|
||||
73
C-Windows-1/bin/Debug/变更说明.txt
Normal file
73
C-Windows-1/bin/Debug/变更说明.txt
Normal file
@@ -0,0 +1,73 @@
|
||||
V1.3.1.0 <20><><EFBFBD>Ĺ<EFBFBD>վ<EFBFBD>ӿ<EFBFBD>Ϊ<EFBFBD>½ӿڣ<D3BF>
|
||||
<20><><EFBFBD>µĹ<C2B5>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
ǿ<><C7BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SN,Ϊ<><CEAA>д
|
||||
|
||||
V1.3.2.0 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD>У<EFBFBD>
|
||||
<20><><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<20><>ȡָ<C8A1><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
V1.3.3.0 <20><>ֲФ<D6B2><D0A4><EFBFBD>Ľӿ<C4BD>
|
||||
|
||||
V1.3.3.4 <20>İ<DEB8><C4B0><EFBFBD><EFBFBD><EFBFBD>ȡSN<53><4E><EFBFBD>뷶Χ<EBB7B6>Ľӿڣ<D3BF><DAA3><EFBFBD><EFBFBD>Ӳ<EFBFBD>SNʱ<4E><CAB1><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>ȷ<EFBFBD>ķ<EFBFBD>Χ
|
||||
|
||||
V1.3.3.7 <20><><EFBFBD><EFBFBD><EFBFBD>ӿڣ<D3BF><DAA3><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>εĵ<CEB5>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>MAC<41><43>MES_GetMACorSN_OrderByData
|
||||
|
||||
V1.3.3.8 Ali_GetSNRange<67>ӿڣ<D3BF><DAA3><EFBFBD>ȡ<EFBFBD><C8A1>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Χ<EFBFBD><CEA7><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD>Χ<EFBFBD><CEA7>ȷ<D7BC><C8B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
V1.3.3.9 <20><><EFBFBD><EFBFBD><EFBFBD>ӿڣ<D3BF>Product_GetTwoSNorMAC ͨ<><CDA8>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,<2C><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MAC
|
||||
|
||||
V1.3.3.10 <20><><EFBFBD><EFBFBD><EFBFBD>ӿڣ<D3BF>Product_SnMacBind <20><>SN<53><4E><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD><EFBFBD><EFBFBD>,MAC<41>γ<EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>¼
|
||||
|
||||
V1.3.3.11 <20><><EFBFBD><EFBFBD><EFBFBD>ӿڣ<D3BF>ATS_CALL_IT_SQL_API <20><><EFBFBD><D7BC><EFBFBD><EFBFBD>IT<49>ӿں<D3BF><DABA><EFBFBD>
|
||||
|
||||
V1.3.3.12 <20>Ľӿڣ<D3BF>ATS_CALL_IT_SQL_API<50><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD>select<63>ؼ<EFBFBD><D8BC>֡<EFBFBD>
|
||||
|
||||
V1.5.1.3 <20><><EFBFBD><EFBFBD><EFBFBD>ӿڣ<D3BF>UpdateOneDataTwoCondition
|
||||
|
||||
V1.5.1.4 Debugģʽ<C4A3><CABD><EFBFBD><EFBFBD>"FFFFFFFFFFFFFFFF"<22><>"FFFFFFFFFFFFFFFFFF"
|
||||
|
||||
V1.5.1.5 Debugģʽ"FFFFFFFFFFFFFFFF"<22><>Ϊ<EFBFBD><CEAA>EQ6QFFFFFFFFFFFF"
|
||||
|
||||
V1.5.1.6 Debugģʽ<C4A3><CABD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD>FFFF<46><46>
|
||||
|
||||
V1.5.1.7
|
||||
1.<2E><><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>Ӳ<EFBFBD><D3B2><EFBFBD>¼<EFBFBD><C2BC><EFBFBD>ӿ<EFBFBD> --<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>Ķ<EFBFBD>
|
||||
2.<2E><><EFBFBD><EFBFBD>ʧ<EFBFBD>ܵ<EFBFBD>log<6F><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>log<6F><67>
|
||||
3.<2E><><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD>䣬<EFBFBD><E4A3AC><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1>log<6F><67>
|
||||
|
||||
V1.5.1.8
|
||||
1.<2E><EFBFBD><DEB8>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD>κŵ<CEBA>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ9λ<39><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǵ<EFBFBD><C7B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD>λ
|
||||
|
||||
V1.5.1.9
|
||||
1.<2E><EFBFBD><DEB8>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>жϣ<D0B6><CFA3><EFBFBD>ΪС<CEAA><D0A1>0Ϊ<30>ϴ<EFBFBD>NG
|
||||
|
||||
V1.5.2.11
|
||||
1.<2E><><EFBFBD>ӻ<EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD>ƽӿ<C6BD>getScriptContent<6E><74>Debugģʽ<C4A3><CABD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>FFFFFFFFF<46><46>
|
||||
Debugģʽ<C4A3>µķ<C2B5><C4B7>أ<EFBFBD><D8A3><EFBFBD>ʵ<EFBFBD>ʷ<EFBFBD><CAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>벻һ<EBB2BB><D2BB><EFBFBD><EFBFBD>
|
||||
|
||||
V1.5.2.12
|
||||
1.<2E><EFBFBD>Product_BindSN_GetBINKEY<45><59><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡKEY<45><59>С<EFBFBD><D0A1><EFBFBD><EFBFBD>4KB<4B><42>Ϊ40KB
|
||||
|
||||
V1.6.1.11
|
||||
1.<2E>Ĺ<DEB8>վ<EFBFBD>ӿ<EFBFBD>ATS_SelectTestYorN<72><4E>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD><EFBFBD>ι<EFBFBD>վ<EFBFBD>Ľӿ<C4BD>
|
||||
2.<2E><><EFBFBD><EFBFBD>ÿ<EFBFBD>ζ<EFBFBD><CEB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><CEA3><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
V1.6.1.15
|
||||
1.<2E>Ľӿ<C4BD>ATS_OffLine_InsertResult_V2<56><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD><CAB9>mes_station_ctrl
|
||||
|
||||
V1.6.1.21
|
||||
1.<2E><><EFBFBD><EFBFBD>ATS_GetFailCodeFlag<61>ӿڣ<D3BF><DAA3>ӿڷ<D3BF><DAB7><EFBFBD>1<EFBFBD><31><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>룬<EFBFBD>ӿڷ<D3BF><DAB7><EFBFBD>0<EFBFBD><30>-1<><31><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
2.<2E><><EFBFBD><EFBFBD>ATS_CALL_IT_SQL_API<50>ٴ<EFBFBD>ӡһ<D3A1><D2BB>SQL<51><4C><EFBFBD>䣬
|
||||
3.<2E><><EFBFBD><EFBFBD>ATS_InsertFailCode_V2<56><32>ӡSQL<51><4C><EFBFBD>䡣
|
||||
|
||||
V1.6.1.23
|
||||
1.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><CFB1>룬<EFBFBD><EBA3AC>Ϊ<EFBFBD><CEAA>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD>
|
||||
|
||||
V1.6.1.24
|
||||
1.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ATS_InsertDataRow_JIG<49><47><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ATS_InsertDataRow_JIG_V2<56><32><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD>µ<EFBFBD>V3<56>汾<EFBFBD><E6B1BE>֧<EFBFBD>ֻ<EFBFBD><D6BB>ܺŲ<DCBA>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>
|
||||
|
||||
V1.6.1.25
|
||||
1.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>HW_InsertDataRow<6F><77><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD>µ<EFBFBD>V3<56>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>error codeΪerror001024,<2C><><EFBFBD>ܺ<EFBFBD>Ĭ<EFBFBD><C4AC>ΪPC<50><43>MAC#IP<49><50>remarkҲΪPC<50><43>MAC#IP<49><50>֧<EFBFBD>ֻ<EFBFBD><D6BB>ܺŲ<DCBA>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>
|
||||
2.<2E><><EFBFBD><EFBFBD>ATS_InsertDataRow<6F><77><EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD>µ<EFBFBD>V3<56>汾<EFBFBD><E6B1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>error codeΪerror001025,<2C><><EFBFBD>ܺ<EFBFBD>Ĭ<EFBFBD><C4AC>ΪPC<50><43>MAC#IP<49><50>remarkҲΪPC<50><43>MAC#IP<49><50>֧<EFBFBD>ֻ<EFBFBD><D6BB>ܺŲ<DCBA>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>
|
||||
3.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ATS_InsertDataRow_JIG<49><47><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>Ļ<EFBFBD><C4BB><EFBFBD><EFBFBD>Ͻ<EFBFBD>remark<72><6B><EFBFBD><EFBFBD>ΪPC<50><43>MAC#IP
|
||||
4.<2E><><EFBFBD><EFBFBD>ATS_InsertDataRow_JIG_V2<56><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>Ļ<EFBFBD><C4BB><EFBFBD><EFBFBD>Ͻ<EFBFBD>remark<72><6B><EFBFBD><EFBFBD>ΪPC<50><43>MAC#IP
|
||||
5
C-Windows-1/bin/Debug/说明.txt
Normal file
5
C-Windows-1/bin/Debug/说明.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ATS_Station_Managment.dll Labview用这个就可以
|
||||
|
||||
|
||||
ATS_Station_Managment.h
|
||||
ATS_Station_Managment.lib 这两个文件是给C++用的
|
||||
67
C-Windows-1/bin/Debug/过站流程.txt
Normal file
67
C-Windows-1/bin/Debug/过站流程.txt
Normal file
@@ -0,0 +1,67 @@
|
||||
1<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD><EFBFBD>
|
||||
<EFBFBD>ӿں<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode);
|
||||
|
||||
BatchNumber<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Σ<EFBFBD><EFBFBD>豸<EFBFBD><EFBFBD>Ա<EFBFBD><EFBFBD><EFBFBD>룩
|
||||
MaterialCode<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * GT2311001404, _out_ char * MaterialCode);
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>أ<EFBFBD>080899-070528#931201-100124# <20><>#<23><>Ϊ<EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ù<EFBFBD><C3B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><CFB1>롣
|
||||
|
||||
|
||||
2<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD>վ<EFBFBD><EFBFBD>
|
||||
<EFBFBD>ӿں<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
//<2F><>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName);
|
||||
|
||||
MaterialCode<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD>롣<EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD>빩<EFBFBD>豸<EFBFBD><EFBFBD>Աѡ<EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD><EFBFBD>Աѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD>롣
|
||||
ATSStationName<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD>վ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * 080899-070528, _out_ char * ATSStationName);
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>أ<EFBFBD>FA120#FA90#FA150#FA80#FA100#FA50#FA110# <20><><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>#<23>ָ<EFBFBD><D6B8><EFBFBD>
|
||||
<EFBFBD><EFBFBD><EFBFBD>豸<EFBFBD><EFBFBD>Աѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD>վ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
3<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD><EFBFBD>ڵ<EFBFBD>ǰվ<EFBFBD><EFBFBD>
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName(
|
||||
_in_ char* MainSN,//<2F><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>
|
||||
_in_ char* ATSStationName,//վ<><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2<EFBFBD><32>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char* MaterialCode,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1>룬<EFBFBD><EBA3AC>1<EFBFBD><31>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char* Batch,//<2F><><EFBFBD>Σ<EFBFBD><CEA3>ֳ<EFBFBD><D6B3>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD>룬<EFBFBD><EBA3AC>1<EFBFBD><31><EFBFBD>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>α<EFBFBD><CEB1><EFBFBD>
|
||||
_in_ char* LineName,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD>ƣ<EFBFBD><C6A3>ֳ<EFBFBD><D6B3>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>
|
||||
_in_ char* Value2,//<2F><><EFBFBD><EFBFBD><EFBFBD>̶<EFBFBD>ֵ<EFBFBD><D6B5>NA<4E><41>
|
||||
_in_ char* Value3,//<2F><><EFBFBD><EFBFBD><EFBFBD>̶<EFBFBD>ֵ<EFBFBD><D6B5>NA<4E><41>
|
||||
_out_ char* TestYorN
|
||||
);
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵΪY<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Բ<EFBFBD><EFBFBD>ԡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵΪN<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڵ<EFBFBD>ǰվ<EFBFBD>㡣
|
||||
|
||||
4<EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<EFBFBD>ӿں<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2(
|
||||
_in_ char *strlinename,//<2F>߱<EFBFBD><DFB1><EFBFBD><EFBFBD>ƣ<EFBFBD><C6A3>ֳ<EFBFBD><D6B3>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>
|
||||
_in_ char *strbatch,//<2F><><EFBFBD>Σ<EFBFBD><CEA3>ֳ<EFBFBD><D6B3>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD>룬<EFBFBD><EBA3AC>1<EFBFBD><31><EFBFBD>豸<EFBFBD><E8B1B8>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>α<EFBFBD><CEB1><EFBFBD>
|
||||
_in_ char *strlocation,//<2F><><EFBFBD>ϱ<EFBFBD><CFB1>룬<EFBFBD><EBA3AC>1<EFBFBD><31>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD><CFB1><EFBFBD>
|
||||
_in_ char *strstation,//վ<><D5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2<EFBFBD><32>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ char *strsn,//<2F><>վ<EFBFBD><D5BE><EFBFBD><EFBFBD>
|
||||
_in_ int iresult,//<2F><><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD> 0ΪFAIL<49><4C>1ΪPASS
|
||||
_in_ char * errorinfo,//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ Fail<69><6C><EFBFBD><EFBFBD><EFBFBD>Pass<73><73>NA
|
||||
_in_ char * JIG_Number,//<2F><><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD> <20>豸<EFBFBD><E8B1B8><EFBFBD>ţ<EFBFBD><C5A3><EFBFBD><EFBFBD>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PC MAC<41><43>ַ
|
||||
_in_ char *strswversion,//<2F><><EFBFBD><EFBFBD><EFBFBD>汾
|
||||
_in_ char *strremark, //<2F><>ע <20><><EFBFBD><EFBFBD>дNA
|
||||
_in_ char *strkeys,//<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ONE,H0H,H1H,H2H,H3H <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӳ<EFBFBD><D3B2><EFBFBD>H'n'H
|
||||
_in_ char *strvalues//ֵ <20><><EFBFBD><EFBFBD>'<27><><EFBFBD><EFBFBD>','Value1','Value2','Value3','Value4' ע<><D7A2>Valueֵ<65><D6B5>ҪΪ<D2AA><CEAA>
|
||||
);
|
||||
|
||||
5<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡPincode<EFBFBD><EFBFBD>Ϣ
|
||||
DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API(
|
||||
_in_ char * select mes_sonos_pkg.f_GetJsondata('ɨ<><C9A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>') from dual, //<2F><><EFBFBD><EFBFBD>ɨ<EFBFBD><C9A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
_out_ char * Result_Str, //<2F><><EFBFBD><EFBFBD>Pincode<64><65>Ϣ
|
||||
_in_ int length_max //Ĭ<><C4AC>Ϊ0
|
||||
);
|
||||
|
||||
<EFBFBD><EFBFBD>ע<EFBFBD><EFBFBD>
|
||||
32λ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ATS_Station_Managment.dll
|
||||
64λ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ATS_Station_Management_X64.dll
|
||||
BIN
C-Windows-1/bin/LL-18.rar
Normal file
BIN
C-Windows-1/bin/LL-18.rar
Normal file
Binary file not shown.
Binary file not shown.
BIN
C-Windows-1/bin/通力LL-18.rar
Normal file
BIN
C-Windows-1/bin/通力LL-18.rar
Normal file
Binary file not shown.
BIN
C-Windows-1/bin/通力LL-18240929.rar
Normal file
BIN
C-Windows-1/bin/通力LL-18240929.rar
Normal file
Binary file not shown.
Reference in New Issue
Block a user