Spring MVC 提供了一种机制,可以构造和编码URI -- 使用UriComponentsBuilder和UriComponents。 功能相当于 urlencode()函数,对url进行编码, 但同时还支持变量替换。 UriComponents uriComponents = UriComp ...
分类:
Web程序 时间:
2020-07-02 18:38:24
阅读次数:
119
分组查询 1、语法 SELECT 分组函数,分组后的字段 FROM 表 [WHERE 筛选条件] GROUP BY 分组的字段 [HAVING 分组后的筛选] 2、分组查询特点及注意事项 1、分组函数做查询条件肯定放在HAVING子句中. 2、和分组函数一同查询的字段最好是作为分组条件的字段. 3、 ...
分类:
数据库 时间:
2020-07-01 20:29:02
阅读次数:
89
HTTP 状态码(HTTP Status Code) 服务器返回一个包含HTTP状态码的信息头(server header)以响应浏览器的请求。 分类 分类 描述 1** 信息,服务器收到请求,需要请求者继续执行操作 2** 成功,操作成功接受并处理 3** 重定向,需要进一步操作以完成请求 4** ...
分类:
Web程序 时间:
2020-06-30 22:15:32
阅读次数:
107
this.wxInfo.redirect_uri = encodeURIComponent(window.location.href); var h = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + this.wxInf ...
分类:
微信 时间:
2020-06-30 17:39:40
阅读次数:
150
import shelve a = shelve.open('1') b = [1,2,3] a['b'] = b a.close()a['b'] Traceback (most recent call last):File "C:\Users\Administrator\AppData\Local ...
分类:
其他好文 时间:
2020-06-30 17:22:01
阅读次数:
66
location / { root /Users/heyang/Desktop/web/static; index index.html index.htm; try_files $uri $uri/ /index.html; } ...
分类:
其他好文 时间:
2020-06-30 17:12:37
阅读次数:
64
NGINX Docs | HTTP Load Balancing https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/ ...
分类:
其他好文 时间:
2020-06-30 13:05:33
阅读次数:
58
Spring Boot 整合 Shiro ,两种方式全总结! shirospringboot 发布于 2019-06-11 在 Spring Boot 中做权限管理,一般来说,主流的方案是 Spring Security ,但是,仅仅从技术角度来说,也可以使用 Shiro。 <!--more--> ...
分类:
编程语言 时间:
2020-06-30 12:32:50
阅读次数:
65
这个网站好像不能上传附件,直接分享csdn下载站的资源吧: https://download.csdn.net/download/dipolar/12559906 ...
分类:
其他好文 时间:
2020-06-29 15:36:08
阅读次数:
76