CN110162309A - Parameter verification method and device - Google Patents

Parameter verification method and device Download PDF

Info

Publication number
CN110162309A
CN110162309A CN201910451267.5A CN201910451267A CN110162309A CN 110162309 A CN110162309 A CN 110162309A CN 201910451267 A CN201910451267 A CN 201910451267A CN 110162309 A CN110162309 A CN 110162309A
Authority
CN
China
Prior art keywords
parameter
operating parameter
database
data
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910451267.5A
Other languages
Chinese (zh)
Other versions
CN110162309B (en
Inventor
张永飞
李东青
杨尧
王诗强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Sefon Software Co Ltd
Original Assignee
Chengdu Sefon Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Sefon Software Co Ltd filed Critical Chengdu Sefon Software Co Ltd
Priority to CN201910451267.5A priority Critical patent/CN110162309B/en
Publication of CN110162309A publication Critical patent/CN110162309A/en
Application granted granted Critical
Publication of CN110162309B publication Critical patent/CN110162309B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Parameter verification method and device provided by the present application is applied to data processing equipment.The data processing equipment is configured with Hbase database, wherein, the Hbase database includes the Java code segment verified to the operating parameter of database operating instruction, includes the Unicode coding range of default English character, sign character and Chinese character in the Java code segment.By the Java code segment to getting the database manipulation Parameter Switch of byte array type into char array type.The data in char array are successively obtained, corresponding integer is converted into, which is compared with Unicode coding range, and then judge that the operation is for legitimate characters.In this way, user is allowed directly to build table by Chinese, user experience is improved.

Description

Parameter verification method and device
Technical field
This application involves data processing fields, in particular to a kind of parameter verification method and device.
Background technique
As the data explosion formula in industry increases, traditional relevant database has been unable to satisfy industry to more than one hundred million easily Big data table storage and quick-searching requirement, be badly in need of a kind of new database in industry and be used to store what these explosions increased Data.HBase comes into being in this context.HBase is building in HDFS (Hadoop Distributed File System, Hadoop distributed file system) on NoSQL (not only SQL, non-relational data) database, pass through High reliability, high-performance, column storage, the scalable and real-time ability for reading and writing database are provided, becomes big watch in industry and stores, is fast Widely used database solution under speed retrieval scene, and achieve good effect.
HBase as the distributed non-relational database operated on HDFS, possess the data storage capacities of magnanimity with And the data retrieval advantage of high speed, it is widely used in the real-time analysis of mass data, quick-searching application scenarios.However it is primary HBas do not support directly Chinese to be used to build table, if can be directly dished out corresponding error message when creation table using Chinese.Mesh Before, the common way of industry is that Chinese is converted to Unicode coding by program, using Unicode coding as table name Create tables of data.But the Chinese of Unicode coding form, user is readability very poor, and needing to consult corresponding encoded table can just obtain Obtain its corresponding Chinese character.Therefore, for using the user of Chinese, user experience is extremely bad.
Summary of the invention
In order to overcome at least one deficiency in the prior art, the first purpose of the application is to provide a kind of parameter verification Method is applied to data processing equipment, and the data processing equipment is configured with Hbase database, and the Hbase database includes There is the Java code segment verified to the operating parameter in database operating instruction, includes predetermined word in the code snippet The Unicode coding range of symbol, the preset characters include that should preset English character, predetermined symbol character and default middle text Symbol, which comprises
The operating parameter in the Hbase database operating instruction is obtained, the operating parameter is the array of byte type;
The operating parameter is converted to the array of char type;
The data are converted to integer by the data being successively read in the char type array, are encoded with the Unicode Range is compared.
If the corresponding integer of the data is all located in the Unicode coding range, held according to the operating parameter The instruction of row corresponding operation.
Optionally, the step of operating parameter obtained in the Hbase database operating instruction includes:
Obtain the Hbase database operating instruction;
The operational order is parsed according to the syntax rule of the operational order, is obtained in the operational order Operating parameter.
Optionally, the method also includes:
If the corresponding integer of the data does not execute the operating parameter pair not in the Unicode coding range The operational order answered.
Optionally, the operating parameter is the table name of database.
Optionally, the method also includes:
The Java code segment is obtained, and the Hbase database source code is replaced by the Java code segment The correlative code of middle predeterminated position;
Modified Hbase database source code is compiled to be compiled as a result, and disposing the compiling result.
The another object of the embodiment of the present application is to provide a kind of parameter calibrator, applied to data processing equipment, institute Data processing equipment is stated configured with Hbase database, the Hbase database includes to the operation in database operating instruction The Java code segment that parameter is verified includes the Unicode coding range of preset characters in the code snippet, described pre- If character includes that should preset English character, predetermined symbol character and default Chinese character, the parameter calibrator includes obtaining Modulus block, the first conversion module, the second conversion module and comparison module;
The module that obtains is used to obtain the operating parameter in the Hbase database operating instruction, the operating parameter For the array of byte type;
First conversion module is used to for the operating parameter being converted to the array of char type;
Second conversion module is used for the data being successively read in the char type array, the data is converted to whole Number, is compared with the Unicode coding range;
If the comparison module is all located in the Unicode coding range for the corresponding integer of the data, root Corresponding operation instruction is executed according to the operating parameter.
Optionally, the acquisition module obtains the operating parameter in the following manner:
Obtain the Hbase database operating instruction;
The operational order is parsed according to the syntax rule of the operational order, is obtained in the operational order Operating parameter.
Optionally, if the comparison module is also used to the corresponding integer of the data not in the Unicode coding range It is interior, then the corresponding operational order of the operating parameter is not executed.
Optionally, the operating parameter is the table name of database.
Optionally, the parameter calibrator further includes replacement module and deployment module;
The replacement module is used to obtain the Java code segment, and by described in Java code segment replacement The correlative code of predeterminated position in Hbase database source code;
The deployment module is compiled for compiling modified Hbase database source code as a result, and to the volume Result is translated to be disposed.
In terms of existing technologies, the application has the advantages that
Parameter verification method and device provided by the present application is applied to data processing equipment.Data processing equipment configuration There is Hbase database, wherein the Hbase database includes to be verified to the operating parameter of database operating instruction Java code segment includes that the Unicode of default English character, sign character and Chinese character is compiled in the Java code segment Code range.By the Java code segment to getting the database manipulation Parameter Switch of byte array type into char array class Type.The data in char array are successively obtained, corresponding integer is converted into, which is compared with Unicode coding range Compared with, and then judge that the operation is for legitimate characters.In this way, user is allowed directly to build table by Chinese, user's body is improved It tests.
Detailed description of the invention
Technical solution in ord to more clearly illustrate embodiments of the present application, below will be to needed in the embodiment attached Figure is briefly described, it should be understood that the following drawings illustrates only some embodiments of the application, therefore is not construed as pair The restriction of range for those of ordinary skill in the art without creative efforts, can also be according to this A little attached drawings obtain other relevant attached drawings.
Fig. 1 is the hardware structure diagram of data processing equipment provided by the embodiments of the present application;
Fig. 2 is the step flow chart of parameter verification method provided by the embodiments of the present application;
Fig. 3 is one of the schematic diagram of parameter calibrator provided by the embodiments of the present application;
Fig. 4 is the two of the schematic diagram of parameter calibrator provided by the embodiments of the present application.
Icon: 100- data processing equipment;110- parameter calibrator;120- memory;130- processor;1101- is obtained Modulus block;The first conversion module of 1102-;The second conversion module of 1103-;1104- comparison module;1105- replacement module;1106- Deployment module.
Specific embodiment
To keep the purposes, technical schemes and advantages of the embodiment of the present application clearer, below in conjunction with the embodiment of the present application In attached drawing, the technical scheme in the embodiment of the application is clearly and completely described, it is clear that described embodiment is Some embodiments of the present application, instead of all the embodiments.The application being usually described and illustrated herein in the accompanying drawings is implemented The component of example can be arranged and be designed with a variety of different configurations.
Therefore, the detailed description of the embodiments herein provided in the accompanying drawings is not intended to limit below claimed Scope of the present application, but be merely representative of the selected embodiment of the application.Based on the embodiment in the application, this field is common Technical staff's every other embodiment obtained without creative efforts belongs to the model of the application protection It encloses.
It should also be noted that similar label and letter indicate similar terms in following attached drawing, therefore, once a certain Xiang Yi It is defined in a attached drawing, does not then need that it is further defined and explained in subsequent attached drawing.
In the description of the present application, it should be noted that term " first ", " second ", " third " etc. are only used for distinguishing and retouch It states, is not understood to indicate or imply relative importance.
Inventor the study found that in original Hbase source code can using the table name comprising Chinese character as forbidden character, one Denier detects forbidden character, and former Hbase database is dished out corresponding error message.
In view of the discovery to the above problem, the source code of Hbase database is downloaded;It will be used for the operation in operational order The code of predeterminated position in the Java code segment replacement original Hbase source code that parameter is verified.Further, at the data It manages equipment and modified Hbase source code is packaged by installation file by maven tool, and disposed.
Embodiment provided by the present application provides a kind of parameter verification method and is used for the behaviour in Hbase database operating instruction It is verified as parameter, is applied to data processing equipment.Wherein, which is configured with Hbase database, described Hbase database includes the Java code segment verified to the operating parameter in database operating instruction, the code It include the Unicode coding range of preset characters in segment, the preset characters include that should preset English character, predetermined symbol word Symbol and default Chinese character.
It should be noted that above-mentioned technical problem be the discovery that be made that creative research in inventor after obtain, Consequently found that the means of above-mentioned technical problem and solution above-mentioned technical problem are because being considered as the contribution to the application creativeness.
Fig. 1 is please referred to, is the hardware structural diagram that the application is the data processing equipment 100 that embodiment provides, the number It include processor 130, memory block and parameter calibrator 110 according to processing equipment 100, the memory 120 and processor 130 each elements are directly or indirectly electrically connected between each other, to realize the transmission or interaction of data.For example, these element phases It can be realized and be electrically connected by one or more communication bus or signal wire between mutually.The parameter calibrator 110 includes extremely Few one can be stored in the memory 120 or be solidificated in the data processing in the form of software or firmware (firmware) Software function module in the operating system (operating system, OS) of equipment 100.The processor 130 is for executing The executable module stored in the memory 120, for example, software function module included by the parameter calibrator 110 and Computer program etc..
Wherein, the memory 120 may be, but not limited to, random access memory (Random Access Memory, RAM), read-only memory (Read Only Memory, ROM), programmable read only memory (Programmable Read-Only Memory, PROM), erasable read-only memory (Erasable Programmable Read-Only Memory, EPROM), electricallyerasable ROM (EEROM) (Electric Erasable Programmable Read-Only Memory, EEPROM) etc..Wherein, memory 120 is for storing program, the processor 130 after receiving and executing instruction, Execute described program.
The processor 130 may be a kind of IC chip, the processing capacity with signal.Above-mentioned processor can To be general processor, including central processing unit (Central Processing Unit, abbreviation CPU), network processing unit (Network Processor, abbreviation NP) etc.;Can also be digital signal processor (DSP), specific integrated circuit (ASIC), Field programmable gate array (FPGA) either other programmable logic device, discrete gate or transistor logic, discrete hard Part component.It may be implemented or execute disclosed each method, step and the logic diagram in the embodiment of the present application.General processor It can be microprocessor or the processor be also possible to any conventional processor etc..
Referring to figure 2., Fig. 2 is the step flow chart of parameter verification method, which is applied to shown in FIG. 1 Data processing equipment 100, the data processing equipment 100 may be, but not limited to, smart phone, PC (personal Computer, PC), tablet computer, personal digital assistant (personal digital assistant, PDA), mobile Internet access set Standby (mobile Internet device, MID) etc..Each step of this method is described in detail below.
Step S100, obtains the operating parameter in the Hbase database operating instruction, and the operating parameter is byte class The array of type.
Optionally, which obtains the operational order to the Hbase database, and according to the Hbase number According to the syntax rule of library operational order, which is parsed, obtains operating parameter therein.
For example, in a kind of possible example, the operational order be " create'student_info', ' contacts','address'".The function of the operational order is to establish one in Hbase database to be " student_ The table of info ", the table include two column families, respectively " contacts " and " address ";" create " is the behaviour of operational order Make function, is the keyword in Hbase database.In this way, the data processing equipment 100 is corresponding according to different operational orders Syntax rule obtains operating parameter therein.
The operating parameter is converted to the array of char type by step S200.
The data are converted to integer by step S300, the data being successively read in the char type array, with described Unicode coding range is compared.
Optionally, operating parameter acquired in the data processing equipment 100 is the array of byte type in Java.The byte The data length of each data is 8bit in the array of type, and the Unicode of Chinese character is encoded to 16bit length.For The coding of each of operating parameter character is judged, needs for the byte type array of the 8bit to be converted into The char type array of 16bit.
For example, in a kind of possible example, one table of creation in Hbase database, entitled " student information _ Name ", with the storage of array of byte type, array is entitled " qualifierName ".The data processing equipment 100 is got After the table name, the array of the byte type is converted to the array of char type by following code:
Char arr=new String (qualifierName) .toCharArray ();
Wherein, " qualifierName " is used as parameter, creates anonymity String object, calls the object String object, is converted into the array of char type by " toCharArray () " method.The data processing equipment 100 successively will Data conversion in char type array is compared at integer, and with the coding range of preset characters, wherein the preset characters Type includes default English character, predetermined symbol character and Chinese character.For example, the data processing equipment 100 is by char class " " of type is converted into integer, by the integer successively with the Unicode range of English character, the coding range of predetermined symbol character And the coding range of Chinese character is compared.
Step S400, if the corresponding integer of the data is all located in the Unicode coding range, according to the behaviour Make parameter and executes corresponding operation instruction.
After the data processing equipment 100 verifies operating parameter, if the character in the operating parameter belong to it is default The legitimate characters of English character, predetermined symbol character and Chinese character then execute corresponding operation according to the operating parameter and refer to It enables, the tables of data of corresponding Chinese is created in the Hbase database.If including forbidden character in the operational character, Such as " < ", "? " or " % " etc., then the data processing equipment 100 is without the corresponding operational order of the operating parameter.
In this way, user directly can establish Chinese data table using Chinese in Hbase database, making for user is improved With experience.
It is worth noting that parameter verification method provided by the embodiments of the present application, which passes through modification Hbase data after source code carry out execution this method.
Referring to figure 3., the embodiment of the present application also provides a kind of parameter calibrator 110, is applied to data processing equipment 100, the data processing equipment 100 is configured with Hbase database, and the Hbase database includes to refer to database manipulation The Java code segment that operating parameter in order is verified includes that the Unicode of preset characters is encoded in the code snippet Range, the preset characters include that should preset English character, predetermined symbol character and default Chinese character.Fig. 3 is parameter school One of schematic diagram of experiment device functionally divides, and the parameter calibrator 110 includes obtaining module 1101, first to convert Module 1102, the second conversion module 1103 and comparison module 1104.
Wherein, the module 1101 that obtains is used to obtain the operating parameter in the Hbase database operating instruction, described Operating parameter is the array of byte type.
In the present embodiment, which is used to execute the step S100 in Fig. 2, about the acquisition module 1101 Detailed description can refer to step S100 detailed description.
First conversion module 1102 is used to for the operating parameter being converted to the array of char type.
In the present embodiment, which is used to execute the step S200 in Fig. 2, about first conversion The detailed description of module 1102 can refer to the detailed description of step S200.
Second conversion module 1103 is used for the data being successively read in the char type array, and the data are converted At integer, it is compared with the Unicode coding range.
In the present embodiment, which is used to execute the step S300 in Fig. 2, about second conversion The detailed description of module 1103 can refer to the detailed description of step S300.
If the comparison module 1104 is all located in the Unicode coding range for the corresponding integer of the data, Corresponding operation instruction is then executed according to the operating parameter.
In the present embodiment, which is used to execute the step S400 in Fig. 2, about the detailed of step S400 Thin description can refer to the detailed description of step S400.
Optionally, the acquisition module 1101 obtains the operating parameter in the following manner:
Obtain the Hbase database operating instruction;
The operational order is parsed according to the syntax rule of the operational order, is obtained in the operational order Operating parameter.
Optionally, if the comparison module 1104 is also used to the corresponding integer of the data and does not encode in the Unicode In range, then the corresponding operational order of the operating parameter is not executed.
Optionally, the operating parameter in the parameter calibrator 110 is the table name of database.
Optionally, referring to figure 4., Fig. 4 is the two of the schematic diagram of parameter calibrator, and the parameter calibrator 110 is also Including replacement module 1105 and deployment module 1106;
The replacement module 1105 replaces institute for obtaining the Java code segment, and by the Java code segment State the correlative code of predeterminated position in Hbase database source code;
The deployment module 1106 is compiled for compiling modified Hbase database source code as a result, and to institute Compiling result is stated to be disposed.
In conclusion the application proposes the parameter verification method and device of embodiment confession, it is applied to data processing equipment.The number Hbase database is configured with according to processing equipment, wherein the Hbase database includes the operation ginseng to database operating instruction The Java code segment verified is counted, includes default English character, sign character and middle text in the Java code segment The Unicode coding range of symbol.The database manipulation parameter for getting byte array type is turned by the Java code segment Change char array type into.The data in char array are successively obtained, corresponding integer are converted into, by the same Unicode of the integer Coding range is compared, and then judges that the operation is for legitimate characters.In this way, building user directly by Chinese Table improves user experience.
In embodiment provided herein, it should be understood that disclosed device and method, it can also be by other Mode realize.The apparatus embodiments described above are merely exemplary, for example, the flow chart and block diagram in attached drawing are shown According to device, the architectural framework in the cards of method and computer program product, function of multiple embodiments of the application And operation.In this regard, each box in flowchart or block diagram can represent one of a module, section or code Point, a part of the module, section or code includes one or more for implementing the specified logical function executable Instruction.It should also be noted that function marked in the box can also be attached to be different from some implementations as replacement The sequence marked in figure occurs.For example, two continuous boxes can actually be basically executed in parallel, they sometimes may be used To execute in the opposite order, this depends on the function involved.It is also noted that each of block diagram and or flow chart The combination of box in box and block diagram and or flow chart can be based on the defined function of execution or the dedicated of movement The system of hardware is realized, or can be realized using a combination of dedicated hardware and computer instructions.
In addition, each functional module in each embodiment of the application can integrate one independent portion of formation together Point, it is also possible to modules individualism, an independent part can also be integrated to form with two or more modules.
It, can be with if the function is realized and when sold or used as an independent product in the form of software function module It is stored in a computer readable storage medium.Based on this understanding, the technical solution of the application is substantially in other words The part of the part that contributes to existing technology or the technical solution can be embodied in the form of software products, the meter Calculation machine software product is stored in a storage medium, including some instructions are used so that a computer equipment (can be a People's computer, server or network equipment etc.) execute each embodiment the method for the application all or part of the steps. And storage medium above-mentioned includes: that USB flash disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), arbitrary access are deposited The various media that can store program code such as reservoir (RAM, Random Access Memory), magnetic or disk.
The above, the only various embodiments of the application, but the protection scope of the application is not limited thereto, it is any Those familiar with the art within the technical scope of the present application, can easily think of the change or the replacement, and should all contain Lid is within the scope of protection of this application.Therefore, the protection scope of the application shall be subject to the protection scope of the claim.

Claims (10)

1. a kind of parameter verification method, which is characterized in that be applied to data processing equipment, the data processing equipment is configured with Hbase database, the Hbase database include the Java generation verified to the operating parameter in database operating instruction Chip segment, includes the Unicode coding range of preset characters in the code snippet, and the preset characters include that should preset English Character, predetermined symbol character and default Chinese character, which comprises
The operating parameter in the Hbase database operating instruction is obtained, the operating parameter is the array of byte type;
The operating parameter is converted to the array of char type;
The data are converted to integer by the data being successively read in the char type array, with the Unicode coding range It is compared;
If the corresponding integer of the data is all located in the Unicode coding range, phase is executed according to the operating parameter The operational order answered.
2. parameter verification method according to claim 1, which is characterized in that described to obtain the Hbase database manipulation The step of operating parameter in instruction includes:
Obtain the Hbase database operating instruction;
The operational order is parsed according to the syntax rule of the operational order, obtains the operation in the operational order Parameter.
3. parameter verification method according to claim 1, which is characterized in that the method also includes:
If it is corresponding not execute the operating parameter not in the Unicode coding range for the corresponding integer of the data Operational order.
4. parameter verification method according to claim 1, which is characterized in that the operating parameter is the table name of database Claim.
5. parameter verification method according to claim 1, which is characterized in that the method also includes:
The Java code segment is obtained, and is replaced in the Hbase database source code in advance by the Java code segment If the correlative code of position;
Modified Hbase database source code is compiled to be compiled as a result, and disposing the compiling result.
6. a kind of parameter calibrator, which is characterized in that be applied to data processing equipment, the data processing equipment is configured with Hbase database, the Hbase database include the Java generation verified to the operating parameter in database operating instruction Chip segment, includes the Unicode coding range of preset characters in the code snippet, and the preset characters include that should preset English Character, predetermined symbol character and default Chinese character, the parameter calibrator include obtain module, the first conversion module, Second conversion module and comparison module;
The module that obtains is used to obtain the operating parameter in the Hbase database operating instruction, and the operating parameter is The array of byte type;
First conversion module is used to for the operating parameter being converted to the array of char type;
Second conversion module is used for the data being successively read in the char type array, and the data are converted to integer, It is compared with the Unicode coding range;
If the comparison module is all located in the Unicode coding range for the corresponding integer of the data, according to institute It states operating parameter and executes corresponding operation instruction.
7. parameter calibrator according to claim 6, which is characterized in that the acquisition module obtains in the following manner The operating parameter:
Obtain the Hbase database operating instruction;
The operational order is parsed according to the syntax rule of the operational order, obtains the operation in the operational order Parameter.
8. parameter calibrator according to claim 6, which is characterized in that if the comparison module is also used to the data Corresponding integer does not execute the corresponding operational order of the operating parameter then not in the Unicode coding range.
9. parameter calibrator according to claim 6, which is characterized in that the operating parameter is the table name of database Claim.
10. parameter calibrator according to claim 6, which is characterized in that the parameter calibrator further includes replacement Module and deployment module;
The replacement module replaces the Hbase for obtaining the Java code segment, and by the Java code segment The correlative code of predeterminated position in database source code;
The deployment module is compiled for compiling modified Hbase database source code as a result, and tying to the compiling Fruit is disposed.
CN201910451267.5A 2019-05-28 2019-05-28 Parameter checking method and device Active CN110162309B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910451267.5A CN110162309B (en) 2019-05-28 2019-05-28 Parameter checking method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910451267.5A CN110162309B (en) 2019-05-28 2019-05-28 Parameter checking method and device

Publications (2)

Publication Number Publication Date
CN110162309A true CN110162309A (en) 2019-08-23
CN110162309B CN110162309B (en) 2020-07-24

Family

ID=67629480

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910451267.5A Active CN110162309B (en) 2019-05-28 2019-05-28 Parameter checking method and device

Country Status (1)

Country Link
CN (1) CN110162309B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111309719A (en) * 2020-05-13 2020-06-19 深圳市赢时胜信息技术股份有限公司 Data standardization method and system corresponding to HBase database
CN111353279A (en) * 2020-03-04 2020-06-30 海南金盘智能科技股份有限公司 Character code conversion method, device and computer storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424010A (en) * 2013-09-06 2015-03-18 北大方正集团有限公司 Method and system for detecting and repairing text document messy codes
CN104572102A (en) * 2015-01-08 2015-04-29 浪潮软件集团有限公司 Method for solving Chinese messy codes in JAVA

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424010A (en) * 2013-09-06 2015-03-18 北大方正集团有限公司 Method and system for detecting and repairing text document messy codes
CN104572102A (en) * 2015-01-08 2015-04-29 浪潮软件集团有限公司 Method for solving Chinese messy codes in JAVA

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
请叫我小貂禅: "通过Unicode编码区间的划分获取字符串中中文、英文、数字", 《HTTPS://BLOG.CSDN.NET/SINAT_34754865/ARTICLE/DETAILS/52794637》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111353279A (en) * 2020-03-04 2020-06-30 海南金盘智能科技股份有限公司 Character code conversion method, device and computer storage medium
CN111309719A (en) * 2020-05-13 2020-06-19 深圳市赢时胜信息技术股份有限公司 Data standardization method and system corresponding to HBase database

Also Published As

Publication number Publication date
CN110162309B (en) 2020-07-24

Similar Documents

Publication Publication Date Title
CN109558525B (en) Test data set generation method, device, equipment and storage medium
CN105335412A (en) Method and device for data conversion and data migration
CN103853650A (en) Test case generating method and device for fuzz testing
CN110008743B (en) Data attribute identification method, device and equipment in block chain type account book
CN111352935B (en) Index creating method, device and equipment in block chain type account book
CN107566090B (en) Fixed-length/variable-length text message processing method and device
CN107451237B (en) Serialization and deserialization method, device and equipment
CN110569428A (en) recommendation model construction method, device and equipment
CN110119274A (en) A kind of method, apparatus and electric terminal, computer readable storage medium of data compilation
CN109558128A (en) Json data analysis method, device and computer readable storage medium
CN110362547B (en) Method and device for encoding, analyzing and storing log file
CN106598828B (en) A kind of invalid class in source code determines method and device
CN108052327A (en) A kind of kernel module compiling, loading method and device
CN108363684A (en) List creation method, device and server
CN110162309A (en) Parameter verification method and device
CN105701074A (en) Character processing method and apparatus
JP2019504426A (en) Method and apparatus for generating random character string
US10782944B2 (en) Optimizing a cache of compiled expressions by removing variability
JP2019534602A (en) System level testing of entropy encoding
CN103729523A (en) Automatic verification method orienting to parameterization system
CN112804315B (en) Micro-application integration method and device
CN107943923B (en) Telegram code database construction method, telegram code identification method and device
CN104572921A (en) Cross-datacenter data synchronization method and device
US20220391529A1 (en) Searching, matching, and masking of composite formats
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant