码迷,mamicode.com
首页 >  
搜索关键字:find exec xargs    ( 31575个结果
Hive一些参数设置
在使用union all的时候,系统资源足够的情况下,为了加快hive处理速度,可以设置如下参数实现并发执行set mapred.job.priority=VERY_HIGH;set hive.exec.parallel=true;设置map reduce个数-- 设置map capacityset...
分类:其他好文   时间:2014-07-19 21:37:25    阅读次数:264
NGUI 笔记
1、动态加载Atlas,并用NGUITools添加Sprite1 UIAtlas MyAtlas = Resources.Load("MyAtlas", typeof(UIAtlas)) as UIAtlas;2 GameObject bagBox = GameObject.Find("BagBox...
分类:其他好文   时间:2014-07-19 20:04:52    阅读次数:195
UVA - 10410 Tree Reconstruction
Description   You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:其他好文   时间:2014-07-18 22:19:15    阅读次数:249
bootstrap checkbox
在使用bootstrap库中的checkboxlistrow时,我想要根据checkbox是否至少选中了一个选项来确定页面的跳转,即需要在js中操作checkbox。这样就存在一个问题,一般的checkbox对应的name等是一个数组,可以对其进行相应的操作:如 var checkText=$("#select_id").find("option:selected").text(); 或 $...
分类:其他好文   时间:2014-07-18 22:06:50    阅读次数:210
Oracle   bbed 使用
1:安装:11gR2版的cd$ORACLE_HOME/find.-nameins_rdbms.mkcdrdbms/libmake-fins_rdbms.mk$ORACLE_HOME/rdbms/lib/bbed在11g会报错。需要在网上下载三个文件。或者你有10g的库直接把10g的文件拷过来:附上下载地址:http://download.csdn.net/detail/jycjyc/4578006将下载到的b..
分类:数据库   时间:2014-07-17 17:08:41    阅读次数:422
如何写jquery插件
常用的JQuery插件有如下几种写法:1.对JQuery自身的扩展插件这种插件是对JQuery自身的方法库进行扩展的。在使用的时候通过$.MethodName()的方式直接使用。$.extend({ handleTableUI:function(table){ varthisTable=$("#"+table); $(thisTable).find("tr").bind("mouseover",fu..
分类:Web程序   时间:2014-07-17 16:30:39    阅读次数:218
如何解决linQ“序列不包含任何元素”的问题?
描述:该问题出现在校对BT种子数据的时候遇到的bug,原因是使用linq查找元素的时候B是A的一个子集, B在A中一定存在,这种情况下就不会抛出异常情况,反之B的一部分不属于A就会异常应为B中的一个元素在A中查找是没有找到,此时使用First()就会有bug用FirstOrDefault或者Find...
分类:其他好文   时间:2014-07-17 14:11:25    阅读次数:359
[LeetCode] Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-07-17 14:03:41    阅读次数:293
ubuntu环境 rake aborted!
错误: rake aborted! Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this. 解决: bundle exec rake d...
分类:其他好文   时间:2014-07-17 10:31:22    阅读次数:209
POJ 2251:Dungeon Master(三维BFS)
Dungeon Master Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16178 Accepted: 6268 Description You are trapped in a 3D dungeon and need to find th...
分类:其他好文   时间:2014-07-17 10:16:30    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!