2016年8月20日

摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE configurationPUBLIC "-//mybatis.org//DTD Config 3.0//EN""http://mybatis.org/dtd/mybatis-3-config.dtd" 阅读全文
posted @ 2016-08-20 13:21 JesseCary 阅读(419) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2016-08-20 13:20 JesseCary 阅读(281) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2016-08-20 12:35 JesseCary 阅读(156) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:sc 阅读全文
posted @ 2016-08-20 12:34 JesseCary 阅读(303) 评论(0) 推荐(1)

2016年8月6日

摘要: select rownum ,deptno,dname loc from dept; select deptno,dname,loc from dept where rownum=1; select rowid ,deptno,dname loc from dept; select max(rowi 阅读全文
posted @ 2016-08-06 21:49 JesseCary 阅读(356) 评论(0) 推荐(0)

2015年5月16日

摘要: org.hibernate.dialect.Oracle9Dialect ./Users.hbm.xml ./Orderdts.hbm.xml ./Meal.hbm.xml ./Mea... 阅读全文
posted @ 2015-05-16 22:31 JesseCary 阅读(136) 评论(0) 推荐(0)
摘要: package JBJADV003;import java.io.FileOutputStream;import java.io.OutputStream;import java.io.IOException;import java.io.InputStream;import java.io.Fil... 阅读全文
posted @ 2015-05-16 14:50 JesseCary 阅读(171) 评论(0) 推荐(0)
摘要: public class BufferedWriterTest { public static void main(String[] args) { try { //创建一个FileWriter 对象 FileWriter fw=new FileWriter("c:... 阅读全文
posted @ 2015-05-16 14:30 JesseCary 阅读(129) 评论(0) 推荐(0)
摘要: package JBJADV003;import java.io.*;public class BufferedReaderTest { /** * @param args */ public static void main(String[] args) { try { /... 阅读全文
posted @ 2015-05-16 14:29 JesseCary 阅读(136) 评论(0) 推荐(0)
摘要: package JBJADV003;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.FileInputStream;/*** File... 阅读全文
posted @ 2015-05-16 14:28 JesseCary 阅读(167) 评论(0) 推荐(0)

导航