自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 laravel 后台权限 展示,修改

后台 权限展示 RoleController  public function show($id) { $permissionRole = PermissionRole::orderBy('permission_id','asc')->get()->toArray(); $permissions = Permission::all()->toArray();

2016-10-27 16:19:03 4204

转载 Centos 安装lamp环境(php5.6)

一、安装Apache 1、安装apache [html] view plain copy  print? yum -y install httpd   2、开机自动启动 [html] view plain copy  print? chkconfig httpd on

2016-10-19 18:17:55 957

原创 linux phpstudy

配置 自动开启 root@localhost bin]# chkconfig phpstudy on 重启 服务器 [root@localhost bin]# service phpstudy restart mysql 开启

2016-10-19 10:59:51 271

原创 从本地 上传 到 虚拟机

使用 工具 Xmanager  VMware workstation

2016-10-18 10:22:21 291

配置wamp3.0

wamp3.0的环境配置及配置虚拟主机

2016-08-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除