准备一个nginx负载均衡器,192.168.239.133上,修改nginx.conf 写入如下内容: # ruanserver为负载均衡的名字,自定义。默认80端口 upstream ruanserver{ ip_hash; # 负载均衡调度算法,每个请求按访问IP的hash结果分配,这样来自同 ...
分类:
其他好文 时间:
2020-06-24 21:34:28
阅读次数:
63
使用httprunner3.x版本 python版本是3.6 测试环境是zen dao 以下为脚本: # NOTE: Generated By HttpRunner v3.1.0 # FROM: assign_me.har import re from httprunner import HttpR ...
分类:
Web程序 时间:
2020-06-24 19:33:41
阅读次数:
54
What is the sum of the digits of the number 21000 public static int sumDigits(int n) { int int_retVal = 0; int int_pow = (int) Math.pow(2, n); String ...
分类:
编程语言 时间:
2020-06-24 17:51:19
阅读次数:
53
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2020-06-24 15:52:59
阅读次数:
63
sudo yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm sudo yum --enablerepo=remi install redis -y ...
分类:
其他好文 时间:
2020-06-24 15:47:00
阅读次数:
84
基本模块 yml内容 %YAML:1.0 ImagePath:"data/image/image0" CornerPath:"data/corners.txt" MapPath:"data/xml/" static int parseCmdArgs(int argc, char** argv) // ...
分类:
其他好文 时间:
2020-06-24 00:38:36
阅读次数:
59
最近遇到一个需求,要在图片上显示带有半透明背景的文字,效果如下图所示: 看到这个需求之后,第一反应是使用CSS3中的opacity设置元素的透明度。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name=" ...
分类:
Web程序 时间:
2020-06-24 00:10:29
阅读次数:
97
原因分析: Ah, ok. I thought it was commented out because it caused the error. You can always put a breakpoint in the line printing the error and look at t ...
分类:
其他好文 时间:
2020-06-23 21:48:50
阅读次数:
84
# 准备 #1. 准备表 create table s1( id int, name varchar(20), gender char(6), email varchar(50), first_name char(10), last_name char(10) ); #2. 创建存储过程,实现批量插 ...
分类:
数据库 时间:
2020-06-23 21:39:47
阅读次数:
215
InfoPath 2013 connect to SharePoint online
分类:
其他好文 时间:
2020-06-23 19:44:38
阅读次数:
43