码迷,mamicode.com
首页 >  
搜索关键字:community    ( 2516个结果
[cisco]Configure private VLAN
vlan 100 private-vlan isolated ! vlan 200 private-vlan community ! vlan 300 private-vlan primary private-vlan association 100,200 ! ! ! ! interface Gi ...
分类:系统相关   时间:2020-02-10 14:07:47    阅读次数:82
Spring 特性总览
Spring 特性总览 [toc] 本文整理自小马哥极客时间 "《小马哥讲Spring核心编程思想》" 1. 环境说明 JDK8 Spring Framework 5.2.2 IDEA Community 2019 2. 内容概述 待补充... 3. Spring 特性 官方文档: 3.1 核心特性 ...
分类:编程语言   时间:2020-02-10 11:23:41    阅读次数:169
Visual Studio 2019 UTF-8编码调试显示中文
本地版本 Microsoft Visual Studio Community 2019 【1】Visual Studio 2019 UTF-8编码调试显示中文 (1)设置string默认编码为utf-8,只需要在头文件中加入以下代码: #pragma execution_character_set( ...
分类:其他好文   时间:2020-02-10 09:17:19    阅读次数:606
JetBrains Intellij IDEA 2019.3.2
首先,献上免费版本 Community:https://download.jetbrains.8686c.com/idea/ideaIC-2019.3.2.exe EAP版本: Ultmate(2020.1,30天重新安装一次):https://download.jetbrains.8686c.co ...
分类:其他好文   时间:2020-02-09 11:17:21    阅读次数:794
centos7安装mysql-5.7.28
mysql是我们最常用的开源的关系型数据库,mysql不同版本有时候安装的方式也不尽相同,下面以mysql5.7.28版本为例梳理一下安装细节: 1.下载mysql-5.7.28,URL:https://downloads.mysql.com/archives/community/ 我这里下载的是6 ...
分类:数据库   时间:2020-02-07 01:39:44    阅读次数:119
微信支付问题汇总
重复提交订单问题 结果: 只有JSAPI不可以重复使用预支付订单 "https://developers.weixin.qq.com/community/develop/doc/00068ef7778400c58288a036856000?highLine=%25E6%25B1%2582%25E8% ...
分类:微信   时间:2020-02-06 20:16:00    阅读次数:99
Caused by: org.xml.sax.SAXParseException: 外部 DTD: 无法读取外部 DTD 'mybatis-generator-config_1_0.dtd'
1.环境: JDK 1.8 IntelliJ IDEA 2019.3.2 (Community Edition) Build #IC-193.6015.39, built on January 21, 2020 Runtime version: 11.0.5+10-b520.30 amd64 2.现 ...
分类:其他好文   时间:2020-02-06 18:02:44    阅读次数:452
centos7安装mysql5.5.62
mysql是我们最常用的开源的关系型数据库,mysql不同版本有时候安装的方式也不尽相同,下面梳理一下mysql5.5.62版本的安装 1.下载mysql5.5.62,URL:https://downloads.mysql.com/archives/community/ 我这里下载的是64位版本 下 ...
分类:数据库   时间:2020-02-06 01:02:56    阅读次数:106
MongoDB的安装,mongod和mongo的区别
一. mongoDB安装路径 安装路径(最新4.0.11):https://www.mongodb.com/download-center/community?jmp=nav 建议另外找路径下载,外网太慢,等不住。。 这是一位博主提供的下载路径(4.0.10): 百度链接:https://pan.b ...
分类:数据库   时间:2020-02-04 14:21:43    阅读次数:87
Docker 安装 CentOS
Docker 安装 CentOS CentOS(Community Enterprise Operating System)是 Linux 发行版之一,它是来自于 Red Hat Enterprise Linux(RHEL) 依照开放源代码规定发布的源代码所编译而成。由于出自同样的源代码,因此有些要 ...
分类:其他好文   时间:2020-02-03 19:27:17    阅读次数:85
2516条   上一页 1 ... 25 26 27 28 29 ... 252 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!