码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
LeetCode--ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2015-07-04 18:06:34    阅读次数:86
豆瓣Redis解决方案Codis源码剖析:Proxy代理
豆瓣Redis解决方案Codis源码剖析:Proxy代理1.预备知识1.1 CodisCodis就不详细说了,摘抄一下GitHub上的一些项目描述: Codis is a proxy based high performance Redis cluster solution written in Go/C, an alternative to Twemproxy. It supports mul...
分类:其他好文   时间:2015-07-03 22:07:01    阅读次数:459
LeetCode-ZigZag Conversion
题目要求:The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo...
分类:其他好文   时间:2015-06-29 22:16:15    阅读次数:191
MapReduce计数器
计数器输出 运行完毕作业之后的计数器输出 内置计数器 hadoop为每个作业提供了若干内置计数器,用以描述各项指标。 文件系统计数器 所属类:org.apache.hadoop.mapreduce.FileSystemCounter BYTES_READ:文件系统读取的字节数 BYTES_WRITTEN:文件系统写的字节数 FileInputFormat任务计数器 ...
分类:其他好文   时间:2015-06-28 12:50:10    阅读次数:168
Redis是什么
Redis是什么Redis是什么,首先Redis官网上是这么说的:A persistent key-value database with built-in net interface written in ANSI-C for Posix systemsRedis是 key value serve...
分类:其他好文   时间:2015-06-26 23:42:08    阅读次数:217
linux修改防火墙
1: vi /etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:...
分类:系统相关   时间:2015-06-23 19:57:12    阅读次数:235
ZigZag Conversion2015年6月23日
题目:The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo...
分类:其他好文   时间:2015-06-23 13:24:20    阅读次数:114
Leetcode--easy系列1
#6 ZigZag Conversion The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)...
分类:其他好文   时间:2015-06-22 22:25:11    阅读次数:181
Java:Apache log4j简明教程(一)
Apache log4j的官方介绍是“log4j is a reliable, fast and flexible logging framework (APIs) written in Java, which is distributed under the Apache Software L.....
分类:编程语言   时间:2015-06-22 20:28:30    阅读次数:191
#6 ZigZag Conversion
原题链接:https://leetcode.com/problems/zigzag-conversion/ The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern i...
分类:其他好文   时间:2015-06-21 14:28:48    阅读次数:153
1077条   上一页 1 ... 72 73 74 75 76 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!