在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:
移动开发 时间:
2020-06-17 15:33:57
阅读次数:
100
telnet端口23基于tcp协议远程连接设备,对这些设备进行集中管理
分类:
其他好文 时间:
2020-06-17 10:40:46
阅读次数:
47
解决:进入到tomcat中apache-tomcat-7.0.104\conf目录下的catalina.properties中,修改文件,在该行,加* ,有人说是加 tomcat.util.scan.DefaultJarScanner.jarsToSkip=*.jar\ tomcat.util.sc ...
分类:
数据库 时间:
2020-06-16 20:19:41
阅读次数:
462
使用七牛云存储图片发生这类异常-- {ResponseInfo:com.qiniu.http.Response@6a79c292,status:400, reqId:cToAAACOIZdmmBgW, xlog:X-Log, xvia:, adress:up.qiniu.com/180.101.13 ...
分类:
其他好文 时间:
2020-06-15 11:47:55
阅读次数:
200
登陆的时候提示没有有效的订阅You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options. 用的是免费版的,所以每次都提示这个 ...
分类:
其他好文 时间:
2020-06-13 17:11:38
阅读次数:
149
由于内部虚拟机采用pv,vg,lv模式,导致经常性的做lv扩容操作。于是编写以下脚本方便使用,仅供参考#!/bin/bash#v1.0#by-xgmin-20200507echo"pleaseinputyourlvname"readnamelvlv_name=df-Ph|grep"/$namelv"|awk‘{print$1}‘lv_type
分类:
其他好文 时间:
2020-06-13 00:13:57
阅读次数:
58
I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2…..please any advice and what is the difference between ...
分类:
其他好文 时间:
2020-06-12 14:29:27
阅读次数:
55
I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2…..please any advice and what is the difference between ...
分类:
其他好文 时间:
2020-06-12 14:13:12
阅读次数:
70
首先创建一个Model类来存放数据, public class MailModel { [Required(ErrorMessage = "Please enter the receiver")] public string To { get; set; } public string Subjec ...
分类:
Web程序 时间:
2020-06-11 14:57:48
阅读次数:
73
C语言利用for循环打印菱形(高度为奇数) 这次用的方法是上下部分分开打印,先打印上部分,再打印下部分。 先举个简单的例子打印,再改进代码,登堂入室从而理解。 例:打印一个高度(高度必须为奇数)为 5 的菱形,上下拆分 就是 上部分为 3行的三角形 ,下部分为2行的倒三角形(代码如下:) #incl ...
分类:
编程语言 时间:
2020-06-09 18:32:57
阅读次数:
255