摘要: public class st04 { static int j; static int s=80; int i; int k=55; static{ j=5; System.out.println("j的初始值为:"+j); } public void s05(){ i=20; System.ou 阅读全文
posted @ 2019-10-08 20:07 wgc1999 阅读(103) 评论(0) 推荐(0)
摘要: public class person { String name="li"; String sex="man"; public person(){ name="xiao"; sex="男"; System.out.println("执行构造方法"); } public person(String 阅读全文
posted @ 2019-10-08 20:06 wgc1999 阅读(105) 评论(0) 推荐(0)
摘要: 用了四个小时把Mysql数据库的最后一个外卖项目写完了,总结了一本书的基本知识,学会了很多新的东西。 SELECT title FROM goods LIMIT 1; SELECT title FROM goods WHERE goodsld=(SELECT MAX(qty) FROM orderd 阅读全文
posted @ 2019-10-08 19:09 wgc1999 阅读(351) 评论(0) 推荐(0)