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

  • 相关阅读:
    树上莫队学习笔记
    点分治学习笔记
    7.11总结
    线段树合并学习笔记
    7.10总结
    bzoj1201: [HNOI2005]数三角形----递推+bitset
    bitset(01串)优化
    Tarjan系列1
    bsgs(Baby Steps Giant Steps)算法
    [SD2015]序列统计——solution
  • 原文地址:https://www.cnblogs.com/kamibaba/p/master_java.html
Copyright © 2011-2022 走看看