1、下载Maven apche-maven-3、5、2 2、 三、maven简介 1、基于Ant的构建工具,Ant有的功能Maven都有,额外添加了其他的功能 2、运行原理图 2、1本地仓库:计算机中的一个文件夹,自己定义是哪个文件夹 2、2 中央仓库:网上地址 2、2、1下载速度慢--配置国内镜像 ...
分类:
其他好文 时间:
2019-12-08 10:24:41
阅读次数:
108
In bus network,each device in the network handles its own communications control. 在总线网络中,每一个设备处理自己的通信管理,并没有主机. A ring network doesm' t use a central h ...
分类:
其他好文 时间:
2019-12-05 21:59:29
阅读次数:
149
1、windows的建立 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/8/19 10:09 4 # @Site : 5 # @File : advertisingRunner.py 6 # @Software: ...
分类:
编程语言 时间:
2019-12-05 13:24:42
阅读次数:
104
工程中的配置文件如果把数据库的用户名密码写成明文的话是一件很危险的事情,之前也看见网上说可以对密码进行加密,用的时候再解密,因此今天我就尝试如何在spring boot 中的项目中实现关键信息的加密解密,并记录下来。 jasypt Jasypt is a java library which all ...
分类:
编程语言 时间:
2019-12-01 18:36:53
阅读次数:
74
添加镜像仓库 在conf目录下的settings.xml文件的145行左右 id表示该镜像的id mirrorOf表示为哪个仓库配置镜像,central为默认的中央仓库的id,也可以使用通配符*,来匹配所有仓库 <mirrors> <mirror> <id>nexus-aliyun</id> <mi ...
分类:
其他好文 时间:
2019-11-30 00:18:18
阅读次数:
116
Guide to installing 3rd party JARs Although rarely, but sometimes you will have 3rd party JARs that you need to put in your local repository for use i ...
分类:
其他好文 时间:
2019-11-26 13:06:57
阅读次数:
208
网址: https://dxr.mozilla.org/mozilla-central/source/ 搜索功能也很强大. ...
分类:
其他好文 时间:
2019-11-21 14:08:02
阅读次数:
63
XIX Open Cup named after E.V. Pankratiev Stage 15, Grand Prix of China 题意: 有三只怪兽,两只小怪(hp<=100),一个boss(hp<=1e6) 每回合开始 ,勇士先收到所有活着的怪物的攻击力总和的伤害,然后对一只怪兽造成回 ...
分类:
其他好文 时间:
2019-11-18 10:01:18
阅读次数:
71
Mind Map A mind map is a kind of spider diagram that organizes information around a central concept, with connecting branches. The layout is controlle... ...
分类:
其他好文 时间:
2019-11-15 14:10:36
阅读次数:
67
Unit 1 学习目标: 1. how an application use the Internet 2. The structure of the Internet:The 4 layer model 3. The Internet protocol(IP) 4. Basic architect ...
分类:
Web程序 时间:
2019-11-13 00:47:50
阅读次数:
142