摘要
简要介绍了正则表达式,并以建立一个基于Access的试题库为例,用C#编程,实现了数据的批量导入。
We often import huge data into database. This paper introduces a solution which can deals with huge regular data based on RegularExpressions. The system batch text with pasred expression which inputed by manual work.The database can excute the SQL expressions packed by the system to be imported huge data into.
出处
《电脑编程技巧与维护》
2009年第18期50-53,共4页
Computer Programming Skills & Maintenance
关键词
正则表达式
自动化
批量导入
Regular Expressions
Automatic
Batch Import