大飞_dafei

导航

2017年12月19日 #

source tree中 git 不显示分支

摘要: 初次使用source tree,添加本地项目,git init 初始化后,不显示master分支 想要在source tree中显示分支必须先用git客户端commint提交一次,才会显示master分支; 阅读全文

posted @ 2017-12-19 17:14 大飞_dafei 阅读(596) 评论(0) 推荐(1) 编辑

2017年12月12日 #

yii2 config

摘要: 1、语言设置 return [ 'aliases' => [ '@bower' => '@vendor/bower-asset', '@npm' => '@vendor/npm-asset', ], 'vendorPath' => dirname(dirname(__DIR__)) . '/vend 阅读全文

posted @ 2017-12-12 09:50 大飞_dafei 阅读(206) 评论(0) 推荐(0) 编辑

2017年12月7日 #

这家伙有点懒,还没有个性签名 :) --工具篇02

摘要: Xperia Z3+ 系统之家 and 系统之家 docker and docker 官网 极客学院Wiki java知识分享 ubuntu系统下载 ubuntu系统下载2 openoffice 可以打开office,.ods(ubuntu中文档格式) mysql 各个版本下载地址 一款懂你的手机浏 阅读全文

posted @ 2017-12-07 22:58 大飞_dafei 阅读(78) 评论(0) 推荐(0) 编辑

2017年12月5日 #

php数组的遍历讲解 for foreach list each key

摘要: 转载: php数组的遍历讲解 for foreach list each key php数组的遍历讲解 本文主要讲解for,foreach,list,each,key,指针操作相关函数,array_flip ,array_reverse,array_walks等函数的对数组的遍历 阅读全文

posted @ 2017-12-05 18:16 大飞_dafei 阅读(112) 评论(0) 推荐(0) 编辑

Yii2 view 层显示值

摘要: 1). Yii2 view 层显示值 [ 'attribute'=>'字段名', 'format' => 'raw', 'value'=> call_user_func(function ($model){ $img_url = "图片路径"; return Html::a( Html::img($ 阅读全文

posted @ 2017-12-05 18:14 大飞_dafei 阅读(157) 评论(0) 推荐(0) 编辑

IntelliJ IDEA 15 创建maven项目

摘要: 转载 : IntelliJ IDEA 15 创建maven项目 IntelliJ IDEA 15 创建maven项目 说明 创建Maven项目的方式:手工创建 好处:参考IntelliJ IDEA 14 创建maven项目二(此文章描述了用此方式创建Maven项目的好处)及idea14使用maven 阅读全文

posted @ 2017-12-05 18:07 大飞_dafei 阅读(74) 评论(0) 推荐(0) 编辑

2017年11月30日 #

sblime text 3 中文文件名显示方框怎么解决?

摘要: 解决方法: 在sublime text 3中,Preference, Settings-User,最后加上一行 “dpi_scale”: 1.0 # 这行是主要的 Settings-User中具体内容 { "font_size": 11, "ignored_packages": [ "Vintage 阅读全文

posted @ 2017-11-30 13:51 大飞_dafei 阅读(114) 评论(0) 推荐(0) 编辑

JetBrains 里不为人知的秘密--特别篇(2)[历史版本连接]

摘要: JetBrains 版本升级后各种不适应,这里提供JetBrains 的历史版本连接: phpstorm : phpstorm历史版本下载地址 IntelliJ IDEA : IntelliJ IDEA 历史版本下载地址 webstorm: webstorm 历史版本下载地址 Python : py 阅读全文

posted @ 2017-11-30 10:12 大飞_dafei 阅读(99) 评论(0) 推荐(0) 编辑

2017年11月20日 #

hexo 搭建博客

摘要: hexo 搭建博客 问题一:报错 搭建 hexo,在执行 hexo deploy 后,出现 error deployer not found:github 的错误 hexo 更新到3.0之后,deploy的type 的github需要改成gitnpm install hexo-deployer-gi 阅读全文

posted @ 2017-11-20 11:07 大飞_dafei 阅读(82) 评论(0) 推荐(0) 编辑

2017年11月17日 #

JetBrains 里不为人知的秘密--特别篇(1)--文件格式

摘要: JetBrains 里不为人知的秘密--特别篇(1)--文件格式 温馨提示:有时间请自行到 blog.jetbrains.com 查看 1).文件格式错误,导致 JetBrains 无法打开 现在不管怎么点击aaa文件都无法打开; 解决办法: 2). phpstorm不识别 PHP文件,需要在Edi 阅读全文

posted @ 2017-11-17 18:31 大飞_dafei 阅读(109) 评论(0) 推荐(0) 编辑