罗燕仪贤

导航

 

2019年5月28日

摘要: public static void main(String[] args){ int a=1; int b=1; int temp; for (int i = 1; i <=30; i++) { System.out.println("第"+i+"位数"+a); temp=a+b; a=b; ... 阅读全文
posted @ 2019-05-28 14:04 初夏之仪 阅读(708) 评论(0) 推荐(0) 编辑
 
摘要: 1、创建一个maven Project项目如下图:步骤 File->New->others搜索maven 2、按照上面教程,即可创建出一个Maven项目,项目结构如下图 3、将JRE版本设置为1.8,可使用默认的或者自己导入 4、配置 pom.xml 5、在src/main/resources下添加 阅读全文
posted @ 2019-05-28 00:01 初夏之仪 阅读(342) 评论(0) 推荐(0) 编辑