<R3>reset saved-configuration 输入命令后会出现: This will delete the configuration in the flash memory. The device configuratio ns will be erased to reconfigu ...
分类:
其他好文 时间:
2020-05-29 13:34:05
阅读次数:
208
Centos 8切换至命令行模式 cat /etc/inittab # inittab is no longer used. # # ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. # # Ctrl-Alt-Delete i ...
分类:
其他好文 时间:
2020-05-29 11:54:36
阅读次数:
408
urls.py """cookiesession URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.co ...
分类:
其他好文 时间:
2020-05-28 18:00:08
阅读次数:
53
常用功能的简单封装 public class Dapper { public string ConnectionString { get; set; } public Dapper() { var Configuration = new ConfigurationBuilder() .Add(new ...
分类:
移动开发 时间:
2020-05-26 01:27:07
阅读次数:
222
1,原因如下图 原因是开发模式为Debug配置环境,发布服务器后在release模式下没找到对应的xml配置文件 解决办法,在项目配置document的xml除了debug模式之外,在release也需要配置,如下图configuration选择配置环境 ...
分类:
其他好文 时间:
2020-05-26 01:07:20
阅读次数:
250
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