- 博客(2)
- 收藏
- 关注
原创 nginx反向代理配置里的proxy_pass结尾斜杠用法
结尾无斜杠情况server { listen 80; server_name test.com; location /api/ { proxy_pass http://192.168.1.36:9501; }}结尾无斜杠,nginx会将请求路径全部代理过去例如请求地址为 http://test.com/api/test请求路径为/api/test代理后的路径为 /api/test代理后的请求为 http://192.
2021-07-16 10:39:25
868
1
原创 android文本
#1 TextView(文本)- android:layout_width(宽度)- android:layout_height(高度) - match_parent(当前控件铺满父类容器) - wrap_conter(包裹实际文本内容)- android:text(文本内容)- android:textSize(文本大小)- android:textColor(文本颜
2016-09-18 20:36:22
269
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人