使用hyperf的时候发现它监听9501端口,然后这样需要ip+port方式去访问,但是这样对用户而言有点不太友好,如果我们还有域名,可以做一个反向代理避免端口直接写出来。 找了找网上别人写的例子,感觉都太不细致了,还是自己写一个吧。 例子如下: 1.查找 sudo apt search apach ...
分类:
系统相关 时间:
2021-06-18 19:59:48
阅读次数:
0
一、简介 基于matlab GUI综合特征的图像检索 二、源代码 function varargout = Run(varargin) % RUN M-file for Run.fig % RUN, by itself, creates a new RUN or raises the existin ...
分类:
其他好文 时间:
2021-06-18 19:31:57
阅读次数:
0
Android的RadioButton的常见写法 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro ...
分类:
移动开发 时间:
2021-06-17 16:53:21
阅读次数:
0
6.15模拟赛赛后总结 赛时历程 早上七点十来分看到题,准备了一波就七点半了。 看题的感觉是这样的,T1看上去数据范围倒是挺小,但并没有想到状压,因为 \(n\le40\) ,以为是什么神奇的多项式做法。 T2一眼感觉麻烦,T3一眼感觉不可做。 想到一个T1的假思路,打了一会儿发现求出来的东西并不会 ...
分类:
其他好文 时间:
2021-06-16 17:55:50
阅读次数:
0
1. vars vars(objcet) 函数返回对象object的属性和属性值的字典对象 def test(a, b): # {'a': 10, 'b': 20} 常用打印函数的所有入参 print(vars()) return a + b if __name__ == '__main__': t ...
分类:
编程语言 时间:
2021-06-16 17:51:29
阅读次数:
0
title: springcloud系列之配置中心 date: 2021-06-03 12:00:30 tags: - [配置中心] - [config] categories: - [springcloud] permalink: zxh prefix: springcloud 背景 有多少次因为 ...
分类:
编程语言 时间:
2021-06-15 18:45:08
阅读次数:
0
参考链接: https://blog.csdn.net/bn0305/article/details/78058076 https://www.xuanyusong.com/archives/3518 https://blog.csdn.net/wangjiangrong/article/detai ...
分类:
其他好文 时间:
2021-06-15 17:56:25
阅读次数:
0
这是一道交互题 交互库有三个长为 \(n_a,n_b,n_c\) 的不降正整数序列 \(a,b,c\),不超过 \(100\) 次单点查询求 \(k\)-th。 \(n_a,n_b,n_c\le 10^5\),\(a_i,b_i,c_i\le 10^9\)。 完全不会,牛逼坏了。 考虑归并排序的过程 ...
分类:
其他好文 时间:
2021-06-13 10:32:00
阅读次数:
0
#include <cmath> #include <queue> #include <vector> #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #define ZYC using #d ...
分类:
其他好文 时间:
2021-06-13 09:59:25
阅读次数:
0
前文:在上篇博文:路由双向引入引发的环路与次优路径及解决方案 的基础上再次升级,继承上篇博文配置 验证理论: 1.利用开销造环 2.理由优先级破环 3.四标签破环 4.策略路由 接口级策略路由对本地始发的报文无效,仅对经过设备的报文有效 系统级策略路由对经过设备的报文无效,仅对本地始发的报文有效 实 ...
分类:
其他好文 时间:
2021-06-13 09:32:23
阅读次数:
0