搜索资源列表
hibernate_session
- Transeint * 没有被session管理 * 在数据库中没有与之匹配的记录 Persistent * 纳入session管理 * 在数据库中有与之匹配的记录 * 当属性发生改变,在清理缓存时(脏数据检查)会自动和数据库同步 Detached * 没有被session管理 * 在数据库中存在与之匹配的记录 Session是一个持久化管理器 -Transeint* not* in the database sess
MySQL-String-Functions-Details
- MySQL中字符串函数详细介绍 如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。-MySQL string functions in detail, such as: in the string to find a substring, to strike a subst
ExcelInput
- 动态导入EXCEL数据,本代码是公司内部使用开发的,具有自动匹配数据字段,数据类型选择匹配。能读取EXCEL里字段,导入到指定数据库的表。-Dynamic data into EXCEL, the code is developed within the company to use, with automatic matching of data fields, data types matching the selection. EXCEL can be read in the field,
