随笔分类 - java作业
摘要:1 3 4 5 6 7 Insert title here 8 9 10 0){ 15 for(Cookie cookie:cookies){ 16 if("name".equals(cookie.getName())){ 17 name = cookie.getValue(); 1...
阅读全文
摘要:Insert title here "); } for(int i=1;i"); } for(int i=1;i"); } %>
阅读全文
摘要:在Oracle中执行动态SQL的几种方法 在一般的sql操作中,sql语句基本上都是固定的,如:SELECT t.empno,t.ename FROM scott.emp t WHERE t.deptno = 20;但有的时候,从应用的需要或程序的编写出发,都可能需要用到动态SQl,如:当 from
阅读全文
摘要:38 select s.sname,to_char(sysdate,'yyyy')-to_char(s.sbirthday,'yyyy') from student s where s.sbirthday is not null 39 select max(to_char(s.sbirthday,'
阅读全文
摘要:25 select s.sno,s.sname,s.ssex,s.sbirthday,s.class,t.cno,t.degree from student s inner join score t on s.sno=t.sno order by sno,degree 26 select disti
阅读全文
摘要:
阅读全文
摘要:1 select t.sname,t.ssex,t.class from STUDENT t 2 select distinct(depart) from teacher t 3 select * from student 4 select * from score r where r.degree
阅读全文
摘要:1 package com.kai.li.message; 2 3 import com.kai.li.abc.ATMABC; 4 5 /** 6 *本类定义所有界面输出内容 7 *分为6个内部类 8 *依次是主界面,开户界面,查询界面,存款界面,取款界面,退出界面 9 */ 10 public class ShowView{ ...
阅读全文
摘要:1 package com.kai.li.abc; 2 3 import com.kai.li.unionpay.EBank; 4 import com.kai.li.unionpay.AATM; 5 import static com.kai.li.myutils.MyUtils.getStringNumber; 6 7 /** 8 *ATM机的实现类 9 *本...
阅读全文
摘要:1 package com.kai.li.atm; 2 3 /** 4 *客户端 5 *@author kaili 6 */ 7 public class Client{ 8 public static void main(String[] args){ 9 new MainView(); ...
阅读全文
摘要:1 /** 2 *homework0928 3 *@author:kai li 4 */ 5 package com.kai.li.homework0928; 6 import java.util.stream.IntStream; 7 /** 8 *following class is client 9 */ 10 public class HomeWo...
阅读全文
摘要:1 /** 2 *homework0926 3 *@author:kai li 4 */ 5 package com.kai.li.homework0927; 6 import java.util.List; 7 import java.util.ArrayList; 8 import java.nio.file.Files; 9 import java.nio....
阅读全文
摘要:1 /** 2 *homework0926 3 *@author:kai li 4 */ 5 package com.kai.li.homework0926; 6 import java.util.List; 7 import java.util.ArrayList; 8 import java.util.Arrays; 9 import jav...
阅读全文
摘要:1 /** 2 *homework0926 3 *@author:kai li 4 */ 5 package com.kai.li.homework0926; 6 import java.util.List; 7 import java.util.ArrayList; 8 import java.util.Arrays; 9 import java.util....
阅读全文
摘要:1 /** 2 *homework0926 3 *@author:kai li 4 */ 5 package com.kai.li.homework0926; 6 import java.util.List; 7 import java.util.ArrayList; 8 import java.util.Arrays; 9 import java.util.Ha...
阅读全文
摘要:1 /** 2 *homework0926 3 *@author:kai li 4 */ 5 package com.kai.li.homework0926; 6 import java.util.List; 7 import java.util.ArrayList; 8 import java.util.Arrays; 9 import java.ut...
阅读全文
摘要:1 /** 2 * 3 */ 4 package com.kai.li.bank; 5 import java.util.List; 6 import java.util.ArrayList; 7 /** 8 * 9 */ 10 public class BankText{ 11 /** 12 * 13 ...
阅读全文
摘要:1 package com.kai.li.HomeWork0923; 2 3 /** 4 *work class for all the class 5 */ 6 public class HomeWork0923{ 7 8 /** 9 *main fuction for all the text 10 */ ...
阅读全文

浙公网安备 33010602011771号