运行mahout in action上的cluster示例时报错:Error: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected 确定是版本问题,我的hadoop版本是2.4,但mahout目...
分类:
其他好文 时间:
2014-06-18 11:07:10
阅读次数:
394
在学习《构建具有CRUD功能的ASP.NET Web API》一文中,通过产品ID获得产品信息的方法如下:1 public Product GetProduct(int id)2 {3 Product item = repository.Get(id);4 if (item ==...
分类:
其他好文 时间:
2014-06-18 10:57:07
阅读次数:
260
1.在Action中定义,context用于传递搜索条件和分组条件,在搜索视图中默认显示: 示例代码: Leaves Summary hr.holidays form tree,form {'search_default_group_type': 1, ...
分类:
其他好文 时间:
2014-06-18 10:22:52
阅读次数:
333
Javascript 字符串的连接方法有多种,但效率却有很大区别。1、逐个字符串相加vararr=['item 1','item 2','item 3', ...];var list='';for(vari=0,l=arr.length;i'+arr[i]+'';}list=''+list+'';这...
分类:
编程语言 时间:
2014-06-18 10:21:39
阅读次数:
180
查看指定帐号的授权信息 1 select OBJECT_NAME (id), USER_NAME (uid), 2 case action 3 when 193 then 'select' 4 when 195 then 'insert' 5 when 196 then 'delete' 6 whe...
分类:
其他好文 时间:
2014-06-18 09:50:52
阅读次数:
184
一个项目,会含有一些配置文件,在项目启动时进行加载。我们重要的是学习这些规范:1.单个状态的更新这种一般出现在一个简单的字段更新上, json 如:可用/mis/fm/setfmChaRemiMeses.action?r...
分类:
其他好文 时间:
2014-06-18 09:38:38
阅读次数:
215
#include #include #include char a[1000001],b[1000001];int next[1000001];int l,l2;void Getnext(){ int i=0; int j=-1; next[0]=-1; while(i=l2...
分类:
Web程序 时间:
2014-06-18 09:29:37
阅读次数:
221
NFS客户端配置为开机自动挂载时,系统启动报错。报错信息类似:mount:mount:mounttoNFSserver‘172.16.1.254‘failed:mount:SystemError:Noroutetohost.原因:网络启动后需要对网络内路由表进行“学习”。在未完成路由表学习之前启动netfs服务会报错。解决方法:延后netfs启动时..
分类:
其他好文 时间:
2014-06-17 18:42:04
阅读次数:
214
由于之前合并了流程及表单分类,在高级查询和流程管理页面打开z-tree树时,前端页面报出queryAllCategory()的空指针异常(逐步调试后在该方法中无空指针异常),并报如下错误:[16/06/1407:30:07:007CST]DEBUGsql.Connection:xxxConnectionClosedorg.codehaus.jackson.map.Json..
分类:
其他好文 时间:
2014-06-17 17:41:14
阅读次数:
190
大家空闲的时候可以学习下,一些项目还是经常能用到的。
1. 对图片的剪裁cropimage-master
http://stackoverflow.com/questions/18013406/is-com-android-camera-action-crop-not-available-for-android-jelly-bean-4-3
2. ImageLoader ...
分类:
移动开发 时间:
2014-06-17 16:37:19
阅读次数:
230