问题: 排查: #查看系统日志 tail -10 /var/log/messages 发现是权限问题 解决办法: 重新启动服务 ...
分类:
其他好文 时间:
2020-08-11 09:14:19
阅读次数:
66
原文:https://arxiv.org/pdf/1711.10398.pdf 官网:https://captain-whu.github.io/DOTA/ dataset:https://captain-whu.github.io/DOTA/dataset.html Image Source an ...
分类:
其他好文 时间:
2020-08-10 19:51:07
阅读次数:
143
很高兴,我们来到了Laravel入坑指南的第11篇。这一系列的文章已经接近尾声了,在这一节里面,我们一起讨论列队的用法。 列队,顾名思义,将需要处理的任务一个一个排好队,等待处理程序来处理。这机的列队机制,适用于需要异步处理的任务。 所以在这里,我们首先需要关注三个问题:谁来投递任务?将任务投递到哪 ...
分类:
其他好文 时间:
2020-08-05 00:11:10
阅读次数:
101
pip install supervisor pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade supervisor echo_supervisord_conf > /etc/sup ...
分类:
其他好文 时间:
2020-07-31 12:28:12
阅读次数:
70
尝试在CentOS上安装一个VNC Server。CentOS5 已经自带了VNC,默认也已经安装了,只要配置一下就可以了(如果没有安装,可以:yum install vnc vncserver安装)。Windows客户端只需安装一个vncviewer即可,例如realvnc。
分类:
系统相关 时间:
2020-07-29 17:59:48
阅读次数:
171
点击运行项目时显示 A Java Exception has occurred. 'Starting Tomcat v9.0 Server at localhost' has oncountered a problem.Server Tomcat v9.0 Server at localhost f ...
分类:
编程语言 时间:
2020-07-26 19:36:43
阅读次数:
92
启动服务 [root@localhost fastdfs]# service fdfs_trackerd start Reloading systemd: [ OK ] Starting fdfs_trackerd (via systemctl): Job for fdfs_trackerd.ser ...
分类:
其他好文 时间:
2020-07-22 20:38:49
阅读次数:
314
###在新安装mysql后进行启动发现报错 mysql启动服务命令 systemctl start mysqld@3306 Starting mysqld (via systemctl): Job for mysqld.service failed because the control proce ...
分类:
数据库 时间:
2020-07-12 00:31:47
阅读次数:
133
[root@iZ8vb5j88w6ebjejfmy39jZ software]# ./atlassian-confluence-6.7.1-x64.bin Unpacking JRE ... Starting Installer ... Jul 08, 2020 11:57:40 PM java.u ...
分类:
其他好文 时间:
2020-07-09 01:24:54
阅读次数:
102
关键字方法命名sql where字句 And findByNameAndPwd where name= ? and pwd =? Or findByNameOrSex where name= ? or sex=? Is,Equals findById,findByIdEquals where id= ...
分类:
编程语言 时间:
2020-07-09 01:24:03
阅读次数:
91