会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LvFish
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
下一页
2016年6月14日
laravel 日志
摘要: laravel学院的 http://laravelacademy.org/post/195.html 他人博客的 http://www.cnblogs.com/yjf512/p/4173261.html
阅读全文
posted @ 2016-06-14 13:20 LvFish
阅读(103)
评论(0)
推荐(0)
2016年6月9日
windows composer安装
摘要: 百度网址 http://jingyan.baidu.com/article/19020a0a39d96e529c284279.html
阅读全文
posted @ 2016-06-09 09:36 LvFish
阅读(102)
评论(0)
推荐(0)
2016年6月7日
PHPDocument 代码注释规范总结
摘要: PHPDocument 代码注释规范1. 安装phpDocumentor(不推荐命令行安装)在http://manual.phpdoc.org/下载最新版本的PhpDoc放在web服务器目录下使得通过浏览器可以访问到点击files按钮,选择要处理的php文件或文件夹还可以通过该指定该界面下的File
阅读全文
posted @ 2016-06-07 12:37 LvFish
阅读(405)
评论(0)
推荐(0)
2016年6月6日
angular js
摘要: 学习网址http://www.runoob.com/angularjs/angularjs-directives.html
阅读全文
posted @ 2016-06-06 11:32 LvFish
阅读(131)
评论(0)
推荐(0)
2016年6月3日
代码规范
摘要: 规范网址:https://github.com/PizzaLiu/PHP-FIG 一、PHP标签、字符编码PHP代码必须使用 <?php ?> 长标签 或 <?= ?> 短输出标签; 一定不可使用其它自定义标签。PHP代码必须且只可使用不带BOM的UTF-8编码。二、命名空间和类2.1 类 类的开始
阅读全文
posted @ 2016-06-03 12:22 LvFish
阅读(381)
评论(0)
推荐(0)
2016年5月31日
十进制与二进制
摘要: 0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 十进制与二进制 十进制3456 = 3x103 + 4x102 + 5x101 + 6x100二进制转化为十进制,相乘并相加1101010=1x26 + 1x25 + 0x24 + 1x23 + 0
阅读全文
posted @ 2016-05-31 13:45 LvFish
阅读(594)
评论(0)
推荐(0)
phpstorm下载和破解
摘要: http://idea.qinxi1992.cn/ 官网下载对应版本,在下面进行破解! storm官网:https://www.jetbrains.com/phpstorm/ 破解网址 :http://blog.lanyus.com/archives/174.html 破解所需下载文件,网盘有!
阅读全文
posted @ 2016-05-31 09:45 LvFish
阅读(214)
评论(0)
推荐(0)
2016年5月27日
修改虚拟机目录及背景颜色
摘要: vmware 下设置目录以及背景颜色 1、进入vim /etc/DIR_COLORS文件 找到并修改“DIR 01:34 #directory” 将34修改为36 保存退出! 2、输入reboot 重启 两行注释标示数字对应的颜色 # Text color codes: # 30=black 31=
阅读全文
posted @ 2016-05-27 15:33 LvFish
阅读(2939)
评论(0)
推荐(0)
2016年5月26日
laravel 邮箱改密功能
摘要: 参考网址: http://laravelacademy.org/post/1290.html
阅读全文
posted @ 2016-05-26 18:51 LvFish
阅读(158)
评论(0)
推荐(0)
2016年5月25日
laravel 5.0 artisan 命令列表(中文简体)
摘要: c:\wamp\www\lv5>php artisan list Laravel Framework version 5.0.13 Usage: [options] command [arguments] Options(选项): --help (-h) Display this help mess
阅读全文
posted @ 2016-05-25 18:05 LvFish
阅读(493)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
下一页
公告