官网介绍:https://wiki.qt.io/Install_Qt_5_on_Ubuntu Contents [hide] 1Install Qt 5 on Ubuntu 1.1Introduction 1.2Installation Guide 1.3Troubleshooting 1.4Ref ...
分类:
系统相关 时间:
2018-10-30 17:21:54
阅读次数:
543
.netcore 2.1.4的程序部署到IIS后报以下错误: HTTP Error 502.5 - Process Failure Common causes of this issue:The application process failed to startThe application p ...
分类:
Web程序 时间:
2018-09-30 00:24:12
阅读次数:
929
How Many Answers Are Wrong Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15228 Accepted Submiss ...
分类:
其他好文 时间:
2018-09-07 23:54:19
阅读次数:
216
题目链接:http://poj.org/problem?id=3321 Apple Tree Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 34812 Accepted: 10469 Time Limit: 2000MS Mem ...
分类:
移动开发 时间:
2018-08-14 00:53:31
阅读次数:
199
终端输入:ssh root@服务器地址 错误提示: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@ ...
分类:
系统相关 时间:
2018-07-30 13:32:03
阅读次数:
164
安装版本为:centos7 的最小化版本,安装完后输入wget和ifconfig都显示没有该命令 解决方法:安装wget和 net-tools 终端输入命令:yum -y install wget和yum -y install net-tools 问题原因:“ifconfig”命令已经整合到ip命令 ...
分类:
其他好文 时间:
2018-07-30 13:30:09
阅读次数:
193
apache自带压力工具测试说明: Usage: ab [options] [http[s]://]hostname[:port]/pathOptions are: -n requests Number of requests to perform 请求数 -c concurrency Number ...
分类:
移动开发 时间:
2018-07-23 19:52:33
阅读次数:
186
题目描述 一间冰淇淋商店刚刚开张,外面有2×N个人购买1元的冰淇淋,其中一半人拿着1张2元人民币,另一半人拿一张1元人民币。售货员很粗心,没有准备零钱,要使出售过程中不发生找钱困难的问题,这2×N个人应该如何排队?请你帮售货员找出所有方案数量的总和。 输入 一个整数N(N≤15)。 输出 方案总数M ...
分类:
其他好文 时间:
2018-07-22 21:14:13
阅读次数:
466
告警系统邮件引擎1.进入目录,cd/usr/local/sbin/mon/2.创建mail目录mkdirmail创建发邮件的脚本,vimmail.py写入如下的内容,这是一个python写的发邮件的脚本#!/usr/bin/envpython#-*-coding:UTF-8-*-importos,sysreload(sys)sys.setdefaultencoding(‘utf8‘)importg
分类:
其他好文 时间:
2018-07-19 10:44:16
阅读次数:
192