大飞_dafei

导航

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页

2018年10月21日 #

webstorm 断点调试

摘要: 1. chrome 断点调试插件 插件下载地址 插件地址02 取消所有断点: 在 run--> View Breal[pomts 其他参考地址: 参考地址1 官方参考地址 阅读全文

posted @ 2018-10-21 11:31 大飞_dafei 阅读(1358) 评论(0) 推荐(0)

2018年10月18日 #

Fiddler && 夜神模拟器 抓包

摘要: 1. 设置WiredSSID >修改网络 02. 夜神模拟器设置完毕,下面设置fildder 阅读全文

posted @ 2018-10-18 11:45 大飞_dafei 阅读(100) 评论(0) 推荐(0)

2018年10月17日 #

ubuntu& phpstorm & xdebug 调试 php

摘要: ubuntu& phpstorm & xdebug 调试 php 前面已经写了其他环境的配置,这里只做简单介绍: sudo apt-get install php-xdebug php -v 后显示如下: 在 /etc/php/7.0/mods_availabel 下会增加 xdebug.ini , 阅读全文

posted @ 2018-10-17 18:48 大飞_dafei 阅读(75) 评论(0) 推荐(0)

vagrant & centos & phpstorm & xdebug 调试

摘要: vagrant & centos & phpstorm & xdebug 调试 f!!!! 温馨提醒 PHP版本一点要和xdebug版本对应 ###查看安装的xdebug 01 [root@localhost php.d]# yum list | grep xdebug Repodata is ov 阅读全文

posted @ 2018-10-17 18:30 大飞_dafei 阅读(126) 评论(0) 推荐(0)

2018年10月15日 #

Yii2.0 rules验证规则大全

摘要: Yii2.0 rules验证规则大全 required : 必须值验证属性 [['字段名'],required,'requiredValue'=>'必填值','message'=>'提示信息']; #说明:CRequiredValidator 的别名, 确保了特性不为空 指定场景 [['title' 阅读全文

posted @ 2018-10-15 18:04 大飞_dafei 阅读(202) 评论(0) 推荐(0)

2018年10月13日 #

JetBrains 里不为人知的秘密(5)--不同平台安装篇

摘要: JetBrains 里不为人知的秘密(5)--不同平台安装 1) ubuntu 中安装 phpstorm 管方下载phpstorm linux版 程序启动菜单创建 : 打开 /usr/share/applicateions 这个文件夹,里面有好多 *.desktop ,[比如: Firefox.de 阅读全文

posted @ 2018-10-13 17:11 大飞_dafei 阅读(154) 评论(0) 推荐(0)

2018年10月9日 #

Yii2 where使用

摘要: Yii2 where使用 Yii2 查询运算符 // 运算符有 // and、or、not、 // between、not between、 // in、not in、 // like、or like、not like、or not like、 // exists、not exists、 // >、 阅读全文

posted @ 2018-10-09 21:01 大飞_dafei 阅读(510) 评论(0) 推荐(0)

2018年9月4日 #

php类型比较表

摘要: PHP类型比较表 官方地址 阅读全文

posted @ 2018-09-04 00:42 大飞_dafei 阅读(94) 评论(0) 推荐(0)

2018年8月27日 #

PHP 常见4种排序 冒泡排序、选择排序、插入排序、快速排序

摘要: PHP 常见4种排序 冒泡排序、选择排序、插入排序、快速排序 1、冒泡排序 原理:对一组数据,比较相邻数的大小,将值大的放到后面。 <?php // 冒泡排序 function bubbleOrder($arr) { $count = count($arr); $temp = 0; // 外层控制排 阅读全文

posted @ 2018-08-27 17:42 大飞_dafei 阅读(203) 评论(0) 推荐(0)

2018年8月13日 #

http 与 https 的区别

摘要: 原文链接,http与https的区别 HTTPS和HTTP的区别主要如下: 1、https协议需要到ca申请证书,一般免费证书较少,因而需要一定费用。 2、http是超文本传输协议,信息是明文传输,https则是具有安全性的ssl加密传输协议。 3、http和https使用的是完全不同的连接方式,用 阅读全文

posted @ 2018-08-13 22:53 大飞_dafei 阅读(106) 评论(0) 推荐(0)

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 49 下一页