一、版本介绍 Degian : 8 jessie Nginx : 1.6.2 发生时间 : 2018-12-15 二、问题说明 客户浏览器访问Nginx的公开目录中放入了一个.apk文件,公开目录可以正确列出放入的.apk文件名,但下载时提示403错误。 三、解决办法 (一)过程 去网上搜索,发现有 ...
分类:
其他好文 时间:
2018-12-16 11:16:38
阅读次数:
144
deb http://mirrors.163.com/debian/ jessie main non-free contribdeb http://mirrors.163.com/debian/ jessie-updates main non-free contribdeb http://mirro ...
分类:
其他好文 时间:
2018-09-30 11:25:42
阅读次数:
399
现在公司的服务器一般都是linux系统,比如:redhat、centOS、ubuntu、debian等,虽然是不同的发行版,但是里面使用的内核都是一样的,查看方式如下: cat /proc/version Linux version 3.16.0-4-amd64 (debian-kernel@lis ...
分类:
系统相关 时间:
2018-09-28 16:30:59
阅读次数:
286
https://nanti.jisuanke.com/t/31710 题意 若输入的是Jessie或jessie,输出Good guy!,否则输出Dare you say that again? 分析 水题,学习一下string直接转小写的操作,方便。 ...
分类:
其他好文 时间:
2018-09-17 15:20:58
阅读次数:
207
Jessie and Justin want to participate in e-sports. E-sports contain many games, but they don't know which one to choose, so they use a way to make dec ...
分类:
其他好文 时间:
2018-09-16 16:15:28
阅读次数:
218
A-Magic Mirror Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' ...
分类:
其他好文 时间:
2018-09-16 12:33:36
阅读次数:
251
water #include <bits/stdc++.h> #include <unordered_set> #include <unordered_map> #define pb push_back #define mp make_pair #define x first #define y s ...
分类:
其他好文 时间:
2018-09-16 12:31:40
阅读次数:
152
J . Jessie and Justin want to participate in e-sports. E-sports contain many games, but they don't know which one to choose, so they use a way to make ...
分类:
其他好文 时间:
2018-09-15 22:28:53
阅读次数:
419
Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' If the mirror ...
分类:
其他好文 时间:
2018-09-15 20:00:54
阅读次数:
399
1 string ss="jessie"; 2 int main() 3 { 4 scanf("%d",&t); 5 sort(ss.begin(),ss.end()); 6 while(t--){ 7 string s; 8 cin>>s; 9 for(int i=0;i='A'&&s[i]<='... ...
分类:
其他好文 时间:
2018-09-15 18:15:53
阅读次数:
146