快速上手Linux 玩转典型应用(2)
Apache 安装 yum install httpd 启动 service httpd start 停止 service httpd stop 查看状态 ps -ef | grep httpd 设置防火墙端口或直接关闭 service firewalld stop 访问浏览器 ip:90 虚拟主机 cd /etc/httpd/ cd conf 配置 Ser
Apache 安装 yum install httpd 启动 service httpd start 停止 service httpd stop 查看状态 ps -ef | grep httpd 设置防火墙端口或直接关闭 service firewalld stop 访问浏览器 ip:90 虚拟主机 cd /etc/httpd/ cd conf 配置 Ser
准备工作 虚拟机 1.VirtualBox https://www.virtualbox.org/wiki/Downloads 2.vm centos 使用阿里云镜像库下载 http://mirrors.aliyun.com/centos/7.7.1908/isos/x86_64/ 查看ip ifconfig ip addr vi /etc/sysconfi
/** * 防止sql注入自定义方法一 * author: xiaochuan * @param: mixed $value 参数值 */ function check_param($value=null) { # select|insert|update|delete|\'|\/\*|\*|\.\.\/|\.\/|union|into|load_file|
http://localhost:8080/webTest/show.jsp?uname=%E5%B0%8F%E6%98%8E&upwd=121&uage=12&uhobbies=%E7%BE%BD%E6%AF%9B%E7%90%83register.jsp register.jsp Title 用户名: 密码: 年龄: 爱好: 足球 篮球 羽毛球 乒乓球
页面元素 指令 https://www.runoob.com/jsp/jsp-directives.html 注释 jsp内置对象(9) out 输出对象 pageContext request 请求对象 response session application config page exception
1. 新建项目 2.新加模版 3.在WEB-INF文件下创建两个包(class用来放编译后输出的class文件,lib放第三方jar包): 4.配置文件夹路径如下图所示: 5.配置Tomcat容器 6.运行测试下
php curl: (60) SSL certificate problem: unable to get local issuer certificate 网站移到win服务器 1.查看php.ini位置 2.先去 https://curl.haxx.se/ca/cacert.pem 下载 CA 证书到本地 在 php.ini 中配置 curl.cainf
视频 添加视频 VR图 添加Vr图 chooseVR:function(e){ var that = this; var url = config.api_base_url + "wxapp/scrz?t=2" wx.chooseImage({ count: 1, sizeType: ['original', 'compressed'], sourceTy
function periodDate($start_time,$end_time){ $start_time = strtotime($start_time); $end_time = strtotime($end_time); $i=0; while ($start_time