2019年02月10日
1,springboot MVC2,Springboot Mybatis3,springboot Mysql & sqlite & druidliujundeMacBook-Pro:mavenSpringBoot liujun$ tree
.
|____.idea
| |____compiler.xml
| |____dictionaries
| | |____liujun.xml
| |
2019年01月24日
529 vim ~/.bash_profile
530 . ~/.bash_profile
524 mvn archetype:generate
Choose a number or&nb
2018年04月25日
Java基础知识总结
一,数据类型:
1):基本数据类型:byte、short、int、long、float、double、char、boolean
2):引用数据类型: 数组、类、接口。
二,数据结构
java中有几种常用的数据结构,主要分为Collection和map两个主要接口(接口只提供方法,并不提供实现),
而程序中最终使用的数据结构是继承自这些接口的数据结构类。其
2018年03月14日
java基于Maven库管理Spring微服务Helloworld入门java 1.6/1.7基于Maven管理Helloworld环境搭建liuzongMaven/pom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schem
2018年03月08日
1, Eclipse and javaEclipse 4.6 (Neon)is scheduled for release on June 22, 2016.
Consider using the Installer. Please see 6 Steps to Install Eclipse.
A&nb