摘要: 转自: http://filext.com/faq/office_mime_types.phpWhat are the Microsoft Office MIME Types?FILExt does not presently have a search capability for MIME types however, in the interest of helping, this FAQ contains a complete list of the official Microsoft Office MIME types for the newest version of Micro 阅读全文
posted @ 2012-04-17 22:47 Springside4 阅读(452) 评论(0) 推荐(0)
摘要: 转自:http://filext.com/faq/office_mime_types.phpWhat are the Microsoft Office MIME Types?FILExt does not presently have a search capability for MIME types however, in the interest of helping, this FAQ contains a complete list of the official Microsoft Office MIME types for the newest version of Micros 阅读全文
posted @ 2012-04-17 22:47 Springside4 阅读(359) 评论(0) 推荐(0)
摘要: public class Configurationextends Objectimplements SerializableAn instance ofConfigurationallows(允许) the application tospecify(指定) properties and mapping documents to be used when creating aSessionFactory. Usually an application will create a singleConfiguration,build(构建) a single instance ofSession 阅读全文
posted @ 2012-04-17 16:33 Springside4 阅读(145) 评论(0) 推荐(0)
摘要: org.hibernate.cfgClass ConfigurationAn instance ofConfigurationallows(允许) the application to specify properties and mapping documents to be used when creating aSessionFactory. Usually an application will create a singleConfiguration, build a single instance ofSessionFactoryand then instantiateSessio 阅读全文
posted @ 2012-04-17 15:49 Springside4 阅读(265) 评论(0) 推荐(0)
摘要: 现在的java的数据库-关系映射技术似乎不提倡用存储过程,其实存储过程更能发挥数据库的效率。1 引言存储过程因其执行效率高、与事务处理的结合、运行更安全等优点,在数据库应用程序中被广泛采用。PL/SQL是用于从各种环境中访问Oracle数据库的一种编程语言,它与数据库服务器集成在一起,PL/SQL编写的存储过程编译效率高,网络系统开销小,同时PL/SQL直观性好,是大多数人的选择。以Number、Varchar等基本标量类型为输出参数的PL/SQL存 储过程,每个输出参数只能返回一个对应值。而在实际数据库应用程序中,尤其是在进行系统综合查询统计时,往往需要返回二维数组或结果集,这时应考虑在存储 阅读全文
posted @ 2012-04-17 15:32 Springside4 阅读(1426) 评论(0) 推荐(0)
摘要: 现在的java的数据库-关系映射技术似乎不提倡用存储过程,其实存储过程更能发挥数据库的效率。1 引言存储过程因其执行效率高、与事务处理的结合、运行更安全等优点,在数据库应用程序中被广泛采用。PL/SQL是用于从各种环境中访问Oracle数据库的一种编程语言,它与数据库服务器集成在一起,PL/SQL编写的存储过程编译效率高,网络系统开销小,同时PL/SQL直观性好,是大多数人的选择。以Number、Varchar等基本标量类型为输出参数的PL/SQL存 储过程,每个输出参数只能返回一个对应值。而在实际数据库应用程序中,尤其是在进行系统综合查询统计时,往往需要返回二维数组或结果集,这时应考虑在存储 阅读全文
posted @ 2012-04-17 15:28 Springside4 阅读(342) 评论(0) 推荐(0)