上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页
摘要: upstream proxy1 { server 192.168.89.10:180; } upstream proxy2 { server 192.168.89.10:280; } server { listen 80; server_name www1.dlab.com; location / 阅读全文
posted @ 2017-02-14 10:09 喝杯茶 阅读(202) 评论(0) 推荐(0) 编辑
摘要: location ~ .*\.(php)?${ expires -ls; try_file $uri=404; fastcgi_split_path_info ~(.+\.php)(/.+)$; include fastcgi_params; fastcgi_param PATH_INFO $fas 阅读全文
posted @ 2017-02-14 10:08 喝杯茶 阅读(489) 评论(0) 推荐(0) 编辑
摘要: net.ipv4.netfilter.ip_conntrack_tcp_timeout_established = 1800 net.ipv4.ip_conntrack_max = 16777216 net.ipv4.netfileter.ip_conntrack_max = 16777216 ne 阅读全文
posted @ 2017-02-14 10:06 喝杯茶 阅读(262) 评论(0) 推荐(0) 编辑
摘要: -prefix= 安装路径-with-http_ssl_module 启用ssl支持,需要安装openssl--with-http_realip_module 允许从请求报头修改客户端的ip地址--with-http_image_filter_module 修改过滤图片,需要gd库--with-ht 阅读全文
posted @ 2017-02-14 10:05 喝杯茶 阅读(186) 评论(0) 推荐(0) 编辑
摘要: JSP 标准标签库(JSTL) JSP标准标签库(JSTL)是一个JSP标签集合,它封装了JSP应用的通用核心功能。 JSTL支持通用的、结构化的任务,比如迭代,条件判断,XML文档操作,国际化标签,SQL标签。 除了这些,它还提供了一个框架来使用集成JSTL的自定义标签。 根据JSTL标签所提供的 阅读全文
posted @ 2017-02-13 15:26 喝杯茶 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 环境描述: 已通过vSphere Client创建一个名字为centos7的虚拟机,现在需要打开该虚拟机的嵌套虚拟化功能。 第一步: 开启ESXi Shell 开启vSphere的ssh远程登录服务或 请参考: https://kb.vmware.com/selfservice/microsites 阅读全文
posted @ 2017-02-13 13:44 喝杯茶 阅读(6739) 评论(1) 推荐(0) 编辑
摘要: 官网连接:https://pve.proxmox.com/wiki/Root_Password_Reset Root Password Reset Contents [hide] 1Resetting the root account password on the PVE Host 1.1Meth 阅读全文
posted @ 2017-02-13 13:31 喝杯茶 阅读(11556) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 在 JSP 页面中使用 JSTL 标签库,访问 JSP 页面时抛出了如下异常信息: org.apache.jasper.JasperException: /index.jsp (line: 261, column: 54) According to TLD or attribute di 阅读全文
posted @ 2017-02-13 11:12 喝杯茶 阅读(10862) 评论(0) 推荐(1) 编辑
摘要: 一.jsp 中EL语言定义 E L(Expression Language) 目的:为了使JSP写起来更加简单。 表达式语言的灵感来自于 ECMAScript 和 XPath 表达式语言,它提供了在 JSP 中简化表达式的方法。它是一种简单的语言,基于可用的命名空间(PageContext 属性)、 阅读全文
posted @ 2017-02-13 10:34 喝杯茶 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 这个是写的第一个项目:使用Servlet+JSP完成,加上对底层构架的理解,才可以对后面要接触使用的ssh框架的深刻理解 2017-02-11: 完成对进货业务的操作, 下一步完成对销货业务的操作 阅读全文
posted @ 2017-02-11 23:58 喝杯茶 阅读(1171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页