码迷,mamicode.com
首页 >  
搜索关键字:central    ( 964个结果
2019年12月5号 王腾飞 计算机英语
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
Python之PyQt编程
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
SpringBoot-技术专区-配置文件加密
工程中的配置文件如果把数据库的用户名密码写成明文的话是一件很危险的事情,之前也看见网上说可以对密码进行加密,用的时候再解密,因此今天我就尝试如何在spring boot 中的项目中实现关键信息的加密解密,并记录下来。 jasypt Jasypt is a java library which all ...
分类:编程语言   时间:2019-12-01 18:36:53    阅读次数:74
Maven添加镜像仓库、更改本地仓库位置
添加镜像仓库 在conf目录下的settings.xml文件的145行左右 id表示该镜像的id mirrorOf表示为哪个仓库配置镜像,central为默认的中央仓库的id,也可以使用通配符*,来匹配所有仓库 <mirrors> <mirror> <id>nexus-aliyun</id> <mi ...
分类:其他好文   时间:2019-11-30 00:18:18    阅读次数:116
Maven 安装依赖包
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
如需要阅读分析mozilla firefox的源代码,可以使用dxr (代码交叉参考)工具
网址: https://dxr.mozilla.org/mozilla-central/source/ 搜索功能也很强大. ...
分类:其他好文   时间:2019-11-21 14:08:02    阅读次数:63
mind map 思维导图
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
cs244a-Introduction to Computer Networking-Unit1
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
CSIC_716_20191031
一、计算机的五大组成部分(*****) 运算器:进行算术运算和逻辑运算。 控制器:计算机的指挥系统。 运算器和控制器统称为中央处理器 (Central Processing Unit,CPU) 存储器:是计算机中用来存放所有数据和程序的记忆部件,它的基本功能是按指定的地址存(写)入或者取(读)出信息 ...
分类:其他好文   时间:2019-10-31 18:02:56    阅读次数:74
Maven安装和加速
Maven安装和加速 下载带二进制源码包,解压 将bin设置为环境变量 加速器,修改conf文件夹下的 文件,添加如下镜像配置: ...
分类:其他好文   时间:2019-10-28 12:29:03    阅读次数:93
964条   上一页 1 ... 8 9 10 11 12 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!