DHCP服务 一、DHCP介绍 DHCP(Dynamic Host Configuration Protocol,动态主机配置协议),通常被应用在局域网络环境中,主要作用是集中的管理、分配IP地址,使网络环境中的主机动态的获得IP地址、Gateway地址、DNS服务器地址等信息,并能够提升地址的使用 ...
分类:
其他好文 时间:
2020-05-25 19:07:53
阅读次数:
80
今天做了一个demo在VS2017项目中添加sql server 数据库时,遇到诸多问题,都一一处理了,终于添加成功。总结一下。 1、在sql server configuration manager 的 sql server服务 下没有任何sql server服务,显示【远程过程调用失败。】,在w ...
分类:
数据库 时间:
2020-05-25 17:43:56
阅读次数:
155
解决方式: 第一步: 第二步: 第三步: 第四步: ...
分类:
其他好文 时间:
2020-05-25 15:40:50
阅读次数:
256
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd ...
分类:
其他好文 时间:
2020-05-23 20:11:28
阅读次数:
60
问题现象: 运行py文件时,弹出框提示:Configuration is still incorrect.Do you want to edit it again? 问题原因: 没有配置python解释器 解决方法: 1.File → Settings 2.Project Interpreter 3 ...
分类:
其他好文 时间:
2020-05-22 09:22:41
阅读次数:
503
写在前面由于Docker-EngineDocker官方已经不推荐使用,无法安装了,所以现在安装Docker-CE。参考官方文档https://docs.rancher.cn/rancher2x/install-prepare/basic-environment-configuration.html#_4-1-docker%E5%AE%89%E8%A3%85安装步骤1.关闭防火墙systemctls
分类:
其他好文 时间:
2020-05-20 18:43:05
阅读次数:
70
1.调出services窗口 2.选中要运行的项目,copy Configuration.. 3.编辑弹出窗口edit configuration(指定端口的命令 --server.port=6004,最前面是两个短横岗 3. 运行新实例就完了发现报错,端口冲突,启动类上打断点 4,修改启动类,将运 ...
分类:
编程语言 时间:
2020-05-20 10:50:37
阅读次数:
224
废话少说,直接干货: 前提:添加图片转换器 @Configuration public class WebMvcConfig implements WebMvcConfigurer { /** * 增加图片转换器 * @param converters */ @Override public voi ...
分类:
编程语言 时间:
2020-05-19 18:14:57
阅读次数:
145
提示的错误信息为: Configuration file at updated successfully! Updates successful. Rebuilding in 5 seconds. Building app standard_init_linux.go:211: exec user ...
分类:
其他好文 时间:
2020-05-18 01:04:34
阅读次数:
88
报错: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ...
分类:
数据库 时间:
2020-05-17 16:12:10
阅读次数:
192