摘要:
function getUserRealIP() { $headers = array( 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED 阅读全文
摘要:
//计算两地之间的距离$origin = 开始距离,$destination=结束距离 function calculateDistance($origin = '', $destination = '') { if($origin == '' || $destination == ''){ ret 阅读全文
摘要:
Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error 阅读全文
摘要:
//执行支付 public function wechat($code,$title,$amount,$order) { //$code = '';前端传过来 $openid = '';//用户的openid $type = 'wechat';//支付方式 $method = 'miniapp';/ 阅读全文
摘要:
首先电脑键盘按Win+R组合键,打开运行窗口。 然后输入sfc /scannow命令,点击确定按钮 然后进入命令提示符窗口,开始系统扫描验证阶段,等待验证100%。 阅读全文
摘要:
原链接: https://www.cpolar.com/blog/%E3%80%90-iis-building-a-website-%E3%80%91-using-a-local-computer-as-a-server-to-build-a-web-site-and-connect-it-to-t 阅读全文
摘要:
// 这里的code是通过前端页面获取的 //$appid = "公众号在微信的appid"; //$secret = "公众号在微信的app secret"; public function userOpenId($appid,$secret,$code){ $url = "https://api 阅读全文
摘要:
https://www.cnblogs.com/vanjnbolg/p/18062990相关资料:https://blog.csdn.net/weixin_46505978/article/details/132401372 开启22端口 # 使用 iptables sudo iptables -A 阅读全文
摘要:
原地址:https://www.sysgeek.cn/openssh-windows/ 阅读全文
摘要:
mac安装brew install supervisor 原文:https://blog.csdn.net/pierre_/article/details/127578224 php安装 pip install supervisor 阅读全文