大飞_dafei

导航

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 49 下一页

2019年1月6日 #

mysql explain 执行计划详解

摘要: mysql explain 执行计划详解 explain select * from test where score=80 mysql> explain select * from test where score=80 \G; *************************** 1. row 阅读全文

posted @ 2019-01-06 20:39 大飞_dafei 阅读(101) 评论(0) 推荐(0)

MySQL 索引分类

摘要: #索引类型: 普通索引(index 另一个名字normal)、唯一索引(unique)、全文索引(fulltext)、空间索引(SPATIAL) 官方: The following sections describe different aspects of the CREATE INDEX sta 阅读全文

posted @ 2019-01-06 19:35 大飞_dafei 阅读(93) 评论(0) 推荐(0)

2018年12月29日 #

linux 下部署nodejs项目(3种方式)

摘要: 关于在node在linux的部署主要有三种方式, 第一种就是自己下载源码,手动编译二进制,即是部署过程。 第二种方法 直接下载二进制文件解压即可。 第三种方式,使用yum install node或者apt-get install node安装(在linux下 貌似默认源中没有node的程序,这种方 阅读全文

posted @ 2018-12-29 19:06 大飞_dafei 阅读(290) 评论(0) 推荐(0)

2018年12月28日 #

ubuntu centos搭建版本控制svn _fei

摘要: 1) centos:系统搭建版本控制svn rpm -qa subversion //检查是否安装了低版本的SVN yum remove subversion //如果存储旧版本,卸载旧版本SVN 开始安装 yum -y install subversion svnserve --version / 阅读全文

posted @ 2018-12-28 16:53 大飞_dafei 阅读(132) 评论(0) 推荐(0)

2018年12月26日 #

Apache 使用fcgi 解析PHP

摘要: Apache 使用fcgi 解析PHP httpd.conf 文件 <VirtualHost *:80> #ServerAdmin webmaster@localhost ServerName www.afei.com DocumentRoot /data/www #主要是这2个配置 ProxyRe 阅读全文

posted @ 2018-12-26 18:57 大飞_dafei 阅读(289) 评论(0) 推荐(0)

2018年12月18日 #

yii2 中间关联表 via() viaTable()

摘要: Yii2 中间关联表 via() viaTable()viaTable() /** * @link https://www.yiiframework.com/doc/guide/2.0/zh-cn/db-active-record#junction-table * user 表 id * book_ 阅读全文

posted @ 2018-12-18 12:11 大飞_dafei 阅读(1002) 评论(0) 推荐(0)

2018年12月13日 #

yii2 config_02

摘要: 1. 前端资源, Yii2 前端资源管理 'components' => [ 'assetManager' => [//资源管理 'bundles' => [ 'yii\bootstrap\BootstrapAsset' => false,//禁用 Twitter Bootstrap 框架的 CSS 阅读全文

posted @ 2018-12-13 10:21 大飞_dafei 阅读(103) 评论(0) 推荐(0)

2018年12月3日 #

vagrant box --ubuntu18 打包后,使用box 报错

摘要: vagrant box --ubuntu18 打包后,使用box 报错 解决方案: 修改vagrantfile config.vm.provider "virtualbox" do |v| #v.memory = 4096 #v.cpus = 4 # Basebox ubuntu/xenial64 阅读全文

posted @ 2018-12-03 15:43 大飞_dafei 阅读(115) 评论(0) 推荐(0)

2018年11月28日 #

Oracle VM VirtualBox 虚拟机中桥接模式一直不能用 ,需要安装 VBoxNetLwf.inf

摘要: Oracle VM VirtualBox 虚拟机中桥接模式一直不能用 ,需要安装 VBoxNetLwf.inf ............\VirtualBox\drivers\network\netlwf\VBoxNetLwf.inf 文件位置 阅读全文

posted @ 2018-11-28 01:23 大飞_dafei 阅读(680) 评论(0) 推荐(0)

2018年11月26日 #

Windows7窗口跑到屏幕外面

摘要: Windows7窗口跑到屏幕外面 1) 打开应用 2) Alt + 空格 ; '按下键盘的 m 键, 然后一种用箭头左右控制就可以 阅读全文

posted @ 2018-11-26 11:58 大飞_dafei 阅读(238) 评论(0) 推荐(0)

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 49 下一页