上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: <!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小媛 阅读(153) 评论(0) 推荐(0) 编辑
摘要: http_build_query()函数的作用是使用给出的关联(或下标)数组生成一个经过 URL-encode 的请求字符串。 写法格式:http_build_query ( mixed $query_data [, string $numeric_prefix [, string $arg_sep 阅读全文
posted @ 2020-08-21 12:06 PHP小媛 阅读(223) 评论(0) 推荐(0) 编辑
摘要: //批量导出配送清单 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小媛 阅读(572) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_44151887/article/details/105434797 阅读全文
posted @ 2020-08-14 11:01 PHP小媛 阅读(279) 评论(0) 推荐(0) 编辑
摘要: JSON.parse()和JSON.stringify() JSON.parse() 方法用于将一个 JSON 字符串转换为对象。 阅读全文
posted @ 2020-08-13 14:50 PHP小媛 阅读(1573) 评论(0) 推荐(0) 编辑
摘要: mysqldump -u用户名 -p 数据库名>zlj.sql 回车后 输入数据库密码 就可以得到一个数据库 阅读全文
posted @ 2020-08-07 13:34 PHP小媛 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: onClick="javascript:;" 加上onClick即可 阅读全文
posted @ 2020-04-14 15:30 PHP小媛 阅读(267) 评论(0) 推荐(0) 编辑
摘要: /** * 获取微信access_token * * @param [type] $data * @return void */ public function getAccessTokenWX($data) { $appid=trim($data['appid']); $appsec=trim($ 阅读全文
posted @ 2020-03-15 21:53 PHP小媛 阅读(830) 评论(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 16:02 PHP小媛 阅读(308) 评论(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小媛 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页