码迷,mamicode.com
首页 >  
搜索关键字:blocks    ( 1311个结果
Dockerfile语法
Dockerfile 语法示例 Dockerfile语法由两部分构成,注释和命令+参数 # Line blocks used for commenting command argument argument .. 一个简单的例子: # Print "Hello docker!" RUN echo " ...
分类:其他好文   时间:2018-11-05 00:10:40    阅读次数:205
Sequence Models
Sequence Models This is the fifth and final course of the deep learning specialization at Coursera which is moderated by deeplearning.ai Here are the ...
分类:其他好文   时间:2018-11-04 19:46:38    阅读次数:168
CentOS7.5安装与初始化配置(做标准化)
本文分享CentOS的标准化安装配置方法,方便集群批量装机配置 完美的分割线 1.安装标准化 1.1.安装期间的语言 中文-简体中文,安装完成也会默认支持中文输出,便于管理 1.2.时区选择 亚洲上海,CST时区 1.3.分区方式 1.4.安装包的选择 1)如果是一般的DVD镜像,建议选择最小化安装 ...
分类:其他好文   时间:2018-11-02 18:58:14    阅读次数:2628
002.RAID创建
一 创建相应的分区 1 [root@kauai ~]# fdisk /dev/sdb 2 最终创建多个用于做RAID的分区,如下: 3 Device Boot Start End Blocks Id System 4 /dev/sdb1 2048 10485759 5241856 5 Extend.... ...
分类:其他好文   时间:2018-11-02 00:15:09    阅读次数:184
002.LVM创建
一 LVM创建步骤创建分区创建PV创建VG创建LV格式化及挂载二 创建分区使用分区工具(如fdisk等)创建LVM分区,却将分区标识为LVM的分区类型8e。 1 [root@kauai ~]# fdisk -l 2 …… 3 Device Boot Start End Blocks Id Syste... ...
分类:其他好文   时间:2018-11-01 19:01:22    阅读次数:187
003.LVM扩容
一 LVM扩容步骤创建分区创建PV扩容VG扩容LV载大小二 创建分区使用分区工具(如fdisk等)创建LVM分区,却将分区标识为LVM的分区类型8e。 1 [root@kauai ~]# fdisk -l 2 …… 3 Device Boot Start End Blocks Id System 4... ...
分类:其他好文   时间:2018-11-01 18:57:47    阅读次数:182
sgu-203 Hyperhuffman(哈夫曼编码)
Hyperhuffman You might have heard about Huffman encoding - that is the coding system that minimizes the expected length of the text if the codes for c ...
分类:其他好文   时间:2018-10-31 01:15:05    阅读次数:172
POJ 3734 Blocks
http://poj.org/problem?id=3734 Description Panda has received an assignment of painting a line of blocks. Since Panda is such an intelligent boy, he s ...
分类:其他好文   时间:2018-10-30 21:13:15    阅读次数:128
MySQL 命令行(转)
1、登录mysql 本地:mysql -u root -p, 回车后输入密码; 也可以p后不加空格,直接加密码。回车就登录了 远程:mysql -hxx.xx.xx.xx -u -pxxx 2、查看数据库:show databases; 3、连接数据库:use db_name; 4、查看数据表:sh ...
分类:数据库   时间:2018-10-26 14:20:28    阅读次数:176
golang实现aes-cbc-256加密解密过程记录
我为什么吃撑了要实现go的aes-cbc-256加密解密功能? 之前的项目是用php实现的,现在准备用go重构,需要用到这个功能,这么常用的功能上网一搜一大把现成例子,于是基于go现有api分分钟一对加密解密函数,你想得没错,一跑就失败,好了不废话了,go的aes-cbc实现由两个限制 1:面临两个 ...
分类:其他好文   时间:2018-10-25 20:40:31    阅读次数:179
1311条   上一页 1 ... 25 26 27 28 29 ... 132 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!