搜索资源列表
StringUtil
- 字符传类,挺好用的
StringUtil
- java 对string的各种函数,如跟int,byte的数据类型的转换,编码的转换等。
bcxy
- 一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(C
StringUtil
- 一个关于字符串的常用方法的封装..希望对你们有用-A common method on the string package .. I hope all of you a useful
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
SunUtil
- 工具类 BitVector CookieUtil DES FileUtil HttpUtil ImageFile Javascr iptString JsonHelper StringUtil Thumbnail Utils WebFileInfo-Sunway.Util.BitVector Sunway.Util.CookieUtil Sunway.Util.DES Sunway.Util.FileUtil Sunway.Util
ToolME-0.2.0
- EasyHTTP,EasyXML,StringUtil,RMS读写封装 ToolME-0.2.0.zip-EasyHTTP, EasyXML, StringUtil, RMS package to read and write ToolME-0.2.0.zip
StringUtil
- 常用公共类之String-public class about String
StringUtil
- html过滤 可以过滤页面的html标签 更好的显示-html filter
ExtractContext
- BitVector CookieUtil DES FileUtil HttpUtil ImageFile Javascr iptString JsonHelper StringUtil Thumbnail Utils WebFileInfo
commons-lang-2.5
- apache的工具包,包含stringutil等实用工具类-apache toolkit, including stringutil and other utility classes
StringUtil
- 字符串工具类 将一个字符串的首字母改为大写或者小写 将一个字符串按照句点(.)分隔,返回最后一段 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号。 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号(适用于FTP远程文件路径或者Web资源的相对路径)。 获取文件父路径 获取相对路径 获取当前系统换行符 将用“|”分隔的字符串转换为字符串集合列表,剔除分隔后各个字符串前后的空格 将用正则表达式rege
StringUtil
- 字符串转换为其他的类型,其中包括转换为各种形式的日期格式,在写程序过程中不断积累的。-Convert strings to other types, including the conversion of a variety of date formats, is very powerful, and constantly do collect in the program process.
StringUtil
- flex开发的字符串处理工具包,通过他可校验日期、年月-flex development package
StringUtil
- 工作中常用的string 工具类,包括 字符串的转换,字符串的截取,字符串过滤特殊字符,总之很有用觉得不会后悔.-Class of work the string instruments, including the conversion of the string, the interception of the string, the string to filter the special characters, in short, is useful to think not regre
StringUtil
- java字符串完全转换,包括所有字符类型。-java string completely converted, including all types of characters.
StringUtil
- 工作的时候写的一个加密算法代码,可以参考参考-Work when writing an encryption algorithm code, can refer to reference
StringUtil
- StringUtil.java 主要用于处理Stirng的多种常用方法适用于web开发-Stringutil for web
StringUtil
- StringUtil,字符串转list、list转字符串等功能-StringUtil,string to list/list to string etc