在ES裡, 更新documents到index不是一件簡單的事情, 我們得在這裡留個心眼.眾所皆知RESTful風格使用HTTP的動詞來進行所謂的Update, ES也是如此.要注意到ES的更新有兩種方式整個docment更新(取代,覆蓋)根據某個field更新(count += 3, append...
分类:
其他好文 时间:
2014-07-16 23:20:03
阅读次数:
246
CSS3 Gradient 分为linear-gradient(线性渐变)和radial-gradient(径向渐变)。而我们今天主要是针对线性渐变来剖析其具体的用法。为了更好的应用CSS3 Gradient,我们需要先了解一下目前的几种现代浏览器的内核,主要有Mozilla(Firefox,F.....
分类:
Web程序 时间:
2014-07-16 23:15:17
阅读次数:
283
{dede:list pagesize='12' runphp='yes'} [field:global name=autoindex runphp="yes"](@me%3==0)? @me='输出':@me='';[/field:global] {/dede:list}花了好几个小...
分类:
其他好文 时间:
2014-06-27 22:48:38
阅读次数:
250
这节主要是回顾了下线性代数的一些简单知识。## 矩阵与向量-------### 矩阵由$m\times n$个数$a _{ij}(i=1,2,...,m;j=1,2,...,n)$排成的$m$行$n$列的数表,称为$m$行$n$列的矩阵,简称$m\times n$矩阵,记作:$$\matrix{A}...
分类:
其他好文 时间:
2014-06-27 18:45:29
阅读次数:
161
This post introduces how to limit the access scope of the field and method of the object.
分类:
编程语言 时间:
2014-06-26 23:10:37
阅读次数:
418
打开/mantis/core/bug_api.php,其中有类似下面的语句if ( is_blank( $c_summary ) ) { error_parameters( lang_get( 'summary' ) ); trigger_error( ERROR_EMPTY_FIELD, ERRO...
分类:
其他好文 时间:
2014-06-26 12:39:03
阅读次数:
215
SDK和ADT为22.6.2版本
工程为4.4.2
今天在写Android代码的时候,往工程中加入了几张图片,然后在代码中使用R.drawable调用时,一直报错 cannot be resolved or is not a field
然后我查看了gen目录下的R.java文件,发现里面已经有我加入的图片资源ID了,觉得很奇怪,一般是无法生成R.java文件的时候才会出现这种现象啊
在网...
分类:
移动开发 时间:
2014-06-26 11:34:21
阅读次数:
246
【题目】
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?
【题意】
给定一个整数数组,其中除了一个数以外,其他数都是成对出现的,...
分类:
其他好文 时间:
2014-06-26 10:13:27
阅读次数:
254
extjs中 有时需要选择一个日期范围 ,需要自动判断,选择的开始日期不能大于结束日期,或结束日期不能小于开始日期,实现的代码如下:效果图:从上图可以看到,当选择了一个开始时间后,会自动限制结束时间的选择范围,实现两个日期选择器的联动.代码如下:首先定义联动处理函数: Ext.apply(Ext.form.field.VTypes, {
daterange: function...
分类:
Web程序 时间:
2014-06-24 15:58:59
阅读次数:
265
Given an array of integers, every element appears three times except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:
其他好文 时间:
2014-06-24 15:52:58
阅读次数:
222