码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
Markdown,你只需要掌握这几个
转自 http://www.cnblogs.com/crazyant007/p/4220066.html?utm_source=tuicool&utm_medium=referral 题记 为什么使用Markdown?这是一个问题。答案有很多种。比如,不局限于格式啦,比如.xls文档得用excel打 ...
分类:其他好文   时间:2016-06-27 15:37:42    阅读次数:254
3. Longest Substring Without Repeating Characters
Difficulty: Medium Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "a ...
分类:其他好文   时间:2016-06-26 23:48:37    阅读次数:137
2. Add Two Numbers
Difficulty: Medium You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their node ...
分类:其他好文   时间:2016-06-26 21:13:07    阅读次数:203
Leetcode 5. Longest Palindromic Substring
5. Longest Palindromic Substring Total Accepted: 115366 Total Submissions: 492202 Difficulty: Medium Given a string S, find the longest palindromic su ...
分类:其他好文   时间:2016-06-25 23:05:59    阅读次数:144
浅谈UI设计中妙用无穷的深色系背景
英文:medium 译者:优设网 - 陈子木 链接:http://www.uisdc.com/ui-benefits-of-dark-background# 又是一篇来自Tubik Studio 的文章,丰富的设计项目经验使得这家资深设计机构对于设计的每一个细节都有着独特而系统的见解。今天的文章聊的 ...
分类:其他好文   时间:2016-06-24 20:14:08    阅读次数:167
LTE下行物理层传输机制(5)-DCI格式的选择和DCI1A
参考文献: (1)3GPP TS 36.212 V9.4.0 (2011-09) Multiplexing and channel coding (2)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures (3)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification...
分类:其他好文   时间:2016-06-24 15:15:23    阅读次数:762
Leet Code OJ 91. Decode Ways [Difficulty: Medium]
题目: A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1 'B' -> 2 ... 'Z' -> 26Given an encoded message containing digits, determine the total number...
分类:其他好文   时间:2016-06-24 14:58:41    阅读次数:192
转: 通过不到100行Go代码打造你自己的容器
备注:这个文章讲容器,讲的比较的浅显易懂。推荐,前期入行者看。 转: http://www.infoq.com/cn/articles/build-a-container-golang?utm_source=infoq&utm_medium=related_content_link&utm_camp ...
分类:其他好文   时间:2016-06-23 22:20:48    阅读次数:257
解决安卓TextView异常换行,参差不齐等问题
参考:http://blog.csdn.net/u012286242/article/details/28429267?utm_source=tuicool&utm_medium=referral 关于TextView异常换行,参差不齐问题分析:安卓TextView第二行开始(包括第二行),每行开头 ...
分类:移动开发   时间:2016-06-23 18:36:13    阅读次数:395
Responder一点也不神秘————iOS用户响应者链完全剖析
http://blog.csdn.net/mobanchengshuang/article/details/11858217?utm_source=tuicool&utm_medium=referral 这篇文章想跟大家分享的主旨是iOS捕获用户事件的各种情况,以及内部封装的一些特殊事件。 我们先从 ...
分类:移动开发   时间:2016-06-22 00:03:51    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!