Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

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码字符串转数字字符串

B

base64ToIo(String, String) - Static method in class org.oiue.tools.file.FileBase64Convert
 
bcdBytes2Int(byte...) - Static method in class org.oiue.tools.bytes.ByteUtil
将字节数组按BCD解码成10进制的Int类型
bcdBytes2Str(byte) - Static method in class org.oiue.tools.bytes.ByteUtil
将一个字节按BCD解码成10进制的String类型
bcdBytes2Str(byte...) - Static method in class org.oiue.tools.bytes.ByteUtil
将字节数组按BCD解码成10进制的String类型
BeanUtils - Class in org.oiue.tools.bean
 
BeanUtils() - Constructor for class org.oiue.tools.bean.BeanUtils
 
binarySearch(int[], int) - Static method in class org.oiue.tools.arrays.ArrayUtil
二分法查找 查找线性表必须是有序列表
binaryToAlgorism(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
二进制字符串转十进制
BracketMatching(String) - Static method in class org.oiue.tools.string.StringUtil
括号匹配 括号{{},[],()}是否匹配
bubbleSort(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
冒泡排序 方法:相邻两元素进行比较 性能:比较次数O(n^2),n^2/2;交换次数O(n^2),n^2/4
byte2hex(byte[]) - Static method in class org.oiue.tools.bytes.DigitalTrans
字节数组转换为十六进制字符串
byte2hex(byte[]) - Static method in class org.oiue.tools.serializ.SerializObject
将二进制转换成字符串
bytes2Int(byte...) - Static method in class org.oiue.tools.bytes.ByteUtil
转换从字节数组中0索引开始的4个字节为Int类型
bytes2Int(byte[], int) - Static method in class org.oiue.tools.bytes.ByteUtil
转换从字节数组中pos索引开始的4个字节为Int类型
bytes2Int(byte[], int, int) - Static method in class org.oiue.tools.bytes.ByteUtil
转换从字节数组中pos索引开始的len个字节为Int类型
bytes2long(byte[]) - Static method in class org.oiue.tools.bytes.ByteUtil
将8字节的byte数组转成一个long值
bytes2Str(byte[]) - Static method in class org.oiue.tools.file.Decompression
 
bytes2Str(byte[]) - Static method in class org.oiue.tools.string.ChangeCharset
 
bytetoString(byte[]) - Static method in class org.oiue.tools.bytes.DigitalTrans
字节数组转为普通字符串(ASCII对应的字符)
ByteUtil - Class in org.oiue.tools.bytes
 
ByteUtil() - Constructor for class org.oiue.tools.bytes.ByteUtil
 

C

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

D

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
 

E

encode(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 对给定字符进行 URL 编码 编码格式为UTF-8 CreateTime Apr 18, 2009 7:01:04 PM
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
equals(Field) - Method in class org.oiue.table.structure.Field
比较字段
equals(List<Object>, List<Object>) - Static method in class org.oiue.tools.list.ListUtil
 
equals(Map<String, Object>, Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
 
escape(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 过滤URL中的参数中的特殊字符 CreateTime Apr 18, 2009 5:58:14 PM
escapeSrc(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 完整过滤URL中的参数中的特殊字符 CreateTime Apr 18, 2009 6:00:57 PM
ExceptionUtil - Class in org.oiue.tools.exception
 
ExceptionUtil() - Constructor for class org.oiue.tools.exception.ExceptionUtil
 
ExtensionFileFilter - Class in org.oiue.tools.file
 
ExtensionFileFilter(String) - Constructor for class org.oiue.tools.file.ExtensionFileFilter
 

F

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
 

G

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
 

H

hex2byte(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
十六进制串转化为byte数组
hex2byte(String) - Static method in class org.oiue.tools.serializ.SerializObject
将字符串转换成二进制数组
hexDigits - Static variable in class org.oiue.tools.file.FileMd5Utils
 
hexStringToAlgorism(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
十六进制字符串装十进制
hexStringToBinary(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
十六转二进制
hexStringToByte(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
十六进制字符串转为Byte数组,每两个十六进制字符转为一个Byte
hexStringToString(String, int) - Static method in class org.oiue.tools.bytes.DigitalTrans
十六进制转字符串

I

indexOf(byte[], byte, int) - Static method in class org.oiue.tools.arrays.ArrayUtil
首次出现的位置
indexOf(byte[], byte[], int) - Static method in class org.oiue.tools.arrays.ArrayUtil
 
initFilePath(String) - Static method in class org.oiue.tools.file.FileStringUtil
 
insert(int[], int, int) - Static method in class org.oiue.tools.arrays.ArrayUtil
在当前位置插入一个元素,数组中原有元素向后移动; 如果插入位置超出原数组,则抛IllegalArgumentException异常
insertSort(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
插入排序 方法:将一个记录插入到已排好序的有序表(有可能是空表)中,从而得到一个新的记录数增1的有序表。 性能:比较次数O(n^2),n^2/4 复制次数O(n),n^2/4 比较次数是前两者的一般,而复制所需的CPU时间较交换少,所以性能上比冒泡排序提高一倍多,而比选择排序也要快。
int2bytes(int, int) - Static method in class org.oiue.tools.bytes.ByteUtil
Int转换为字节数组,如果转换的字节长度小于4,则忽略相应高位字节
invoke(Object...) - Method in interface org.oiue.tools.ITask
调用方法
invokeGet(Object, String) - Static method in class org.oiue.table.structure.Model_map
 
invokeMethod(Object, String, Object[]) - Method in class org.oiue.tools.Reflection
执行某对象方法
invokeMethod(Object, String, Object[], Class[]) - Method in class org.oiue.tools.Reflection
执行某对象方法
invokeStaticMethod(String, String, Object[]) - Method in class org.oiue.tools.Reflection
执行某类的静态方法
ioToBase64(String) - Static method in class org.oiue.tools.file.FileBase64Convert
 
isAddComment() - Method in class org.oiue.table.structure.Field
 
isCreateCoverage() - Method in class org.oiue.table.structure.Table
 
isCreatePK() - Method in class org.oiue.table.structure.Table
 
isEmpty(String) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 判断字符串是否为空, 如果为 null 或者长度为0, 均返回 true CreateTime Apr 18, 2009 2:07:23 PM
isEmpty(String, String) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 检验字符串是否为空, 如果是, 则返回给定的出错信息 CreateTime Apr 18, 2009 2:08:45 PM
isEmptys(String) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 判断字符串是否为空, 如果为 null 或者长度为0或者"null", 均返回 true CreateTime Apr 18, 2009 2:07:23 PM
isFalse(String) - Static method in class org.oiue.tools.string.StringUtil
转换逻辑词汇false
isGB2312(char) - Static method in class org.oiue.tools.string.TranCharset
判断输入字符是否为gb2312的编码格式
isHavaChild() - Method in class org.oiue.table.structure.StructureTable
 
isInstance(Object, Class) - Method in class org.oiue.tools.Reflection
判断是不是某个类的实例
isLazy() - Method in class org.oiue.table.structure.Table
 
isLeapYear(Date) - Static method in class org.oiue.tools.date.DateUtil
判断给定日期是不是润年
isLinux() - Static method in class org.oiue.tools.OS
 
isLoadFromByConn() - Method in class org.oiue.table.structure.Table
 
isMacOSX() - Static method in class org.oiue.tools.OS
 
isNullAble() - Method in class org.oiue.table.structure.Field
 
isNumeric(String) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 判断字符串是否全是数字字符.
ISO_8859_1 - Static variable in class org.oiue.tools.string.ChangeCharset
ISO 拉丁字母表 No.1,也叫作 ISO-LATIN-1
isStartDateBeforeEndDate(Date, Date) - Static method in class org.oiue.tools.date.DateUtil
是否开始日期在结束日期之前(不包括相等)
isTrue(String) - Static method in class org.oiue.tools.string.StringUtil
转换逻辑词汇true
isUnique() - Method in class org.oiue.table.structure.Field
 
isUsingWindowsVisualStyles() - Static method in class org.oiue.tools.OS
 
isWebPublish() - Static method in class org.oiue.tools.Application
返回不同的发布平台 getPublishType
isWeekday(GregorianCalendar) - Method in class org.oiue.tools.date.WeekdayUtil
判断是否为工作日 工作日计算: 1、正常工作日,并且为非假期 2、周末被调整成工作日
isWindows() - Static method in class org.oiue.tools.OS
 
isWindows2003() - Static method in class org.oiue.tools.OS
 
isWindowsXP() - Static method in class org.oiue.tools.OS
 
ITask - Interface in org.oiue.tools
 

J

join(byte[], byte[]) - Static method in class org.oiue.tools.bytes.ByteUtil
合并两个byte数组
JSONArray - Class in org.json
 
JSONArray() - Constructor for class org.json.JSONArray
 
JSONArray(String) - Constructor for class org.json.JSONArray
 
JSONArray(List<?>) - Constructor for class org.json.JSONArray
 
JSONException - Exception in org.json
 
JSONException(String) - Constructor for exception org.json.JSONException
 
JSONException(IOException) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
 
JSONObject() - Constructor for class org.json.JSONObject
 
JSONObject(String) - Constructor for class org.json.JSONObject
 
JSONObject(Map) - Constructor for class org.json.JSONObject
 
JSONUtil - Class in org.oiue.tools.json
 
JSONUtil() - Constructor for class org.oiue.tools.json.JSONUtil
 
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.

L

leapYear(int) - Method in class org.oiue.tools.date.Date
功能:判断输入年份是否为闰年
length() - Method in class org.json.JSONArray
 
length() - Method in class org.json.JSONObject
 
License(String, int) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 获取license授权
LicenseArray(String, int) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 获取license授权
LicenseArray(String[], int) - Static method in class org.oiue.tools.string.StringUtil
方法说明: 获取license授权
liense - Class in org.oiue.tools
 
liense() - Constructor for class org.oiue.tools.liense
 
limitStringLength(String, int) - Static method in class org.oiue.tools.string.StringUtil
方法说明: Return the limited length string of the input string (added at:April 10, 2004).
List2JsArray(List, String) - Static method in class org.oiue.tools.list.ListForPage
java二维数组转js数组
ListForPage - Class in org.oiue.tools.list
 
ListForPage() - Constructor for class org.oiue.tools.list.ListForPage
 
ListJoin(List, String) - Static method in class org.oiue.tools.list.ListUtil
方法说明: List转换字符串 用连接符连接,实现了类似js的join方法 讲数组的每个元素用split连接
ListUtil - Class in org.oiue.tools.list
类说明: List操作类
ListUtil() - Constructor for class org.oiue.tools.list.ListUtil
 
long2bytes(long, int) - Static method in class org.oiue.tools.bytes.ByteUtil
 
long2bytes(long) - Static method in class org.oiue.tools.bytes.ByteUtil
将64位的long值放到8字节的byte数组

M

main(String[]) - Static method in class org.oiue.tools.string.ChangeCharset
 
main(String[]) - Static method in class org.oiue.tools.string.CnToSpell
 
map2Str(Map, String, String, String...) - Static method in class org.oiue.tools.map.MapUtil
将map转换成字符串
mapKeyStr(Map, String) - Static method in class org.oiue.tools.map.MapUtil
方法说明: 将map的key按指定的分隔符分割拼接成字符串
mapKeyValueForMysql(Map, String) - Static method in class org.oiue.tools.map.MapUtil
方法说明: 将map以key=value按mysql sql的方式拼接
MapUtil - Class in org.oiue.tools.map
 
MapUtil() - Constructor for class org.oiue.tools.map.MapUtil
 
mapValueStrForMysql(Map, String) - Static method in class org.oiue.tools.map.MapUtil
方法说明: 将map的value按mysql sql的方式拼接
Md5 - Class in org.oiue.tools.string
 
Md5(byte[]) - Constructor for class org.oiue.tools.string.Md5
 
Md5(String, String) - Constructor for class org.oiue.tools.string.Md5
Construct a digestifier for the given string.
Md5(String) - Constructor for class org.oiue.tools.string.Md5
Construct a digestifier for the given string.
Md5(InputStream) - Constructor for class org.oiue.tools.string.Md5
Construct a digestifier for the given input stream.
merge(int[], int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
2个数组合并,形成一个新的数组
merge(List<Object>, List<Object>) - Static method in class org.oiue.tools.list.ListUtil
 
merge(Map<String, Object>, Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
 
mergeTo(List<Object>, List<Object>) - Static method in class org.oiue.tools.list.ListUtil
 
mergeTo(Map<String, Object>, Map<String, Object>) - Static method in class org.oiue.tools.map.MapUtil
 
messageDigest - Static variable in class org.oiue.tools.file.FileMd5Utils
 
methodContains(String) - Method in class org.oiue.table.structure.Model_root
 
MimeTypes - Class in org.oiue.tools.file
 
mode - Variable in class org.json.JSONWriter
The current mode.
Model_map - Class in org.oiue.table.structure
 
Model_map() - Constructor for class org.oiue.table.structure.Model_map
 
Model_root - Class in org.oiue.table.structure
 
Model_root() - Constructor for class org.oiue.table.structure.Model_root
 

N

newInstance(String, Object...) - Method in class org.oiue.tools.Reflection
新建实例
now - Static variable in class org.oiue.tools.date.TimeUtil
 
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
ObjUtil - Class in org.oiue.tools
 
ObjUtil() - Constructor for class org.oiue.tools.ObjUtil
 
offsetArray(int[], int) - Static method in class org.oiue.tools.arrays.ArrayUtil
数组中有n个数据,要将它们顺序循环向后移动k位, 即前面的元素向后移动k位,后面的元素则循环向前移k位, 例如,0、1、2、3、4循环移动3位后为2、3、4、0、1。
opt(int) - Method in class org.json.JSONArray
 
opt(String) - Method in class org.json.JSONObject
 
org.json - package org.json
 
org.oiue.table.structure - package org.oiue.table.structure
 
org.oiue.tools - package org.oiue.tools
 
org.oiue.tools.arrays - package org.oiue.tools.arrays
 
org.oiue.tools.bean - package org.oiue.tools.bean
 
org.oiue.tools.bytes - package org.oiue.tools.bytes
 
org.oiue.tools.date - package org.oiue.tools.date
 
org.oiue.tools.dynamicbuild - package org.oiue.tools.dynamicbuild
 
org.oiue.tools.exception - package org.oiue.tools.exception
 
org.oiue.tools.file - package org.oiue.tools.file
 
org.oiue.tools.json - package org.oiue.tools.json
 
org.oiue.tools.list - package org.oiue.tools.list
 
org.oiue.tools.map - package org.oiue.tools.map
 
org.oiue.tools.model - package org.oiue.tools.model
 
org.oiue.tools.serializ - package org.oiue.tools.serializ
 
org.oiue.tools.sql - package org.oiue.tools.sql
 
org.oiue.tools.string - package org.oiue.tools.string
 
OS - Class in org.oiue.tools
Provides methods related to the runtime environment.
OS() - Constructor for class org.oiue.tools.OS
 

P

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
设置属性

Q

quickSort(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
快速排序 快速排序使用分治法(Divide and conquer)策略来把一个序列(list)分为两个子序列(sub-lists)。 步骤为: 1.
quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

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
 

S

scriptAlert(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 将字符串转换为一个 JavaScript 的 alert 调用.
scriptEngine(String, Map) - Static method in class org.oiue.tools.string.StringUtil
表达式运算
scriptHistoryBack() - Static method in class org.oiue.tools.string.StringForPage
方法说明: 返回脚本语句 <SCRIPT language="JavaScript">history.back();</SCRIPT> CreateTime Apr 18, 2009 11:31:44 PM
scriptRedirect(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 将字符串转换为一个 JavaScript 的 document.location 改变调用.
SeacherResult(List, String) - Static method in class org.oiue.tools.file.ZipSearch
方法说明: 结果集处理 CreateTime May 18, 2009 3:26:39 PM
searchFile(String, ITask) - Static method in class org.oiue.tools.file.FileSearch
查找文件 并处理
searchOf(byte[], byte, int) - Static method in class org.oiue.tools.arrays.ArrayUtil
查找个数
selectSort(int[]) - Static method in class org.oiue.tools.arrays.ArrayUtil
直接选择排序法 方法:每一趟从待排序的数据元素中选出最小(或最大)的一个元素, 顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 性能:比较次数O(n^2),n^2/2 交换次数O(n),n 交换次数比冒泡排序少多了,由于交换所需CPU时间比比较所需的CUP时间多,所以选择排序比冒泡排序快。 但是N比较大时,比较所需的CPU时间占主要地位,所以这时的性能和冒泡排序差不太多,但毫无疑问肯定要快些。
serializFile2Obj(String) - Static method in class org.oiue.tools.serializ.SerializObject
将文件反序列化成对实例化对象
serializObj2File(Object, String) - Static method in class org.oiue.tools.serializ.SerializObject
将对象序列化保存为文件
serializObj2String(Object) - Static method in class org.oiue.tools.serializ.SerializObject
将对象序列化成字符串
SerializObject - Class in org.oiue.tools.serializ
类说明: 序列化对象
SerializObject() - Constructor for class org.oiue.tools.serializ.SerializObject
 
serializString2Obj(String) - Static method in class org.oiue.tools.serializ.SerializObject
将字符串反序列化成对实例化对象
set(ResultSet) - Method in class org.oiue.table.structure.Field
 
set(ResultSet) - Method in class org.oiue.table.structure.Model_root
根据结果集设定表单的单一记录数据的初始化
set(ResultSet) - Method in class org.oiue.table.structure.StructureTable
 
set(ResultSet) - Method in class org.oiue.table.structure.Table
 
setAddComment(boolean) - Method in class org.oiue.table.structure.Field
 
setBr(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 滤除 BR 代码 CreateTime Apr 18, 2009 2:44:46 PM
setCatalog(String) - Method in class org.oiue.table.structure.Table
 
setChildNum(int) - Method in class org.oiue.table.structure.StructureTable
 
setCmdKey(int) - Method in class org.oiue.table.structure.Field
 
setCmdKey(int) - Method in class org.oiue.table.structure.Model_root
操作编码
setColumn(String) - Method in class org.oiue.table.structure.ForeignField
 
setComment(String) - Method in class org.oiue.table.structure.Field
 
setComment(String) - Method in class org.oiue.table.structure.Table
 
setCreateCoverage(boolean) - Method in class org.oiue.table.structure.Table
 
setCreatePK(boolean) - Method in class org.oiue.table.structure.Table
 
setDataWhere(String) - Method in class org.oiue.table.structure.Model_root
数据过滤条件
setDbAlias(String) - Method in class org.oiue.table.structure.Table
 
setDefauleValue(String) - Method in class org.oiue.table.structure.Field
 
setDelimiterNameValue(String) - Method in class org.oiue.table.structure.Model_root
name和value之间的分隔符
setDelimiterRecord(String) - Method in class org.oiue.table.structure.Model_root
每对 name value之间的分隔符
setDescription(String) - Method in class org.oiue.tools.StatusResult
 
setDisplaySize(int) - Method in class org.oiue.table.structure.Field
 
setDyn_data(Map) - Method in class org.oiue.table.structure.Model_root
 
setGrant(String) - Method in class org.oiue.table.structure.Model_root
授权信息
setHavaChild(boolean) - Method in class org.oiue.table.structure.StructureTable
 
setHavaNum(int) - Method in class org.oiue.table.structure.StructureTable
 
setId(String) - Method in class org.oiue.table.structure.Table
 
setIdGenerator(String) - Method in class org.oiue.table.structure.Table
 
setKey(String) - Method in class org.oiue.table.structure.ForeignField
 
setLazy(boolean) - Method in class org.oiue.table.structure.Table
 
setLazy(String) - Method in class org.oiue.table.structure.TableExt
 
setLoadFromByConn(boolean) - Method in class org.oiue.table.structure.Table
 
setMsg(String) - Method in class org.oiue.table.structure.Model_root
异常信息
setName(String) - Method in class org.oiue.table.structure.Field
 
setName(String) - Method in class org.oiue.table.structure.Table
 
setNbsp(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 滤除空格 CreateTime Apr 18, 2009 2:46:10 PM
setNullAble(boolean) - Method in class org.oiue.table.structure.Field
 
setO(Object) - Method in class org.oiue.tools.serializ.CloneTools
 
setOName(String) - Method in class org.oiue.table.structure.Table
 
setParentAutoCode(String) - Method in class org.oiue.table.structure.TableExt
 
setPkTableName(String) - Method in class org.oiue.table.structure.ForeignField
 
setPosition(int) - Method in class org.oiue.table.structure.Field
 
setPrecision(int) - Method in class org.oiue.table.structure.Field
 
setResFieldID(int) - Method in class org.oiue.table.structure.FieldExt
 
setResult(int) - Method in class org.oiue.tools.StatusResult
 
setRowNum(int) - Method in class org.oiue.table.structure.Model_root
对象修改影响的记录数
setScale(int) - Method in class org.oiue.table.structure.Field
 
setSchema(String) - Method in class org.oiue.table.structure.Table
 
setSize(int) - Static method in class org.oiue.tools.model.COLUMN
是否需要设定长度
setStereoType(String) - Method in class org.oiue.table.structure.Field
 
setStructureFieldNames(List<String>) - Method in class org.oiue.table.structure.Model_root
层次结构字段集合
setTableIDFieldName(String) - Method in class org.oiue.table.structure.Model_root
表主键
setTableIDFieldNames(List<String>) - Method in class org.oiue.table.structure.Model_root
表主键集合
setTableName(String) - Method in class org.oiue.table.structure.Model_root
表名
setTag(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 滤除 HTML 标记,因为 XML 中转义字符依然有效, 因此把特殊字符过滤成中文的全角字符.
setType(int) - Method in class org.oiue.table.structure.Field
 
setUdfParMap(Map) - Method in class org.oiue.table.structure.Model_root
用户自定义的参数
setUnique(boolean) - Method in class org.oiue.table.structure.Field
 
setWeekdayIsHoliday(List<String>) - Method in class org.oiue.tools.date.WeekdayUtil
 
setWeekendIsWork(List<String>) - Method in class org.oiue.tools.date.WeekdayUtil
 
shuffle(List) - Static method in class org.oiue.tools.arrays.ArrayUtil
随机打乱一个数组
shuffle(int[]) - Method in class org.oiue.tools.arrays.ArrayUtil
随机打乱一个数组
sort(List, Map<String, Boolean>) - Static method in class org.oiue.tools.list.ListUtil
List 排序
SQL - Class in org.oiue.tools.sql
 
SQL() - Constructor for class org.oiue.tools.sql.SQL
 
sql - Variable in class org.oiue.tools.sql.SQL
 
startsWith(byte[], byte[]) - Static method in class org.oiue.tools.bytes.ByteUtil
判断部分字节内容相等
StatusResult - Class in org.oiue.tools
 
StatusResult() - Constructor for class org.oiue.tools.StatusResult
 
str2bcdBytes(String, int) - Static method in class org.oiue.tools.bytes.ByteUtil
10进制字符串转换成BCD编码的字节
str2bcdBytes(String, int, int) - Static method in class org.oiue.tools.bytes.ByteUtil
10进制字符串转换成BCD编码的字节
Str2List(String, String) - Static method in class org.oiue.tools.string.StringUtil
分割字符串为list 暂时只支持一维分割
string14ToDate(String) - Static method in class org.oiue.tools.date.StringForDate
方法说明: 将 14 位的字符串(格式为yyyyMMddHHmmss)转换为日期.
StringForDate - Class in org.oiue.tools.date
类说明:
StringForDate() - Constructor for class org.oiue.tools.date.StringForDate
 
StringForPage - Class in org.oiue.tools.string
类说明:
StringForPage() - Constructor for class org.oiue.tools.string.StringForPage
 
StringReplace - Class in org.oiue.tools.string
类说明:
StringReplace() - Constructor for class org.oiue.tools.string.StringReplace
 
StringToAsciiString(String) - Static method in class org.oiue.tools.bytes.DigitalTrans
数字字符串转ASCII码字符串
StringUtil - Class in org.oiue.tools.string
类说明:
StringUtil() - Constructor for class org.oiue.tools.string.StringUtil
 
StructureTable - Class in org.oiue.table.structure
 
StructureTable() - Constructor for class org.oiue.table.structure.StructureTable
 
swap(int[], int, int) - Static method in class org.oiue.tools.arrays.ArrayUtil
交换数组中两元素

T

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
方法说明: 清除字符串结尾的空格.

U

unescape(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 解析被过滤的参数 CreateTime Apr 18, 2005 6:53:01 PM
unescapeSrc(String) - Static method in class org.oiue.tools.string.StringForPage
方法说明: 完整解析被编码的参数 CreateTime Apr 18, 2009 6:55:31 PM
unrar(String, String, List, boolean) - Static method in class org.oiue.tools.file.Decompression
解压rar格式的压缩文件到指定目录下
unrar(String, String, List) - Method in class org.oiue.tools.file.Decompression
解压rar格式的压缩文件到指定目录下
unrar(String, List) - Method in class org.oiue.tools.file.Decompression
解压rar格式的压缩文件到当前文件所在目录下
unrar(String, String) - Method in class org.oiue.tools.file.Decompression
解压rar格式的压缩文件到当前文件所在目录下
unrar(String) - Method in class org.oiue.tools.file.Decompression
解压rar格式的压缩文件到当前文件所在目录下
untar(String, String) - Static method in class org.oiue.tools.file.Decompression
解压tar格式的压缩文件到指定目录下
unzip(String, String) - Static method in class org.oiue.tools.file.Decompression
解压zip格式的压缩文件到指定位置
unzip(String, String, boolean) - Static method in class org.oiue.tools.file.Decompression
解压zip格式的压缩文件到指定位置
unzipFile(String) - Static method in class org.oiue.tools.file.Decompression
解压zip格式的压缩文件到当前文件夹
US_ASCII - Static variable in class org.oiue.tools.string.ChangeCharset
7位ASCII字符,也叫作ISO646-US、Unicode字符集的基本拉丁块
UTF_16 - Static variable in class org.oiue.tools.string.ChangeCharset
16 位 UCS 转换格式,字节顺序由可选的字节顺序标记来标识
UTF_16BE - Static variable in class org.oiue.tools.string.ChangeCharset
16 位 UCS 转换格式,Big Endian(最低地址存放高位字节)字节顺序
UTF_16LE - Static variable in class org.oiue.tools.string.ChangeCharset
16 位 UCS 转换格式,Little-endian(最高地址存放低位字节)字节顺序
UTF_8 - Static variable in class org.oiue.tools.string.ChangeCharset
8 位 UCS 转换格式
Utility - Class in org.oiue.tools.exception
Utility 类说明:
Utility() - Constructor for class org.oiue.tools.exception.Utility
 

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.

W

WeekdayUtil - Class in org.oiue.tools.date
 
WeekdayUtil() - Constructor for class org.oiue.tools.date.WeekdayUtil
 
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.

X

XmlFormalize(String) - Static method in class org.oiue.tools.string.TranCharset
Translate charset encoding to unicode

Z

zip(String, String) - Static method in class org.oiue.tools.file.Decompression
压缩zip格式的压缩文件
zip(File, String) - Static method in class org.oiue.tools.file.Decompression
压缩zip格式的压缩文件
zipLibSearch(String, int) - Static method in class org.oiue.tools.file.ZipSearch
方法说明: 获取zip压缩文件中一层的目录 CreateTime May 18, 2009 3:21:47 PM
ZipSearch - Class in org.oiue.tools.file
类说明: ZIP压缩文件检查
ZipSearch() - Constructor for class org.oiue.tools.file.ZipSearch
 

_

_cmdKey - Variable in class org.oiue.table.structure.Model_root
 
_fieldValue - Variable in class org.oiue.table.structure.Model_map
存储对象临时map
_ncriticalAbnormal - Static variable in class org.oiue.tools.StatusResult
 
_NoncriticalAbnormal - Static variable in class org.oiue.tools.StatusResult
 
_permissionDenied - Static variable in class org.oiue.tools.StatusResult
 
_pleaseLogin - Static variable in class org.oiue.tools.StatusResult
 
_SUCCESS - Static variable in class org.oiue.tools.StatusResult
 
_SUCCESS_CONTINUE - Static variable in class org.oiue.tools.StatusResult
 
_SUCCESS_OVER - Static variable in class org.oiue.tools.StatusResult
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links

Copyright © 2017. All rights reserved.