会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘应杰的博客
分享 . 快乐
上一页
1
···
57
58
59
60
61
62
63
64
65
···
71
下一页
2018年4月17日
Window10 下安装 Laravel / Homestead 视频
摘要: http://www.iqiyi.com/w_19ruz6dvi1.html
阅读全文
posted @ 2018-04-17 09:54 刘应杰
阅读(135)
评论(0)
推荐(0)
Windows 10下Laravel的开发环境安装及部署(Vagrant + Homestead)
摘要: https://blog.csdn.net/lgyaxx/article/details/60870819
阅读全文
posted @ 2018-04-17 09:06 刘应杰
阅读(121)
评论(0)
推荐(0)
2018年4月12日
Apache 调用不同的 PHP 版本
摘要: # cd /etc/apache2/mods-enabled建立 /etc/apache2/mods-available/ 之下的php7.2.load php7.2.conf两个文件的符号链接#ln –s ../mods-available/php7.2.conf#ln –s ../mods-available/php7.2.load重启 Apache
阅读全文
posted @ 2018-04-12 22:51 刘应杰
阅读(262)
评论(0)
推荐(0)
Debian 如何使用测试版更新软件包到最新的版本
摘要: #vim /etc/apt/sources.list将版本代号替换成 testing然后更新,应可以安装最新的软件包了。
阅读全文
posted @ 2018-04-12 22:35 刘应杰
阅读(351)
评论(0)
推荐(0)
如何使用vsphere client 克隆虚拟机
摘要: vSphere 是VMware公司推出一套服务器虚拟化解决方案。工具/原料vSphere测试系统方法/步骤1、进入vSphere client,关闭需要克隆的虚拟机win72、选中ESXi服务器主机,在右侧点击“配置”选项卡,选择存储器,右侧的存储器名称上点右键,选择“浏览数据存储”3、新建文件夹win7-target-sqlserver2008(这个名字自己随便命名),进入win7-source...
阅读全文
posted @ 2018-04-12 22:32 刘应杰
阅读(453)
评论(0)
推荐(0)
2018年4月11日
Debian Mount nfs 出错的解决
摘要: 系统未安装 nfs 客户端#aptitude install nfs-common解决!
阅读全文
posted @ 2018-04-11 19:00 刘应杰
阅读(253)
评论(0)
推荐(0)
2018年4月10日
VMware workstation 语言包切换
摘要: VMware-workstation-full-10.0.2-1744117安装默认为中文版,如果要使用英文版做如下操作: 找到你的VMware安装目录:例如:D:\Program Files (x86)\VMware\VMware Workstation\messages 有ja、zh_CN两个语
阅读全文
posted @ 2018-04-10 22:56 刘应杰
阅读(11705)
评论(0)
推荐(0)
Nginx 出现413 Request Entity Too Large 错误解决方法(上传大小限制)
摘要: | 时间:2013-09-05 20:19:14 | 阅读数:485075[导读] Nginx出现的413 Request Entity Too Large错误,这个错误一般在上传文件的时候出现,打开nginx主配置文件nginx conf,找到http{}段,添加解决方法就是打开nginx主配置文件nginx conf,一般在 usr local nginNginx出现的413 Request ...
阅读全文
posted @ 2018-04-10 11:22 刘应杰
阅读(327)
评论(0)
推荐(0)
Brophp Nginx 虚拟主机的配置
摘要: 默认情况下,Nginx 不支持 pathinfo 配置,通过查看了 Thinkphp Nginx 的配置情况,对虚拟主机配置修改如下:server { listen 80; listen [::]:80; server_name hhlsw.test; root /var/www/app/hhlsw/webroot; index index.php pgms.p...
阅读全文
posted @ 2018-04-10 11:06 刘应杰
阅读(196)
评论(0)
推荐(0)
Ubuntu 17 Nginx 配置 laravel 运行环境
摘要: 1 安装 nginx#aptitude install nginx#apatitude install php7.1-fpm2 在 /etc/nginx/sites-available 建立 semis.conf 如下:server { listen 80; listen [::]:80; server_name semis.test; ...
阅读全文
posted @ 2018-04-10 09:26 刘应杰
阅读(196)
评论(0)
推荐(0)
上一页
1
···
57
58
59
60
61
62
63
64
65
···
71
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告