会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
“晚风吹人醒 万事藏于心 我没说不公平 也没说苦 我说我知道了”
诗里刻画的影子
博客园
首页
新文章
联系
管理
posts - 70,comments - 1,views -
26309
02 2023 档案
生成带参数的二维码
摘要:// 生成带参数二维码 public function create_qrcode($scene_type, $scene_id) { switch ($scene_type) { case 'QR_LIMIT_SCENE' : // 永久二维码 $data = '{"action_name": "
阅读全文
posted @
2023-02-14 09:54
诗里刻画的影子
阅读(146)
评论(0)
推荐(0)
编辑
curl完整请求
摘要:/** * * curl 提交数据 * * @param unknown $url * 提交的链接 * @param string $data * 如果有数据 提交类型为post * @return unknown */ protected function https_request($url,
阅读全文
posted @
2023-02-14 09:54
诗里刻画的影子
阅读(90)
评论(0)
推荐(0)
编辑
js页面滚动加载
摘要:codes = true; dcodes = true; $(window).scroll(function(){ //已经滚动到上面的页面高度 var scrollTop = getScrollTop(); //页面高度 var scrollHeight = $(document).height(
阅读全文
posted @
2023-02-14 09:50
诗里刻画的影子
阅读(31)
评论(0)
推荐(0)
编辑
laravel基础
摘要:laravel 引入模板: 1.return view('admin.login'); 2.return view('admin.add',['data'=>$data]);获取数据: $request->input('name'); 查询 use DB;$res = DB::table('user
阅读全文
posted @
2023-02-14 09:38
诗里刻画的影子
阅读(35)
评论(0)
推荐(0)
编辑
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2024年5月(1)
2024年4月(1)
2023年12月(2)
2023年11月(2)
2023年10月(1)
2023年8月(2)
2023年2月(4)
2022年10月(1)
2022年7月(1)
2021年12月(13)
2021年7月(1)
2021年6月(5)
2021年5月(1)
2021年4月(4)
2021年1月(2)
2020年11月(2)
2020年9月(5)
2020年8月(1)
2020年6月(1)
2020年5月(11)
2020年4月(4)
2019年11月(1)
2019年10月(4)
更多
阅读排行榜
1. 个性化推荐算法总结(1928)
2. PHP使用imagecreatefromstring(), imagecolorallocate() imagettftext() 给图片添加文字描述(1220)
3. html Meta 标签屏蔽蜘蛛抓取的方法教程(1178)
4. jquery加载页面的方法(页面加载完成就执行)(1040)
5. centos7 升级curl-8.2.1 支持http2 (yum update)(1013)
评论排行榜
1. centos7 升级curl-8.2.1 支持http2 (yum update)(1)
推荐排行榜
1. centos7 升级curl-8.2.1 支持http2 (yum update)(1)
2. 个性化推荐算法总结(1)
最新评论
1. Re:centos7 升级curl-8.2.1 支持http2 (yum update)
您好 问下您php版本是什么
--自律077
点击右上角即可分享