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
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
一、计算机的五大组成部分(*****) 运算器:进行算术运算和逻辑运算。 控制器:计算机的指挥系统。 运算器和控制器统称为中央处理器 (Central Processing Unit,CPU) 存储器:是计算机中用来存放所有数据和程序的记忆部件,它的基本功能是按指定的地址存(写)入或者取(读)出信息 ...
分类:
其他好文 时间:
2019-10-31 18:02:56
阅读次数:
74
Maven安装和加速 下载带二进制源码包,解压 将bin设置为环境变量 加速器,修改conf文件夹下的 文件,添加如下镜像配置: ...
分类:
其他好文 时间:
2019-10-28 12:29:03
阅读次数:
93