• 0005 Could not create migrations table: pq: type "migrations_status" already exists

原因:用

...

Read More...


按照demo写的,但是一直出现 该公众号提供的服务出现故障,请稍后再试

我虽然已经用微信做过很多事情,但是微信的实现不是我弄的,是同事弄好服务与微信的交互,然后我直接调用代码即可,比如 发送消息,比如

...

Read More...


喜欢没事就coding

然后想系统性的练练之前知道的东西..

然后顺便了解下前端..

于是写了一个小作品!虽然我并不知道有什么卵用....

前台: 基于vueelementUI组件开发的 前台地址

...

Read More...


mac本地配置一个docker 含有lnmp的环境(超简单)

mac本地配置一个docker 含有lnmp的环境

  1. 首先下载docker软件

地址:https://www.docker.com/docker-mac

  1. 本地终端执行docker 即可发现,

...

Read More...


Vue+highlight代码高亮

首先,在npmjs.com里可以下载highlight代码

地址

cnpm install highlight.js

然后在main.js里加入

import hljs from 'highli
...

Read More...


Do not use built-in or reserved HTML elements as component id: Header

报了这个错.. 其实是个 warning

原因是因为

...

Read More...


Component template should contain exactly one root element. If you are using v-if on multiple eleme

...

Read More...


[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, Number, got

...

Read More...


Status Code 405 Method Not Allowed

Status Code:405 Method Not Allowed

delete方法请求删除数据.. 发现报错..

先检查 nginx的 允许跨域的方法...

nginx.conf

add
...

Read More...


iview 表格(table) 里使用图片(img)

{
    title: '头像',
    key: 'avatar',
    columns: {
        'width':'50px'
    },
    render: (h, p
...

Read More...


Call to a member function diffForHumans()on string

自定义 timestamp 字段,报错

创建数据库的时候,加了一个时间的字段

$table->timestamp('last_reply_actived_at')->nullable(

...

Read More...


Method __PHP_Incomplete_Class异常报错

local.ERROR: ReflectionException: Method __PHP_Incomplete_Class::handle() does not exist in /data/w

...

Read More...


当你能力不能满足你的野心的时候,你就该沉下心来学习