仅适用IDEA中,eclipse中不需要设置 一、开启idea自动make功能 1 - Enable Automake when the application is running PRESS: CTRL + SHIFT + Alt + / TYPE: Registry Find the key ...
分类:
编程语言 时间:
2019-10-31 16:37:19
阅读次数:
188
点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 Zabbix4.4.0-告警“Zabbix server is not running” 第一步: 查看系统日志,进一步确认原因 问题出现在数据库。 第二步 数据库确认 如果登录不成功,就看一下登录 ...
分类:
其他好文 时间:
2019-10-31 13:25:30
阅读次数:
105
一、iptables防火墙(需要安装防火墙sudo apt-get install firewalld命令查看插件)1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptab ...
分类:
系统相关 时间:
2019-10-30 18:50:15
阅读次数:
128
mysql> show slave status \G Slave_IO_Running: No Slave_SQL_Running: Yes Master_SSL_Verify_Server_Cert: No Last_IO_Errno: 1236 Last_IO_Error: Got fatal ...
分类:
其他好文 时间:
2019-10-30 18:22:46
阅读次数:
391
修改tomcat安装目录下的conf--server.xml检查一下,端口不能是-1, 一般会选80,或者1-65535之间的任意一个整数 ...
分类:
其他好文 时间:
2019-10-29 15:49:45
阅读次数:
547
问题 从2019-10-23起,我的AWS实例不断的重启(大概6个小时左右),或者连接不上(远程连接不上并PING不通IP),但控制台显示running。 分析与解决方法 通过查看dump文件,发现是各种 PV Drivers的错误。所以接下来的问题就是如何更新PV Dirvers. 这次问题我估计 ...
分类:
其他好文 时间:
2019-10-27 22:31:00
阅读次数:
143
step1:检查和备份 4507R#write4507R#copy running-config tftp4507R#show module4507R#show redundancy4507R#show bootvar4507R#dirstep2:上传IOS到设备 4507R#copy tftp:b ...
分类:
移动开发 时间:
2019-10-27 17:01:45
阅读次数:
340
课后习题 1. Brie?y describe the differences between the webbrowser, requests, BeautifulSoup, and selenium modules.Answer: The webbrowser has an open() met ...
分类:
其他好文 时间:
2019-10-26 17:11:04
阅读次数:
63
In HDU, you have to run along the campus for 24 times, or you will fail in PE. According to the rule, you must keep your speed, and your running dista ...
分类:
其他好文 时间:
2019-10-24 23:54:31
阅读次数:
135
"web应用" [TOC] Web应用程序是什么 Web应用程序是一种可以通过Web访问的应用程序,程序的最大好处是用户很容易访问应用程序,用户只需要有浏览器即可,不需要再安装其他软件 应用程序有两种模式C/S、B/S。C/S是客户端/服务器端程序,也就是说这类程序一般独立运行。而B/S就是浏览器端 ...
分类:
Web程序 时间:
2019-10-24 09:48:06
阅读次数:
203