会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hao.ma
http://weibo.com/haomase7en
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
23
下一页
2016年6月27日
couldn't connect to the device trackpad
摘要:
阅读全文
posted @ 2016-06-27 11:37 hao.ma
阅读(120)
评论(0)
推荐(0)
2016年5月25日
vim highlight whitespace at end of line and auto delete them
摘要: install Vundle.vim install vim-better-whitespace git:https://github.com/ntpeters/vim-better-whitespace add : Plugin 'ntpeters/vim-better-whitespace' t
阅读全文
posted @ 2016-05-25 12:18 hao.ma
阅读(376)
评论(0)
推荐(0)
2016年5月5日
lua
摘要: web applications web services dynamic web gateways
阅读全文
posted @ 2016-05-05 09:21 hao.ma
阅读(123)
评论(0)
推荐(0)
2016年4月24日
dependency injection via inversion of control
摘要: 依赖注入DI是一个程序设计模式和架构模型, 一些时候也称作控制反转,尽管在技术上来讲, 依赖注入是一个IOC的特殊实现, 依赖注入是指一个对象应用另外一个对象来提供一个特殊的能力, 例如:把一个数据库连接已参数的形式传到一个对象的结构方法里面而不是在那个对象内部自行创建一个连接。 控制反转和依赖注入的基本思想就是把类的依赖从类内部转化到外部以减少依赖 应用控制反转,对象在被创建的时候,由一个调...
阅读全文
posted @ 2016-04-24 23:29 hao.ma
阅读(133)
评论(0)
推荐(0)
php 注释
摘要: @access 使用范围:class,function,var,define,module 该标记用于指明关键字的存取权限:private、public或proteced @author 指明作者 @copyright 使用范围:class,function,var,define,module,use 指明版权信息 @deprecated 使用范围:class,function...
阅读全文
posted @ 2016-04-24 01:08 hao.ma
阅读(144)
评论(0)
推荐(0)
2016年4月17日
PHP PDO Can't connect to MySQL server on '127.0.0.1'
摘要: 把 mysql.sock 地址写到php.ini中
阅读全文
posted @ 2016-04-17 17:28 hao.ma
阅读(216)
评论(0)
推荐(0)
2016年4月15日
PHP Curl CURLOPT_POSTFIELDS 1024
摘要: resolve : url: http://www.laruence.com/2011/01/20/1840.html
阅读全文
posted @ 2016-04-15 20:00 hao.ma
阅读(224)
评论(0)
推荐(0)
2016年4月6日
php7 install memcache extension
摘要: #download source code package from git $ git clone https://github.com/websupport-sk/pecl-memcache.git $ cd pecl-memcache $ php7/phpize $ ./configure --with-php-config=/home/admin/local/php7/bin/php...
阅读全文
posted @ 2016-04-06 13:54 hao.ma
阅读(237)
评论(0)
推荐(0)
php7 install memcached extension
摘要: #download source code package from git $ git clone https://github.com/php-memcached-dev/php-memcached.git $ cd php-memcached $ git checkout php7 #Branch php7 set up to track remote branch php7 f...
阅读全文
posted @ 2016-04-06 13:48 hao.ma
阅读(346)
评论(0)
推荐(0)
2016年4月5日
php7 install script
摘要: /home/admin/soft/php-7.0.5/ext/gd/gd.c:57:22: error: X11/xpm.h: No such file or directory make: *** [ext/gd/gd.lo] Error 1 sudo yum install libXpm-dev
阅读全文
posted @ 2016-04-05 17:43 hao.ma
阅读(348)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
23
下一页
公告