摘要: This tutorial will walk you on the way to develop a Java servlet that handles file upload to server from client, step by step. A simple Java web application will be developed to demonstrate upload facility. The application consists of:An upload form that allows user to pick up a file to upload.A Jav 阅读全文
posted @ 2013-08-01 10:19 smile_0120 阅读(510) 评论(0) 推荐(0) 编辑
摘要: rownum是oracle预处理字段,默认标序是1,只有记录集已经满足条件后才会进行后续编号。导读:对于Oracle数据库的rownum问题,很多资料都说不支持>,>=,=,between……and,只能用以上符号(,& gt;=,=,between……and 时会提示SQL语法错误,而是经常是查不出一条记录来,还会出现似乎是莫名其妙的结果来,其实您只要理解好了这个 rownum 伪列的意义就不应该感到惊奇,同样是伪列,rownum 与 rowid 可有些不一样,下文中就以实例为大家讲解,便于大家理解学习。假设某个表 t1(c1) 有 20 条记录如果用 select ro 阅读全文
posted @ 2013-08-01 10:16 smile_0120 阅读(445) 评论(0) 推荐(0) 编辑