上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页

2018年11月1日

微信H5支付----报undened index openid

摘要: 1、检查传过来的订单号是否是恒定不变的 2、检查总价是否为整数(微信要求订单金额是整数)、以及不能为0 以下是这次错误的具体原因: 主要是前面读取的金额数据需要读取接口的,而不是数据库的(接口读取的是整数,而数据库读取的是字符串) 阅读全文

posted @ 2018-11-01 22:47 shenzen_小白 阅读(283) 评论(0) 推荐(0) 编辑

2018年10月28日

Linux系列教程-----Linux安装centos6.8

摘要: 转发:https://www.cnblogs.com/ysocean/p/7689146.html 阅读全文

posted @ 2018-10-28 10:01 shenzen_小白 阅读(142) 评论(0) 推荐(0) 编辑

2018年10月26日

laravel 常见操作

摘要: 1、url() 阅读全文

posted @ 2018-10-26 11:22 shenzen_小白 阅读(148) 评论(0) 推荐(0) 编辑

git 拖下laravel 代码后报错 Warning: require(D:\WWW\laravel\bootstrap/../vendor/autoload.php

摘要: composer install 执行 Problem 1 - Installation request for doctrine/annotations v1.5.0 -> satisfiable by doctrine/annotations[v1.5.0]. - doctrine/annota 阅读全文

posted @ 2018-10-26 10:53 shenzen_小白 阅读(2288) 评论(0) 推荐(0) 编辑

2018年10月23日

phpunit单元测试

摘要: 一、原生安装 链接: ①、https://blog.csdn.net/ggh19/article/details/53342438 ②、https://blog.csdn.net/emilyrr/article/details/50482755(安装pear错误原因) 二、框架安装 1)、larav 阅读全文

posted @ 2018-10-23 11:12 shenzen_小白 阅读(263) 评论(0) 推荐(0) 编辑

2018年10月18日

linux环境配置

摘要: 模板: 解释: ①、 当用户请求 http://blog.csdn.net/example 时,这里的 $uri 就是 /example。try_files 会到硬盘里尝试找这个文件。 如果存在名为 /$root/example(其中 $root 是 WordPress 的安装目录)的文件,就直接把 阅读全文

posted @ 2018-10-18 19:29 shenzen_小白 阅读(176) 评论(0) 推荐(0) 编辑

window 环境下在虚拟机上安装php环境

摘要: 转发:https://www.cnblogs.com/orangegem/p/7191659.html 安装linux工具 :https://blog.csdn.net/z15732621582/article/details/78383886?locationNum=5&fps=1 linux上安 阅读全文

posted @ 2018-10-18 09:59 shenzen_小白 阅读(1737) 评论(0) 推荐(0) 编辑

2018年10月11日

第三方登录---微信(使用laravel插件)

摘要: 转发: https://www.jianshu.com/p/7be757655814 TP框架: http://www.php.cn/php-weizijiaocheng-363509.html 阅读全文

posted @ 2018-10-11 23:06 shenzen_小白 阅读(554) 评论(0) 推荐(0) 编辑

2018年10月10日

h5页面在ios机上禁止长按复制

摘要: (注意,增加之后需要对input的另外设置,不然输入框无法输入)场景:H5出现一个按钮需要长按几秒展示动画的,如:skcs.net-tactic.com/wap/peace/index,这时就需要用到禁止苹果的 ios机默认存在长按复制选择,用以下代码取消: *{ -webkit-touch-cal 阅读全文

posted @ 2018-10-10 11:37 shenzen_小白 阅读(1858) 评论(0) 推荐(0) 编辑

laravel 导出插件

摘要: 转发:https://blog.csdn.net/gu_wen_jie/article/details/79296470 版本:laravel5 php 5.6 安装步骤: 一、安装插件 ①、首先在Laravel项目根目录下使用Composer安装依赖: composer require "maat 阅读全文

posted @ 2018-10-10 11:26 shenzen_小白 阅读(734) 评论(0) 推荐(0) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页

导航