摘要: 昨天被问到什么叫DDL,DML时没反应过来,以前的数据库基础都交给老师了...Data Define Language ,Data Manipulate Language行级锁和表级锁的概念也是的...共享锁和互斥锁...在开发的时候离开了概念的指导有时候还是会很麻烦的 阅读全文
posted @ 2005-07-28 17:03 Slashout 阅读(344) 评论(0) 推荐(0) 编辑
摘要: The SAP R/3 system presents a Windows interface with several of the familiar Windows functions for screen manipulation. The apparent simplicity of the interf ace hides the power of the menus residing ... 阅读全文
posted @ 2005-07-28 12:55 Slashout 阅读(526) 评论(0) 推荐(0) 编辑
摘要: Purpose The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files u... 阅读全文
posted @ 2005-07-28 12:38 Slashout 阅读(2419) 评论(1) 推荐(0) 编辑
摘要: import org.apache.poi.hssf.usermodel.*;导入POI后调用HSSFWorkbook对象,示例为: try{ // 创建对Excel工作簿文件的引用 FileInputStream fin=new FileInputStream(fname); File fexcel =new File(fname); try{ HS... 阅读全文
posted @ 2005-07-28 11:10 Slashout 阅读(1820) 评论(0) 推荐(0) 编辑