大飞_dafei

导航

上一页 1 ··· 45 46 47 48 49

2017年7月25日 #

处女座的看过来【 JetBrains强迫症】--注释篇

摘要: 1、备注缩进: ``` phpstorm: 是在Preferences->Editor->Code Style->PHP->Other里面取消Line comment at first column之前的勾选就行了! 是在file->settings->Editor->Code Style->php 阅读全文

posted @ 2017-07-25 17:50 大飞_dafei 阅读(129) 评论(0) 推荐(0)

2017年7月18日 #

使用Intellij IDEA整合Spring+Spring MVC+MyBitis

摘要: 参考: IDEA搭建-SSM三步走之步骤01 用idea搭建SSM项目,原来这么简单 SSM配置并实现简单的数据库增删改查操作 工具: idea2016 、Spring 、Spring MVC 、MyBitis 出现问题:在使用idea创建测试类是,会出现自动创建的类在本目录下,不会自动生成到Tes 阅读全文

posted @ 2017-07-18 11:56 大飞_dafei 阅读(101) 评论(0) 推荐(0)

2017年7月14日 #

phpstorm 配置 xdebug调试工具

摘要: phpstorm 配置 xdebug调试工具 phpstorm 配置 xdebug调试工具 请先看后面的温馨提示! 请先看后面的温馨提示! 请先看后面的温馨提示! 01) 查看自己需求的xdebug版本,并安装 输出PHP的信息 phpinfo(); 或者 php -i >phpinfo.txt , 阅读全文

posted @ 2017-07-14 11:58 大飞_dafei 阅读(117) 评论(0) 推荐(0)

2017年7月13日 #

SpringMVC框架入门配置 IDEA下搭建Maven项目

摘要: IDEA搭建-SSM三步走之步骤01 SpringMVC框架入门配置 IDEA下搭建Maven项目 阅读全文

posted @ 2017-07-13 14:58 大飞_dafei 阅读(88) 评论(0) 推荐(0)

2017年6月26日 #

windows安装composer方法和使用方法

摘要: 转载;: http://www.cnblogs.com/lookphp/p/b15af85f67dc7df59a970d905713262a.html windows安装composer方法和使用方法,安装完成并测试monolog 阅读全文

posted @ 2017-06-26 12:51 大飞_dafei 阅读(97) 评论(0) 推荐(0)

2017年6月9日 #

jQuery 获取 attr() 与 prop() 属性值的方法及区别介绍 _fei

摘要: 一、问题来源 在高版本的 jquery 引入 prop 方法后,什么时候该用 prop?什么时候用 attr?它们两个之间有什么区别?这些问题就出现了。具有 true 和 false 两个属性的属性,如 checked, selected 或者 disabled 使用prop() 对于 HTML 元 阅读全文

posted @ 2017-06-09 11:56 大飞_dafei 阅读(106) 评论(0) 推荐(0)

2017年6月6日 #

idea2016 spring 新手上路

摘要: idea2016 spring 新手上路 idea结合maven开发spring idea2016、maven、spring 新建工程 注解demo 到此为止,spring已经完成,再来一个简单的注解使用 扩展: Spring Web MVC jdk7 jdk8 jdk9 Java知识分享 官网 s 阅读全文

posted @ 2017-06-06 11:34 大飞_dafei 阅读(76) 评论(0) 推荐(0)

2017年5月22日 #

Yii2.0 rules验证规则大全

摘要: !!!!本文排版错乱,请到新地址; 点击到新地址 Yii2.0 rules验证规则大全 required : 必须值验证属性 [['字段名'],required,'requiredValue'=>'必填值','message'=>'提示信息']; #说明:CRequiredValidator 的别名 阅读全文

posted @ 2017-05-22 21:57 大飞_dafei 阅读(101) 评论(0) 推荐(0)

2017年5月21日 #

yii2中的checkboxList

摘要: <?= $form->field($model, 'sex')->checkboxList([0 => '男', 1 => '女', 2 => '保密'], ['value' => [0, 1], 'item' => function ($index, $label, $name, $checked 阅读全文

posted @ 2017-05-21 01:13 大飞_dafei 阅读(333) 评论(0) 推荐(0)

上一页 1 ··· 45 46 47 48 49