会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
立里青争
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
11
下一页
2020年8月22日
购物车定位
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e
阅读全文
posted @ 2020-08-22 18:19 PHP小媛
阅读(156)
评论(0)
推荐(0)
编辑
2020年8月21日
数组变成地址栏参数函数
摘要: http_build_query()函数的作用是使用给出的关联(或下标)数组生成一个经过 URL-encode 的请求字符串。 写法格式:http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_sep
阅读全文
posted @ 2020-08-21 12:06 PHP小媛
阅读(228)
评论(0)
推荐(0)
编辑
2020年8月20日
Excel导出生成多个sheet php
摘要: //批量导出配送清单 public function get_all_downexcel() { require_once ROOT_PATH . '/ThinkPHP/Library/Vendor/phpexcel/PHPExcel.php'; $gpc = I('request.'); $lis
阅读全文
posted @ 2020-08-20 12:12 PHP小媛
阅读(583)
评论(0)
推荐(0)
编辑
2020年8月14日
重置linux里mysql的密码,通过修改配置文件
摘要: https://blog.csdn.net/weixin_44151887/article/details/105434797
阅读全文
posted @ 2020-08-14 11:01 PHP小媛
阅读(282)
评论(0)
推荐(0)
编辑
2020年8月13日
小程序中把对象转化成字符串
摘要: JSON.parse()和JSON.stringify() JSON.parse() 方法用于将一个 JSON 字符串转换为对象。
阅读全文
posted @ 2020-08-13 14:50 PHP小媛
阅读(1581)
评论(0)
推荐(0)
编辑
2020年8月7日
linux中导出数据库中的表结构跟数据
摘要: mysqldump -u用户名 -p 数据库名>zlj.sql 回车后 输入数据库密码 就可以得到一个数据库
阅读全文
posted @ 2020-08-07 13:34 PHP小媛
阅读(1129)
评论(0)
推荐(0)
编辑
2020年4月14日
移动端点击事件兼容问题,在pc端可以点,在手机上不可以点
摘要: onClick="javascript:;" 加上onClick即可
阅读全文
posted @ 2020-04-14 15:30 PHP小媛
阅读(273)
评论(0)
推荐(0)
编辑
2020年3月15日
微信获取token
摘要: /** * 获取微信access_token * * @param [type] $data * @return void */ public function getAccessTokenWX($data) { $appid=trim($data['appid']); $appsec=trim($
阅读全文
posted @ 2020-03-15 21:53 PHP小媛
阅读(854)
评论(0)
推荐(0)
编辑
2020年2月27日
uat
摘要: protected function getPagesByLists($page, $base_url = null, $current_page=1) { $ret=[]; $is_search_page = false; // $is_search_page = true; for($i=1;$
阅读全文
posted @ 2020-02-27 16:02 PHP小媛
阅读(316)
评论(0)
推荐(0)
编辑
本地
摘要: protected function getPagesByLists($page, $base_url = null, $current_page=1) { $ret=[]; $is_search_page = false; // $is_search_page = true; for($i=1;$
阅读全文
posted @ 2020-02-27 15:59 PHP小媛
阅读(240)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
11
下一页
公告