- accept(File) - Method in class org.oiue.tools.file.ExtensionFileFilter
-
- addDate(Date, Integer, Integer, String) - Static method in class org.oiue.tools.date.DateUtil
-
在给定的日期基础上添加年,月,日、时,分,秒
例如要再2006-10-21(uitl日期)添加3个月,并且格式化为yyyy-MM-dd格式,
这里调用的方式为 addDate(2006-10-21,3,Calendar.MONTH,"yyyy-MM-dd")
- addDate(Date, Integer, Integer) - Static method in class org.oiue.tools.date.DateUtil
-
在给定的日期基础上添加年,月,日、时,分,秒
例如要再2006-10-21(uitl日期)添加3个月,并且格式化为yyyy-MM-dd格式,
这里调用的方式为 addDate(2006-10-21,3,Calendar.MONTH,"yyyy-MM-dd")
- addField(String, Field) - Method in class org.oiue.table.structure.TableExt
-
为表添加字段
- addForeignFiled(String, ForeignField) - Method in class org.oiue.table.structure.TableExt
-
添加外键
- addList(ArrayList, String, int, ArrayList) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
添加结构数组,
filed.equals(oldList.get(index).toString())
- addPrimaryField(String) - Method in class org.oiue.table.structure.TableExt
-
添加主键
- addPrimaryField(String, Field) - Method in class org.oiue.table.structure.TableExt
-
添加主键
- algorismToHEXString(int, int) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
将十进制转换为指定长度的十六进制字符串
- algorismToHEXString(int) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
十进制转换为十六进制字符串
- append(String, Object) - Method in class org.json.JSONObject
-
Append values to the array under a key.
- Application - Class in org.oiue.tools
-
类说明:
取得当前项目的根目录
- Application() - Constructor for class org.oiue.tools.Application
-
- array() - Method in class org.json.JSONWriter
-
Begin appending a new array.
- ArrayJoin(Object[], String) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
List转换字符串 用连接符连接,实现了类似js的join方法
讲数组的每个元素用split连接
- ArraylistHaveStr(ArrayList<ArrayList>, String) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
判断已存在的数组中是否含有指定的字符串
list.get(i).get(0).toString().trim().equals(str)
- arrayListInit(int, int) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
创建一个二维的ArrayList
CreateTime Apr 23, 2009 10:30:06 AM
- arrayListInit(int, int, String) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
创建一个二维的ArrayList
CreateTime Apr 23, 2009 10:30:06 AM
- arrayListInit(int) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
创建一个指定长度的ArrayList
CreateTime May 7, 2009 10:36:25 AM
- arrayListInit(int, String) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
创建一个指定长度的ArrayList
CreateTime May 7, 2009 10:36:25 AM
- ArrayUtil - Class in org.oiue.tools.arrays
-
ArrayUtil.java
数组操作工具
- ArrayUtil() - Constructor for class org.oiue.tools.arrays.ArrayUtil
-
- AsciiStringToString(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
ASCII码字符串转数字字符串
- ChangeCharset - Class in org.oiue.tools.string
-
转换字符串的编码
- ChangeCharset() - Constructor for class org.oiue.tools.string.ChangeCharset
-
- changeCharset(String, String) - Method in class org.oiue.tools.string.ChangeCharset
-
字符串编码转换的实现方法
- changeCharset(String, String, String) - Method in class org.oiue.tools.string.ChangeCharset
-
字符串编码转换的实现方法
- changeEncoding(String, String, String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
转换字符串的内码.
- charAtReverseNot0(byte[]) - Static method in class org.oiue.tools.bytes.ByteUtil
-
返回bytes数组中从后向前第一个不是0的下标值
- checkFileExists(String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
检查指定的应用程序目录下的文件是否存在
CreateTime Apr 18, 2009 1:04:48 AM
- checkFileExists(ServletContext, String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
检查指定的 Web 应用程序目录下的文件是否存在.
- checkNull(Object, String) - Static method in class org.oiue.tools.string.StringUtil
-
- checkString(String, String) - Static method in class org.oiue.tools.string.StringUtil
-
- clear() - Method in class org.oiue.table.structure.Field
-
- clear() - Method in class org.oiue.table.structure.Model_root
-
清除数据的方法
- clear() - Method in class org.oiue.table.structure.StructureTable
-
- clear() - Method in class org.oiue.table.structure.Table
-
- clear() - Method in interface org.oiue.tools.ITask
-
清除此方法
- clearArrayList(ArrayList<ArrayList<String>>) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
清除二维ArrayList中的空维
CreateTime Apr 23, 2009 10:53:42 AM
- clearNull(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
Change the null string value to "", if not null, then return it self, use this to avoid display a null string to "null".
- clone(List<Object>) - Static method in class org.oiue.tools.list.ListUtil
-
- clone(Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
-
- clone(Object) - Static method in class org.oiue.tools.serializ.CloneTools
-
底层克隆对象
利用序列化反序列化深层克隆对象
- CloneTools - Class in org.oiue.tools.serializ
-
CloneTools
类说明:
- CloneTools() - Constructor for class org.oiue.tools.serializ.CloneTools
-
- CnToSpell - Class in org.oiue.tools.string
-
类说明:
汉字转化为全拼,码表利用输入法的码表导出,汉字信息非常全,平时见到的汉字
转拼音的API只能处理几千个一级汉字,很多字都没有法查到,尤其是我自己的姓
都查不到所以只好自己做一个汉字转拼音的API,该API除可以处理99%以上的汉字,
而且可以返回多音字的读音
- COLUMN - Class in org.oiue.tools.model
-
字段操作相关工具
- COLUMN() - Constructor for class org.oiue.tools.model.COLUMN
-
- compare(List, int, List) - Static method in class org.oiue.tools.file.ZipSearch
-
方法说明:
目录比对
CreateTime May 18, 2009 3:24:00 PM
- compareWeekday(String, String, int) - Method in class org.oiue.tools.date.WeekdayUtil
-
判断两个日期是否在指定工作日内
(只计算周六和周日) 例如:前时间2008-12-05,后时间2008-12-11
- CompileFile - Class in org.oiue.tools.dynamicbuild
-
编译已知的java类文件
编译后的class类文件会出现在当前位置对应的创建包路径下
如 :
文件为c:\test\dnyBuild.java,
dnyBuild类中package org.oiue.tools.dynamicbuild;
则生成文件c:\test\org\oiue\tools\dynamicbuild\dnyBuild.class
- CompileFile(String, String, String, String) - Constructor for class org.oiue.tools.dynamicbuild.CompileFile
-
编译java类文件,不指定编译路径默认为项目Class根目录
- CompileFile(String, String) - Constructor for class org.oiue.tools.dynamicbuild.CompileFile
-
编译java类文件
- CompileFile(File) - Constructor for class org.oiue.tools.dynamicbuild.CompileFile
-
编译指定文件
- concat(Table) - Method in class org.oiue.table.structure.TableExt
-
合并表格
- contain(List<Object>, List<Object>) - Static method in class org.oiue.tools.list.ListUtil
-
- contain(Map<String, Object>, Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
-
- convertTM(TableModel) - Method in class org.oiue.table.structure.FieldExt
-
- convertTM(TableModel) - Method in class org.oiue.table.structure.TableExt
-
- convertToTree(List<Map>, String, String, String) - Static method in class org.oiue.tools.list.ListUtil
-
不排序二维数据转换成树状结构
- convertToTree(List<Map>, Object, String, String, String) - Static method in class org.oiue.tools.list.ListUtil
-
不排序二维数据转换成树状结构
- convertToTree(List<Map>, Object, String, String, String, String) - Static method in class org.oiue.tools.list.ListUtil
-
二维数据转换成树状结构
- copyDirectiory(String, String) - Static method in class org.oiue.tools.file.FileCopy
-
方法说明:
复制文件夹
CreateTime Apr 17, 2009 11:24:53 PM
- copyFile(File, File) - Static method in class org.oiue.tools.file.FileCopy
-
方法说明:
复制文件
CreateTime Apr 17, 2009 11:23:15 PM
- CopyOFFile(String, String) - Static method in class org.oiue.tools.file.FileCopy
-
方法说明:
复制文件或文件夹
CreateTime Apr 17, 2009 11:22:21 PM
- copyProperties(Object, Object) - Static method in class org.oiue.tools.bean.BeanUtils
-
- copyPropertiesExt(Object, Object) - Static method in class org.oiue.tools.bean.BeanUtils
-
JavaBean属性拷贝扩展方法 支持类型转换
- Crc - Class in org.oiue.tools.bytes
-
- Crc() - Constructor for class org.oiue.tools.bytes.Crc
-
- crc(byte[], int, int) - Static method in class org.oiue.tools.bytes.Crc
-
获得CRC校验结果,除校验位字节外,其他所有字节的异或值
- createDir(ServletContext, String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
在指定的 Web 应用程序目录下以指定路径创建目录
CreateTime Apr 18, 2009 10:36:22 PM
- createFile(ServletContext, String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
在指定的 Web 应用程序目录下以指定路径创建文件
CreateTime Apr 18, 2009 10:33:44 PM
- CreateFolder(String) - Static method in class org.oiue.tools.file.FileHandle
-
方法说明:
创建文件夹
CreateTime Apr 17, 2009 11:35:28 PM
- Date - Class in org.oiue.tools.date
-
描述:此类用于取得当前日期相对应的月初,月末,季初,季末,年初,年末,返回值均为String字符串
1、得到当前日期 today()
2、得到当前月份月初 thisMonth()
3、得到当前月份月底 thisMonthEnd()
4、得到当前季度季初 thisSeason()
5、得到当前季度季末 thisSeasonEnd()
6、得到当前年份年初 thisYear()
7、得到当前年份年底 thisYearEnd()
8、判断输入年份是否为闰年 leapYear
注意事项: 日期格式为:xxxx-yy-zz (eg: 2007-12-05)
实例:
- Date() - Constructor for class org.oiue.tools.date.Date
-
- dateTo14String(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
生成一个 14 位的日期字符串 格式.yyyyMMddHHmmss
CreateTime Apr 18, 2009 4:38:42 PM
- dateTo18String(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
生成一个 18 位的日期字符串 格式.yyyyMMddHHmmss.SSS
CreateTime Apr 18, 2009 4:35:55 PM
- dateToChineseString(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
将日期转换为中文表示方式的字符串(格式为 yyyy年MM月dd日 HH:mm:ss).
- DateUtil - Class in org.oiue.tools.date
-
日期的加减运算、日期的运算处理
有关日期工具类
yyyy-MM-dd HH:mm:ss[.fff]
格式1:"yyyy-MM-dd"
格式2:"yyyy-MM-dd HH:mm:ss EE"
格式3:"yyyy年MM月dd日 hh:mm:ss EE"
- DateUtil() - Constructor for class org.oiue.tools.date.DateUtil
-
- DBType2ResType(int, int) - Static method in class org.oiue.tools.model.COLUMN
-
将资源中的数据类型翻译成SQL的数据类型
- DBType2ResType(int, int, String) - Static method in class org.oiue.tools.model.COLUMN
-
将资源中的数据类型翻译成指定SQL的数据类型
- decode(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
对给定字符进行 URL 解码 解码UTF-8
CreateTime Apr 18, 2009 7:09:05 PM
- Decompression - Class in org.oiue.tools.file
-
类说明:
压缩、解压文件公用类
- Decompression() - Constructor for class org.oiue.tools.file.Decompression
-
- deepCopy() - Method in class org.oiue.table.structure.Model_root
-
Method 复制对象
- deepCopy() - Method in class org.oiue.tools.serializ.CloneTools
-
- delete(String) - Static method in class org.oiue.tools.file.DeleteFileUtil
-
删除文件,可以是单个文件或文件夹
- deleteDirectory(String) - Static method in class org.oiue.tools.file.DeleteFileUtil
-
删除目录(文件夹)以及目录下的文件
- deleteDirectory(String) - Static method in class org.oiue.tools.file.FileHandle
-
方法说明:
删除目录(文件夹)以及目录下的文件
CreateTime Apr 17, 2009 11:39:51 PM
- deleteFile(String) - Static method in class org.oiue.tools.file.DeleteFileUtil
-
删除单个文件
- deleteFile(String) - Static method in class org.oiue.tools.file.FileHandle
-
方法说明:
删除单个文件
CreateTime Apr 17, 2009 11:38:48 PM
- deleteFile(ServletContext, String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
删除指定的 Web 应用程序目录下所上传的文件
CreateTime Apr 18, 2009 10:44:38 PM
- DeleteFileUtil - Class in org.oiue.tools.file
-
类说明:
文件删除公用类
- DeleteFileUtil() - Constructor for class org.oiue.tools.file.DeleteFileUtil
-
- DeleteFolder(String) - Static method in class org.oiue.tools.file.FileHandle
-
方法说明:
根据路径删除指定的目录或文件,无论存在与否
CreateTime Apr 17, 2009 11:37:01 PM
- DigitalTrans - Class in org.oiue.tools.bytes
-
- DigitalTrans() - Constructor for class org.oiue.tools.bytes.DigitalTrans
-
- double2bytes(double, int) - Static method in class org.oiue.tools.bytes.ByteUtil
-
- Field - Class in org.oiue.table.structure
-
- Field() - Constructor for class org.oiue.table.structure.Field
-
- fieldContains(String) - Method in class org.oiue.table.structure.Model_root
-
- FieldExt - Class in org.oiue.table.structure
-
- FieldExt(TableModel) - Constructor for class org.oiue.table.structure.FieldExt
-
- FieldExt() - Constructor for class org.oiue.table.structure.FieldExt
-
- FileBase64Convert - Class in org.oiue.tools.file
-
- FileBase64Convert() - Constructor for class org.oiue.tools.file.FileBase64Convert
-
- FileCopy - Class in org.oiue.tools.file
-
类说明:
复制文件公用类
- FileCopy() - Constructor for class org.oiue.tools.file.FileCopy
-
- FileDigest - Class in org.oiue.tools.file
-
- FileDigest() - Constructor for class org.oiue.tools.file.FileDigest
-
- FileDirectorySearch(String) - Static method in class org.oiue.tools.file.FileSearch
-
方法说明:
返回路径下的文件
CreateTime Apr 18, 2009 12:26:12 AM
- FileDirectorySearch(String, List) - Static method in class org.oiue.tools.file.FileSearch
-
返回指定路径下的指定文件类型的文件集合
- FileDirectorysSearch(String) - Static method in class org.oiue.tools.file.FileSearch
-
方法说明:
返回路径下的文件夹
CreateTime Apr 18, 2009 12:28:59 AM
- FileHandle - Class in org.oiue.tools.file
-
类说明:
- FileHandle() - Constructor for class org.oiue.tools.file.FileHandle
-
- FileMd5Utils - Class in org.oiue.tools.file
-
- FileMd5Utils() - Constructor for class org.oiue.tools.file.FileMd5Utils
-
- fileNameCheck(String[], String) - Static method in class org.oiue.tools.file.ZipSearch
-
方法说明:
文件名比对
CreateTime May 18, 2009 3:25:26 PM
- FileRename - Class in org.oiue.tools.file
-
类说明:
文件重命名
- FileRename() - Constructor for class org.oiue.tools.file.FileRename
-
- FileReplace - Class in org.oiue.tools.file
-
类说明:
替换文件内的字符串
- FileReplace() - Constructor for class org.oiue.tools.file.FileReplace
-
- FileReplace_case(String, String, String, boolean) - Static method in class org.oiue.tools.file.FileReplace
-
方法说明:
是否以大小写敏感方式替换原文件中的字符串
CreateTime Apr 17, 2009 11:55:41 PM
- FileReplace_case(String, String, String) - Static method in class org.oiue.tools.file.FileReplace
-
方法说明:
大小写敏感替换原文件中的字符串
CreateTime Apr 17, 2009 11:56:48 PM
- FileReplaceOutTemp(String, String, String, boolean) - Static method in class org.oiue.tools.file.FileReplace
-
方法说明:
是否以大小写敏感替换文件中的字符串返回新文件
CreateTime Apr 18, 2009 1:09:50 AM
- FileReplaceOutTemp(String, String, String) - Static method in class org.oiue.tools.file.FileReplace
-
方法说明:
大小写敏感替换文件中的字符串返回新文件
CreateTime Apr 17, 2009 11:48:03 PM
- FileSearch - Class in org.oiue.tools.file
-
类说明:
文件查找
- FileSearch() - Constructor for class org.oiue.tools.file.FileSearch
-
- FileStringUtil - Class in org.oiue.tools.file
-
类说明:
文件路径操作类
- FileStringUtil() - Constructor for class org.oiue.tools.file.FileStringUtil
-
- findField(String) - Method in class org.oiue.table.structure.TableExt
-
根据字段名查找字段
- findFieldIgnoreCase(String) - Method in class org.oiue.table.structure.TableExt
-
根据字段的名字查找字段
此方式忽略字符串大小写
- findForeignFiled(String) - Method in class org.oiue.table.structure.TableExt
-
查找外键
- firstToUpper(String) - Static method in class org.oiue.tools.string.StringUtil
-
首字母大写
- FolderOfAll(String, String, String) - Method in class org.oiue.tools.file.FileReplace
-
方法说明:
大小写敏感替换文件目录中的所有文件中指定的字符串
CreateTime Apr 18, 2009 1:57:37 PM
- FolderOfAll(String, List, String, String, boolean) - Method in class org.oiue.tools.file.FileReplace
-
方法说明:
是否以大小写敏感替换某路径下指定类型的文件中的指定字符串
CreateTime Apr 18, 2009 1:55:41 PM
- ForeignField - Class in org.oiue.table.structure
-
- ForeignField(TableModel) - Constructor for class org.oiue.table.structure.ForeignField
-
- ForeignField(TableModel, String, String) - Constructor for class org.oiue.table.structure.ForeignField
-
- formatDateToDHMSString(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
格式化日期到日时分秒时间格式的显示.
- formatDateToHMSString(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
格式化日期到时分秒时间格式的显示.
- formatDateToMMddHHmm(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
返回时间字符串, 可读形式的, M月d日 HH:mm
CreateTime Apr 18, 2009 4:32:49 PM
- formatDateToMysqlString(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
格式化日期到 Mysql 数据库日期格式字符串的显示.yyyy-MM-dd HH:mm:ss
CreateTime Apr 18, 2009 4:25:43 PM
- formatDateToyyMMddHHmm(Date) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
返回时间字符串, 可读形式的, yy年M月d日HH:mm
CreateTime Apr 18, 2009 4:34:10 PM
- formatTimestampToMysqlString(Timestamp) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
格式化日期到 Mysql 数据库日期格式字符串的显示.yyyy-MM-dd HH:mm:ss
CreateTime Apr 18, 2009 4:25:43 PM
- fromString(String) - Static method in class org.oiue.tools.list.ListUtil
-
- fromString(String) - Static method in class org.oiue.tools.map.MapUtil
-
- GBK - Static variable in class org.oiue.tools.string.ChangeCharset
-
中文超大字符集
- get() - Static method in class org.oiue.tools.file.MimeTypes
-
- get(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- get(List<Object>, String) - Static method in class org.oiue.tools.list.ListUtil
-
- get(Map, String) - Static method in class org.oiue.tools.map.MapUtil
-
- get(Map<String, Object>, List<Object>) - Static method in class org.oiue.tools.map.MapUtil
-
- get(Map<String, Object>, Object[]) - Static method in class org.oiue.tools.map.MapUtil
-
- getAllFields() - Method in class org.oiue.table.structure.TableExt
-
获取所有的字段 这些字段中不仅有表的字段
还包含关系字段
- getAnotherDate(Date, int) - Static method in class org.oiue.tools.date.DateUtil
-
取得某天相加(减)後的那一天
- getBoolean(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- getBoolean(Map<String, Object>, String) - Static method in class org.oiue.tools.map.MapUtil
-
- getByArray(Object, int) - Method in class org.oiue.tools.Reflection
-
得到数组中的某个元素
- getByExtension(String) - Method in class org.oiue.tools.file.MimeTypes
-
- getByFile(String) - Method in class org.oiue.tools.file.MimeTypes
-
- getBytesGBK(String) - Static method in class org.oiue.tools.bytes.ByteUtil
-
GBK编码
- getBytesLength(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
获得源字符串的字节长度(即二进制字节数), 用于发送短信时判断是否超出长度.
- getCaller() - Static method in class org.oiue.tools.Application
-
获取调用者信息
- getCaller(int) - Static method in class org.oiue.tools.Application
-
获取调用者信息
- getCatalog() - Method in class org.oiue.table.structure.Table
-
- getCausedBySrcMsg(Throwable) - Static method in class org.oiue.tools.exception.ExceptionUtil
-
- getChildNum() - Method in class org.oiue.table.structure.StructureTable
-
- getClassLine(String) - Static method in class org.oiue.tools.Application
-
获取调用者信息
- getClassRootPath() - Static method in class org.oiue.tools.Application
-
方法说明:
方法用于获取 获取根目录
CreateTime Apr 17, 200911:14:42 PM
- getCmdKey() - Method in class org.oiue.table.structure.Field
-
- getCmdKey() - Method in class org.oiue.table.structure.Model_root
-
操作编码
- getCnAscii(char) - Static method in class org.oiue.tools.string.CnToSpell
-
获得单个汉字的Ascii,并用"-"连接成一个字符串
- getColumn() - Method in class org.oiue.table.structure.ForeignField
-
- getComment() - Method in class org.oiue.table.structure.Field
-
- getComment() - Method in class org.oiue.table.structure.Table
-
- getDataWhere() - Method in class org.oiue.table.structure.Model_root
-
数据过滤条件
- getDateOfMonthBegin(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定月份的第一天
- getDateOfMonthEnd(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定月份的最后一天
- getDayOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的日份
- getDayOfMonth(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取字符日期一个月的天数
- getDaysOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.DateUtil
-
获取2个字符日期的天数差
- getDbAlias() - Method in class org.oiue.table.structure.Table
-
- getDefauleValue() - Method in class org.oiue.table.structure.Field
-
- getDelimiterNameValue() - Method in class org.oiue.table.structure.Model_root
-
name和value之间的分隔符
- getDelimiterRecord() - Method in class org.oiue.table.structure.Model_root
-
每对 name value之间的分隔符
- getDescription() - Method in class org.oiue.tools.StatusResult
-
- getDigest() - Method in class org.oiue.tools.string.Md5
-
Get the digest for our input stream.
- getDirMD5(File, boolean) - Static method in class org.oiue.tools.file.FileDigest
-
获取文件夹中文件的MD5值
- getDisplaySize() - Method in class org.oiue.table.structure.Field
-
- getDouble(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- getDouble(Map<String, Object>, String) - Static method in class org.oiue.tools.map.MapUtil
-
- getDyn_data() - Method in class org.oiue.table.structure.Model_root
-
- getEncoding(String) - Static method in class org.oiue.tools.string.TranCharset
-
判断字符串的编码
- getExceptionString(Exception) - Static method in class org.oiue.table.structure.TableModel
-
- getExceptionString(Throwable) - Static method in class org.oiue.tools.exception.Utility
-
- getExtension(String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
得到文件的扩展名
CreateTime Apr 18, 2009 12:48:34 AM
- getField(String) - Method in class org.oiue.table.structure.TableExt
-
获取指定的列字段
- getFieldId(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
根据传入的字符串,返回字符串后面的数字
CreateTime Apr 22, 2009 5:17:22 PM
- getFieldName(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
根据传入的字符串,返回字符串第一个数字以前的字符
CreateTime Apr 22, 2009 11:57:56 AM
- getFields() - Method in class org.oiue.table.structure.Table
-
- getFields(int) - Method in class org.oiue.table.structure.TableExt
-
根据操作码取得对应操作字段
- getFileIcon(String, String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
获取文件图标名.
- getFileMD5(File) - Static method in class org.oiue.tools.file.FileDigest
-
获取单个文件的MD5值!
- getFileMD5String(String) - Static method in class org.oiue.tools.file.FileMd5Utils
-
计算文件的MD5
- getFileMD5String(File) - Static method in class org.oiue.tools.file.FileMd5Utils
-
计算文件的MD5,重载方法
- getFileName(String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
得到文件的短路径, 不保护目录
CreateTime Apr 18, 2009 12:52:46 AM
- getFirstDayOfWeek(Date) - Static method in class org.oiue.tools.date.DateUtil
-
取得某天所在周的第一天
- getFirstDayOfWeek(int, int) - Static method in class org.oiue.tools.date.DateUtil
-
取得某年某周的第一天 对于交叉:2008-12-29到2009-01-04属于2008年的最后一周,2009-01-05为2009年第一周的第一天
- getFirstSpell(String) - Static method in class org.oiue.tools.string.CnToSpell
-
获取汉语字符串的声母组合,每个汉字取拼音的第一个字符组成的一个字符串
- getForeignField() - Method in class org.oiue.table.structure.Table
-
- getFullSpell(String) - Static method in class org.oiue.tools.string.CnToSpell
-
返回字符串的全拼,是汉字转化为全拼,其它字符不进行转换
- getGrant() - Method in class org.oiue.table.structure.Model_root
-
授权信息
- getHavaNum() - Method in class org.oiue.table.structure.StructureTable
-
- getHourOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的小时
- getHoursOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
计算两个时刻之间的时间差
- getId() - Method in class org.oiue.table.structure.Table
-
- getIdGenerator() - Method in class org.oiue.table.structure.Table
-
- getInt(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- getInt(Map<String, Object>, String) - Static method in class org.oiue.tools.map.MapUtil
-
- getJSONString(String) - Static method in class org.oiue.tools.json.JSONUtil
-
- getJSONString(Object) - Static method in class org.oiue.tools.json.JSONUtil
-
- getKey() - Method in class org.oiue.table.structure.ForeignField
-
- getKeyField() - Method in class org.oiue.table.structure.TableExt
-
- getKeyRemoveID() - Method in class org.oiue.table.structure.Model_map
-
getKeyRemoveID
方法说明:
获取当前对象字段名拼接串 字段中移除了表格ID
当设定主键字段为空时,会查找主键集合字段
当主键字段与主键集合字段都为空时,会按照规范的表名及主键名格式自动生成主键名
此方法不会改变对象设定的主键及主键集合
- getKeyRemoveID(String) - Method in class org.oiue.table.structure.Model_map
-
getKeyRemoveID
方法说明:
获取当前对象字段名拼接串 字段中移除了表格ID
根据传入的主键
当设定主键字段为空时,会查找主键集合字段
当主键字段与主键集合字段都为空时,会按照规范的表名及主键名格式自动生成主键名
此方法会改变对象设定的主键及主键集合
- getKeyRemoveStruture() - Method in class org.oiue.table.structure.Model_map
-
getKeyRemoveStruture
方法说明:
获取当前对象字段名拼接串 映射中移除了表格ID及结构字段
当设定主键字段为空时,会查找主键集合字段 ;
当主键字段与主键集合字段都为空时,会按照规范的表名及主键名格式自动生成主键名;
当表格结构字段集合为空时,会自动按照规范移除结构字段。
此方法不会导致对象设定的主键、主键集合及结构字段集合的改变
- getKeyRemoveStruture(String) - Method in class org.oiue.table.structure.Model_map
-
getKeyRemoveStruture
方法说明:
获取当前对象的Map成员变量与值的映射 映射中移除了表格ID及结构字段
当设定主键字段为空时,会查找主键集合字段 ;
当主键字段与主键集合字段都为空时,会按照规范的表名及主键名格式自动生成主键名;
当表格结构字段集合为空时,会自动按照规范移除结构字段。
此方法会导致对象设定的主键、主键集合及结构字段集合的改变
- getKeyValue() - Method in class org.oiue.table.structure.Model_map
-
getKeyValue
方法说明:
获取 sql语句新增修改键值串 包含ID 格式为 key1=value1,key2=value2
- getKeyValueRemoveID() - Method in class org.oiue.table.structure.Model_map
-
getKeyValueRemoveID
方法说明:
获取 sql语句新增修改键值串 不含ID
- getKeyValueRemoveID(String) - Method in class org.oiue.table.structure.Model_map
-
getKeyValueRemoveID
方法说明:
- getKeyValueRemoveStructure() - Method in class org.oiue.table.structure.Model_map
-
getKeyValueRemoveStructure
方法说明:
- getKeyValueRemoveStructure(String) - Method in class org.oiue.table.structure.Model_map
-
getKeyValueRemoveStructure
方法说明:
- getLastDayOfMonth(int, int) - Static method in class org.oiue.tools.date.DateUtil
-
取得某月的的最后一天
- getLastDayOfMonth(Date) - Static method in class org.oiue.tools.date.DateUtil
-
取得某月的的最后一天
- getLastDayOfWeek(Date) - Static method in class org.oiue.tools.date.DateUtil
-
取得某天所在周的最后一天
- getLastDayOfWeek(int, int) - Static method in class org.oiue.tools.date.DateUtil
-
取得某年某周的最后一天 对于交叉:2008-12-29到2009-01-04属于2008年的最后一周, 2009-01-04为
2008年最后一周的最后一天
- getList(ArrayList, String, int) - Static method in class org.oiue.tools.list.ListUtil
-
方法说明:
获取结构数组,
filed.equals(data.get(index).toString())
- getLocalIP() - Static method in class org.oiue.tools.liense
-
获取机器IP地址
- getLocalIPOfLinux() - Static method in class org.oiue.tools.liense
-
- getLocalIPOfWindows() - Static method in class org.oiue.tools.liense
-
- getLocalMACAddress() - Static method in class org.oiue.tools.liense
-
根据硬件中的网卡列表来进行配置获取
- getLocalMACAddressOfLinux() - Static method in class org.oiue.tools.liense
-
- getLocalMACAddressOfWindows() - Static method in class org.oiue.tools.liense
-
- getLong(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- getLong(Map<String, Object>, String) - Static method in class org.oiue.tools.map.MapUtil
-
- getMapData() - Method in class org.oiue.table.structure.Model_map
-
getMapData
方法说明:
获取当前对象的Map成员变量与值的映射
- getMapID() - Method in class org.oiue.table.structure.Model_map
-
获取对象ID的Map映射
- getMapRemoveID() - Method in class org.oiue.table.structure.Model_map
-
getMapRemoveID
方法说明:
获取当前对象的Map成员变量与值的映射 映射中移除主键
- getMapRemoveStructure() - Method in class org.oiue.table.structure.Model_map
-
getMapRemoveStructure
方法说明:
获取当前对象的Map成员变量与值的映射 映射中移除了表格ID及结构字段
当设定主键字段为空时,会查找主键集合字段 ;
当主键字段与主键集合字段都为空时,会按照规范的表名及主键名格式自动生成主键名;
当表格结构字段集合为空时,会自动按照规范移除结构字段。
此方法不会导致对象设定的主键、主键集合及结构字段集合的改变
- getMaxWeekNumOfYear(int) - Static method in class org.oiue.tools.date.DateUtil
-
取得某一年共有多少周
- getMillisOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的毫秒
- getMillisOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
计算两个时刻之间的时间差
- getMillisOfTowDiffDate(Date, Date) - Static method in class org.oiue.tools.date.TimeUtil
-
计算两个时刻之间的时间差
- getMinuteOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的分钟
- getMinutesOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
计算两个时刻之间的时间差
- getMonthOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的月份
- getMonthsOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.DateUtil
-
获取2个字符日期的月数差
- getMsg() - Method in class org.oiue.table.structure.Model_root
-
异常信息
- getName() - Method in class org.oiue.table.structure.Field
-
- getName() - Method in class org.oiue.table.structure.Table
-
- getNames(JSONObject) - Static method in class org.json.JSONObject
-
- getNextClassLine(String) - Static method in class org.oiue.tools.Application
-
获取调用者信息
- getNowOfDateByFormat(String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期格式当前日期的字符型日期
- getO() - Method in class org.oiue.tools.serializ.CloneTools
-
- getOName() - Method in class org.oiue.table.structure.Table
-
- getParentAutoCode() - Method in class org.oiue.table.structure.TableExt
-
- getPkTableName() - Method in class org.oiue.table.structure.ForeignField
-
- getPosition() - Method in class org.oiue.table.structure.Field
-
- getPrecision() - Method in class org.oiue.table.structure.Field
-
- getPrefix(String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
得到文件的前缀名
CreateTime Apr 18, 2009 12:50:38 AM
- getPrimaryField() - Method in class org.oiue.table.structure.Table
-
- getPrimaryStr() - Method in class org.oiue.table.structure.TableExt
-
获取主键字符串 多主键用“,”分割
- getProperty(Object, String) - Method in class org.oiue.tools.Reflection
-
得到某个对象的公共属性
- getRealFilePath(String) - Static method in class org.oiue.tools.Application
-
方法说明:
获取类路径中的资源文件的物理文件路径.
- getResFieldID() - Method in class org.oiue.table.structure.FieldExt
-
- getResult() - Method in class org.oiue.tools.StatusResult
-
- getRootPath() - Static method in class org.oiue.tools.Application
-
方法说明:
方法用于获取 获取根目录
CreateTime Apr 17, 200911:14:42 PM
- getRowNum() - Method in class org.oiue.table.structure.Model_root
-
对象修改影响的记录数
- getScale() - Method in class org.oiue.table.structure.Field
-
- getSchema() - Method in class org.oiue.table.structure.Table
-
- getSecondOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的秒钟
- getSeconds() - Static method in class org.oiue.tools.date.TimeUtil
-
获取当天的秒数
- getSecondsOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
计算两个时刻之间的时间差
- getShortFileName(String) - Static method in class org.oiue.tools.file.FileStringUtil
-
方法说明:
得到文件的短路径, 不保护目录
CreateTime Apr 18, 2009 12:51:39 AM
- getSpellByAscii(String) - Static method in class org.oiue.tools.string.CnToSpell
-
根据ASCII码连接成的字符串到SpellMap中查找对应的拼音
- getStaticProperty(String, String) - Method in class org.oiue.tools.Reflection
-
得到某类的静态公共属性
- getStereoType() - Method in class org.oiue.table.structure.Field
-
- getString(List<Object>, int) - Static method in class org.oiue.tools.list.ListUtil
-
- getString(Map<String, Object>, String) - Static method in class org.oiue.tools.map.MapUtil
-
- getStringDigest() - Method in class org.oiue.tools.string.Md5
-
Get the digest, as a proper string.
- getStrTimeByUTC(long, String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定utc时间的格式化字符串
- getStructureFieldNames() - Method in class org.oiue.table.structure.Model_root
-
层次结构字段集合
- getSystemOfDateByFormat(String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期格式系统日期的字符型日期
- getTableIDFieldName() - Method in class org.oiue.table.structure.Model_root
-
表主键
- getTableIDFieldNames() - Method in class org.oiue.table.structure.Model_root
-
表主键集合
- getTableName() - Method in class org.oiue.table.structure.Model_root
-
表名
- getType() - Method in class org.oiue.table.structure.Field
-
- getType(int, int, int) - Static method in class org.oiue.tools.model.COLUMN
-
根据jdbc参数 获取资源数据类型
- getUdfParMap() - Method in class org.oiue.table.structure.Model_root
-
用户自定义的参数
- getUdfParMapInitialize() - Method in class org.oiue.table.structure.Model_root
-
用户自定义的参数 未初始化则自动初始化
- getValue(String) - Method in class org.oiue.table.structure.Model_root
-
- getValueList(String[]) - Method in class org.oiue.table.structure.TableModel
-
获取字段集合的值集合
- getValueListByKey(String) - Method in class org.oiue.table.structure.TableModel
-
- getValueStr() - Method in class org.oiue.table.structure.Model_map
-
getValueStr
方法说明:
将字段对应值拼接成字符串
此方法依赖于 getKeyRemoveID、getKeyRemoveStruture
必须先调用 上述方法以创建键值map
- getValueStr(String) - Method in class org.oiue.table.structure.Model_map
-
getValueStr
方法说明:
将字段对应值按指定的分隔符拼接成字符串
此方法依赖于 getKeyRemoveID、getKeyRemoveStruture
必须先调用 上述方法以创建键值map
- getVauleMatchCase(Map, Object) - Static method in class org.oiue.tools.map.MapUtil
-
忽略键大小写获取map对应的值
- getWeekday(Date, Date) - Method in class org.oiue.tools.date.WeekdayUtil
-
获取两个日期的工作日
(只计算周六和周日) 例如:前时间2008-12-05,后时间2008-12-11
- getWeekdayIsHoliday() - Method in class org.oiue.tools.date.WeekdayUtil
-
- getWeekendIsWork() - Method in class org.oiue.tools.date.WeekdayUtil
-
- getWeekOfYear(Date) - Static method in class org.oiue.tools.date.DateUtil
-
取得某天是一年中的多少周
- getWeeksOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.DateUtil
-
获取2个字符日期的周数差
- getYearOfDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期的年份
- getYearsOfTowDiffDate(String, String) - Static method in class org.oiue.tools.date.DateUtil
-
获取2个字符日期的年数差
- getYesterdayOfDateByFormat(String) - Static method in class org.oiue.tools.date.TimeUtil
-
获取指定日期格式昨天的字符型日期
- getZipFile(String) - Static method in class org.oiue.tools.file.ZipSearch
-
方法说明:
获取zip中的所有文件列表
CreateTime May 18, 2009 3:22:57 PM
- grantSum(Object, Map<String, String>, String, boolean) - Static method in class org.oiue.tools.map.MapUtil
-
- ParallelFile(String, String) - Static method in class org.oiue.tools.file.FileSearch
-
方法说明:
比较两个目录下文件是否有覆盖
CreateTime Apr 18, 2009 12:30:23 AM
- parseHMSStringToDate(String) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
将时分秒时间格式的字符串转换为日期.
- parseInt(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
将字符串转换为 int.
- parserStrToList(String) - Static method in class org.oiue.tools.json.JSONUtil
-
- parserStrToMap(String) - Static method in class org.oiue.tools.json.JSONUtil
-
- parserToList(JSONArray) - Static method in class org.oiue.tools.json.JSONUtil
-
将JSONArray转换成list
- parserToMap(JSONObject) - Static method in class org.oiue.tools.json.JSONUtil
-
将JSONObject对象转换成map
- parserToStr(Map<Object, Object>) - Static method in class org.oiue.tools.json.JSONUtil
-
- parserToStr(List) - Static method in class org.oiue.tools.json.JSONUtil
-
- parseStringToMysqlDate(String) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
将 Mysql 数据库日期格式字符串转换为日期.
- parseStringToYMD(String) - Static method in class org.oiue.tools.date.StringForDate
-
方法说明:
将 Mysql 数据库日期格式字符串转换为日期.
- parseToInt(String, int, int) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
将一个字符串转换为int
- parseToInt(String, int) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
将一个十进制形式的数字字符串转换为int
- parStr2Arr(String, String, String) - Static method in class org.oiue.tools.string.StringUtil
-
功能:解析以为参数串到二维数组
作者: Every
创建日期:2012-2-9
- parStr2ArrR(String, String, String) - Static method in class org.oiue.tools.string.StringUtil
-
功能:解析以为参数串到二维数组 键值相反
作者: Every
创建日期:2012-2-13
- parStr2Map(String, String, String) - Static method in class org.oiue.tools.string.StringUtil
-
解析一维参数串到Map
- parStr2MapR(String, String, String) - Static method in class org.oiue.tools.string.StringUtil
-
解析一维参数串到Map 键值与parStr2Map相反
- patchHexString(String, int) - Static method in class org.oiue.tools.bytes.DigitalTrans
-
HEX字符串前补0,主要用于长度位数不足。
- pers - Variable in class org.oiue.tools.sql.SQL
-
- print(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
-
在控制台打印数组,之间用逗号隔开,调试时用
- processString() - Method in class org.oiue.tools.string.Md5
-
Get the digest, for this string digestifier.
- Property - Class in org.oiue.table.structure
-
- Property() - Constructor for class org.oiue.table.structure.Property
-
- put(Object) - Method in class org.json.JSONArray
-
- put(String, Object) - Method in class org.json.JSONObject
-
- put(String, boolean) - Method in class org.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, double) - Method in class org.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - Method in class org.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - Method in class org.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map) - Method in class org.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - Method in class org.oiue.table.structure.Model_root
-
put
方法说明:
设定对象属性值 暂未考数据类型差异转换
- put(Map) - Method in class org.oiue.table.structure.TableModel
-
put
方法说明:
给对象赋值 将map中对应的key的值赋值给当前对象对应的成员变量 暂未考数据类型差异转换
- put(List<Object>, Object) - Static method in class org.oiue.tools.list.ListUtil
-
- put(List<Object>, int, Object) - Static method in class org.oiue.tools.list.ListUtil
-
- put(Map, String, Object) - Static method in class org.oiue.tools.map.MapUtil
-
- put(Map<String, Object>, List<Object>, Object) - Static method in class org.oiue.tools.map.MapUtil
-
- put(Map<String, Object>, Object[], Object) - Static method in class org.oiue.tools.map.MapUtil
-
- putProperties(TableModel) - Method in class org.oiue.table.structure.TableModel
-
设置属性
- Reflection - Class in org.oiue.tools
-
Java Reflection
- Reflection() - Constructor for class org.oiue.tools.Reflection
-
- remove(int[], int) - Static method in class org.oiue.tools.arrays.ArrayUtil
-
整形数组中特定位置删除掉一个元素,数组中原有元素向前移动; 如果插入位置超出原数组,则抛IllegalArgumentException异常
- removeField(String) - Method in class org.oiue.table.structure.TableExt
-
根据字段名称移除字段
- removeMatchCase(Map, Object) - Static method in class org.oiue.tools.map.MapUtil
-
忽略键大小写移除map对应的值
- ReName(String, String) - Static method in class org.oiue.tools.file.FileRename
-
方法说明:
重命名
CreateTime Apr 17, 2009 11:43:15 PM
- replace(String, Map<String, Object>) - Static method in class org.oiue.tools.Replacer
-
- replace(String, List<Object>) - Static method in class org.oiue.tools.Replacer
-
- replace(String, String, String, boolean) - Static method in class org.oiue.tools.string.StringReplace
-
方法说明:
将字符串 sourceStr 中的 oldStr 替换为 newStr, matchCase 为是否设置大小写敏感查找
CreateTime Apr 18, 2009 12:28:05 PM
- replacebr(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将文本中的
换行替换成\n
CreateTime Apr 18, 2009 2:56:25 PM
- replaceChar(String, char, char) - Static method in class org.oiue.tools.string.StringReplace
-
方法说明:
将字符串 sourceStr 中的 oldChar 替换为 newChar
CreateTime Apr 18, 2009 12:15:54 PM
- replaceEnter(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将文本中的\n替换成页面的换行
CreateTime Apr 18, 2009 2:53:16 PM
- replacefu(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将字符串中可能出现的\"替换成能\\\"
CreateTime Apr 18, 2009 3:07:18 PM
- replaceHtmlCode(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
滤除帖子中的危险 HTML 代码, 主要是脚本代码, 滚动字幕代码以及脚本事件处理代码
CreateTime Apr 18, 2009 2:11:50 PM
- replaceHtmlToText(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
滤除 HTML 代码 为文本代码.
- replaceQuote(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将字符串中可能出现的'替换成能插入mysql的''
CreateTime Apr 18, 2009 3:04:50 PM
- Replacer - Class in org.oiue.tools
-
- Replacer() - Constructor for class org.oiue.tools.Replacer
-
- replaceSql(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
SQL语句转换
将单个的 ' 换成 '';
SQL 规则:如果单引号中的字符串包含一个嵌入的引号,可以使用两个单引号表示嵌入的单引号.
- ReplaceSqlException - Exception in org.oiue.tools.exception
-
自定义文件无法找到异常
- ReplaceSqlException(String, Throwable) - Constructor for exception org.oiue.tools.exception.ReplaceSqlException
-
- replaceStr(String, String, String) - Static method in class org.oiue.tools.string.StringReplace
-
方法说明:
将字符串 sourceStr 中的 oldStr 替换为 newStr, 并以大小写不敏感方式进行查找替换
CreateTime Apr 18, 2009 12:31:02 PM
- replaceString(String, String, String) - Static method in class org.oiue.tools.string.StringReplace
-
方法说明:
将字符串 sourceStr 中的 oldStr 替换为 newStr, 并以大小写敏感方式进行查找替换
CreateTime Apr 18, 2009 12:25:07 PM
- resType2DBType(int, int) - Static method in class org.oiue.tools.model.COLUMN
-
将资源中的数据类型翻译成SQL的数据类型
- resType2DBType(int, int, String) - Static method in class org.oiue.tools.model.COLUMN
-
将资源中的数据类型翻译成指定SQL的数据类型
- reverse(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
-
反转数组
- run() - Method in class org.oiue.tools.dynamicbuild.CompileFile
-
- Table - Class in org.oiue.table.structure
-
数据库表格对象
- Table() - Constructor for class org.oiue.table.structure.Table
-
- Table(String, String, String) - Constructor for class org.oiue.table.structure.Table
-
- TableExt - Class in org.oiue.table.structure
-
- TableExt() - Constructor for class org.oiue.table.structure.TableExt
-
- TableExt(String) - Constructor for class org.oiue.table.structure.TableExt
-
- TableExt(String, String) - Constructor for class org.oiue.table.structure.TableExt
-
- TableExt(String, String, String) - Constructor for class org.oiue.table.structure.TableExt
-
- TableModel - Class in org.oiue.table.structure
-
- TableModel() - Constructor for class org.oiue.table.structure.TableModel
-
- tar(String, String) - Static method in class org.oiue.tools.file.Decompression
-
压缩tar格式的压缩文件
- tar(File, String) - Static method in class org.oiue.tools.file.Decompression
-
压缩tar格式的压缩文件
- textToHtml(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将 TEXT 文本转换为 HTML 代码, 已便于网页正确的显示出来.
- thisMonth() - Method in class org.oiue.tools.date.Date
-
功能:得到当前月份月初 格式为:xxxx-yy-zz (eg: 2007-12-01)
- thisMonthEnd() - Method in class org.oiue.tools.date.Date
-
功能:得到当前月份月底 格式为:xxxx-yy-zz (eg: 2007-12-31)
- thisSeason() - Method in class org.oiue.tools.date.Date
-
功能:得到当前季度季初 格式为:xxxx-yy-zz (eg: 2007-10-01)
- thisSeasonEnd() - Method in class org.oiue.tools.date.Date
-
功能:得到当前季度季末 格式为:xxxx-yy-zz (eg: 2007-12-31)
- thisYear() - Method in class org.oiue.tools.date.Date
-
功能:得到当前年份年初 格式为:xxxx-yy-zz (eg: 2007-01-01)
- thisYearEnd() - Method in class org.oiue.tools.date.Date
-
功能:得到当前年份年底 格式为:xxxx-yy-zz (eg: 2007-12-31)
- TimeUnit2Long(TimeUnit, TimeUnit) - Static method in class org.oiue.tools.date.Date
-
计算两个时间单位间的转换计算单位
- TimeUnit2Long(long, TimeUnit, TimeUnit) - Static method in class org.oiue.tools.date.Date
-
转换时间,将一个时间转换成另一种时间值
- TimeUtil - Class in org.oiue.tools.date
-
- TimeUtil() - Constructor for class org.oiue.tools.date.TimeUtil
-
- toASCII(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成US-ASCII码
- toBoolean(Object) - Static method in class org.oiue.tools.ObjUtil
-
- toBR(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将\n,\t, 等替换成网页上显示的文本
CreateTime Apr 18, 2009 2:52:15 PM
- toBytes4HexString(String) - Static method in class org.oiue.tools.bytes.ByteUtil
-
- toCalendarFromUtilDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
util.Date型日期转化转化成Calendar日期
- today() - Method in class org.oiue.tools.date.Date
-
功能:得到当前日期 格式为:xxxx-yy-zz (eg: 2007-12-05)
- toDouble(Object) - Static method in class org.oiue.tools.ObjUtil
-
- toGBK(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成GBK码
- toHexString(byte...) - Static method in class org.oiue.tools.bytes.ByteUtil
-
将字节以16进制字符串显示
- toHexString(byte[], char, int, int) - Static method in class org.oiue.tools.bytes.ByteUtil
-
将字节以16进制字符串显示
- toHexString(ByteBuffer) - Static method in class org.oiue.tools.bytes.ByteUtil
-
- toHexString(ByteBuffer, int, int) - Static method in class org.oiue.tools.bytes.ByteUtil
-
- toHtml(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
替换 替换为网页上显示的文本
CreateTime Apr 18, 2009 2:50:53 PM
- toInt(Object) - Static method in class org.oiue.tools.ObjUtil
-
- toISO(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
转换数据的内码(从 UTF-8 转换到 ISO8859).
- toISO_8859_1(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成ISO-8859-1码
- toJava(int) - Static method in class org.oiue.tools.model.COLUMN
-
返回对应的java类型
- toList(JSONArray) - Static method in class org.oiue.tools.json.JSONUtil
-
- toList(List<Object>, Collection<Integer>) - Static method in class org.oiue.tools.list.ListUtil
-
- toList(List<Object>, Integer[]) - Static method in class org.oiue.tools.list.ListUtil
-
- toList(List<Object>, List<Object>) - Static method in class org.oiue.tools.list.ListUtil
-
- toList(Map<String, Object>, Collection<String>) - Static method in class org.oiue.tools.map.MapUtil
-
- toList(Map<String, Object>, String[]) - Static method in class org.oiue.tools.map.MapUtil
-
- toList(Map<String, Object>, List<Object>) - Static method in class org.oiue.tools.map.MapUtil
-
- toLong(Object) - Static method in class org.oiue.tools.ObjUtil
-
- toLowerCaseKey(Object) - Static method in class org.oiue.tools.map.MapUtil
-
将对象的key转换成
- toMap(JSONObject) - Static method in class org.oiue.tools.json.JSONUtil
-
- toMap(Map<String, Object>, Map<String, String>) - Static method in class org.oiue.tools.map.MapUtil
-
- toMap(Map<String, Object>, Collection<String>) - Static method in class org.oiue.tools.map.MapUtil
-
- toMap(Map<String, Object>, String[]) - Static method in class org.oiue.tools.map.MapUtil
-
- toMysql(int) - Static method in class org.oiue.tools.model.COLUMN
-
返回对应的mysql类型
- toQuoteMark(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将',",\r\n替换成数据库内可存储的字符
CreateTime Apr 18, 2009 2:49:53 PM
- toSQL(String) - Static method in class org.oiue.tools.string.StringForPage
-
方法说明:
将字符串中的\r\n替换成\n
CreateTime Apr 18, 2009 3:20:45 PM
- toSqlDateFromStrDate(String) - Static method in class org.oiue.tools.date.TimeUtil
-
字符型日期转化成sql.Date型日期
- toSqlDateFromUtilDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
util.Date型日期转化sql.Date(年月日)型日期
- toSqlTimeFromUtilDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
util.Date型日期转化sql.Time(时分秒)型日期
- toSqlTimestampFromUtilDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
util.Date型日期转化sql.Date(时分秒)型日期
- toSqlType(Object) - Static method in class org.oiue.tools.model.COLUMN
-
返回对应java类型的sqlType值
- toStrDateFromUtilDateByFormat(Date, String) - Static method in class org.oiue.tools.date.TimeUtil
-
util.Date型日期转化指定格式的字符串型日期
- toString() - Method in class org.json.JSONArray
-
- toString() - Method in class org.json.JSONObject
-
- toString() - Method in class org.oiue.table.structure.Field
-
- toString(String) - Method in class org.oiue.table.structure.Field
-
- toString(String) - Method in class org.oiue.table.structure.Model_root
-
将表数据按照指定的分隔符输出
- toString() - Method in class org.oiue.table.structure.Model_root
-
- toString(String) - Method in class org.oiue.table.structure.StructureTable
-
- toString(String) - Method in class org.oiue.table.structure.Table
-
- toString() - Method in class org.oiue.table.structure.TableExt
-
调试
- toString(List<Object>) - Static method in class org.oiue.tools.list.ListUtil
-
- toString(Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
-
- toString(Object) - Static method in class org.oiue.tools.ObjUtil
-
- toString() - Method in class org.oiue.tools.StatusResult
-
- toType() - Method in class org.oiue.table.structure.Field
-
- toUTF8(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
转换数据的内码(从 ISO8859 转换到 UTF-8).
- toUTF_16(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成UTF-16码
- toUTF_16BE(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成UTF-16BE码
- toUTF_16LE(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成UTF-16LE码
- toUTF_8(String) - Method in class org.oiue.tools.string.ChangeCharset
-
将字符编码转换成UTF-8码
- toUtilDateFromSqlDate(Date) - Static method in class org.oiue.tools.date.TimeUtil
-
sql.Date型日期转化util.Date型日期
- toUtilDateFromStrDateByFormat(String, String) - Static method in class org.oiue.tools.date.TimeUtil
-
字符型日期转化util.Date型日期
- TranCharset - Class in org.oiue.tools.string
-
Date: 2008-6-27
- TranCharset() - Constructor for class org.oiue.tools.string.TranCharset
-
- TranEncodeTOGB(String) - Static method in class org.oiue.tools.string.TranCharset
-
将字符串编码格式转成GB2312
- trimTailSpaces(String) - Static method in class org.oiue.tools.string.StringUtil
-
方法说明:
清除字符串结尾的空格.