码迷,mamicode.com
首页 >  
搜索关键字:value    ( 37865个结果
LeetCode: Search a 2D Matrix [074]
【题目】 Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right. The first integer of each row is greater than the last integer of the previous ...
分类:其他好文   时间:2014-06-05 08:28:43    阅读次数:321
MapReduce实现排序功能
期间遇到了无法转value的值为int型,我采用try catch解决 str2 2 str1 1 str3 3 str1 4 str4 7 str2 5 str3 9 用的\t隔开,得到结果  str1 1,4  str2 2,5 str3 3,9 str4 7 我这里map,reduce都是单独出来的类,用了自定义的key package com.kan...
分类:其他好文   时间:2014-06-05 06:52:38    阅读次数:353
[leetcode]Evaluate Reverse Polish Notation @ Python
原题地址:https://oj.leetcode.com/problems/evaluate-reverse-polish-notation/题意:Evaluate the value of an arithmetic expression inReverse Polish Notation.Val...
分类:编程语言   时间:2014-06-03 11:18:22    阅读次数:335
Javascript 操作select控件
转:Javascript 操作select控件大全(新增、修改、删除、选中、清空、判断存在等)Posted on2007-08-08 14:56礼拜一阅读(120714) 评论(42)编辑收藏1判断select选项中是否存在Value="paraValue"的Item2向select选项中加入一个I...
分类:编程语言   时间:2014-06-03 09:43:31    阅读次数:276
XML学习笔记之:XSLT <xsl:value-of> 元素
声明:该笔记引自W3School! 元素用于提取某个选定节点的值,并把值添加到转换的输出流中: My CD Collection Title Artist 注意:select属性的值是一个 ...
分类:其他好文   时间:2014-06-03 08:19:37    阅读次数:241
[leetcode]Candy @ Python
原题地址:https://oj.leetcode.com/problems/candy/题意:There areNchildren standing in a line. Each child is assigned a rating value.You are giving candies to ...
分类:编程语言   时间:2014-05-31 21:58:12    阅读次数:410
Redis VS Memcached 转载
引子: 在大数据时代,总希望存在一个Key-value存储机制,像HashMap一样在内存中处理大量(千万数量级)的key-value对,以便提高数据查找、修改速度。 所以,我们会想到,Memcached和Redis这两个NoSQL数据库(严格来讲二者都不可以算作数据库)。 1、Memcach...
分类:其他好文   时间:2014-05-31 15:35:29    阅读次数:293
VC6.0生成的exe文件图标
以下是我网上收到的方法 我都试过 成功不了 具体说下我遇到的问题VC6.0生成的exe文件图标是用Icon下几个图标中value值最小的,顺序为IDR_MAINFRAME、IDR_ICONTETYPE、新加的,所以想更改生成的exe文件图标,只要保证图标的value值是Icon下几个图标中最小的就可...
分类:其他好文   时间:2014-05-31 15:31:33    阅读次数:270
jQuery对<img>赋值 MVC
attr(key,value) 为所有匹配的元素设置一个属性值。 相当于给key赋值如 $("img").attr("src","http://shop59466775.taobao.com/"); 即意为给img元素赋予图片地址
分类:Web程序   时间:2014-05-31 14:28:43    阅读次数:258
高性能网站架构设计之缓存篇(1)- Redis的安装与使用
一、什么 RedisREmoteDIctionaryServer,简称 Redis,是一个类似于Memcached的Key-Value存储系统。相比Memcached,它支持更丰富的数据结构,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)...
分类:Web程序   时间:2014-05-31 01:37:58    阅读次数:390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!