腾讯云使用宝塔面板
首先在腾讯云上购买服务器,选择一种登录方式 我这里使用的centos7 的系统,直接输入命令进行安装 yum install -y wget && wget -O install.sh http://download.bt....
首先在腾讯云上购买服务器,选择一种登录方式 我这里使用的centos7 的系统,直接输入命令进行安装 yum install -y wget && wget -O install.sh http://download.bt....
<?php /* PHP CURL HTTPS POST */ function curl_post_https($url,$data){ // 模拟提交数据函数 $curl = curl_init(); // 启动一个CU...
$r = preg_match('/^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])[A-Za-z0-9]{8}$/',$_GET['pwd']); if(!$r){ echo "密码应为大小写字母组合+数字,8位"; ...
<?php /** * 微软小冰颜值测试 */ class IceFace { // 颜值测试首页 protected $page = 'http://kan.msxiaobing.com/ImageGame/Po...
webstorm 配置 language.../script 选择版本 es6 安装babel 安装nodejs使用npm下载babel 安装babel(es6转为es5)//https://www.babeljs.cn npm ins...
//病恶意代码生成如下代码 <title>betway官网****...
查看源代码后发现integer方法的第二个参数并不是指定长度,而是是否设置auto increment, 所以integer方法无法指定子段长度,默认为11。
dd(\Request::getClientIp());
composer require simplesoftwareio/simple-qrcode 1.5.1 // 在config/app.php 注册服务提供者: SimpleSoftwareIO\QrCode\QrCodeServiceP...
composer require phpmailer/phpmailer use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; public functi...