码迷,mamicode.com
首页 >  
搜索关键字:minimal    ( 882个结果
mingw和cygwin的区别
原文出处:http://www.cnblogs.com/fancybit/archive/2012/07/08/2581590.html 首先MingW和cygwin都可以用来跨平台开发。 MinGW是Minimalistic GNU for Windows的缩写,也就是Win版的GCC。 Cygw ...
分类:Windows程序   时间:2017-12-18 19:00:22    阅读次数:212
【ASP.NET Core快速入门】(三)准备CentOS和Nginx环境
基本软件 VMware虚拟机 centos:http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso centos安装 打开VMware虚拟机,选择文件 新建虚拟机 一般下载好的CentOS ...
分类:Web程序   时间:2017-12-15 00:43:46    阅读次数:315
MySQL双主+keeplived安装部署说明
MySQL双主+keeplived安装部署说明 一、环境介绍 1.1、规划 序号 类别 版本 主机名 IP 端口 备注 1 OS CentOS release 6.9 (Final) (minimal) my1 172.16.210.180 8306 172.16.210.183 2 mysql m ...
分类:数据库   时间:2017-12-12 22:10:41    阅读次数:852
安装centos7后不能联网
我们在安装centos的minimal版本后,在使用yum安装工具时会提示:cannot find a valid baseurl or repo:base/7/x86_64 这是因为不能联网导致的,以下是解决方法: 方法一: 方法二: 以上两种方法均可。 ...
分类:其他好文   时间:2017-12-08 01:14:27    阅读次数:176
Palindrome
title: HDU - 1513 A palindrome is a symmetrical string, that is, a string read identically from left to right as well as from right to left. You are t ...
分类:其他好文   时间:2017-12-03 18:54:40    阅读次数:155
CentOS7 minimal安装初始化配置
个人喜好最小化安装系统,需要配置的如下信息 1.更改网络配置为固定ip 配置dns记录 2.修改yum源 3.安装常用软件 ...
分类:其他好文   时间:2017-11-30 18:04:10    阅读次数:180
vim与系统粘贴板的互通简单介绍
最近经常遇到这个问题,在这里记录下。 我的环境 系统 vim 前提 需要 vim 支持 检查方法 如果你用的是 不支持,安装 可解,安装后命令行版也会支持的 至于 nvim, 我也不太清楚, 好像 vim 支持之后它也可以了??? 开始 不再详细介绍 vim 的 复制粘贴缓存器系统了,只介绍方法,具 ...
分类:系统相关   时间:2017-11-29 23:43:37    阅读次数:361
移动端rem切图
1.为什么用rem 根据屏幕大小,自动调整大小 2.如何使用rem 分以下几步 a.用ps把设置稿弄成640px或者750px的(记得等比例缩放) b.调试时记得把浏览器默认最小字体设置为最小。手机端是支持12px以下的字体的 c.引入meta头 d.引入reset文件 ? 1 2 3 4 5 6 ...
分类:移动开发   时间:2017-11-29 16:13:01    阅读次数:288
Leetcode 209: Minimum Size Subarray Sum
Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't ...
分类:其他好文   时间:2017-11-29 13:37:09    阅读次数:118
Docker镜像命令笔记
获取 docker pull NAME[:TAG] docker pull registry.docker cn.com/library/ubuntu:14.04 查看 docker images 设置标签 docker tag IMAGE_ID REPOSITORY:TAG 查看信息 docker ...
分类:其他好文   时间:2017-11-27 15:20:45    阅读次数:145
882条   上一页 1 ... 29 30 31 32 33 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!