- 博客(3)
- 收藏
- 关注
原创 微信公众号接入代码
<?php namespace app\index\controller; class Index { public function index(){ if(isset($_GET['echostr'])){ $timestamp=$_GET['timestamp']; $nonce=$_GET['nonce']; $token='xiaofeng'; $signature=$_GET['signature']; $echostr=$_GET['echostr']; $array=arr.
2020-06-10 17:27:14
931
原创 nginx服务器配置支持TP5.1
server { listen 80 default_server; listen [::]:80 default_server; server_name _; root /usr/share/nginx/html/thinkphp_download/public; # Load configuration files for the default server block. ...
2020-06-10 12:01:12
526
原创 linux系统基本命令
wget获取https地址时加入--no-check-certificate 解压tar.gz安装包 tar -xzvf test.tar.gz 1.1 系统网络设备配置文件/etc/sysconfig/network-scripts ]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 //表示网卡物理设备的名字 BOOTPROTO=dhcp //表示为网卡配置静态还是动态IP地址(none:表示无须启动协议;bootp:表示.
2020-06-10 11:58:59
138
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅