随笔分类 -  PHP

摘要:扩展插件下载地址 https://github.com/Microsoft/msphpsql/tags 本机PHP版本7.2,非线程安全 https://github.com/microsoft/msphpsql/releases/tag/v5.6.1 选择系统及PHP版本下载,下载后只保留非线程安 阅读全文
posted @ 2019-09-07 11:04 liessay 阅读(2125) 评论(0) 推荐(0)
摘要:先安装VmTools工具 文件 /etc/sysconfig/network-scripts/ifcfg-ens33(这里的enp0s3不是固定的,看你具体情况,但是基本是en开头的) 将 ONBOOT=no 改为 ONBOOT=yes 保存后重启网卡: service network restar 阅读全文
posted @ 2019-09-05 17:05 liessay 阅读(377) 评论(0) 推荐(0)
摘要:<div> <form action="{:url('index/check')}" method="post"> <img src="{:captcha_src()}" alt="captcha" /> <input type="text" name="captcha" id="captcha"> 阅读全文
posted @ 2018-03-05 13:47 liessay 阅读(259) 评论(0) 推荐(0)
摘要:下载Sql Server PHP扩展 Microsoft Drivers for PHP for SQL Server 下载Sql Server PHP扩展 Microsoft Drivers for PHP for SQL Server https://github.com/Microsoft/m 阅读全文
posted @ 2018-03-05 11:52 liessay 阅读(5894) 评论(0) 推荐(0)
摘要:<?php $server = '127.0.0.1'; $user = 'root'; $password = ''; $database = 'yiibaidb'; $officecode = $_POST['officecode']; $conn = new mysqli($server, $ 阅读全文
posted @ 2018-01-31 14:23 liessay 阅读(545) 评论(0) 推荐(0)
摘要:yAxis xAxis交换后,更改画布大小 阅读全文
posted @ 2018-01-29 19:00 liessay 阅读(619) 评论(0) 推荐(0)
摘要:httpd.conf <Directory /> AllowOverride none #Require all denied 注释这句 Allow from all Require all granted</Directory> <Directory "${INSTALL_DIR}/www/"> 阅读全文
posted @ 2018-01-29 10:50 liessay 阅读(575) 评论(0) 推荐(0)
摘要:JSON.PHP 阅读全文
posted @ 2018-01-26 15:51 liessay 阅读(550) 评论(0) 推荐(0)
摘要:1.停止WAMP服务器.2.下载要安装的PHP版本。下载Window版本的ZIP包啦:http://php.net/downloads.php。解压到 Wamp的安装目录C:\wamp64\bin\php\php7.2.13.从已存在的php版本文件中(如phpphp7.1.9 (C:\wamp64 阅读全文
posted @ 2018-01-25 09:24 liessay 阅读(595) 评论(0) 推荐(0)