上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 71 下一页

2018年8月21日

摘要: Speeding up Homestead on Windows Using NFSSep 07 2015Homestead LaravelEDIT: I have another article on using Homestead with sFTP and Sublime which may be a better option for some.I recently took the pl... 阅读全文
posted @ 2018-08-21 15:49 刘应杰 阅读(120) 评论(0) 推荐(0)

2018年8月18日

摘要: 1 引言 introduction有时,我们需要在 Model 某些属性发生变化时,作出相应的处理。这时,我们可以使用 Model->isDirty() 方法进行判断。2 场景比如,姓名字段发生改变,引发拼音码生成;单价调整,引起金额计算。试题得分改变,导致试卷分值重算,等等。3 示例App\Observers\UserObserverfunction saving(User $user){if ... 阅读全文
posted @ 2018-08-18 08:57 刘应杰 阅读(586) 评论(0) 推荐(0)

2018年8月17日

摘要: rsyncd.conf28 Jan 2018rsyncd.conf(5)28 Jan 2018NAMErsyncd.conf - configuration file for rsync in daemon modeSYNOPSISrsyncd.confDESCRIPTIONThe rsyncd.conf file is the runtime configuration file for rsy... 阅读全文
posted @ 2018-08-17 11:01 刘应杰 阅读(517) 评论(0) 推荐(0)
摘要: IntroductionThis tutorial will take you through setting up an rsync daemon on your Linux server. You might want an rsync daemon if you have files that you want available so anyone (or just yourself) c... 阅读全文
posted @ 2018-08-17 08:03 刘应杰 阅读(162) 评论(0) 推荐(0)

2018年8月13日

摘要: 找到虚拟机磁盘文件所在的目录,编辑里面的扩展名为vmx文件,记事本即可操作,在末尾加入如下一行:bios.bootDelay = "20000"这里的数字是毫秒,上面例子中的数值表示20秒。保存退出之后重启系统即可进入开机等待界面。 阅读全文
posted @ 2018-08-13 15:35 刘应杰 阅读(376) 评论(0) 推荐(0)

2018年8月12日

摘要: 1 材料 debian buster nginx a project that develop base brophp 2 步骤 配置文件 /etc/nginx/sites-available/pis server { listen 80; root /mnt/code/pis/webroot; i 阅读全文
posted @ 2018-08-12 09:18 刘应杰 阅读(165) 评论(0) 推荐(0)

2018年8月10日

摘要: On this page:BasicsOpening multiple projectsDeleting a project from viewImportant notesBasicsPhpStorm allows you to work with several projects simultaneously. So doing, PhpStorm suggests the following... 阅读全文
posted @ 2018-08-10 08:28 刘应杰 阅读(234) 评论(0) 推荐(0)

2018年8月8日

摘要: 1 目的在日常的 linux 服务器管理中,出于某些考虑,服务器要求与 Internet 完全隔离。这使得我们对系统的更新和软件包的升级感到无比头疼。下面介绍的这种方法,采用 ISO 文件,进行离线更新。2 原料已经正常运行中的 Debian 旧系统下载好的 Debian DVD 镜像(3 个 ISO)一个空间大于 20GB 的移动硬盘3 步骤下载的 3 个 iso 文件复制到移动硬盘。挂载移动硬... 阅读全文
posted @ 2018-08-08 09:34 刘应杰 阅读(3676) 评论(0) 推荐(0)

2018年8月7日

摘要: 1.将N个debian-506-amd64-DVD-N.iso存放于本地或其他媒介内,本例是放在本机/iso/目录下2.创建N个挂载点目录如下:debian:~#mkdir –r /media/dvd1debian:~#mkdir –r /media/dvd2debian:~#mkdir –r /media/dvd3….debian:~#mkdir –r /media/dvdN3.挂载iso文件d... 阅读全文
posted @ 2018-08-07 22:43 刘应杰 阅读(2254) 评论(0) 推荐(0)

2018年8月5日

摘要: 阅读数:14715今天项目中用到GuzzleHttp,开始不知道怎么用,其实还是很简单的。 直接在项目根目录,输入以下命令composer require guzzlehttp/guzzle1等下载安装好,在vendor文件夹下,有一个guzzle目录,此文件夹就是guzzlehttp的package了。 如何使用,可以参考官方文档http://docs.guzzlephp.org/en/late... 阅读全文
posted @ 2018-08-05 21:55 刘应杰 阅读(11139) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 71 下一页

导航