Blogger Information
南鸢离梦的博客
Blog
55
fans
0
comment
0
visits
58856
integral:0
P beans:124
  • List of blog posts
  • 快递100接口使用

    //参数设置$com = input('wuliu'); // 快递公司编码$num = input('wlorder'); // 快递单号$post_data = array();$post_data["customer"] = '12345...

    2019-11-12 16:05 Read 1249 comment 0
  • nginx配置path_info

    在nginx配置文件里添加 配置pathinfoif (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^(....

    2019-11-12 16:05 Read 698 comment 0
  • TP5 像一个字段追加内容

    $Content = $data[‘cid’].’,’; // 追加的内容 $tj = Db::name(‘mp_friends’)->where(‘openid’,$data[‘openid’])->find(); $id = $tj[‘id’];...

    2019-11-12 16:04 Read 2655 comment 0
  • 手机端网页所有内容根据屏幕大小自适应(大小,位置)

    rem:rem是一个新的单位,该单位与HTML页面的fontSize有关,一般默认的浏览器的fontSize是16px,因此一般的1rem=16px。 calc():这是一个用于在CSS中计算的函数,只能进行四则运算。 :root 在css中,这是...

    2019-11-12 16:03 Read 1708 comment 0
  • 无限极分类

    面试的时候被问到无限极分类的设计和实现,比较常见的做法是在建表的时候,增加一个PID字段用来区别自己所属的分类 $array = array(array(‘id’ => 1, ‘pid’ => 0, ‘name’ => ‘河北省’),array(‘i...

    2019-11-12 16:03 Read 830 comment 0
  • 输入地点转换经纬度(百度地图)

    // 百度地图 public function baiduMap($address) { $newdata = urlencode($address);$ak = "1234567890";$url = "http://api.map.baidu.c...

    2019-11-12 16:02 Read 902 comment 0
  • IOS微信内置浏览器history.back();不刷新页面解决办法

    document.referrer是获取上一页的urllocation.href=document.referrer; 总算是填了IOS微信history.back();跳转不刷新的坑了。。。 安卓也通用

    2019-11-12 16:01 Read 822 comment 0
  • lodop控件打印小票

    2019-11-12 15:58 Read 2689 comment 0
  • jq 生成二维码

    // 引入jq qrcode 想显示二维码的地方 // 需要打印时,放出来 //

    2019-11-12 15:57 Read 674 comment 0
  • 微信小程序支付(服务端)

    下单示例

    2019-11-12 15:56 Read 1001 comment 0
  • LayUI 多图上传操作实例参考

    局部 html 代码参考注意下面的第一行代码: 1此 作为隐藏域,用于保存多图上传的资源数组,方便后期进行 form 表单的提交

    2019-11-12 15:55 Read 2026 comment 0
  • 登录提示页

    2019-11-12 15:50 Read 791 comment 0
  • js彩蛋。。。

    function trick(e){ if(typeof window.k=="undefined"){ window.k="" } var e=e||event; ...

    2019-11-12 15:49 Read 829 comment 0
  • win10教育版 代码激活(无需下载工具)

    一、win10教育版激活码KMS命令激活专用 Windows 10 Education:NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Windows 10 Education N:2WH4N-8QGBV-H22JP-CT43Q-MDWW...

    2019-11-12 15:47 Read 1931 comment 0
  • git和码云

    生成公钥    ssh-keygen -t rsa -C “xxxxx@xxxxx.com” 查看公钥   cat ~/.ssh/id_rsa.pub 登陆码云   在设置中添加公钥 新建仓库 在码云中新...

    2019-11-12 15:46 Read 729 comment 0