注意 这里不是php-fpm ? 在php.ini 中找到如下信息 搜索php_error ; Log errors to specified file. PHP‘s default behavior is to leave this value ; empty. ; http://php.net/error-log ; Example: ;error_l...
分类:
Web程序 时间:
2015-02-03 15:26:51
阅读次数:
192
关于逻辑移位、算术移位可參见迅雷深大笔试题部分。的一道题。曾经看到C++标准上说,移位运算符(>)出界时的行为并不确定:The behavior is undefined if the right operand is negative, orgreater than or equal to the...
分类:
编程语言 时间:
2015-02-03 14:46:36
阅读次数:
131
The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user...
分类:
Web程序 时间:
2015-02-02 15:31:45
阅读次数:
141
Win7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 单独安装.net framework 4.0,结果还是失败,出现HRESULT 0xc8000222错误代码,去官网上查找,发现作如下操作步骤即可This behavior may occur...
1. 问题描述:
最近在做项目的时候,用到了UICollectionViewController控制器,但是在显示数据的时候,出现了如下的警告信息:
“
2015-01-28 21:55:17.790 Demo[636:9351] the behavior of the UICollectionViewFlowLayout is notdefined because:
2015-...
分类:
其他好文 时间:
2015-01-30 09:08:30
阅读次数:
132
1.服务端listen成功后,系统就自动接收客户端请求了
man listen:
其中有一段
The behavior of the backlog argument on TCP sockets changed with Linux
2.2. Now it specifies the queue length for completely establishe...
分类:
其他好文 时间:
2015-01-29 19:36:53
阅读次数:
251
前言《敏捷软件开发》这本书由享誉全球的软件开发专家和软件大师Robert C.Martin所著中提到两个开发方式: TDD(Test Driven Development)测试驱动开发 BDD(Behavior Driven Development)行为驱动开发。测试驱动开发,对软件质量起到了规范性...
分类:
其他好文 时间:
2015-01-28 19:38:24
阅读次数:
418
1.background-image一类background-image的url用来指定背景图片的路径,该路径是相对于css文件而言的。2.behavior一类IE使用behavior: url(plugin/xxx.htc)来设置html组件的路径,这里的url是相对于html文件的。(不同目录下...
分类:
Web程序 时间:
2015-01-22 21:28:38
阅读次数:
195
A:return false--->In event handler ,prevents default behavior and event bubbing 。 return false 在事件的处理中,可以阻止默认事件和冒泡事件。B:event.preventDefault()---> In e...
分类:
Web程序 时间:
2015-01-20 15:05:46
阅读次数:
252
概述:A Fragment represents a behavior or a portion of user interface in an
Activity. You can combine multiple fragments in a single activity to build a
...
分类:
其他好文 时间:
2015-01-17 00:59:38
阅读次数:
466