摘要: Java数据库连接(JDBC) JDBC:Java DataBase Connectivity MySQL SQLyog 和 Java客户端都可以和SQL进行交互 JDBC连接数据库的步骤 1.添加数据库驱动jar包支持 2.连接数据库 -username -password -connection 阅读全文
posted @ 2018-10-01 22:35 Keyman_Li 阅读(246) 评论(0) 推荐(0)
摘要: 数据库的三种常见类型: 1.文件数据库 AQLite 2.关系型数据库 Oracle MySQL SQLServer 3.NoSQL数据库 Redis HBase MongoDB 在用SQLyog操作MySQL数据库时,一定不要修改information_schema mysql performan 阅读全文
posted @ 2018-09-30 23:39 Keyman_Li 阅读(78) 评论(0) 推荐(0)
摘要: ListView的教程: 1.添加ListView 在activity_main.xml中添加一个ListView 2.定义item的layout 添加list_item_student.xml,为ListView的每一项定制格式 3.数据项 添加数据的类Student(内部类) 4.创建一个适配器 阅读全文
posted @ 2018-09-29 09:09 Keyman_Li 阅读(99) 评论(0) 推荐(0)
摘要: Hello World 阅读全文
posted @ 2018-08-30 19:09 Keyman_Li 阅读(99) 评论(0) 推荐(0)