a:focus{outline:none;}设置类似这样的属性后,超级链接点击后的虚线框会没掉,对于键盘用户来说就得不到焦点框。刚巧改这个的时候留神到了 在JavaScript中,IE7如果出现JSON以逗号结尾会报错,如var json = { one : 1, two : 2, // ...
分类:
其他好文 时间:
2014-06-27 21:46:26
阅读次数:
212
Reverse a linked list from position m to n. Do it in-place and in one-pass.For example:Given 1->2->3->4->5->NULL, m = 2 and n = 4,return 1->4->3->2->5...
分类:
其他好文 时间:
2014-06-26 23:07:29
阅读次数:
276
研究:低智商男人易出轨Deceitful and despicable is one description that wronged wives could apply to their cheating husbands.欺诈和卑鄙是受害妻子描述出轨丈夫的词汇。Plain stupid is a...
分类:
其他好文 时间:
2014-06-26 22:44:46
阅读次数:
308
Spring MVC响应中返回JSON数据的方法:配置与以前相同使用的注解配置,但WEB-INF/lib的类路径里面要有jackson-all-1.6.9.jar这个库文件,然后在controller里面这样写:@Controller@RequestMapping("/user")publiccla...
分类:
编程语言 时间:
2014-06-26 21:53:40
阅读次数:
227
You can try this to install 32 lib(not all in ia32-libs):apt-get install program:i386.Or if you want to install the whole ia32-lib instead, try the fo...
分类:
移动开发 时间:
2014-06-26 18:09:51
阅读次数:
256
使用ORM框架ORMLITE有一段时间,今天在操作一个对象的时候,重新运行报错如下:Must specify one of id, generatedId, and generatedIdSequence with Id翻译:意思大概也就是必须要有其中一个 id /generatedId /gene...
分类:
移动开发 时间:
2014-06-26 17:54:23
阅读次数:
305
用UIScrollView产生视差效果效果:高级效果:源码:MoreInfoView.h + MoreInfoView.m//// MoreInfoView.h// YXCell//// Copyright (c) 2014年 Y.X. All rights reserved.//#impor...
分类:
其他好文 时间:
2014-06-26 17:12:14
阅读次数:
300
UILabel混色显示效果:源码://// RootViewController.m// ColorLabels//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "...
分类:
其他好文 时间:
2014-06-26 16:57:59
阅读次数:
217
【题目】
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?
【题意】
给定一个整数数组,其中除了一个数以外,其他数都是成对出现的,...
分类:
其他好文 时间:
2014-06-26 10:13:27
阅读次数:
254
FlatBuffers发布时,顺便也公布了它的性能数据,具体数据请见Benchmark。
它的测试用例由以下数据构成"a set of about 10 objects containing an array, 4 strings, and a large variety of int/float scalar values of all sizes, meant to be rep...
分类:
其他好文 时间:
2014-06-25 09:56:50
阅读次数:
431