码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
Eclipse 添加html编辑器插件
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
yii源码二 -- interfaces
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是最基本的入门课,你都能做出来吗?
CSS在很多程序员看来那只不过是雕虫小技,实际上CSS3发展到今天已经强大到超乎你的想象,当然对于低端浏览器使用者来说,还是以前那样——囧有时候搞CSS开发确实需要很多想象力,下面一组纯CSS3特效足以描述这一点以下内容转载自【http://design.yesky.com/show/466/114...
分类:Web程序   时间:2014-07-19 22:17:00    阅读次数:315
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
FAQ:Python中*args和**agrs的区别
python提供了两种特别的方法来定义函数的参数:1. 位置参数 *args,把参数收集到一个元组中,作为变量args >>>def show_args(*args): #定义函数 print args>>>show_agrs("hello", "world") #调用函数输出:("hell...
分类:编程语言   时间:2014-07-19 21:09:57    阅读次数:275
c 语言简单计算器源码
// 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
Mysql报错 Cannot load from mysql.proc
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
【leetcode】Word Break II
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
Flex 自定义 Zlert 组件!
说明:原生的 Alert.show参数,要显示的按钮你只能 Alert.OK | Alert.Cancel 这样;自定义 Zlert 参数跟原生的 差不多,按钮写法是这样写的: {"btnId":"确定", "btnId2":"其他按钮名称"}ZlertWindow.mxml: com/compon...
分类:其他好文   时间:2014-07-17 00:26:31    阅读次数:241
Jboss image upload and http access to show image--reference
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!