Blogger Information
南鸢离梦的博客
Blog
55
fans
0
comment
0
visits
59282
integral:0
P beans:124
  • List of blog posts
  • app微信支付服务端

    2022-09-27 15:49 Read 575 comment 0
  • 常用正则整理

    if(!preg_match("/^1[345678]\d{9}$/", $data['phone'])){ return json(['code'=>0,'msg'=>'手机号码格式不正确']);}if(!preg_match("/^[a-...

    2019-12-24 10:50 Read 786 comment 0
  • 前端的注意事项

    2019-12-24 10:48 Read 773 comment 0
  • HTML转图片的JS插件-rasterizeHTML.js

    在WEB前端工作中,有时需要实现对页面生成缩略图的功能。rasterizeHTML.js就可以将HTML渲染到浏览器的canvas中,直接用JS插件达到生成图片的效果。rasterizeHTML.js为我们提供了三个方法:rasterizeHTML....

    2019-12-24 10:47 Read 2671 comment 0
  • php爬图片

    composer 安装 QueryList composer require jaeger/querylist

    2019-12-24 10:44 Read 1044 comment 0
  • PHP 使用 GD 生成推广图

    // GD生成推广图private function CreateTg($user){ $bg = Db::name(‘bg’)->find(); //图片使用本地的绝对路径 $dst_path = '1.jpg';//背景图$src_p...

    2019-12-24 10:40 Read 979 comment 0
  • 微信支付开发文档

    https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_7开发文档首页 https://pay.weixin.qq.com/wiki/doc/api/index.html

    2019-11-22 09:49 Read 1420 comment 0
  • 小程序授权获取openid

    code 换取 session_key​这是一个 HTTPS 接口,开发者服务器使用登录凭证 code 获取 session_key 和 openid。session_key 是对用户数据进行加密签名的密钥。为了自身应用安全,session_key ...

    2019-11-21 10:28 Read 2939 comment 0
  • 小程序支付

    直接把里面的参数替换成你的就可以了,前提是你要开通的有微信支付功能,需要商户号,appid,appsecret,openid,openid的获取比较简单,我再写一篇博客做介绍,不懂得可以私聊我//小程序端代码:pay:function(){var t...

    2019-11-18 09:34 Read 901 comment 0
  • 右侧菜单栏

    2019-11-14 10:26 Read 604 comment 0
  • 导航栏的下拉

    this is a test file

    2019-11-14 09:51 Read 699 comment 0
  • 给边框加颜色

    \ .info{ width: 296px; height: 180px;...

    2019-11-14 09:10 Read 944 comment 0
  • 背景色变色

    2019-11-14 09:09 Read 685 comment 0
  • 验证码倒计时

    2019-11-14 09:07 Read 613 comment 0
  • 分类菜单啊

    分类菜单 * { ...

    2019-11-14 08:50 Read 628 comment 0