liwb2's recent timeline updates
liwb2

liwb2

V2EX member #316139, joined on 2018-05-13 21:19:27 +08:00
liwb2's recent replies
Aug 21, 2020
Replied to a topic by liwb2 酷工作 20200818 东莞证券武汉研发中心诚聘 @武汉
@renyiran 有的,新增 java 岗位编制

java 高级开发工程师
面试 /工作地点:武汉
要求:
1 、信息技术类相关专业本科以上学历。
2 、熟悉 JAVA 开发语言,理解面向对象设计的基本原则,熟悉常用的设计模式。
3 、三年以上 java 开发经验,并精通架构设计,有阅读 spring,struct 等相关开源软件源码者优先。
4 、熟悉 java 下网络通信机制并了解常用网络协议。
5 、熟悉 Redis 、nginx 等优化策略者优先。
6 、熟悉证券业务或有证券从业资格者优先。
可以尝试使用 http_map_module 中的 map 指令看看

map http://nginx.org/en/docs/http/ngx_http_map_module.html

$upstream_addr http://nginx.org/en/docs/http/ngx_http_upstream_module.html#variables

map $upstream_addr $remote_server_name {
default test1.com;
'test1.com:port' test1.com;
'test2.com:port' test2.com;
}


proxy_set_header Host $remote_server_name;

注意 default 取值
Jul 10, 2019
Replied to a topic by Hopetree NGINX nginx 配置, url 跳转问题
location = /media/avatar/default.png {
rewrite ^ /static/blog/img/default.png last;
}
Jul 10, 2019
Replied to a topic by littlepython NGINX nginx 重定向配置问题
location / {
rewrite ^http://172.16.1.111:8003/http://172.16.1.123:8084/(.+)$ http://172.16.1.123:8084/$1 redirect
}
实现一个外部锁,当 4 个进程取到消息之后,先取请求锁,取得锁的进程开始写 db。
#3 正解。LocalProxy 重写了 __setattr__方法,已经不合适用 = 了。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4089 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 04:13 · PVG 12:13 · LAX 21:13 · JFK 00:13
♥ Do have faith in what you're doing.