test

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 6 7 8 9 10 11 下一页

2019年6月26日 #

摘要: 一、安装 首先用root用户登录 1、检测系统是否安装过vsftpd,命令如下: rpm -qa|grep vsftpd 如果安装过会显示ftp版本 2、如没安装,则用yum命令在线安装,命令如下: yum install vsftpd 3、开启、关闭、重启服务(配置文件改动过要重启) servic 阅读全文
posted @ 2019-06-26 09:48 testgogogo 阅读(223) 评论(0) 推荐(0) 编辑

2019年6月25日 #

摘要: 1、maven本地打包成jar 提示【错误: 找不到或无法加载主类】修改 配置maven >Runner >VM Optins 【-DarchetypeCatalog=local】 2、本地调试把着两个复选框点击取消即可。 阅读全文
posted @ 2019-06-25 16:55 testgogogo 阅读(577) 评论(0) 推荐(0) 编辑

2019年4月8日 #

摘要: idea 聚合项目里如果子项目引用不到父类的maven应用,可以点看子类pom.xml文件,然后右键 》maven 》Reimport即可 点击右边子项目的maven 》Reimport也是可以的 阅读全文
posted @ 2019-04-08 14:38 testgogogo 阅读(2785) 评论(0) 推荐(0) 编辑

2019年3月29日 #

摘要: 1、先导入总包 2、右侧mavenmaven,选择parent的pom.xml 3、右上角“Project Structure”检查SDK 阅读全文
posted @ 2019-03-29 16:15 testgogogo 阅读(287) 评论(0) 推荐(0) 编辑

摘要: 1、把http://repo1.maven.org/maven2...下载下来2、放到本地Manen仓库archetype 文件夹下3、设置IDEA Maven->Runner 界面的VM Options参数值为-DarchetypeCatalog=local4、刷新项目Maven配置,在项目右边界 阅读全文
posted @ 2019-03-29 14:32 testgogogo 阅读(7369) 评论(0) 推荐(0) 编辑

摘要: API接口的路径在provider和consumer端的路径要一致 阅读全文
posted @ 2019-03-29 01:23 testgogogo 阅读(132) 评论(0) 推荐(0) 编辑

2019年3月24日 #

摘要: 设置文件mysql/bin/my.ini【mac用户在ect文件夹里创建文件my.cnf】 添加以下代码: 阅读全文
posted @ 2019-03-24 01:07 testgogogo 阅读(644) 评论(0) 推荐(0) 编辑

2018年11月1日 #

摘要: $ git init $ git config --global user.name "[name]" $ git config --global user.email [email] $ git remote add headline_diary [url] $ git pull headline 阅读全文
posted @ 2018-11-01 10:52 testgogogo 阅读(257) 评论(0) 推荐(0) 编辑

2018年5月12日 #

摘要: 最的mysql在装的时候就可以设置 ,但是低版本的好像不行,需要在装了以后才能设置。 mac下,mysql5.7.18连接出错,错误信息为:Access denied for user 'root'@'localhost' (using password: YES) ()里面的为shell中输入的命 阅读全文
posted @ 2018-05-12 11:48 testgogogo 阅读(418) 评论(0) 推荐(0) 编辑

2018年4月27日 #

摘要: 配置meven 自定义文件【User Settings】 D:\java\apache-maven-3.5.3\conf\settings.xml settings.xml 新增两端配置信息 阅读全文
posted @ 2018-04-27 10:43 testgogogo 阅读(215) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 下一页