V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  salmon5  ›  全部回复第 52 页 / 共 62 页
回复总数  1238
1 ... 48  49  50  51  52  53  54  55  56  57 ... 62  
2018-04-04 17:47:48 +08:00
回复了 jason2017 创建的主题 Java jdk1.9 之后的版本,应该怎么命名 jdk2.0 还是 jdk1.10
https://docs.oracle.com/javase/1.5.0/docs/relnotes/version-5.0.html

Version 1.5.0 or 5.0?
Both version numbers "1.5.0" and "5.0" are used to identify this release of the Java 2 Platform Standard Edition. Version "5.0" is the product version, while "1.5.0" is the developer version. The number "5.0" is used to better reflect the level of maturity, stability, scalability and security of the J2SE.

The number "5.0" was arrived at by dropping the leading "1." from "1.5.0". Where you might have expected to see 1.5.0, it is now 5.0 (and where it was 1.5, it is now 5).
2018-04-04 17:45:50 +08:00
回复了 jason2017 创建的主题 Java jdk1.9 之后的版本,应该怎么命名 jdk2.0 还是 jdk1.10
2018-03-24 14:56:33 +08:00
回复了 iConnect 创建的主题 程序员 淘宝的 rest API 为什么还继续用 http,不用 https?
这显然不是一个性能问题,而是上 https
1,谁买证书? gw.api.taobao.com 或者*.api.taobao.com
2,谁来上线证书?
没有人推动这个没 kpi 的事情,这么简单的问题被你们整这么复杂
@w0nglend
@mickey001
用 ngx_http_sub_module 也可以
location /vip {
proxy_pass http://192.168.1.111/;
sub_filter 'href="/' 'href="/vip/';
sub_filter 'src="/' 'src="/vip/';
#sub_filter_types text/html;
#sub_filter_types *;
sub_filter_once off;
}
2018-03-15 09:36:08 +08:00
回复了 SpaceVim 创建的主题 Vim 2018 晒晒你的 Vim 配置
2018-03-12 10:36:10 +08:00
回复了 tanranran 创建的主题 推广 大家腾讯云都用什么 SSH 工具?
SecureCRT 路过,可能是最好的 SSH 软件了,win mac linux 各种跨平台。
2018-02-28 09:00:33 +08:00
回复了 trepwq 创建的主题 云计算 阿里云发布了 ssl-vpn 网关,原来就是个 openvpn。。。
就是只能用单核,数据处理只能 60-80Mbps
2018-02-28 08:59:02 +08:00
回复了 trepwq 创建的主题 云计算 阿里云发布了 ssl-vpn 网关,原来就是个 openvpn。。。
openvpn 是最好的 ssl vpn 方案,ipsec l2tp pptp 都是渣
刻意的故意的这种行为,是一种缺乏教养的行为。
2018-02-14 08:43:01 +08:00
回复了 hymzhek 创建的主题 全球工单系统 t.cn 这个域名没续费?
@sobigfish 这种公司应该是有专门的域名管理部门,可不像一般公司,技术人员都能接触到域名管理和解析权。
2018-02-14 08:38:25 +08:00
回复了 hymzhek 创建的主题 全球工单系统 t.cn 这个域名没续费?
有人知道为啥备案会掉吗?是因为有违规内容吗?还是过期了?
2018-02-01 18:18:07 +08:00
回复了 enenaaa 创建的主题 程序员 怎样判断一个人写代码的天赋?
熟能生巧,无他
2018-01-31 23:49:05 +08:00
回复了 Mrzhang0320 创建的主题 程序员 请教各位 V 友一个服务器问题
nginx http mirror 类似
2018-01-30 22:10:10 +08:00
回复了 nonsense 创建的主题 程序员 服务器用 BSD 比用 Linux 有什么优势吗
没优势,从职场上来看
2018-01-29 22:00:27 +08:00
回复了 gcg0036 创建的主题 全球工单系统 ECS 生产环境俩主机被无故释放,阿里云只赔 500 块?
这 bug 太可怕了
2018-01-29 19:37:21 +08:00
回复了 xjtushilei 创建的主题 程序员 有道词典的哥们,你们的谷歌插件有 bug
有道还有人维护吗?
2018-01-23 14:06:12 +08:00
回复了 wvc 创建的主题 程序员 有网管吗?关于 MTU 的设置问题。
懂协议的就是网管,智商捉急
2018-01-03 18:24:16 +08:00
回复了 twoyuan 创建的主题 全球工单系统 有锥子斜技的人?你们的 https://t.tt 证书配错了……
openssl s_client -connect t.tt:443 2>&1 | openssl x509 -text |grep -A1 "Subject Alternative Name"
X509v3 Subject Alternative Name:
DNS:static.smartisanos.cn, DNS:dl2.smartisan.cn, DNS:www.t.tt, DNS:t.tt


这个还是有必要的,这就是一个运维的情怀,不是 60 分就行了,90-100 分才行。
HSTS 也是必要的。
2018-01-02 17:17:09 +08:00
回复了 codermagefox 创建的主题 Linux 怎么样才算精通 Linux ?
简历里面 写各种精通的,一律 KO,绝对没错。
2017-12-28 14:53:13 +08:00
回复了 mashirochannel 创建的主题 NGINX nginx 代理中 jsp 里 basepath 路径的问题
修改如下试试:
服务器 A
server {
listen 9090;
server_name xxx.xxx.com;
location / {
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://xxx:8080;
}

}

服务器 B
listen 80 ;

server_name xxx.xxx.com;

location / {
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
proxy_pass http://xxx.xxx.com:9090;
}


本机绑定 host 到服务器 B,访问 xxx.xxx.com ,可以的话,改 DNS。
1 ... 48  49  50  51  52  53  54  55  56  57 ... 62  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1708 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 16:44 · PVG 00:44 · LAX 09:44 · JFK 12:44
Developed with CodeLauncher
♥ Do have faith in what you're doing.