上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 82 下一页
摘要: 场景: 如果maven setting.xml 中没指定国内的镜像 可以通过在项目中的pom中指定 <repositories> <!--阿里云仓库--> <repository> <id>aliyun</id> <name>aliyun-maven</name> <url>http://maven 阅读全文
posted @ 2019-04-29 15:53 lshan 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 依赖: repository : @RepositoryRestResource(collectionResourceRel = "bookingMain", path = "bookingMain")public interface BookingMainRepository extends Jp 阅读全文
posted @ 2019-04-29 12:34 lshan 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 推荐一博主: https://www.cnblogs.com/rcfeng/category/659593.html 阅读全文
posted @ 2019-04-25 13:53 lshan 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 参考:https://deepzz.com/post/how-to-setup-ssh-config.html SSH Config 那些你所知道和不知道的事 预览目录 配置项说明 相关技巧 管理多组密钥对 vim 访问远程文件 远程服务当本地用 多连接共享 禁用密码登录 关键词登录 代理登录 参考 阅读全文
posted @ 2019-04-24 16:06 lshan 阅读(586) 评论(0) 推荐(0) 编辑
摘要: #################ubuntu################## linux/ubuntu 端口开放 在ubuntu下面开放端口好像主要有两种方法,一种是ubuntu自带的防火墙,一种是iptables,这里我们主要使用iptables。本文的系统版本为ubuntu14.04和ub 阅读全文
posted @ 2019-04-24 16:02 lshan 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 修改为静态ip 1)在终端命令窗口中输入 [root@hadoop101 /]#vim /etc/udev/rules.d/70-persistent-net.rules 进入如下页面,删除eth0该行;将eth1修改为eth0,同时复制物理ip地址 2)修改IP地址 [root@hadoop101 阅读全文
posted @ 2019-04-24 15:56 lshan 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 推荐阿里的 p3c https://github.com/alibaba/p3c 阅读全文
posted @ 2019-04-23 15:09 lshan 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 依赖: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> </dependency> <!-- https://mvnrep 阅读全文
posted @ 2019-04-23 14:54 lshan 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 用于解决在UI 上 上传excel , 然后解析 依赖: <!-- ############ poi ############## --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <ver 阅读全文
posted @ 2019-04-23 14:47 lshan 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/cowbin2012/article/details/85254990 带源码 阅读全文
posted @ 2019-04-22 14:03 lshan 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 82 下一页