1.下载GEF(依赖包):http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.7.2/R201201171043/GEF-ALL-3.7.2.zip下载并解压后,打开该包中的eclipse文件...
分类:
Web程序 时间:
2014-07-22 22:55:33
阅读次数:
253
path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon...
分类:
其他好文 时间:
2014-07-22 22:55:14
阅读次数:
165
CSS在很多程序员看来那只不过是雕虫小技,实际上CSS3发展到今天已经强大到超乎你的想象,当然对于低端浏览器使用者来说,还是以前那样——囧有时候搞CSS开发确实需要很多想象力,下面一组纯CSS3特效足以描述这一点以下内容转载自【http://design.yesky.com/show/466/114...
分类:
Web程序 时间:
2014-07-19 22:17:00
阅读次数:
315
在使用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
python提供了两种特别的方法来定义函数的参数:1. 位置参数 *args,把参数收集到一个元组中,作为变量args >>>def show_args(*args): #定义函数 print args>>>show_agrs("hello", "world") #调用函数输出:("hell...
分类:
编程语言 时间:
2014-07-19 21:09:57
阅读次数:
275
// main.c// 计算器// Created by qianfeng on 14-7-15.// Copyright (c) 2014年 ___FGY___. All rights reserved.//iPhone自带计算器不够好,由于你技术出众,你被安排去开发一款iOS新式计算器。/*项目...
分类:
其他好文 时间:
2014-07-19 21:08:58
阅读次数:
253
Auth: JinDate: 20140716mysql --default-character-set utf8 -h127.0.0.1 -uroot -p SHOW PROCEDURE status; ERROR 1548 (HY000): Cannot load from mysql.pro....
分类:
数据库 时间:
2014-07-19 21:08:37
阅读次数:
327
Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each word is a valid dictionary word.Return all such possibl...
分类:
其他好文 时间:
2014-07-17 00:52:21
阅读次数:
376
说明:原生的 Alert.show参数,要显示的按钮你只能 Alert.OK | Alert.Cancel 这样;自定义 Zlert 参数跟原生的 差不多,按钮写法是这样写的: {"btnId":"确定", "btnId2":"其他按钮名称"}ZlertWindow.mxml: com/compon...
分类:
其他好文 时间:
2014-07-17 00:26:31
阅读次数:
241
questionI am uploading images to jboss server by getting the absolute path using the following codegetServletContext().getRealPath("");The uploaded im...
分类:
数据库 时间:
2014-07-17 00:15:11
阅读次数:
429