【General】Request URL: http://192.168.40.84:9904/oms-boot/ent/addRequest Method: POSTStatus Code: 413 Request Entity Too LargeRemote Address: 192.168.4 ...
分类:
Web程序 时间:
2020-04-26 20:36:31
阅读次数:
87
由于搞不到红帽官网的软件包,只能使用CentOS的软件仓库,环境信息如下:本文主要介绍服务端的安装配置,客户端的配置以及使用将在下一篇描述。1、配置yum软件仓库[root@ceph01~]#vi/etc/yum.repos.d/CentOS-Base.repo[Storage]name=CentOS-$releasever-Storagebaseurl=https://mirrors.huawe
分类:
其他好文 时间:
2020-04-24 23:22:51
阅读次数:
115
如果你想了解异步编程,那么必然会涉及出许多相关概念。 堵塞/非堵塞 同步/异步 多进程/多线程/协程 为什么我要学习这个话,因为我想搞懂异步框架和异步接口的调用。所以,我的学习路线是这样的: 1.python异步编程 2.python Web异步框架(tornado/sanic) 3.异步接口调用( ...
分类:
编程语言 时间:
2020-04-22 22:54:38
阅读次数:
76
1 // NX 8.5.3.3 2 // Journal created by Administrator on Mon Apr 20 11:21:24 2020 中国标准时间 3 // 4 #include "C:\\all_uf.h" 5 #include <uf_defs.h> 6 #incl ...
分类:
其他好文 时间:
2020-04-21 13:24:14
阅读次数:
114
1 # -*- coding: utf-8 -*- 2 """ 3 Created on Mon Apr 20 22:51:44 2020 4 5 @author: 49594 6 """ 7 8 import re 9 a = input() 10 b = input() 11 m = re.se ...
分类:
其他好文 时间:
2020-04-21 09:36:40
阅读次数:
87
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Mon Apr 20 21:08:08 2020 @author: root """ import collections Card = collections.namedtu ...
分类:
编程语言 时间:
2020-04-20 23:51:10
阅读次数:
70
Apache日志 访问日志access_log记录了所有对Web服务器的访问活动,下面是访问日志access_log中的一个标准记录 192.168.43.117 - - [01/Apr/2018:10:37:19 +0800] "GET / HTTP/1.1" 200 45 日志字段所代表的内容如 ...
分类:
Web程序 时间:
2020-04-19 19:50:27
阅读次数:
131
我们再改下 配置 修改 执行的shell 命令 把pwd命令 改成useradd wd 创建用户命令 点击保存 点执行 看到失败 出错了 看输出 没有权限 执行创建用户命令,因为jenkins默认用jenkins用户启动 ,jenkins是普通用户,普通用户没有权限执行useradd命令 解决方法: ...
分类:
其他好文 时间:
2020-04-19 19:47:57
阅读次数:
113
被这个问题折腾了两天,主要原因是因为:账号授权了第三方平台。 然后授权了第三方平台获取扫描带参二维码的事件。 https://github.com/wechatpy/wechatpy/issues/219 Authoramiden commented on 14 Apr 2017@messense ...
分类:
其他好文 时间:
2020-04-19 14:36:21
阅读次数:
82
Sun Apr 19 08:54:42 2020 1 10.0.0.53 908 /pub/test/passwd b _ i a ? ftp 0 * c current-time The current local time in the form "DDD MMM dd hh:mm:ss YYY ...
分类:
其他好文 时间:
2020-04-19 11:11:05
阅读次数:
71