zoukankan      html  css  js  c++  java
  • JAVA快速入门方法

    1.JAVA运行环境搭建(tomcat);

    2.JAVA开发环境搭建(intellij idea, eclipse, myeclipse);

    3.JAVA基本语法,Web知识初步(html表单,cookie,session);

    4.数据库基础知识(mysql数据库,sql cookbook);

    5.JAVA WEB开发框架基本原理及配置(Spring MVC, mybatis ...);

    6.依赖管理(maven,graddle);

    7.开源代码学习(step by step)

    (1)ZBLOG(代码:https://github.com/wewoor/ZBLOG 运行DEMO: http://imziv.com/)---需要tomcat7及jdk7环境;

    (2)PBlog(代码:https://github.com/songboriceboy/PBlog 运行DEMO:http://www.pelinli.com/);

    (3)SpringMVCDemo(代码:https://github.com/songboriceboy/SpringMVCDemo);

    (4)另一个PBlog(代码:https://github.com/dongfangshangren/Zblog 运行DEMO:http://blog.zhouhaocheng.cn/)

     (5)另一个PBlog (代码:https://github.com/Coselding/MyBlog) Struts2+JSP+FreeMarker+Service+Dao+dbutils进行架构设计

    (6)ssh小例子(代码:http://code.taobao.org/svn/bis_hotel/)

    (7) ssh商城demo(代码:https://github.com/eson15/E_shop)

    https://github.com/mission008/B2CWeb

    java轻量级数据库访问框架 dbutils,used by oschina 

    http://blog.csdn.net/eson_15/article/details/51277324

    http://blog.csdn.net/baidu_18607183/article/details/38703297

    http://blog.csdn.net/u013082989

    注解方式

    http://blog.csdn.net/yunji3344/article/details/8365873

    表白墙 https://github.com/lawlite19/VindicateWallProj

  • 相关阅读:
    luogu P3801 红色的幻想乡
    [USACO07OPEN]吃饭Dining
    [SCOI2007]蜥蜴
    [SDOI2011]染色
    [USACO07DEC]Sightseeing Cows
    [HNOI2007]紧急疏散EVACUATE
    [ZJOI2009]假期的宿舍
    [SDOI2013]费用流
    [CQOI2009]跳舞
    使用chrony安装chrony
  • 原文地址:https://www.cnblogs.com/kamibaba/p/master_java.html
Copyright © 2011-2022 走看看