随笔分类 - PHP
摘要:扩展插件下载地址 https://github.com/Microsoft/msphpsql/tags 本机PHP版本7.2,非线程安全 https://github.com/microsoft/msphpsql/releases/tag/v5.6.1 选择系统及PHP版本下载,下载后只保留非线程安
阅读全文
摘要:先安装VmTools工具 文件 /etc/sysconfig/network-scripts/ifcfg-ens33(这里的enp0s3不是固定的,看你具体情况,但是基本是en开头的) 将 ONBOOT=no 改为 ONBOOT=yes 保存后重启网卡: service network restar
阅读全文
摘要:<div> <form action="{:url('index/check')}" method="post"> <img src="{:captcha_src()}" alt="captcha" /> <input type="text" name="captcha" id="captcha">
阅读全文
摘要:下载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
阅读全文
摘要:<?php $server = '127.0.0.1'; $user = 'root'; $password = ''; $database = 'yiibaidb'; $officecode = $_POST['officecode']; $conn = new mysqli($server, $
阅读全文
摘要:yAxis xAxis交换后,更改画布大小
阅读全文
摘要:httpd.conf <Directory /> AllowOverride none #Require all denied 注释这句 Allow from all Require all granted</Directory> <Directory "${INSTALL_DIR}/www/">
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号