⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 result.txt

📁 主要用于进行对给定的数据库进行文本分类
💻 TXT
字号:

 The current time that construct database:Mon Dec 15 14:20:36 2008

 /***********************************************************Change History*************************************************/
Change ID | Changed Date | Changed By |      Summary      |    Description    |   Purpose   |  Changed Files  |   Added Files 
| blank | blank | blank | blank | blank 
    1|      11/12/2004  |      Simon  |Added this file.| blank | blank | blank | blank 
    2|      11/16/2004  |      Johnason  |Support saving TDF file|Add NIST_SUPPORT in cls_cls.cfgAdd cls_nist.cfg. A sample and explaination is put in miscAdd a new class CTDF, which calls some functions of lscvt.liband tdf.lib.Comments:CTDF need to be enhanced. The basic idea is to use a base class foriniting, reading existing TDF file and saving repacked TDF file. Nobinding data (a virtual function) in base class. Three new class willbe derived from the base class to bind three kinds of data: fromWinCtrlSet, cls_nist.cfg, images. Then ClsMain and ClsDataEntry cancall different class as they required.| blank |SystemConfig.cpp/h|TDF.cpp/h
    3|      11/23/2004  |      Johnason  |Florida payment interface|It map FirstName, LastName, MidName, SufName before. Now it only mapthe Name field.| blank |SystemConfig.cpp/h| blank 
    4|      11/23/2004  |      Johnason  |Flat App Version|Read nFlatAppVersion in Cls_cls.cfg| blank |SystemConfig.cpp/h| blank 
    5|      12/01/2004  |      Johnason  |Add code to delete transactions from nist_ipa, nist_ipa_pm, nist_ipa_print,nist_ipa_print_pm|Add one new function: CLSTransDeleteExceptionCall this new function in CLSTransDeleteRec() and CLSTransNewDeleteRec()In this case, these four tables should not be put in INFO_TABLE. Beforewe put them into it, which will cause a bug: When the transaction hasexception and has been scanned, the exception will be removed if userviews demo and saves it.| blank |SystemTrans.cppSystemTransNew.cppSystemTrans.h| blank 
    6|      12/02/2004  |      Johnason  |Add config item FLAT_PHOTO in cls_scan.cfg|Add code to read FLAT_PHOTO in cls_scan.cfg.| blank |SystemConfig.cppSystemDb.h| blank 
    7|      12/02/2004  |      Eric  |Updated logic of checking FBI responses|New logic to check FBI response| blank |DaoQTransNew.cpp| blank 
    8|      12/06/2004  |      Eric  |Updated CLSTransInsertEmailRec()|The variable szTblRev needs memset| blank |SystemTrans.cpp| blank 
    9|      12/08/2004  |      Eric  |Added new SEND_OPTION to cls_cls.cfg|Check whether all mandatory data have been captured and transactionis ready for sending outSEND_OPTION = 11111100DataEntry|TP|Palm|Photo|Sign|DemoImage|Reserved|Reserved| blank |SystemConfig.cpp/h, SystemTransNew.cpp/h| blank 
    10|      12/09/2004  |      Eric  |Added new CLEAN_WHEN_LOGOFF to cls_cls.cfgThis is to delete all completed transactions when log-off(for USSS - Child)| blank | blank |SystemConfig.cpp/h| blank 
    11|      12/10/2004  |      Johnason  |Add a config item PALM_CHECK_VERSION in cls_scan.cfg|The default value is 0.If it is set to 2, use the new algorithm of palm sequence check.| blank |SystemConfig.cpp/h| blank 
    12|      12/11/2004  |      Johnason  |Add severl parameters for palm sequence check in cls_scan.cfg|Add them for new algorithm of palm sequence checkDefault values are 0| blank |SystemConfig.cpp/h| blank 
    13|      12/13/2004  |      Johnason  |Add CHECK_IMAGE_BEFORE_SCAN in cls_scan.cfg|Add ClsCfgScan.bCheckImageBeforeScan for CHECK_IMAGE_BEFORE_SCAN.The default value is false.| blank |SystemConfig.cpp/h| blank 
    14|      12/13/2004  |      Johnason  |Add a message in cls_msg.cfg. it is use to show a message to ask userwhether ignore the existing images.| Enlarge CLSCfgMsg size to 39, and add the new message item.| blank |LSGlobal.cpp| blank 
    15|      12/13/2004  |      Johnason  |Fix a logic problem in Filter|Change code in LoadNewQTrans, CLSTransNewLoadQ functionsAdd parenthesises for condition statement and adjust the sequence.|Filter didn't work for the transactions that came from bridge server.Reason is in the Filter SQL statement, it put the wrong conditionorder for AND and OR statement.|SystemTransNew.cpp, DaoQTransNew.cpp| blank 
    16|      12/16/2004  |      Simon  |Added a new function CLSIoLogSprintf to support flexible loggingcapability which introduces the dependency on include/af_log.h andgdslib/gd_pub.h.| blank | blank |SystemIo.cpp/h| blank 
    17|      12/17/2004  |      Eric  |Added a new config item to cls_scan.cfg, FLAT_PALM_OPTIONAL| blank | blank |SystemConfig.cpp/h| blank 
    18|      12/17/2004  |      Eric  |Added a new config item to cls_scan.cfg, EXCEPTION_ALWAYSAlways save excpetion data (For Mexico)| blank | blank |SystemConfig.cpp/h| blank 
    19|      12/17/2004  |      Eric  |Added a new function call CLSDbDeleteRecord()| blank | blank |SystemDb.cpp/h| blank 
    20|      01/06/2005  |      Simon  |Changed data structure CLS_CFG_CALLTAB and functions CLSCfgLoadCalltab()and CLSIoCallApp() to support application module in DLL mode;| blank | blank | blank | blank 
    21|      01/06/2005  |      Simon  |Added function CLSCfgGetFileName to get configuration file in order toreduce redundant code;| blank | blank | blank | blank 
    22|      01/06/2005  |      Simon  |Added cls_*.cfg for reference.|New changes keep compatible with previous installations. Only whenthe binary extension is 'dll', the system will try to load the givenDLL at runtime and get the function 'StartDllModule' to launch theDLL module.| blank |SystemConfig.cpp/h, SystemIo.cpp/h|cls_*.cfg
    23|      01/07/2005  |      Simon  |Added new configuration item UID_POLICY in cls_login_ldap.cfgto control behavior when uid cannot obtained from ActiveDirectory.| blank | This change is to accommodate changes made in coldapi to eliminiatethe requirement of maintaining UID by end users such as USSS.|SystemConfig.cpp/h, cls_login_ldap.cfg| blank 
    24|      01/10/2005  |      Eric  |Increased CLS_TRANS_NEWQ_TXSNO_LEN to 30 in SystemTransNew.h, to enlarge trans_no buffer to 30 char long| blank | blank | blank | blank 
    25|      01/10/2005  |      Eric  |Update CLSCfgGetAutoTransNo() in SystemConfig.cpp, to support auto serial as 13 char long| blank | blank | blank | blank 
    26|      01/18/2005  |      Simon  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -