码迷,mamicode.com
首页 > 其他好文
[leetcode] Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-06-27 12:30:39    阅读次数:204
rgba兼容IE系列
在容器里面如果用到opacity或者filter:opacity里面的内容也会被滤镜化如果不想里面的内容也被滤镜化我们可以用rgba来处理或者用透明的背景图片。兼容ie的rgba的写法background: rgba(0,0,0,0.75);-ms-filter:progid:DXImageTran...
分类:其他好文   时间:2014-06-27 12:32:41    阅读次数:179
Jmeter 继续性能测试
最近应公司要求,继续对公司的某一个服务器进行性能测试主要测试步骤及测试数据如下:1. 突然并发测试:使用N*10的请求量在1秒钟内并发到服务器,查看服务器响应速度的方式来测试。其中N代表线程,即模拟了N个用户,10代表重复次数测试完这组数据之后分析,突然发现这性能差的真有点离谱,没办法,只能硬着头皮...
分类:其他好文   时间:2014-06-27 12:32:05    阅读次数:237
uboot中gd的定义和使用
近期在做uboot中nand启动相关的工作,遇到一个问题一直纠结着。如今最终明确了这个问题,想想还有好多兄弟在某个黑暗的角落里或者某台电脑前纠结着呢,所以赶紧写下来以供查阅。uboot version 2014.4/* Architecture-specific global data */stru...
分类:其他好文   时间:2014-06-27 12:34:33    阅读次数:193
双倍边距bug
最新上线
分类:其他好文   时间:2014-06-27 12:33:56    阅读次数:115
[leetcode] Roman to Integer
Given a roman numeral, convert it to an integer.
分类:其他好文   时间:2014-06-27 12:33:17    阅读次数:179
用CIFilter生成QRCode二维码图片
CIFilter不仅仅可以用来做滤镜,它还可以用来生成二维码.CIFilterEffect.h + CIFilterEffect.m//// CIFilterEffect.h// CIFilter//// Created by L.S. on 14-5-9.// Copyright (c) ...
分类:其他好文   时间:2014-06-27 12:35:55    阅读次数:285
[leetcode] Implement strStr()
Implement strStr().
分类:其他好文   时间:2014-06-27 12:37:14    阅读次数:198
[leetcode] First Missing Positive
Given an unsorted integer array, find the first missing positive integer.
分类:其他好文   时间:2014-06-27 12:39:02    阅读次数:185
[leetcode] Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.
分类:其他好文   时间:2014-06-27 12:38:25    阅读次数:169
[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 ...
分类:其他好文   时间:2014-06-27 12:40:25    阅读次数:187
[leetcode] Reverse Integer
Reverse digits of an integer.
分类:其他好文   时间:2014-06-27 12:41:43    阅读次数:211
[leetcode] Integer to Roman
Given an integer, convert it to a roman numeral.
分类:其他好文   时间:2014-06-27 12:41:06    阅读次数:199
XEN创建内网(VLAN)
步骤:1、创建一个Network2、创建VLAN创建VLAN的时候内部包含几个工作2.1、创建一个Vlan对象(图中的①)2.2、创建一个PIF(图中的②)连接之前新建的VLAN和新建的Network2.3、Vlan(图中的①)和PIF(图中的③)连接起来code:Network.Record ne...
分类:其他好文   时间:2014-06-27 12:42:16    阅读次数:199
[leetcode] Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.
分类:其他好文   时间:2014-06-27 12:42:55    阅读次数:198
[leetcod]Substring with Concatenation of All Words
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena...
分类:其他好文   时间:2014-06-27 12:44:16    阅读次数:226
[leetcode] Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他好文   时间:2014-06-27 12:46:45    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!