• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






李川页

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2019年7月26日

3种排序算法
摘要: package java_xuexi; public class xx5 { public static void main(String[] args) { // exe1(); //exe2(); exe3(); } public static void exe1() { /** * 冒泡排序( 阅读全文
posted @ 2019-07-26 17:57 李川页 阅读(105) 评论(0) 推荐(0)
 

2019年7月23日

作业
摘要: package java_zuoye; public class zy1 {public static void main(String[] args) {// exe1();// exe2();// exe3(); exe4();}public static void exe1(){ /** * 阅读全文
posted @ 2019-07-23 10:04 李川页 阅读(94) 评论(0) 推荐(0)
 

2019年7月2日

简单的输出个人信息
摘要: public static void main(String[] args){ String name="李顺"; int age= 21; char gender='男'; String hobby="唱,跳,跑步"; float weight=64.5f; boolean isMarried = 阅读全文
posted @ 2019-07-02 10:50 李川页 阅读(206) 评论(0) 推荐(0)