Nav logo 写文章 注册 登录
  • 首页
  • IT互联网
  • 生活
  • 专栏
  • 文章
  • 用户
  • 专题
综合排序 · 热门文章 · 最新发布 ·
10000 个结果
  • fff 2022-01-24 13:40:47
    Laravel + Laravel Echo + Pusher 网页推送

    1. 应用场景:客户端网页无刷信实时获取数据2. 测试环境Laravel 5.7PHP 7.23. 使用 laravel new 命令新建项目3. laravel new mytest4. 目前有两种

    984 0
  • 鑫鑫 2022-01-24 13:35:08
    mac xcrun: error: active developer path 解决方法

    xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist##使

    770 0
  • fff 2022-01-24 13:34:05
    laravel 使用schema构建器构建表的列类型

    创建表使用 Schema 门面上的 create 方法来创建新的数据表。create 方法接收两个参数,第一个是表名,第二个是获取用于定义新表的 Blueprint 对象的闭包:Schema::cre

    837 0
  • 顾你木偶 2022-01-24 13:22:28
    Go cannot find package "go-sql-driver/mysql" in any of

    Golang 安装 mysql 数据库驱动报错 cannot find package “github.com/go-sql-driver/mysql” in any of 的解决办法该问题主要是缺少

    419 0
  • 妈呀我要变身! 2022-01-24 13:19:36
    php 获取当前域名和当前协议

    获取当前协议function get_http_type() { $http_type = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'

    1049 0
  • 鑫鑫 2022-01-24 13:11:36
    laravel 创建文件夹

    //public_path 是以 public 文件夹为根目录$path = public_path($data['dir']);// 1、先检查文件夹是否存在;2、不存在则新建文件夹File::is

    405 0
  • 清风扬 2022-01-24 13:10:44
    Laravel 自定义表单请求验证忽略某些字段验证

    Laravel 表单请求验证忽略某些字段验证。添加和修改时,对于数据的验证有时候是不同的,如添加时要对邮箱进行唯一性验证,那么编辑时就要忽略该邮箱的唯一验证,不然将始终提示邮箱已存在。对此,官方文档仅

    581 0
  • 清风扬 2022-01-24 13:08:21
    Mac 卸载 brew插件

    brew 又叫 Homebrew,是 Mac OSX 上的软件包管理工具,能在 Mac 命令行中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便brew 类似 ubuntu 系统下的 apt-

    497 0
  • fff 2022-01-24 13:07:27
    修改MySQL数据类型报 Changing columns for table XXX 错的问题

    没有安装 composer require doctrine/dbal 扩展报如下错误Changing columns for table "personnel_matters" requires D

    510 0
  • 偷得浮生半日闲 2022-01-23 09:28:53
    VUE—删除HelloWorld.vue后报错 `--fix` option报错的解决

    errors potentially fixable with the --fix option 报错的解决解决的方法是:① 项目的代码中找到.eslintrc.js 文件夹将 extends 中的’

    842 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 下一页