V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  my3157  ›  全部回复第 33 页 / 共 33 页
回复总数  644
1 ... 24  25  26  27  28  29  30  31  32  33  
2017-06-25 15:45:06 +08:00
回复了 zhq527725 创建的主题 macOS Mac Sierra 如何通过快捷键锁屏
@Exin 正解 , Alfred 命令 Lock
2017-06-22 20:54:19 +08:00
回复了 qsnow6 创建的主题 Python 怎么把 https 重定向到 http 协议上
#首先, 要 https 能访问

然后可以这样

```
if ( $scheme = https ){
return 301 http://$server_name$request_uri;
}
```
unrar x test.rar
还没收到货
1 ... 24  25  26  27  28  29  30  31  32  33  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5560 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 06:48 · PVG 14:48 · LAX 22:48 · JFK 01:48
Developed with CodeLauncher
♥ Do have faith in what you're doing.