会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
梦。
编写简略,请多见谅。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2024年7月10日
获取ip地址
摘要: function getUserRealIP() { $headers = array( 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED
阅读全文
posted @ 2024-07-10 15:17 祈愿仙帝
阅读(9)
评论(0)
推荐(0)
2024年7月9日
高德
摘要: //计算两地之间的距离$origin = 开始距离,$destination=结束距离 function calculateDistance($origin = '', $destination = '') { if($origin == '' || $destination == ''){ ret
阅读全文
posted @ 2024-07-09 20:26 祈愿仙帝
阅读(15)
评论(0)
推荐(0)
2024年7月5日
虚拟机 oracle
摘要: Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error
阅读全文
posted @ 2024-07-05 23:19 祈愿仙帝
阅读(30)
评论(0)
推荐(0)
fastadmin 微信、支付宝支付
摘要: //执行支付 public function wechat($code,$title,$amount,$order) { //$code = '';前端传过来 $openid = '';//用户的openid $type = 'wechat';//支付方式 $method = 'miniapp';/
阅读全文
posted @ 2024-07-05 18:06 祈愿仙帝
阅读(459)
评论(0)
推荐(0)
2024年7月3日
win 10 系统修复命令
摘要: 首先电脑键盘按Win+R组合键,打开运行窗口。 然后输入sfc /scannow命令,点击确定按钮 然后进入命令提示符窗口,开始系统扫描验证阶段,等待验证100%。
阅读全文
posted @ 2024-07-03 21:18 祈愿仙帝
阅读(175)
评论(0)
推荐(0)
2024年7月1日
cpolar内网穿透
摘要: 原链接: 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
阅读全文
posted @ 2024-07-01 23:11 祈愿仙帝
阅读(10)
评论(0)
推荐(0)
php 获取微信用户的openId
摘要: // 这里的code是通过前端页面获取的 //$appid = "公众号在微信的appid"; //$secret = "公众号在微信的app secret"; public function userOpenId($appid,$secret,$code){ $url = "https://api
阅读全文
posted @ 2024-07-01 14:21 祈愿仙帝
阅读(7)
评论(0)
推荐(0)
2024年6月30日
虚拟机 HYper-V 安装CentOS 7
摘要: https://www.cnblogs.com/vanjnbolg/p/18062990相关资料:https://blog.csdn.net/weixin_46505978/article/details/132401372 开启22端口 # 使用 iptables sudo iptables -A
阅读全文
posted @ 2024-06-30 20:09 祈愿仙帝
阅读(71)
评论(0)
推荐(0)
在 Windows 中配置 OpenSSH 服务器
摘要: 原地址:https://www.sysgeek.cn/openssh-windows/
阅读全文
posted @ 2024-06-30 15:28 祈愿仙帝
阅读(19)
评论(0)
推荐(0)
2024年6月27日
swoole tcp检测
摘要: mac安装brew install supervisor 原文:https://blog.csdn.net/pierre_/article/details/127578224 php安装 pip install supervisor
阅读全文
posted @ 2024-06-27 09:20 祈愿仙帝
阅读(15)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告