码迷,mamicode.com
首页 >  
搜索关键字:groups    ( 1428个结果
Linux 用户、用户组管理
Linux系统是一个多用户多任务的分时操作系统,每个用户都有用户名(唯一)、口令,用户名唯一标识该用户账号。 用户管理主要涉及到用户添加、修改和删除。 切换用户 su 用户名 su即switch user,示例:su root 普通用户切换到其它用户、管理员,需要输入目标用户密码;管理员切换到普通用 ...
分类:系统相关   时间:2020-02-21 12:41:47    阅读次数:96
maven 配置阿里云镜像 settings.xml内容
alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central ...
分类:其他好文   时间:2020-02-19 15:28:43    阅读次数:194
maven国内镜像
<mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> < ...
分类:其他好文   时间:2020-02-18 12:58:47    阅读次数:89
P1001 A+B Format
转跳点:🐏 1001 A+B Format (20分) Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by comm ...
分类:其他好文   时间:2020-02-18 11:26:13    阅读次数:89
gitlab配合jenkins执行简单的job
我们这里就用前两篇文章部署好的gitlab和jenkins服务来完成今天我们的实验。 首先我们先到gitlab上创建我们的测试groups ...
分类:其他好文   时间:2020-02-17 12:16:45    阅读次数:71
MySQL 8 mysql system schema
在大的分类上:mysql schema包括存储数据库对象元数据的数据字典表和用于其他操作目的的系统表 数据字典表和系统表一般使用InnoDB存储引擎 与之前的版本不同,数据字典表和系统表存储在数据目录下的一个名为mysql.idb的InnoDB表空间里 数据字典表 数据字典是在MySQL 8.0中添 ...
分类:数据库   时间:2020-02-16 20:23:22    阅读次数:118
leetcode 0216
[toc] ? 893. 特殊等价字符串组 https://leetcode cn.com/problems/groups of special equivalent strings 描述 ? 811. 子域名访问计数 https://leetcode cn.com/problems/subdoma ...
分类:其他好文   时间:2020-02-16 12:49:09    阅读次数:92
ActiveMQ解释
MQ简介: MQ全称为Message Queue,消息队列(MQ)是一种应用程序的通信方法。应用程序通过写和检索出入列的针对应用程序的数据(消息)来通信,而无需专用连接来链接它们。消息传递指的是程序之间通过在消息中发送数据进行通信,而不是通过直接调用彼此来通信,直接调用通常是用于诸如远程过程调用的技 ...
分类:其他好文   时间:2020-02-13 14:46:13    阅读次数:45
PTA 1001 A+B Format
问题描述: Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are le ...
分类:其他好文   时间:2020-02-12 10:51:16    阅读次数:65
A1001A+Bforamt
Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha ...
分类:其他好文   时间:2020-02-11 19:26:40    阅读次数:79
1428条   上一页 1 ... 10 11 12 13 14 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!