搜索资源列表
SearchToHTML
- 站内文本搜索Java小程序 SearchToHTML applet小程序可以让你对指定的若干文件进行文本搜索,并且把搜索结果以HTML格式返回。 你可以在搜索框内打入查询内容,可以以空格或者逗号作为分隔,要搜索一个短语,可以用双引号括起来,例如 \"black cat\"。-stations text search procedures SearchToHTML small Java applet small program allows you to the designated c
checkuser
- 验证用户信息,电子邮件,地址是否合法 身份证验证,性别验证..... 支持[数据导入](导入格式用空格或逗号或竖线|分割字段),并验证导入数据 firefox\ie测试通过。-Validate the user information, e-mail, address, ID card to verify the legality, gender verification ..... Supporting [Data Import] (Import format by a space
DecodeNokiaContactBAK
- 从Nokia的PCsuite套件的备份中读取出文本格式的通讯录。输出为以逗号分隔的contacts.csv文件。可以直接导入到outlook中。-read the address book from Nokia PCsuite backup. Output to a comma-separated file contacts.csv. Can be directly imported into OutLook.
unzip_log_reader
- 对 unix中使用命令 unzip -l >logfile.log生成的压缩包清单文件解析,并生成逗号分隔符文件(.csv)方便导入数据库-Use of the unix command unzip-l> logfile.log generated compressed package manifest file parsing, and generates a comma delimited file (. Csv) to import a database to facilita
Library
- A very simple example in jsp and using comma separated version
log4j-OverrideJDBCAppender
- 重写log4j写日志时,在写入数据库时存入字段包括单引号时报缺少逗号处理代码,附带配置文件。-Write rewrite log4j log in to write the database into the field, including the lack of single quotes Times comma handling code, with the configuration file.
ListParser
- Creates a new ListParser that parses individual elements in the comma-separated list with the given StringParser.
Word
- 编写一个java应用程序,要求如下: (1)程序可以读取一个由英文单词组成的文本文件,该文件中的英文单词以空格、逗号、回车符分隔 (2) 窗体上有两个按钮、一个文本框和一个文本区,单击“下一个单词”按钮,可以把读取的下一个单词读到文本框中。 (3)在文本框中输入单词的前几个字符,单击“查找”按钮,可以把所有符合要求的单词显示在文本区中。-Write a java application requirements are as follows: (1) program can be r
PinYinUtil
- 中文转换成拼音的开源工具 方法有 1.获取拼音集合 2.字符串集合转换字符串(逗号分隔)3.获取汉字串拼音首字母,英文字符不变- Chinese pinyin converted into open source tool methods set 2. 1. Obtain Pinyin string set string conversion (comma separated) 3. Being Chinese Characters Pinyin initials, English char
Calculator
- javaFX计算器简单实现了加减乘除、逗号、开方、求到数的操作(The javaFX calculator simply implements the operations of addition, subtraction, multiplication, division, comma, square-opening and number-finding.)