上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页

2019年11月21日

摘要: 1、查看一下当前源 yarn config get registry 2、切换为淘宝源 yarn config set registry https://registry.npm.taobao.orgyarn config set sass_binary_site "https://npm.taob 阅读全文
posted @ 2019-11-21 14:19 刘应杰 阅读(4004) 评论(0) 推荐(0) 编辑

2019年11月20日

摘要: 2019-04-12发布:hangge阅读:934 1,问题描述 最近建了个 Laravel 项目,当配置好 MySQL 数据库进行请求时,页面报如下错误: SQLSTATE[HY000] [2054] The server requested authentication method unkno 阅读全文
posted @ 2019-11-20 20:28 刘应杰 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: reCAPTCHA打不开的解决方法 by WernerPosted on2018年1月8日 reCAPTCHA是国外广泛使用的验证码,但由于一些原因国内无法使用。 观察使用reCAPTCHA的网站,发现验证码无法加载是因为无法加载如下JavaScript文件: https://www.google. 阅读全文
posted @ 2019-11-20 11:26 刘应杰 阅读(16271) 评论(1) 推荐(1) 编辑

2019年11月19日

摘要: Laradock Laravel database connection refused SHARE Laradock is a PHP development environment which runs on Docker. It is a collection of images such a 阅读全文
posted @ 2019-11-19 07:57 刘应杰 阅读(393) 评论(0) 推荐(0) 编辑

2019年11月15日

摘要: Docker is an increasingly popular software package that creates a container for application development. Developing in Docker speeds up applications, 阅读全文
posted @ 2019-11-15 16:49 刘应杰 阅读(441) 评论(0) 推荐(0) 编辑
摘要: Linux 组是用于管理 Linux 中用户帐户的组织单位。对于 Linux 系统中的每一个用户和组,它都有惟一的数字标识号。它被称为 用户 ID(UID)和组 ID(GID)。组的主要目的是为组的成员定义一组特权。它们都可以执行特定的操作,但不能执行其他操作。 Linux 中有两种类型的默认组。每 阅读全文
posted @ 2019-11-15 15:39 刘应杰 阅读(40802) 评论(0) 推荐(1) 编辑

2019年11月11日

摘要: 由于某些软件并没有增加开启启动的服务,很多时候需要手工添加,一般我们都是推荐添加命令到 /etc/rc.local 文件,但是 Debian 9 默认不带 /etc/rc.local 文件,而 rc.local 服务却还是自带的 root@debian9 ~ # cat /lib/systemd/s 阅读全文
posted @ 2019-11-11 08:20 刘应杰 阅读(580) 评论(0) 推荐(0) 编辑

2019年11月8日

摘要: request的方法 描述 input('key','default-value') 此方法可以获取get请求所带来的特定参数的值,如果没有该参数可以提供默认值 all() 此方法获取get请求的所有参数,然后会返回一个数组,一个键值对数组 path() 对于http://localhost/tes 阅读全文
posted @ 2019-11-08 18:17 刘应杰 阅读(9052) 评论(0) 推荐(0) 编辑
摘要: The Repository Pattern in Laravel is a very useful pattern with a couple of great uses. The first use is the abstraction that it provides. Meaning, it 阅读全文
posted @ 2019-11-08 14:24 刘应杰 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Laravel Repository Pattern The Repository Pattern can be very helpful to you in order to keep your code a little cleaner and more readable. In fact, y 阅读全文
posted @ 2019-11-08 00:31 刘应杰 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页

导航