
IDEA
匿名啊啊啊
这个作者很懒,什么都没留下…
展开
-
settings.xml maven配置文件(IDEA)
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed with this work...原创 2018-04-24 22:01:31 · 678 阅读 · 0 评论 -
IDEA设置成竖列文件转换
原创 2018-06-26 09:42:59 · 2695 阅读 · 1 评论 -
Mac下IDEA的使用之常用快捷键篇
在mac下idea的常用快捷键如下,下面的快捷键都亲自试用,并有一些和eclipse对比的说明alt+f7查找在哪里使用 相当于eclipse的ctrl+shift+Gcommand+alt+f7 这个是查找选中的字符在工程中出现的地方,可以不是方法变量类等,这个和上面的有区别的command+F7可以查询当前元素在当前文件中的引用,然后按F3可以选择 ,功能基本同上选中文本,按comman...原创 2018-06-26 16:05:34 · 3892 阅读 · 1 评论 -
IDEA打包流程
程序运行,提前将表存储到对应的数据库中将程序打包,详细图解过程如下:将打包好的jar包上传到spark集群,使用命令运行 spark-submit --class day6.test1.day9.HotGoodsMT --master local[4] meituan.jar ...原创 2018-06-27 18:38:18 · 1965 阅读 · 0 评论