摘要:
jsp之${CTX} 根据自己的需要选择以下标签。 我项目中的代码如下: index.jsp ${CTX} 与${pageContext.request.contextPath}的对比 1、${pageContext.request.contextPath}是获取当前根目录。 2、${ctx}通过观 阅读全文
posted @ 2019-10-22 15:01 且行且思 阅读(1342) 评论(0) 推荐(0)
|
|||
|
摘要:
jsp之${CTX} 根据自己的需要选择以下标签。 我项目中的代码如下: index.jsp ${CTX} 与${pageContext.request.contextPath}的对比 1、${pageContext.request.contextPath}是获取当前根目录。 2、${ctx}通过观 阅读全文
posted @ 2019-10-22 15:01 且行且思 阅读(1342) 评论(0) 推荐(0)
摘要:
show variables like '%max_connections%'; 查看最大连接数 set global max_connections=1000 重新设置最大连接数 set-variable=max_user_connections=30 这个就是单用户的连接数set-variabl 阅读全文
posted @ 2019-10-22 08:30 且行且思 阅读(2295) 评论(0) 推荐(0) |
|||